Home » Xerces-J-src.2.9.1 » org.apache.xerces » impl » xpath » regex » [javadoc | source]
org.apache.xerces.impl.xpath.regex
static class: Op.StringOp [javadoc | source]
java.lang.Object
   org.apache.xerces.impl.xpath.regex.Op
      org.apache.xerces.impl.xpath.regex.Op$StringOp
Field Summary
final  String string     
Fields inherited from org.apache.xerces.impl.xpath.regex.Op:
DOT,  CHAR,  RANGE,  NRANGE,  ANCHOR,  STRING,  CLOSURE,  NONGREEDYCLOSURE,  QUESTION,  NONGREEDYQUESTION,  UNION,  CAPTURE,  BACKREFERENCE,  LOOKAHEAD,  NEGATIVELOOKAHEAD,  LOOKBEHIND,  NEGATIVELOOKBEHIND,  INDEPENDENT,  MODIFIER,  CONDITION,  nofinstances,  COUNT,  type,  next
Constructor:
 StringOp(int type,
    String literal) 
Method from org.apache.xerces.impl.xpath.regex.Op$StringOp Summary:
getString
Methods from org.apache.xerces.impl.xpath.regex.Op:
createAnchor,   createBackReference,   createCapture,   createChar,   createClosure,   createCondition,   createDot,   createIndependent,   createLook,   createModifier,   createNonGreedyClosure,   createQuestion,   createRange,   createString,   createUnion,   elementAt,   getChild,   getData,   getData2,   getString,   getToken,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.impl.xpath.regex.Op$StringOp Detail:
 String getString()