Serialized Form

Package org.apache.xerces.impl.xpath.regex

Class org.apache.xerces.impl.xpath.regex.RegularExpression extends java.lang.Object implements Serializable

serialVersionUID: 6242499334195006401L

Serialized Fields

regex

 String regex
A regular expression.

options

 int options

nofparen

 int nofparen
The number of parenthesis in the regular expression.

tokentree

 org.apache.xerces.impl.xpath.regex.Token tokentree
Internal representation of the regular expression.

hasBackReferences

 boolean hasBackReferences

Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.