Serialized Form


Package org.apache.commons.jxpath

Class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
 

Class org.apache.commons.jxpath.JXPathException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception
 


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

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

Serialized Fields

index

int index

attribute

boolean attribute

parent

NodePointer parent

locale

java.util.Locale locale

Class org.apache.commons.jxpath.ri.model.VariablePointer 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 implements Serializable

Serialized Fields

name

QName name

bean

java.lang.Object bean

beanInfo

JXPathBeanInfo beanInfo

Class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer 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 implements Serializable

Serialized Fields

collection

java.lang.Object collection

valuePointer

NodePointer valuePointer

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

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

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

Serialized Fields

name

QName name

id

java.lang.String id

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

Serialized Fields

propertyName

java.lang.String propertyName

byNameAttribute

boolean byNameAttribute

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

Serialized Fields

value

java.lang.Object value

Class org.apache.commons.jxpath.ri.model.beans.PropertyPointer 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 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 implements Serializable

Serialized Fields

attr

org.w3c.dom.Attr attr

Class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer 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 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 implements Serializable

Serialized Fields

name

QName name

dynaBean

org.apache.commons.beanutils.DynaBean dynaBean

Class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer 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 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 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 implements Serializable

Serialized Fields

attr

org.jdom.Attribute attr

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

Serialized Fields

prefix

java.lang.String prefix

namespaceURI

java.lang.String namespaceURI

Class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer 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 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 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



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.