Serialized Form
-
Package org.exolab.adaptx.net
-
Class org.exolab.adaptx.net.URIException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_exception
java.lang.Exception _exception
nested exception, may be null.
-
-
-
-
Package org.exolab.adaptx.util
-
Class org.exolab.adaptx.util.NestedIOException extends java.io.IOException implements Serializable
-
Serialized Fields
-
_exception
java.lang.Exception _exception
A nested exception -
_localTrace
boolean _localTrace
A flag to indicate a local stack trace only
-
-
-
Class org.exolab.adaptx.util.NestedRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_exception
java.lang.Exception _exception
The nested exception which caused the error
-
-
-
-
Package org.exolab.adaptx.xml.dom2xpn
-
Class org.exolab.adaptx.xml.dom2xpn.DocumentWrapperXPathNode extends org.exolab.adaptx.xml.dom2xpn.ParentDOMXPathNode implements Serializable
-
Serialized Fields
-
_document
org.w3c.dom.Document _document
A reference to the document node we are wrapping -
_rootElement
org.exolab.adaptx.xml.dom2xpn.ElementWrapperXPathNode _rootElement
-
-
-
-
Package org.exolab.adaptx.xpath
-
Class org.exolab.adaptx.xpath.BooleanResult extends XPathResult implements Serializable
-
Serialized Fields
-
_value
boolean _value
The value of the boolean result.
-
-
-
Class org.exolab.adaptx.xpath.NodeSet extends XPathResult implements Serializable
-
Serialized Fields
-
_count
int _count
The next available location in the nodes array. -
_nodes
XPathNode[] _nodes
An array of nodes. Initially null, and created only when the first node is added. The array length is equal to or larger than the next available location (_count). -
DefaultSize
int DefaultSize
The default size of the nodes array.
-
-
-
Class org.exolab.adaptx.xpath.NumberResult extends XPathResult implements Serializable
-
Serialized Fields
-
_value
double _value
The value of the number result.
-
-
-
Class org.exolab.adaptx.xpath.StringResult extends XPathResult implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
The value of the string result.
-
-
-
Class org.exolab.adaptx.xpath.VariableSet extends java.lang.Object implements Serializable
-
Class org.exolab.adaptx.xpath.VariableSetImpl extends VariableSet implements Serializable
-
Serialized Fields
-
_binding
org.exolab.adaptx.xpath.VariableSetImpl.Binding _binding
The first binding in a single-linked list of variable bindings. -
_parent
VariableSet _parent
References a parent variable binding.
-
-
-
Class org.exolab.adaptx.xpath.XPathException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_exception
java.lang.Exception _exception
The nested exception which caused the error
-
-
-
Class org.exolab.adaptx.xpath.XPathNode extends java.lang.Object implements Serializable
-
Class org.exolab.adaptx.xpath.XPathResult extends java.lang.Object implements Serializable
-
-
Package org.exolab.adaptx.xpath.engine
-
Class org.exolab.adaptx.xpath.engine.ParseException extends XPathException implements Serializable
-
Serialized Fields
-
column
int column
The column number at which the error occured -
expression
java.lang.String expression
The expression that caused the error
-
-
-
-
Package org.exolab.adaptx.xslt
-
Class org.exolab.adaptx.xslt.PatternException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_exception
java.lang.Exception _exception
-
-
-
Class org.exolab.adaptx.xslt.TreeFragmentResult extends XSLTFunctionResult implements Serializable
-
Serialized Fields
-
_nodes
NodeSet _nodes
The XPathNode representing the "tree-fragment"
-
-
-
Class org.exolab.adaptx.xslt.XSLException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_exception
java.lang.Exception _exception
-
error
int error
-
-
-
Class org.exolab.adaptx.xslt.XSLTFunctionResult extends XPathResult implements Serializable
-
-
Package org.exolab.adaptx.xslt.dom
-
Class org.exolab.adaptx.xslt.dom.Attribute extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
-
-
-
Class org.exolab.adaptx.xslt.dom.Comment extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
The value of this comment
-
-
-
Class org.exolab.adaptx.xslt.dom.Element extends org.exolab.adaptx.xslt.dom.ParentNode implements Serializable
-
Class org.exolab.adaptx.xslt.dom.Namespace extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
-
-
-
Class org.exolab.adaptx.xslt.dom.ProcessingInstruction extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
The node value
-
-
-
Class org.exolab.adaptx.xslt.dom.Root extends org.exolab.adaptx.xslt.dom.ParentNode implements Serializable
-
Serialized Fields
-
_uri
java.lang.String _uri
-
-
-
Class org.exolab.adaptx.xslt.dom.Text extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable
-
Serialized Fields
-
_value
java.lang.String _value
The value of this comment
-
-
-