Serialized Form


Package org.apache.commons.jxpath

Class org.apache.commons.jxpath.BasicVariables extends java.lang.Object implements Serializable

serialVersionUID: 2708263960832062725L

Serialized Fields

vars

java.util.HashMap vars
Contains the values of declared variables

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

serialVersionUID: -4403564377958943239L

Class org.apache.commons.jxpath.JXPathBasicBeanInfo extends java.lang.Object implements Serializable

serialVersionUID: -3863803443111484155L

Serialized Fields

atomic

boolean atomic

clazz

java.lang.Class clazz

dynamicPropertyHandlerClass

java.lang.Class dynamicPropertyHandlerClass

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

serialVersionUID: 4306409701468017766L

Serialized Fields

exception

java.lang.Throwable exception
 

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

serialVersionUID: -8875537628056117241L

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

serialVersionUID: -8875537628056117241L

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

serialVersionUID: 504555366032561816L

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

serialVersionUID: -8875537628056117241L

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

serialVersionUID: -4403564377958943239L

Class org.apache.commons.jxpath.XMLDocumentContainer extends java.lang.Object implements Serializable

Serialized Fields

delegate

DocumentContainer delegate
Deprecated. 

document

java.lang.Object document
Deprecated. 

xmlURL

java.net.URL xmlURL
Deprecated. 

source

javax.xml.transform.Source source
Deprecated. 

Package org.apache.commons.jxpath.ri

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

serialVersionUID: 1085590057838651311L

Serialized Fields

parent

NamespaceResolver parent
Parent NamespaceResolver


namespaceMap

java.util.HashMap namespaceMap
namespace map


reverseMap

java.util.HashMap reverseMap
reverse lookup map


pointer

NodePointer pointer
pointer


sealed

boolean sealed

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

serialVersionUID: 7616199282015091496L

Serialized Fields

prefix

java.lang.String prefix

name

java.lang.String name

qualifiedName

java.lang.String qualifiedName

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
Index for this NodePointer


attribute

boolean attribute

namespaceResolver

NamespaceResolver namespaceResolver

parent

NodePointer parent
Parent pointer


locale

java.util.Locale locale
Locale

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

serialVersionUID: -454731297397189293L

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

serialVersionUID: -8227317938284982440L

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

serialVersionUID: -6008991447676468786L

Serialized Fields

propertyName

java.lang.String propertyName

beanInfo

JXPathBeanInfo beanInfo

baseValue

java.lang.Object baseValue

value

java.lang.Object value

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

serialVersionUID: 8620254915563256588L

Serialized Fields

collection

java.lang.Object collection

valuePointer

NodePointer valuePointer

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

serialVersionUID: -8665319197100034134L

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

serialVersionUID: 8714236818791036721L

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

serialVersionUID: 2193425983220679887L

Serialized Fields

name

QName name

id

java.lang.String id

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

serialVersionUID: 5296593071854982754L

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
property index


bean

java.lang.Object bean
owning object


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

serialVersionUID: 6140752946621686118L

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

serialVersionUID: 1115085175427555951L

Serialized Fields

attr

org.w3c.dom.Attr attr

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

serialVersionUID: -8751046933894857319L

Serialized Fields

node

org.w3c.dom.Node node

namespaces

java.util.Map namespaces

defaultNamespace

java.lang.String defaultNamespace

id

java.lang.String id

localNamespaceResolver

NamespaceResolver localNamespaceResolver

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

serialVersionUID: -7622456151550131709L

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

serialVersionUID: -9135052498044877965L

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

serialVersionUID: 2094421509141267239L

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

serialVersionUID: -1842347025295904256L

Serialized Fields

name

QName name

bean

java.lang.Object bean

handler

DynamicPropertyHandler handler

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

serialVersionUID: -5720585681149150822L

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

serialVersionUID: 8896050354479644028L

Serialized Fields

attr

org.jdom.Attribute attr

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

serialVersionUID: 7935311686545862379L

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

serialVersionUID: -6346532297491082651L

Serialized Fields

node

java.lang.Object node

id

java.lang.String id

localNamespaceResolver

NamespaceResolver localNamespaceResolver

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

Package org.apache.commons.jxpath.servlet

Class org.apache.commons.jxpath.servlet.KeywordVariables extends java.lang.Object implements Serializable

serialVersionUID: 894145608741325442L

Serialized Fields

keyword

java.lang.String keyword

object

java.lang.Object object

Package org.apache.commons.jxpath.util

Class org.apache.commons.jxpath.util.ReverseComparator extends java.lang.Object implements Serializable

serialVersionUID: -2795475743948616649L


Package org.apache.commons.jxpath.xml

Class org.apache.commons.jxpath.xml.DocumentContainer extends XMLParser2 implements Serializable

serialVersionUID: -8713290334113427066L

Serialized Fields

document

java.lang.Object document

xmlURL

java.net.URL xmlURL

model

java.lang.String model



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