Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.xerces.utils.regex.RegularExpression.Context

Uses of RegularExpression.Context in org.apache.xerces.utils.regex
 

Fields in org.apache.xerces.utils.regex declared as RegularExpression.Context
(package private)  RegularExpression.Context RegularExpression.context
           
 

Methods in org.apache.xerces.utils.regex with parameters of type RegularExpression.Context
private  int RegularExpression.matchCharArray(RegularExpression.Context con, Op op, int offset, int dx, int opts)
           
private  int RegularExpression.matchString(RegularExpression.Context con, Op op, int offset, int dx, int opts)
           
private  int RegularExpression.matchCharacterIterator(RegularExpression.Context con, Op op, int offset, int dx, int opts)