Returns a new Nodes
object containing an
attribute in the specified namespace
with the specified name and type.
Returns a new Nodes
object containing a
comment with the specified text.
Returns a new Nodes
object containing a
DocType
object with the specified root element
name, system ID, and public ID.
Creates a new XPath context that contains all the namespace
bindings in scope on the element.
Returns a new Nodes
object containing a
new ProcessingInstruction
object with
the specified target and data.
Creates a new element in the specified namespace
with the specified name.
Returns a new Nodes
object containing a
text node with the specified content.
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.
Creates a new MalformedURIException
with a detail message.
Creates a new MalformedURIException
with a detail message and an underlying root cause.
Indicates that an xinclude:fallback
element
was found outside of an xinclude:include
element.
Constructs a MisplacedFallbackException
with
the specified detail message.
Creates a new MisplacedFallbackException
with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
Indicates an attempt to add a node that already has a parent to the
same or a different parent.
Creates a new MultipleParentException
with a detail message.
Creates a new MultipleParentException
with a detail message and an underlying root cause.