Serialized Form


Package org.exolab.adaptx.net

Class org.exolab.adaptx.net.URIException 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 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 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 implements Serializable

Serialized Fields

_document

org.w3c.dom.Document _document
A reference to the document node we are wrapping


_rootElement

ElementWrapperXPathNode _rootElement


Package org.exolab.adaptx.xpath

Class org.exolab.adaptx.xpath.BooleanResult implements Serializable

Serialized Fields

_value

boolean _value
The value of the boolean result.

Class org.exolab.adaptx.xpath.NodeSet implements Serializable

Serialized Fields

DefaultSize

int DefaultSize
The default size of 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).


_count

int _count
The next available location in the nodes array.

Class org.exolab.adaptx.xpath.NumberResult implements Serializable

Serialized Fields

_value

double _value
The value of the number result.

Class org.exolab.adaptx.xpath.StringResult implements Serializable

Serialized Fields

_value

java.lang.String _value
The value of the string result.

Class org.exolab.adaptx.xpath.VariableSet implements Serializable

Class org.exolab.adaptx.xpath.VariableSetImpl implements Serializable

Serialized Fields

_parent

VariableSet _parent
References a parent variable binding.


_binding

org.exolab.adaptx.xpath.VariableSetImpl.Binding _binding
The first binding in a single-linked list of variable bindings.

Class org.exolab.adaptx.xpath.XPathException implements Serializable

Serialized Fields

_exception

java.lang.Exception _exception
The nested exception which caused the error

Class org.exolab.adaptx.xpath.XPathNode implements Serializable

Class org.exolab.adaptx.xpath.XPathResult implements Serializable


Package org.exolab.adaptx.xpath.engine

Class org.exolab.adaptx.xpath.engine.ParseException 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 implements Serializable

Serialized Fields

_exception

java.lang.Exception _exception

Class org.exolab.adaptx.xslt.TreeFragmentResult implements Serializable

Serialized Fields

_nodes

NodeSet _nodes
The XPathNode representing the "tree-fragment"

Class org.exolab.adaptx.xslt.XSLException implements Serializable

Serialized Fields

error

int error

_exception

java.lang.Exception _exception

Class org.exolab.adaptx.xslt.XSLTFunctionResult implements Serializable


Package org.exolab.adaptx.xslt.dom

Class org.exolab.adaptx.xslt.dom.Attribute implements Serializable

Serialized Fields

_value

java.lang.String _value

Class org.exolab.adaptx.xslt.dom.Comment implements Serializable

Serialized Fields

_value

java.lang.String _value
The value of this comment

Class org.exolab.adaptx.xslt.dom.Element implements Serializable

Serialized Fields

_firstAttribute

Attribute _firstAttribute
A reference to the first attribute node


_lastAttribute

Attribute _lastAttribute
A reference to the last attribute node


_firstNamespace

Namespace _firstNamespace
A reference to the first namespace node

Class org.exolab.adaptx.xslt.dom.Namespace implements Serializable

Serialized Fields

_value

java.lang.String _value

Class org.exolab.adaptx.xslt.dom.ProcessingInstruction implements Serializable

Serialized Fields

_value

java.lang.String _value
The node value

Class org.exolab.adaptx.xslt.dom.Root implements Serializable

Class org.exolab.adaptx.xslt.dom.Text implements Serializable

Serialized Fields

_value

java.lang.String _value
The value of this comment