java.lang.Object org.apache.xerces.impl.xpath.regex.Op org.apache.xerces.impl.xpath.regex.Op$StringOp
StringOp(int type, String literal) { super(type); this.string = literal; }
{ super(type); this.string = literal; }
String getString() { return this.string; }
{ return this.string; }