Cisco Cisco Collaboration Server Dynamic Content Adapter Guide Du Développeur

Page de 138
DCA 2.01 Parser API Specification
 
Class ParsedMatch   85 
 class
 
ParsedMatch.MatchCount
  
          Description of the Class
 
   
Method Summary
 
 java.lang.Object
clone
()
  
          Clones this object.
 
 
LightweightHtmlDocument getDocument
()
  
          Gets the document attribute of the ParsedMatch 
object
 
 java.lang.String
getGroup
(int groupNum)
  
          Get the contents of a given subgroup.
 
 int
getGroupCount
()
  
          Returns the number of groups in this match.
 
 java.lang.String
getMatchedAcceptName
()
  
          Returns the name of the accept statement that 
matched this collection of groups.
 
 java.lang.String
getMatchedRuleName
()
  
          Returns the name of the rule which was 
matched to produce this object.
 
 com.cisco.proxy.rules.MetaMatch
getMetaMatch
()
  
          Gets the metaMatch attribute of the 
ParsedMatch object
 
 int
getRuleMatchCount
(java.lang.String ruleName)
  
          Returns the count of the number of times a 
given rule was matched.
 
 
ParsedMatch
[]
getRuleMatches
(java.lang.String ruleName)
  
          Returns an array of ParsedMatches that were 
matched by a given Rule name.