Serialized Form
-
Package org.exolab.adaptx.net
-
Exception org.exolab.adaptx.net.URIException
class URIException extends Exception implements Serializable-
Serialized Fields
-
_exception
Exception _exception
nested exception, may be null.
-
-
-
-
Package org.exolab.adaptx.util
-
Exception org.exolab.adaptx.util.NestedIOException
class NestedIOException extends IOException implements Serializable-
Serialized Fields
-
_exception
Exception _exception
A nested exception -
_localTrace
boolean _localTrace
A flag to indicate a local stack trace only
-
-
-
Exception org.exolab.adaptx.util.NestedRuntimeException
class NestedRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
_exception
Exception _exception
The nested exception which caused the error
-
-
-
-
Package org.exolab.adaptx.xml.dom2xpn
-
Class org.exolab.adaptx.xml.dom2xpn.DocumentWrapperXPathNode
class 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
class BooleanResult extends XPathResult implements Serializable-
Serialized Fields
-
_value
boolean _value
The value of the boolean result.
-
-
-
Class org.exolab.adaptx.xpath.NodeSet
class 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
class NumberResult extends XPathResult implements Serializable-
Serialized Fields
-
_value
double _value
The value of the number result.
-
-
-
Class org.exolab.adaptx.xpath.StringResult
class StringResult extends XPathResult implements Serializable-
Serialized Fields
-
_value
String _value
The value of the string result.
-
-
-
Class org.exolab.adaptx.xpath.VariableSet
class VariableSet extends Object implements Serializable -
Class org.exolab.adaptx.xpath.VariableSetImpl
class 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.
-
-
-
Exception org.exolab.adaptx.xpath.XPathException
class XPathException extends Exception implements Serializable-
Serialized Fields
-
_exception
Exception _exception
The nested exception which caused the error
-
-
-
Class org.exolab.adaptx.xpath.XPathNode
class XPathNode extends Object implements Serializable -
Class org.exolab.adaptx.xpath.XPathResult
class XPathResult extends Object implements Serializable
-
-
Package org.exolab.adaptx.xpath.engine
-
Exception org.exolab.adaptx.xpath.engine.ParseException
class ParseException extends XPathException implements Serializable-
Serialized Fields
-
column
int column
The column number at which the error occured -
expression
String expression
The expression that caused the error
-
-
-
-
Package org.exolab.adaptx.xslt
-
Exception org.exolab.adaptx.xslt.PatternException
class PatternException extends Exception implements Serializable-
Serialized Fields
-
_exception
Exception _exception
-
-
-
Class org.exolab.adaptx.xslt.TreeFragmentResult
class TreeFragmentResult extends XSLTFunctionResult implements Serializable-
Serialized Fields
-
_nodes
NodeSet _nodes
The XPathNode representing the "tree-fragment"
-
-
-
Exception org.exolab.adaptx.xslt.XSLException
class XSLException extends Exception implements Serializable-
Serialized Fields
-
_exception
Exception _exception
-
error
int error
-
-
-
Class org.exolab.adaptx.xslt.XSLTFunctionResult
class XSLTFunctionResult extends XPathResult implements Serializable
-
-
Package org.exolab.adaptx.xslt.dom
-
Class org.exolab.adaptx.xslt.dom.Attribute
class Attribute extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class org.exolab.adaptx.xslt.dom.Comment
class 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
class Element extends org.exolab.adaptx.xslt.dom.ParentNode implements Serializable -
Class org.exolab.adaptx.xslt.dom.Namespace
class Namespace extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable-
Serialized Fields
-
_value
String _value
-
-
-
Class org.exolab.adaptx.xslt.dom.ProcessingInstruction
class 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
class Root extends org.exolab.adaptx.xslt.dom.ParentNode implements Serializable-
Serialized Fields
-
_uri
String _uri
-
-
-
Class org.exolab.adaptx.xslt.dom.Text
class Text extends org.exolab.adaptx.xslt.dom.BaseNode implements Serializable-
Serialized Fields
-
_value
String _value
The value of this comment
-
-
-