Serialized Form
exprText
String exprText
- Original expression text.
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
contextSupport
ContextSupport contextSupport
- Context-support.
nodeSet
List nodeSet
- Context node-set.
size
int size
- Current context size.
position
int position
- Current context position.
namespaceContext
NamespaceContext namespaceContext
- Namespace context.
variableContext
VariableContext variableContext
- Variable context.
navigator
Navigator navigator
- Model navigator.
nestedException
Throwable nestedException
rootCause
Throwable rootCause
- Root cause, if any.
namespaces
Map namespaces
variables
Map variables
- Table of variable bindings.
xpath
String xpath
- The textual xpath expression.
position
int position
- The position of the error.
Package org.jaxen.dom.html |
toLowerCase
boolean toLowerCase
expr
Expr expr
predicates
PredicateSet predicates
prefix
String prefix
functionName
String functionName
parameters
List parameters
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 '*'
hasPrefix
boolean hasPrefix
- Quick flag denoting if we have a namespace prefix
name
String name
axis
IterableAxis axis
predicates
PredicateSet predicates
rootExpr
Expr rootExpr
predicates
List predicates
Package org.jaxen.expr.iter |
value
int value
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.
IOException
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.
-
Package org.jaxen.saxpath |
cause
Throwable cause
- The source exception, if any
xpath
String xpath
position
int position
Copyright © 2001-2003 Codehaus. All Rights Reserved.