Serialized Form


Package org.jaxen

Class org.jaxen.BaseXPath implements Serializable

Serialized Fields

xpath

XPathExpr xpath
the parsed form of the xpath expression

support

ContextSupport support
the support information and function, namespace and variable contexts

navigator

Navigator navigator
the implementation-specific Navigator for retrieving XML nodes

Class org.jaxen.Context implements Serializable

Serialized Fields

contextSupport

ContextSupport contextSupport

nodeSet

List nodeSet

size

int size

position

int position

Class org.jaxen.ContextSupport implements Serializable

Serialized Fields

namespaceContext

NamespaceContext namespaceContext

variableContext

VariableContext variableContext

navigator

Navigator navigator

Class org.jaxen.DefaultNavigator implements Serializable

Class org.jaxen.FunctionCallException implements Serializable

Serialized Fields

nestedException

Throwable nestedException

Class org.jaxen.JaxenException implements Serializable

Serialized Fields

rootCause

Throwable rootCause
Root cause, if any.

Class org.jaxen.SimpleNamespaceContext implements Serializable

Serialized Fields

namespaces

Map namespaces

Class org.jaxen.SimpleVariableContext implements Serializable

Serialized Fields

variables

Map variables
Table of variable bindings.

Class org.jaxen.UnresolvableException implements Serializable

Class org.jaxen.UnsupportedAxisException implements Serializable

Class org.jaxen.XPathSyntaxException implements Serializable

Serialized Fields

xpath

String xpath
The textual xpath expression.

position

int position
The position of the error.


Package org.jaxen.dom

Class org.jaxen.dom.DocumentNavigator implements Serializable

Class org.jaxen.dom.DOMXPath implements Serializable


Package org.jaxen.dom4j

Class org.jaxen.dom4j.DocumentNavigator implements Serializable

Class org.jaxen.dom4j.Dom4jXPath implements Serializable


Package org.jaxen.exml

Class org.jaxen.exml.DocumentNavigator implements Serializable

Class org.jaxen.exml.ElectricXPath implements Serializable


Package org.jaxen.expr

Class org.jaxen.expr.DefaultAbsoluteLocationPath implements Serializable

Class org.jaxen.expr.DefaultAllNodeStep implements Serializable

Class org.jaxen.expr.DefaultCommentNodeStep implements Serializable

Class org.jaxen.expr.DefaultExpr implements Serializable

Class org.jaxen.expr.DefaultFilterExpr implements Serializable

Serialized Fields

expr

Expr expr

predicates

org.jaxen.expr.PredicateSet predicates

Class org.jaxen.expr.DefaultNameStep implements Serializable

Serialized Fields

prefix

String prefix
Our prefix, bound through the current Context. The empty-string ("") if no prefix was specified. Decidedly NOT-NULL, due to SAXPath constraints.

localName

String localName
Our local-name.

matchesAnyName

boolean matchesAnyName
Quick flag denoting if the localname was '*'

Class org.jaxen.expr.DefaultProcessingInstructionNodeStep implements Serializable

Serialized Fields

name

String name

Class org.jaxen.expr.DefaultRelativeLocationPath implements Serializable

Class org.jaxen.expr.DefaultStep implements Serializable

Serialized Fields

axis

IterableAxis axis

predicates

org.jaxen.expr.PredicateSet predicates

Class org.jaxen.expr.DefaultTextNodeStep implements Serializable

Class org.jaxen.expr.DefaultUnionExpr implements Serializable

Class org.jaxen.expr.DefaultXPathExpr implements Serializable

Serialized Fields

rootExpr

Expr rootExpr


Package org.jaxen.expr.iter

Class org.jaxen.expr.iter.IterableAncestorAxis implements Serializable

Class org.jaxen.expr.iter.IterableAncestorOrSelfAxis implements Serializable

Class org.jaxen.expr.iter.IterableAttributeAxis implements Serializable

Class org.jaxen.expr.iter.IterableAxis implements Serializable

Serialized Fields

value

int value

Class org.jaxen.expr.iter.IterableChildAxis implements Serializable

Class org.jaxen.expr.iter.IterableDescendantAxis implements Serializable

Class org.jaxen.expr.iter.IterableDescendantOrSelfAxis implements Serializable

Class org.jaxen.expr.iter.IterableFollowingAxis implements Serializable

Class org.jaxen.expr.iter.IterableFollowingSiblingAxis implements Serializable

Class org.jaxen.expr.iter.IterableNamespaceAxis implements Serializable

Class org.jaxen.expr.iter.IterableParentAxis implements Serializable

Class org.jaxen.expr.iter.IterablePrecedingAxis implements Serializable

Class org.jaxen.expr.iter.IterablePrecedingSiblingAxis implements Serializable

Class org.jaxen.expr.iter.IterableSelfAxis implements Serializable


Package org.jaxen.jdom

Class org.jaxen.jdom.DocumentNavigator implements Serializable

Class org.jaxen.jdom.JDOMXPath implements Serializable


Package org.jaxen.util

Class org.jaxen.util.IdentityHashMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the IdentityHashMap instance to a stream (i.e., serialize it).
Serial Data:
The capacity of the IdentityHashMap (the length of the bucket array) is emitted (int), followed by the size of the IdentityHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the IdentityHashMap The key-value mappings are emitted in no particular order.
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)
 

loadFactor

float loadFactor
The load factor for the hashtable.
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo