Indicates problems with canonicalization.
Creates a new CanonicalizationException
with a detail message.
Creates a Canonicalizer
that outputs a
canonical XML document with comments.
Creates a Canonicalizer
that outputs a
canonical XML document with or without comments.
Creates a Canonicalizer
that outputs a
canonical XML document using the specified algorithm.
The type of attributes declared to have type CDATA
in the DTD.
This class represents an XML comment such as
<-- This is a comment-->
.
Creates a new comment that's a copy of its argument.
Creates a new Comment
object from string data.
Determines whether a node is contained in this list.
Translates a DOM org.w3c.dom.Attr
object
into an equivalent nu.xom.Attribute
object.
Translates a DOM org.w3c.dom.DocumentFragment
object into an equivalent nu.xom.Nodes
object.
Translates a DOM org.w3c.dom.DocumentType
object into an equivalent nu.xom.DocType
object.
Feed a document through this converter.
Translates a XOM nu.xom.Document
object
into an equivalent org.w3c.dom.Document
object.
Converts a Nodes
list into SAX by firing events
into the registered handlers.
Translates a DOM org.w3c.dom.Comment
object
into an equivalent nu.xom.Comment
object.
Translates a DOM org.w3c.dom.Document
object
into an equivalent nu.xom.Document
object.
Translates a DOM org.w3c.dom.Element
object into an equivalent nu.xom.Element
object.
Translates a DOM org.w3c.dom.ProcessingInstruction
object into an equivalent
nu.xom.ProcessingInstruction
object.
Translates a DOM org.w3c.dom.Text
object
into an equivalent nu.xom.Text
.
Creates a deep copy of this attribute that
is not attached to an element.
Returns a deep copy of this Comment
object
which contains the same text, but does not have any parent.
Returns a copy of this DocType
which has the same system ID, public ID, root element name,
and internal DTD subset, but does not belong to a document.
Returns a complete copy of this document.
Creates a deep copy of this element with no parent,
that can be added to this document or a different one.
Returns a copy of this namespace which has
the same prefix and URI, but no parent.
Returns a deep copy of this node with no parent,
that can be added to the current document or a different one.
Returns a deep copy of this processing instruction with no
parent, that can be added to this document or a different
one.
Returns a deep copy of this Text
with no parent,
that can be added to this document or a different one.
Indicates an attempt to
insert an ancestor element as one of its own descendants.
Creates a new CycleException
with a detail message.
Creates a new CycleException
with a detail message
and an underlying root cause.