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

C

cause - Variable in class org.jdom.JDOMException
A wrapped Throwable
CDATA - class org.jdom.CDATA.
CDATA defines behavior for an XML CDATA section, modeled in Java.
CDATA() - Constructor for class org.jdom.CDATA
Default, no-args constructor for implementations to use if needed.
cdata(String) - Method in class org.jdom.input.DefaultJDOMFactory
 
cdata(String) - Method in interface org.jdom.input.JDOMFactory
This creates the CDATA with the supplied text.
CDATA(String) - Constructor for class org.jdom.CDATA
This creates the CDATA with the supplied text.
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 valid for use as a JDOM Attribute name.
checkCDATASection(String) - Static method in class org.jdom.Verifier
This will ensure that the data for a CDATA section is appropriate.
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 ensure that the data for a Comment is appropriate.
checkElementName(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM Element name.
checkNamespacePrefix(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid 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 valid for use as a JDOM Namespace URI.
checkProcessingInstructionTarget(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM processing instruction target.
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.Comment
This will return a clone of this Comment.
clone() - Method in class org.jdom.CDATA
This will return a clone of this CDATA.
clone() - Method in class org.jdom.EntityRef
This will return a clone of this EntityRef.
clone() - Method in class org.jdom.Document
This will return a deep clone of this Document.
clone() - Method in class org.jdom.Attribute
This will return a clone of this Attribute.
clone() - Method in class org.jdom.DocType
This will return a clone of this DocType.
clone() - Method in class org.jdom.Element
This returns a deep clone of this element.
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) - Method in class org.jdom.input.DefaultJDOMFactory
 
comment(String) - Method in interface org.jdom.input.JDOMFactory
This creates the comment with the supplied text.
Comment(String) - Constructor for class org.jdom.Comment
This creates the comment with the supplied text.
configureContentHandler(SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the SAXHandler that will be used to build the Document.
configureParser(XMLReader, SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the XMLReader to be used for reading the XML document.
content - Variable in class org.jdom.Document
This Document's Comments, ProcessingInstructions and the root Element
content - Variable in class org.jdom.Element
The mixed content of the Element
createContentHandler() - Method in class org.jdom.input.SAXBuilder
This creates the SAXHandler that will be used to build the Document.
createDocument() - Method in interface org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation.
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.ProjectXDOMAdapter
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.CrimsonDOMAdapter
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.OracleV2DOMAdapter
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() - Method in class org.jdom.adapters.OracleV1DOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument(DocType) - Method in interface org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation with the given DOCTYPE.
createDocument(DocType) - Method in class org.jdom.adapters.AbstractDOMAdapter
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.
CrimsonDOMAdapter - class org.jdom.adapters.CrimsonDOMAdapter.
CrimsonDOMAdapater
CrimsonDOMAdapter() - Constructor for class org.jdom.adapters.CrimsonDOMAdapter
 

A B C D E F G H I J M N O P R S T V W X
Copyright © 2001 Jason Hunter, Brett McLaughlin. All Rights Reserved.