- makeAttribute(String, String, String, Attribute.Type) - Method in class nu.xom.NodeFactory
-
Returns a new Nodes
object containing an
attribute in the specified namespace
with the specified name and type.
- makeComment(String) - Method in class nu.xom.NodeFactory
-
Returns a new Nodes
object containing a
comment with the specified text.
- makeDocType(String, String, String) - Method in class nu.xom.NodeFactory
-
Returns a new Nodes
object containing a
DocType
object with the specified root element
name, system ID, and public ID.
- makeNamespaceContext(Element) - Static method in class nu.xom.XPathContext
-
Creates a new XPath context that contains all the namespace
bindings in scope on the element.
- makeProcessingInstruction(String, String) - Method in class nu.xom.NodeFactory
-
Returns a new Nodes
object containing a
new ProcessingInstruction
object with
the specified target and data.
- makeRootElement(String, String) - Method in class nu.xom.NodeFactory
-
Creates a new element in the specified namespace
with the specified name.
- makeText(String) - Method in class nu.xom.NodeFactory
-
Returns a new Nodes
object containing a
text node with the specified content.
- MalformedURIException - Exception in nu.xom
-
Indicates that a string
intended for use as a URI or URI reference (typically a namespace
name or a base URI) is not syntactically correct according to
RFC 3986.
- MalformedURIException(String) - Constructor for exception nu.xom.MalformedURIException
-
Creates a new MalformedURIException
with a detail message.
- MalformedURIException(String, Throwable) - Constructor for exception nu.xom.MalformedURIException
-
Creates a new MalformedURIException
with a detail message and an underlying root cause.
- MisplacedFallbackException - Exception in nu.xom.xinclude
-
Indicates that an xinclude:fallback
element
was found outside of an xinclude:include
element.
- MisplacedFallbackException(String) - Constructor for exception nu.xom.xinclude.MisplacedFallbackException
-
Constructs a MisplacedFallbackException
with
the specified detail message.
- MisplacedFallbackException(String, String) - Constructor for exception nu.xom.xinclude.MisplacedFallbackException
-
Creates a new MisplacedFallbackException
with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
- MultipleParentException - Exception in nu.xom
-
Indicates an attempt to add a node that already has a parent to the
same or a different parent.
- MultipleParentException(String) - Constructor for exception nu.xom.MultipleParentException
-
Creates a new MultipleParentException
with a detail message.
- MultipleParentException(String, Throwable) - Constructor for exception nu.xom.MultipleParentException
-
Creates a new MultipleParentException
with a detail message and an underlying root cause.