|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Canonicalizer
that outputs a
canonical XML document with comments.
Canonicalizer
that outputs a
canonical XML document with or without comments.
<-- This is a comment-->
.Comment
object from string data.
CycleException
indicates an attempt to
insert an ancestor element as one of its own descendants.org.w3c.dom.Document
object
into an equivalent nu.xom.Document
.
org.w3c.dom.Comment
object
into an equivalent nu.xom.Comment
.
org.w3c.dom.Text
object
into an equivalent nu.xom.Text
.
org.w3c.dom.Attr
object
into an equivalent nu.xom.Attribute
.
org.w3c.dom.ProcessingInstruction
object into an equivalent
nu.xom.ProcessingInstruction
object.
org.w3c.dom.DocumentType
object into an equivalent nu.xom.DocType
object.
org.w3c.dom.Element
object into an equivalent nu.xom.Element
object.
nu.xom.Document
object
into an equivalent org.w3c.dom.Document
object.
Comment
object
which contains the same text, but does not have any parent.
DocType
which has the same system ID, public ID, root element name,
and internal DTD subset, but does not belong to a document.
Text
with no parent,
that can be added to this document or a different one.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |