- XINCLUDE_NS - Static variable in class nu.xom.xinclude.XIncluder
-
The namespace name of all XInclude elements.
- XIncludeException - Exception 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 nu.xom.xinclude.XIncludeException
-
Constructs an XIncludeException
with the specified
detail message.
- XIncludeException(String, Throwable) - Constructor for exception nu.xom.xinclude.XIncludeException
-
Constructs an XIncludeException
with the specified
detail message and initial cause.
- XIncludeException(String, String) - Constructor for exception 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.
- XIncluder - Class in nu.xom.xinclude
-
- XML_NAMESPACE - Static variable in class nu.xom.Namespace
-
Namespace URI specified for xml
prefix
- XMLException - Exception in nu.xom
-
The generic superclass for most runtime exceptions thrown in
nu.xom
.
- XMLException(String, Throwable) - Constructor for exception nu.xom.XMLException
-
Creates a new XMLException
with the specified detail message
and an underlying root cause.
- XMLException(String) - Constructor for exception nu.xom.XMLException
-
Creates a new XMLException
with
the specified detail message.
- 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(String, String) - Constructor for class nu.xom.XPathContext
-
Creates a new XPath context that binds the specified prefix to
the specified URI.
- XPathContext() - Constructor for class nu.xom.XPathContext
-
Creates a new XPath context that binds the xml
prefix to the URI
http://www.w3.org/XML/1998/namespace
.
- XPathException - Exception in nu.xom
-
Indicates problems with XPath syntax or evaluation.
- XPathException(String) - Constructor for exception nu.xom.XPathException
-
Creates a new XPathException
with a detail message.
- XPathException(String, Throwable) - Constructor for exception nu.xom.XPathException
-
Creates a new IllegalNameException
with a detail message and an underlying root cause.
- XPathTypeException - Exception in nu.xom
-
Indicates that an XPath query returned a non-node-set.
- XSLException - Exception in nu.xom.xslt
-
Thrown when an XSL stylesheet fails to compile
or an XSL transform fails.
- XSLException(String, Throwable) - Constructor for exception nu.xom.xslt.XSLException
-
Creates a new XSLException
with the specified
detail message and an underlying root cause.
- XSLException(String) - Constructor for exception nu.xom.xslt.XSLException
-
Creates a new XSLException
with the specified detail message.
- 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.