Alphabetical Index: C

A B C D E F G H I M N P Q R S T U V W X

C

CANONICAL_XML - static field in class nu.xom.canonical.Canonicalizer
CANONICAL_XML_WITH_COMMENTS - static field in class nu.xom.canonical.Canonicalizer
Indicates problems with canonicalization.
CanonicalizationException(String) - constructor for class nu.xom.canonical.CanonicalizationException
Creates a new CanonicalizationException with a detail message.
Canonicalizer - class nu.xom.canonical.Canonicalizer
Canonicalizer(OutputStream) - constructor for class nu.xom.canonical.Canonicalizer
Creates a Canonicalizer that outputs a canonical XML document with comments.
Canonicalizer(OutputStream,boolean) - constructor for class nu.xom.canonical.Canonicalizer
Creates a Canonicalizer that outputs a canonical XML document with or without comments.
Canonicalizer(OutputStream,String) - constructor for class nu.xom.canonical.Canonicalizer
Creates a Canonicalizer that outputs a canonical XML document using the specified algorithm.
CDATA - static field in class nu.xom.Attribute.Type
The type of attributes declared to have type CDATA in the DTD.
Comment - class nu.xom.Comment
This class represents an XML comment such as <-- This is a comment-->.
Comment(nu.xom.Comment) - constructor for class nu.xom.Comment
Creates a new comment that's a copy of its argument.
Comment(String) - constructor for class nu.xom.Comment
Creates a new Comment object from string data.
contains(nu.xom.Node) - method in class nu.xom.Nodes
Determines whether a node is contained in this list.
convert(Attr) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Attr object into an equivalent nu.xom.Attribute object.
convert(DocumentFragment) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.DocumentFragment object into an equivalent nu.xom.Nodes object.
convert(DocumentType) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.DocumentType object into an equivalent nu.xom.DocType object.
convert(nu.xom.Document) - method in class nu.xom.converters.SAXConverter
Feed a document through this converter.
convert(nu.xom.Document,DOMImplementation) - static method in class nu.xom.converters.DOMConverter
Translates a XOM nu.xom.Document object into an equivalent org.w3c.dom.Document object.
convert(nu.xom.Nodes) - method in class nu.xom.converters.SAXConverter
Converts a Nodes list into SAX by firing events into the registered handlers.
convert(org.w3c.dom.Comment) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Comment object into an equivalent nu.xom.Comment object.
convert(org.w3c.dom.Document) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Document object into an equivalent nu.xom.Document object.
convert(org.w3c.dom.Element) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Element object into an equivalent nu.xom.Element object.
convert(org.w3c.dom.ProcessingInstruction) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.ProcessingInstruction object into an equivalent nu.xom.ProcessingInstruction object.
convert(org.w3c.dom.Text) - static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Text object into an equivalent nu.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 Comment object which contains the same text, but does not have any parent.
copy() - method in class nu.xom.DocType
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.
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 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.
CycleException(String) - constructor for class nu.xom.CycleException
Creates a new CycleException with a detail message.
CycleException(String,Throwable) - constructor for class nu.xom.CycleException
Creates a new CycleException with a detail message and an underlying root cause.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu