Serialized Form
Package org.apache.commons.jxpath |
exception
java.lang.Exception exception
-
exception
java.lang.Throwable exception
-
Package org.apache.commons.jxpath.ri.model |
index
int index
attribute
boolean attribute
namespaceResolver
NamespaceResolver namespaceResolver
parent
NodePointer parent
locale
java.util.Locale locale
variables
Variables variables
name
QName name
valuePointer
NodePointer valuePointer
actual
boolean actual
Package org.apache.commons.jxpath.ri.model.beans |
name
QName name
bean
java.lang.Object bean
beanInfo
JXPathBeanInfo beanInfo
propertyName
java.lang.String propertyName
beanInfo
JXPathBeanInfo beanInfo
propertyDescriptors
java.beans.PropertyDescriptor[] propertyDescriptors
propertyDescriptor
java.beans.PropertyDescriptor propertyDescriptor
names
java.lang.String[] names
baseValue
java.lang.Object baseValue
value
java.lang.Object value
collection
java.lang.Object collection
valuePointer
NodePointer valuePointer
name
QName name
id
java.lang.String id
propertyName
java.lang.String propertyName
byNameAttribute
boolean byNameAttribute
value
java.lang.Object value
propertyIndex
int propertyIndex
bean
java.lang.Object bean
value
java.lang.Object value
Package org.apache.commons.jxpath.ri.model.container |
container
Container container
valuePointer
NodePointer valuePointer
Package org.apache.commons.jxpath.ri.model.dom |
attr
org.w3c.dom.Attr attr
node
org.w3c.dom.Node node
namespaces
java.util.Map namespaces
defaultNamespace
java.lang.String defaultNamespace
id
java.lang.String id
prefix
java.lang.String prefix
namespaceURI
java.lang.String namespaceURI
Package org.apache.commons.jxpath.ri.model.dynabeans |
name
QName name
dynaBean
org.apache.commons.beanutils.DynaBean dynaBean
dynaBean
org.apache.commons.beanutils.DynaBean dynaBean
name
java.lang.String name
names
java.lang.String[] names
Package org.apache.commons.jxpath.ri.model.dynamic |
name
QName name
bean
java.lang.Object bean
handler
DynamicPropertyHandler handler
names
java.lang.String[] names
handler
DynamicPropertyHandler handler
name
java.lang.String name
names
java.lang.String[] names
requiredPropertyName
java.lang.String requiredPropertyName
Package org.apache.commons.jxpath.ri.model.jdom |
attr
org.jdom.Attribute attr
prefix
java.lang.String prefix
namespaceURI
java.lang.String namespaceURI
node
java.lang.Object node
namespaces
java.util.Map namespaces
defaultNamespace
java.lang.String defaultNamespace
id
java.lang.String id
Package org.apache.commons.jxpath.ri.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
position
int position
character
char character