Alphabetical Index: C

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

C

canAdd(Object) - method in class org.jdom.filter.ContentFilter
Check to see if the object can be added to the list.
canAdd(Object) - method in class org.jdom.filter.ElementFilter
Only allow the adding of Element objects.
canAdd(Object) - method in class org.jdom.filter.Filter
Check to see if the object can be added to the list.
canRemove(Object) - method in class org.jdom.filter.ContentFilter
Check to see if the object can be removed from the list.
canRemove(Object) - method in class org.jdom.filter.ElementFilter
Check to see if the object can be removed from the list.
canRemove(Object) - method in class org.jdom.filter.Filter
Check to see if the object can be removed from the list.
cause - field in class org.jdom.JDOMException
A wrapped Throwable
CDATA - static field in class org.jdom.filter.ContentFilter
Mask for JDOM CDATA objects
CDATA - class org.jdom.CDATA
CDATA represents character-based content within an XML document represented by JDOM.
CDATA() - constructor for class org.jdom.CDATA
This is the protected, no-args constructor standard in all JDOM classes.
CDATA(String) - constructor for class org.jdom.CDATA
This constructor creates a new CDATA node, with the supplied string value as it's character content.
cdata(String) - method in class org.jdom.input.DefaultJDOMFactory
This creates the CDATA with the supplied text.
cdata(String) - method in class org.jdom.input.JDOMFactory
This creates the CDATA with the supplied text.
CDATA_ATTRIBUTE - static field in class org.jdom.Attribute
Attribute type: the attribute value is a string.
characters(char[],int,int) - method in class org.jdom.input.SAXHandler
This will report character data (within an element).
checkAttributeName(String) - static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Attribute name.
checkCDATASection(String) - static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as JDOM CDATA.
checkCharacterData(String) - static method in class org.jdom.Verifier
This will check the supplied string to see if it only contains characters allowed by the XML 1.0 specification.
checkCommentData(String) - static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as JDOM Comment data.
checkElementName(String) - static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Element name.
Check if Attribute's namespace collides with a Element's namespace.
Check if a Namespace collides with any namespace from a list of objects.
Check if a Namespace collides with a Attribute's namespace.
Check if a Namespace collides with a Element's namespace.
Check if two namespaces collide.
checkNamespacePrefix(String) - static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Namespace prefix.
checkNamespaceURI(String) - static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Namespace URI.
checkProcessingInstructionTarget(String) - static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as a JDOM ProcessingInstruction target.
checkPublicID(String) - static method in class org.jdom.Verifier
This will ensure that the data for a public identifier is legal.
checkSystemLiteral(String) - static method in class org.jdom.Verifier
This will ensure that the data for a system literal is legal.
checkXMLName(String) - static method in class org.jdom.Verifier
This is a utility function for sharing the base process of checking any XML name.
clone() - method in class org.jdom.Attribute
This will return a clone of this Attribute.
clone() - method in class org.jdom.CDATA
This will return a clone of this CDATA node, with the same character content, but no parent.
clone() - method in class org.jdom.Comment
This will return a clone of this Comment.
clone() - method in class org.jdom.DocType
This will return a clone of this DocType.
clone() - method in class org.jdom.Document
This will return a deep clone of this Document.
clone() - method in class org.jdom.Element
This returns a deep clone of this element.
clone() - method in class org.jdom.EntityRef
This will return a clone of this EntityRef.
clone() - method in class org.jdom.ProcessingInstruction
This will return a clone of this ProcessingInstruction.
clone() - method in class org.jdom.Text
This will return a clone of this Text node, with the same character content, but no parent.
clone() - method in class org.jdom.output.XMLOutputter
Returns a copy of this XMLOutputter.
COMMENT - static field in class org.jdom.filter.ContentFilter
Mask for JDOM Comment objects
Comment - class org.jdom.Comment
Comment defines behavior for an XML comment, modeled in Java.
Comment() - constructor for class org.jdom.Comment
Default, no-args constructor for implementations to use if needed.
comment(char[],int,int) - method in class org.jdom.input.SAXHandler
This reports that a comments is parsed.
Comment(String) - constructor for class org.jdom.Comment
This creates the comment with the supplied text.
comment(String) - method in class org.jdom.input.DefaultJDOMFactory
This creates the comment with the supplied text.
comment(String) - method in class org.jdom.input.JDOMFactory
This creates the comment with the supplied text.
This configures the SAXHandler that will be used to build the Document.
This configures the XMLReader to be used for reading the XML document.
content - field in class org.jdom.Document
This Document's Comments, ProcessingInstructions and the root Element.
content - field in class org.jdom.Element
The mixed content of the Element.
ContentFilter - class org.jdom.filter.ContentFilter
ContentFilter is a general purpose Filter representing all legal JDOM objects and allows the ability to set and unset the visiblity of these objects.
ContentFilter() - constructor for class org.jdom.filter.ContentFilter
Default constructor that allows any legal JDOM objects.
ContentFilter(boolean) - constructor for class org.jdom.filter.ContentFilter
Set whether all JDOM objects are visible or not.
ContentFilter(int) - constructor for class org.jdom.filter.ContentFilter
Filter out JDOM objects according to a filtering mask.
createContentHandler() - method in class org.jdom.input.SAXBuilder
This creates the SAXHandler that will be used to build the Document.
createDocument() - method in class org.jdom.adapters.AbstractDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.CrimsonDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.JAXPDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.OracleV1DOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.OracleV2DOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.ProjectXDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.XercesDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - method in class org.jdom.adapters.XML4JDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument(org.jdom.DocType) - method in class org.jdom.adapters.AbstractDOMAdapter
This creates an empty Document object based on a specific parser implementation with the given DOCTYPE.
createDocument(org.jdom.DocType) - method in class org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation with the given DOCTYPE.
createNamespaceStack() - method in class org.jdom.output.XMLOutputter
Factory for making new NamespaceStack objects.
createParser() - method in class org.jdom.input.SAXBuilder
This creates the XMLReader to be used for reading the XML document.
createParser() - method in class org.jdom.output.SAXOutputter
Creates a SAX XMLReader.
CrimsonDOMAdapter - class org.jdom.adapters.CrimsonDOMAdapter
CrimsonDOMAdapater

This class defines wrapper behavior for obtaining a DOM Document object from the Apache Crimson DOM parser.


Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.