Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class ParsedMatch   84 
Class ParsedMatch 
 
java.lang.Object 
  | 
  +-com.cisco.proxy.rules.MatchSubgroup 
        | 
        +-com.cisco.proxy.rules.ParsedMatch 
All Implemented Interfaces:  
java.lang.Cloneable, java.io.Serializable 
 
public class ParsedMatch 
extends com.cisco.proxy.rules.MatchSubgroup 
Class representing the results of a regular expression match. The result is made up of 1 or 
more subgroups. The first group (numbered 0) is always the complete match string. The 
subgroups of this object may themselves be ParsedMatch objects, representing a 
recursively parsed text string. Changes made to this object by calling setGroup() 
permanently alter the object. Any temporary changes must be made to a cloned copy of 
this object.  
See Also:  
Serialized Form
 
 
Inner Class Summary