Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CANONICAL_XML - Static variable in class nu.xom.canonical.Canonicalizer
- CANONICAL_XML_11 - Static variable in class nu.xom.canonical.Canonicalizer
- CANONICAL_XML_11_WITH_COMMENTS - Static variable in class nu.xom.canonical.Canonicalizer
- CANONICAL_XML_WITH_COMMENTS - Static variable in class nu.xom.canonical.Canonicalizer
- CanonicalizationException - Exception Class in nu.xom.canonical
-
Indicates problems with canonicalization.
- CanonicalizationException(String) - Constructor for exception class nu.xom.canonical.CanonicalizationException
-
Creates a new
CanonicalizationExceptionwith a detail message. - Canonicalizer - Class in nu.xom.canonical
-
Writes XML in the format specified by Canonical XML Version 1.0 or Exclusive XML Canonicalization Version 1.0.
- Canonicalizer(OutputStream) - Constructor for class nu.xom.canonical.Canonicalizer
-
Creates a
Canonicalizerthat outputs a canonical XML document with comments. - Canonicalizer(OutputStream, boolean) - Constructor for class nu.xom.canonical.Canonicalizer
-
Creates a
Canonicalizerthat outputs a canonical XML document with or without comments. - Canonicalizer(OutputStream, String) - Constructor for class nu.xom.canonical.Canonicalizer
-
Creates a
Canonicalizerthat outputs a canonical XML document using the specified algorithm. - CDATA - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared to have type CDATA in the DTD.
- Comment - Class in nu.xom
-
This class represents an XML comment such as
<-- This is a comment-->. - Comment(String) - Constructor for class nu.xom.Comment
-
Creates a new
Commentobject from string data. - Comment(Comment) - Constructor for class nu.xom.Comment
-
Creates a new comment that's a copy of its argument.
- contains(Node) - Method in class nu.xom.Nodes
-
Determines whether a node is contained in this list.
- convert(Document) - Method in class nu.xom.converters.SAXConverter
-
Feed a document through this converter.
- convert(Document, DOMImplementation) - Static method in class nu.xom.converters.DOMConverter
-
Translates a XOM
nu.xom.Documentobject into an equivalentorg.w3c.dom.Documentobject. - convert(Nodes) - Method in class nu.xom.converters.SAXConverter
-
Converts a
Nodeslist into SAX by firing events into the registered handlers. - convert(Attr) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.Attrobject into an equivalentnu.xom.Attributeobject. - convert(Comment) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.Commentobject into an equivalentnu.xom.Commentobject. - convert(Document) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.Documentobject into an equivalentnu.xom.Documentobject. - convert(DocumentFragment) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.DocumentFragmentobject into an equivalentnu.xom.Nodesobject. - convert(DocumentFragment, NodeFactory) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.DocumentFragmentobject into an equivalentnu.xom.Nodesobject, converting each DOM node as specified by a factory. - convert(Document, NodeFactory) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.Documentobject into an equivalentnu.xom.Documentobject as controlled by a factory. - convert(DocumentType) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.DocumentTypeobject into an equivalentnu.xom.DocTypeobject. - convert(Element) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.Elementobject into an equivalentnu.xom.Elementobject. - convert(ProcessingInstruction) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.ProcessingInstructionobject into an equivalentnu.xom.ProcessingInstructionobject. - convert(Text) - Static method in class nu.xom.converters.DOMConverter
-
Translates a DOM
org.w3c.dom.Textobject into an equivalentnu.xom.Text. - copy() - Method in class nu.xom.Attribute
-
Creates a deep copy of this attribute that is not attached to an element.
- copy() - Method in class nu.xom.Comment
-
Returns a deep copy of this
Commentobject which contains the same text, but does not have any parent. - copy() - Method in class nu.xom.DocType
-
Returns a copy of this
DocTypewhich has the same system ID, public ID, root element name, and internal DTD subset, but does not belong to a document. - copy() - Method in class nu.xom.Document
-
Returns a complete copy of this document.
- copy() - Method in class nu.xom.Element
-
Creates a deep copy of this element with no parent, that can be added to this document or a different one.
- copy() - Method in class nu.xom.Namespace
-
Returns a copy of this namespace which has the same prefix and URI, but no parent.
- copy() - Method in class nu.xom.Node
-
Returns a deep copy of this node with no parent, that can be added to the current document or a different one.
- copy() - Method in class nu.xom.ProcessingInstruction
-
Returns a deep copy of this processing instruction with no parent, that can be added to this document or a different one.
- copy() - Method in class nu.xom.Text
-
Returns a deep copy of this
Textwith no parent, that can be added to this document or a different one. - CycleException - Exception Class in nu.xom
-
Indicates an attempt to insert an ancestor element as one of its own descendants.
- CycleException(String) - Constructor for exception class nu.xom.CycleException
-
Creates a new
CycleExceptionwith a detail message. - CycleException(String, Throwable) - Constructor for exception class nu.xom.CycleException
-
Creates a new
CycleExceptionwith a detail message and an underlying root cause.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form