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

C

CDATA - Class in org.jdom
An XML CDATA section.
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.DefaultJDOMFactory
 
CDATA - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM CDATA objects
cdata(String) - Method in interface org.jdom.JDOMFactory
This creates the CDATA with the supplied text.
cdata(String) - Method in class org.jdom.UncheckedJDOMFactory
 
CDATA_TYPE - Static variable 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.
checkNamespaceCollision(Namespace, Namespace) - Static method in class org.jdom.Verifier
Check if two namespaces collide.
checkNamespaceCollision(Attribute, Element) - Static method in class org.jdom.Verifier
Check if Attribute's namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Element) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Attribute) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Attribute's namespace.
checkNamespaceCollision(Namespace, List) - Static method in class org.jdom.Verifier
Check if a Namespace collides with any namespace from a list of objects.
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.
checkProcessingInstructionData(String) - Static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as ProcessingInstruction data.
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.
checkURI(String) - Static method in class org.jdom.Verifier
Checks a string to see if it is a legal RFC 2396 URI.
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.Content
Returns a deep, unattached copy of this child and its descendants detached from any parent or document.
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.output.Format
 
clone() - Method in class org.jdom.output.XMLOutputter
Returns a copy of this XMLOutputter.
clone() - Method in interface org.jdom.Parent
Obtain a deep, unattached copy of this parent and it's children.
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.
cloneContent() - Method in class org.jdom.Document
 
cloneContent() - Method in class org.jdom.Element
 
cloneContent() - Method in interface org.jdom.Parent
Returns a list containing detached clones of this parent's content list.
Comment - Class in org.jdom
An XML comment.
Comment() - Constructor for class org.jdom.Comment
Default, no-args constructor for implementations to use if needed.
Comment(String) - Constructor for class org.jdom.Comment
This creates the comment with the supplied text.
comment(String) - Method in class org.jdom.DefaultJDOMFactory
 
COMMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Comment objects
comment(char[], int, int) - Method in class org.jdom.input.SAXHandler
This reports that a comments is parsed.
comment(String) - Method in interface org.jdom.JDOMFactory
This creates the comment with the supplied text.
comment(String) - Method in class org.jdom.UncheckedJDOMFactory
 
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 - Class in org.jdom
Superclass for JDOM objects which can be legal child content of Parent nodes.
Content() - Constructor for class org.jdom.Content
 
ContentFilter - Class in org.jdom.filter
A general purpose Filter able to represent all legal JDOM objects or a specific subset.
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(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() - Method in class org.jdom.adapters.CrimsonDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in interface org.jdom.adapters.DOMAdapter
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() - 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.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.
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 in org.jdom.adapters
An adapter for the Apache Crimson DOM parser.
CrimsonDOMAdapter() - Constructor for class org.jdom.adapters.CrimsonDOMAdapter
 
currentFormat - Variable in class org.jdom.output.XMLOutputter
 

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