Home » Xerces-J-src.2.9.1 » org.apache.xerces » impl » xpath » regex » [javadoc | source]
org.apache.xerces.impl.xpath.regex
static final class: RegularExpression.Context [javadoc | source]
java.lang.Object
   org.apache.xerces.impl.xpath.regex.RegularExpression$Context
Field Summary
 CharacterIterator ciTarget     
 String strTarget     
 char[] charTarget     
 int start     
 int limit     
 int length     
 Match match     
 boolean inuse     
 int[] offsets     
Constructor:
 Context() 
Method from org.apache.xerces.impl.xpath.regex.RegularExpression$Context Summary:
reset,   reset,   reset
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.impl.xpath.regex.RegularExpression$Context Detail:
  void reset(CharacterIterator target,
    int start,
    int limit,
    int nofclosures) 
  void reset(String target,
    int start,
    int limit,
    int nofclosures) 
  void reset(char[] target,
    int start,
    int limit,
    int nofclosures)