Serialized Form

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

 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

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

 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

_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.XPathNode extends java.lang.Object implements Serializable

Class org.exolab.adaptx.xpath.XPathResult extends java.lang.Object implements Serializable

Package org.exolab.adaptx.xslt

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.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

 String _value

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

Serialized Fields

_value

 String _value
The value of this comment

Class org.exolab.adaptx.xslt.dom.Element extends org.exolab.adaptx.xslt.dom.ParentNode 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 extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable

Serialized Fields

_value

 String _value

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

Serialized Fields

_value

 String _value
The node value

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

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

Serialized Fields

_value

 String _value
The value of this comment