Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
X
- XINCLUDE_NS - Static variable in class nu.xom.xinclude.XIncluder
-
The namespace name of all XInclude elements.
- XIncludeException - Exception Class in nu.xom.xinclude
-
The generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.
- XIncludeException(String) - Constructor for exception class nu.xom.xinclude.XIncludeException
-
Constructs an
XIncludeException
with the specified detail message. - XIncludeException(String, String) - Constructor for exception class nu.xom.xinclude.XIncludeException
-
Creates a new
XIncludeException
with a detail message, line and column numbers, and the URI of the document that caused the exception. - XIncludeException(String, Throwable) - Constructor for exception class nu.xom.xinclude.XIncludeException
-
Constructs an
XIncludeException
with the specified detail message and initial cause. - XIncluder - Class in nu.xom.xinclude
-
Implements XInclude resolution as specified in XML Inclusions (XInclude) Version 1.0.
- XML_NAMESPACE - Static variable in class nu.xom.Namespace
-
Namespace URI specified for
xml
prefix - XMLException - Exception Class in nu.xom
-
The generic superclass for most runtime exceptions thrown in
nu.xom
. - XMLException(String) - Constructor for exception class nu.xom.XMLException
-
Creates a new
XMLException
with the specified detail message. - XMLException(String, Throwable) - Constructor for exception class nu.xom.XMLException
-
Creates a new
XMLException
with the specified detail message and an underlying root cause. - XOMTestCase - Class in nu.xom.tests
-
Provides utility methods to compare nodes for deep equality in an infoset sense.
- XOMTestCase(String) - Constructor for class nu.xom.tests.XOMTestCase
-
Create a new
XOMTestCase
with the specified name. - XPathContext - Class in nu.xom
-
Provides namespace prefix bindings for use in an XPath expression.
- XPathContext() - Constructor for class nu.xom.XPathContext
-
Creates a new XPath context that binds the
xml
prefix to the URIhttp://www.w3.org/XML/1998/namespace
. - XPathContext(String, String) - Constructor for class nu.xom.XPathContext
-
Creates a new XPath context that binds the specified prefix to the specified URI.
- XPathException - Exception Class in nu.xom
-
Indicates problems with XPath syntax or evaluation.
- XPathException(String) - Constructor for exception class nu.xom.XPathException
-
Creates a new
XPathException
with a detail message. - XPathException(String, Throwable) - Constructor for exception class nu.xom.XPathException
-
Creates a new
IllegalNameException
with a detail message and an underlying root cause. - XPathTypeException - Exception Class in nu.xom
-
Indicates that an XPath query returned a non-node-set.
- XSLException - Exception Class in nu.xom.xslt
-
Thrown when an XSL stylesheet fails to compile or an XSL transform fails.
- XSLException(String) - Constructor for exception class nu.xom.xslt.XSLException
-
Creates a new
XSLException
with the specified detail message. - XSLException(String, Throwable) - Constructor for exception class nu.xom.xslt.XSLException
-
Creates a new
XSLException
with the specified detail message and an underlying root cause. - XSLTransform - Class in nu.xom.xslt
-
Serves as an interface to a TrAX aware XSLT processor such as Xalan or Saxon.
- XSLTransform(Document) - Constructor for class nu.xom.xslt.XSLTransform
-
Creates a new
XSLTransform
by reading the stylesheet from the supplied document. - XSLTransform(Document, NodeFactory) - Constructor for class nu.xom.xslt.XSLTransform
-
Creates a new
XSLTransform
by reading the stylesheet from the supplied document.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form