Serialized Form


Package org.apache.commons.jxpath

Class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception
 

Class org.apache.commons.jxpath.JXPathException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception
 


Package org.apache.commons.jxpath.ri.model

Class org.apache.commons.jxpath.ri.model.NodePointer extends java.lang.Object implements Serializable

Serialized Fields

index

int index

attribute

boolean attribute

namespaceResolver

NamespaceResolver namespaceResolver

parent

NodePointer parent

locale

java.util.Locale locale

Class org.apache.commons.jxpath.ri.model.VariablePointer extends NodePointer implements Serializable

Serialized Fields

variables

Variables variables

name

QName name

valuePointer

NodePointer valuePointer

actual

boolean actual


Package org.apache.commons.jxpath.ri.model.beans

Class org.apache.commons.jxpath.ri.model.beans.BeanPointer extends PropertyOwnerPointer implements Serializable

Serialized Fields

name

QName name

bean

java.lang.Object bean

beanInfo

JXPathBeanInfo beanInfo

Class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer extends PropertyPointer implements Serializable

Serialized Fields

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

Class org.apache.commons.jxpath.ri.model.beans.CollectionPointer extends NodePointer implements Serializable

Serialized Fields

collection

java.lang.Object collection

valuePointer

NodePointer valuePointer

Class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer extends NodePointer implements Serializable

Class org.apache.commons.jxpath.ri.model.beans.NullElementPointer extends CollectionPointer implements Serializable

Class org.apache.commons.jxpath.ri.model.beans.NullPointer extends PropertyOwnerPointer implements Serializable

Serialized Fields

name

QName name

id

java.lang.String id

Class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer extends PropertyPointer implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

byNameAttribute

boolean byNameAttribute

Class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer extends NodePointer implements Serializable

Serialized Fields

value

java.lang.Object value

Class org.apache.commons.jxpath.ri.model.beans.PropertyPointer extends NodePointer implements Serializable

Serialized Fields

propertyIndex

int propertyIndex

bean

java.lang.Object bean

value

java.lang.Object value


Package org.apache.commons.jxpath.ri.model.container

Class org.apache.commons.jxpath.ri.model.container.ContainerPointer extends NodePointer implements Serializable

Serialized Fields

container

Container container

valuePointer

NodePointer valuePointer


Package org.apache.commons.jxpath.ri.model.dom

Class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer extends NodePointer implements Serializable

Serialized Fields

attr

org.w3c.dom.Attr attr

Class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer extends NodePointer implements Serializable

Serialized Fields

node

org.w3c.dom.Node node

namespaces

java.util.Map namespaces

defaultNamespace

java.lang.String defaultNamespace

id

java.lang.String id

Class org.apache.commons.jxpath.ri.model.dom.NamespacePointer extends NodePointer implements Serializable

Serialized Fields

prefix

java.lang.String prefix

namespaceURI

java.lang.String namespaceURI


Package org.apache.commons.jxpath.ri.model.dynabeans

Class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer extends PropertyOwnerPointer implements Serializable

Serialized Fields

name

QName name

dynaBean

org.apache.commons.beanutils.DynaBean dynaBean

Class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer extends PropertyPointer implements Serializable

Serialized Fields

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

Class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer extends PropertyOwnerPointer implements Serializable

Serialized Fields

name

QName name

bean

java.lang.Object bean

handler

DynamicPropertyHandler handler

names

java.lang.String[] names

Class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer extends PropertyPointer implements Serializable

Serialized Fields

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

Class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer extends NodePointer implements Serializable

Serialized Fields

attr

org.jdom.Attribute attr

Class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer extends NodePointer implements Serializable

Serialized Fields

prefix

java.lang.String prefix

namespaceURI

java.lang.String namespaceURI

Class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer extends NodePointer implements Serializable

Serialized Fields

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

Class org.apache.commons.jxpath.ri.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

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.

Class org.apache.commons.jxpath.ri.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

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