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

C

CDATA - Static variable in class nu.xom.Attribute.Type
The type of attributes declared to have type CDATA in the DTD.
Canonicalizer - class nu.xom.canonical.Canonicalizer.
This class writes XML in the format specified by Canonical XML Version 1.0.
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.
Comment - class nu.xom.Comment.
This class represents an XML comment such as <-- This is a comment-->.
Comment(String) - Constructor for class nu.xom.Comment
Creates a new Comment object from string data.
Comment(Comment) - Constructor for class nu.xom.Comment
Creates a new comment that's a copy of its argument.
CycleException - exception nu.xom.CycleException.
A CycleException 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.
checkAddAttribute(Attribute) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the specific attributes added to this element beyond what XML 1.0 requires.
checkAddNamespaceDeclaration(String, String) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the specific namespace declarations added to this element beyond what Namespaces in XML requires.
checkDetach() - Method in class nu.xom.Node
Subclasses can override this method to perform additional checks beyond what XML 1.0 requires.
checkInsertChild(Node, int) - Method in class nu.xom.ParentNode
Subclasses can override this method to allow only certain nodes to be added in particular positions.
checkLocalName(String) - Method in class nu.xom.Attribute
This method is called before the specified local name is assigned to this attribute.
checkLocalName(String) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the local name of the element.
checkNamespace(String, String) - Method in class nu.xom.Attribute
This method is called before the specified local name is assigned to this attribute.
checkNamespacePrefix(String) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the namespace prefix of the element.
checkNamespaceURI(String) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the namespace URI of the element.
checkPublicID(String) - Method in class nu.xom.DocType
Subclasses can override this method to perform additional checks on the system ID beyond what XML 1.0 requires.
checkRemoveAttribute(Attribute) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the specific attributes removed from this element.
checkRemoveChild(Node, int) - Method in class nu.xom.ParentNode
Subclasses can override this method to allow only certain nodes to be removed from particular positions.
checkRemoveNamespaceDeclaration(String) - Method in class nu.xom.Element
Subclasses can override this method to perform additional checks on the specific namespace declarations removed from elements beyond what Namespaces in XML requires.
checkRoot(Element) - Method in class nu.xom.Document
Subclasses can override this method to perform additional checks on the root element beyond what XML 1.0 requires.
checkRootElementName(String) - Method in class nu.xom.DocType
Subclasses can override this method to perform additional checks on the root element name beyond what XML 1.0 requires.
checkSystemID(String) - Method in class nu.xom.DocType
Subclasses can override this method to perform additional checks on the system ID beyond what XML 1.0 requires.
checkTarget(String) - Method in class nu.xom.ProcessingInstruction
Subclasses can override this method to perform additional checks on the data beyond what XML 1.0 requires.
checkType(Attribute.Type) - Method in class nu.xom.Attribute
This method is called before the specified type is assigned to this attribute.
checkValue(String) - Method in class nu.xom.Attribute
Subclasses can override this method to check the value for an attribute before it's created or its value is changed.
checkValue(String) - Method in class nu.xom.Comment
Subclasses can override this method to perform additional checks.
checkValue(String) - Method in class nu.xom.ProcessingInstruction
Subclasses can override this method to perform additional checks on the data beyond what XML 1.0 requires.
checkValue(String) - Method in class nu.xom.Text
Subclasses can override this method to perform additional checks.
convert(Document) - Static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Document object into an equivalent nu.xom.Document.
convert(Comment) - Static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Comment object into an equivalent nu.xom.Comment.
convert(Text) - Static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Text object into an equivalent nu.xom.Text.
convert(Attr) - Static method in class nu.xom.converters.DOMConverter
Translates a DOM org.w3c.dom.Attr object into an equivalent nu.xom.Attribute.
convert(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(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(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(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(Document) - Method in class nu.xom.converters.SAXConverter
Feed a document through this converter.
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
This method 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.Node
Returns a deep copy of this node with no parent, that can be added to this 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.

A B C D E F G H I L M N P R S T U V W X
Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu