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

A

AbstractDOMAdapter - Class in org.jdom.adapters
A DOMAdapter utility abstract base class.
AbstractDOMAdapter() - Constructor for class org.jdom.adapters.AbstractDOMAdapter
 
AbstractDOMOutputProcessor - Class in org.jdom.output.support
This class provides a concrete implementation of DOMOutputProcessor for supporting the DOMOutputter.
AbstractDOMOutputProcessor() - Constructor for class org.jdom.output.support.AbstractDOMOutputProcessor
 
AbstractFilter<T extends Content> - Class in org.jdom.filter
Partial implementation of Filter.
AbstractFilter<T> - Class in org.jdom.filter2
Partial implementation of Filter.
AbstractFilter() - Constructor for class org.jdom.filter.AbstractFilter
 
AbstractFilter() - Constructor for class org.jdom.filter2.AbstractFilter
 
AbstractFormattedWalker - Class in org.jdom.output.support
This Walker implementation walks a list of Content in a Formatted form of some sort.
AbstractFormattedWalker(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom.output.support.AbstractFormattedWalker
Create a Walker that preserves all content in its raw state.
AbstractFormattedWalker.MultiText - Class in org.jdom.output.support
Collect together the items that constitute formatted Text-like content.
AbstractFormattedWalker.Trim - Enum in org.jdom.output.support
Indicate how text content should be added
AbstractOutputProcessor - Class in org.jdom.output.support
Methods common/useful for all Outputter processors.
AbstractOutputProcessor() - Constructor for class org.jdom.output.support.AbstractOutputProcessor
 
AbstractReaderSchemaFactory - Class in org.jdom.input.sax
This AbstractReaderSchemaFactory class returns XMLReaders configured to validate against the supplied Schema instance.
AbstractReaderSchemaFactory(SAXParserFactory, Schema) - Constructor for class org.jdom.input.sax.AbstractReaderSchemaFactory
XMLReader instances from this class will be configured to validate using the supplied Schema instance.
AbstractReaderXSDFactory - Class in org.jdom.input.sax
This AbstractReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.
AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, File...) - Constructor for class org.jdom.input.sax.AbstractReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.
AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, String...) - Constructor for class org.jdom.input.sax.AbstractReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.
AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, URL...) - Constructor for class org.jdom.input.sax.AbstractReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.
AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, Source...) - Constructor for class org.jdom.input.sax.AbstractReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references.
AbstractReaderXSDFactory.SchemaFactoryProvider - Interface in org.jdom.input.sax
Simple interface makes it easier to pass logic around in static methods.
AbstractSAXOutputProcessor - Class in org.jdom.output.support
Outputs a JDOM document as a stream of SAX2 events.
AbstractSAXOutputProcessor() - Constructor for class org.jdom.output.support.AbstractSAXOutputProcessor
 
AbstractStAXEventProcessor - Class in org.jdom.output.support
This class provides a concrete implementation of StAXEventProcessor for supporting the StAXEventOutputter.
AbstractStAXEventProcessor() - Constructor for class org.jdom.output.support.AbstractStAXEventProcessor
 
AbstractStAXStreamProcessor - Class in org.jdom.output.support
This class provides a concrete implementation of StAXStreamProcessor for supporting the StAXStreamOutputter.
AbstractStAXStreamProcessor() - Constructor for class org.jdom.output.support.AbstractStAXStreamProcessor
 
AbstractXMLOutputProcessor - Class in org.jdom.output.support
This class provides a concrete implementation of XMLOutputProcessor for supporting the XMLOutputter2.
AbstractXMLOutputProcessor() - Constructor for class org.jdom.output.support.AbstractXMLOutputProcessor
 
AbstractXPathCompiled<T> - Class in org.jdom.xpath.util
A mostly-implemented XPathExpression that only needs two methods to be implemented in order to satisfy the complete API.
AbstractXPathCompiled(String, Filter<T>, Map<String, Object>, Namespace[]) - Constructor for class org.jdom.xpath.util.AbstractXPathCompiled
Construct an XPathExpression.
addContent(int, Collection<? extends Content>) - Method in class org.jdom.Document
Inserts the content in a collection into the content list at the given index.
addContent(int, Collection<? extends Content>) - Method in class org.jdom.Element
Inserts the content in a collection into the content list at the given index.
addContent(int, Collection<? extends Content>) - Method in interface org.jdom.Parent
Inserts the content in a collection into the content list at the given index.
addContent(int, Content) - Method in class org.jdom.Document
Inserts the child into the content list at the given index.
addContent(int, Content) - Method in class org.jdom.Element
Inserts the child into the content list at the given index.
addContent(int, Content) - Method in interface org.jdom.Parent
Inserts the child into the content list at the given index.
addContent(String) - Method in class org.jdom.Element
This adds text content to this element.
addContent(Collection<? extends Content>) - Method in class org.jdom.Document
Appends all children in the given collection to the end of the content list.
addContent(Collection<? extends Content>) - Method in class org.jdom.Element
Appends all children in the given collection to the end of the content list.
addContent(Collection<? extends Content>) - Method in interface org.jdom.Parent
Appends all children in the given collection to the end of the content list.
addContent(Content) - Method in class org.jdom.Document
Appends the child to the end of the content list.
addContent(Content) - Method in class org.jdom.Element
Appends the child to the end of the element's content list.
addContent(Content) - Method in interface org.jdom.Parent
Appends the child to the end of the content list.
addContent(Element) - Method in class org.jdom.Element
The same as Element.addContent(Content), added to keep binary compatibility.
addContent(Parent, Content) - Method in class org.jdom.DefaultJDOMFactory
 
addContent(Parent, Content) - Method in interface org.jdom.JDOMFactory
This will add the specified content to the specified parent instance
addContent(Parent, Content) - Method in class org.jdom.UncheckedJDOMFactory
 
addedForward() - Method in class org.jdom.util.NamespaceStack
Return an Iterable containing all the Namespaces introduced to the current-level's scope.
addedReverse() - Method in class org.jdom.util.NamespaceStack
Return an Iterable containing all the Namespaces introduced to the current-level's scope but in reverse order to NamespaceStack.addedForward().
addNamespace(String, String) - Method in class org.jdom.xpath.XPath
Deprecated.
Adds a namespace definition (prefix and URI) to the list of namespaces known of this XPath expression.
addNamespace(Namespace) - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Adds a namespace definition to the list of namespaces known of this XPath expression.
addNamespace(Namespace) - Method in class org.jdom.xpath.XPath
Deprecated.
Adds a namespace definition to the list of namespaces known of this XPath expression.
addNamespaceDeclaration(Element, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
addNamespaceDeclaration(Element, Namespace) - Method in interface org.jdom.JDOMFactory
Adds a namespace declaration to an Element
addNamespaceDeclaration(Element, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
addNamespaceDeclaration(Namespace) - Method in class org.jdom.Element
Adds a namespace declarations to this element.
analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom.output.support.AbstractFormattedWalker
Add the content at the specified indices to the provided MultiText.
analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom.output.support.WalkerNORMALIZE
 
analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom.output.support.WalkerTRIM_FULL_WHITE
 
analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom.output.support.WalkerTRIM
 
and(Filter) - Method in class org.jdom.filter.AbstractFilter
 
and(Filter<?>) - Method in class org.jdom.filter2.AbstractFilter
 
and(Filter<?>) - Method in interface org.jdom.filter2.Filter
Creates an ANDing filter.
append(String) - Method in class org.jdom.CDATA
This will append character content to whatever content already exists within this CDATA node.
append(String) - Method in class org.jdom.Text
This will append character content to whatever content already exists within this Text node.
append(Text) - Method in class org.jdom.CDATA
This will append the content of another Text node to this node.
append(Text) - Method in class org.jdom.Text
This will append the content of another Text node to this node.
appendCDATA(AbstractFormattedWalker.Trim, String) - Method in class org.jdom.output.support.AbstractFormattedWalker.MultiText
Append some text to the text-like sequence that will be treated as CDATA.
appendRaw(Content) - Method in class org.jdom.output.support.AbstractFormattedWalker.MultiText
Add some JDOM Content (typically an EntityRef) that will be treated as part of the Text-like sequence.
appendText(AbstractFormattedWalker.Trim, String) - Method in class org.jdom.output.support.AbstractFormattedWalker.MultiText
Append some text to the text-like sequence that will be treated as plain XML text (PCDATA).
ArrayCopy - Class in org.jdom.internal
The copyOf methods on java.util.Arrays are introduced in Java6.
attribute() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Attribute data.
attribute(String) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Attribute data with the specified name.
attribute(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name and value, and does not place the attribute in a Namespace.
attribute(String, String) - Method in class org.jdom.SlimJDOMFactory
 
attribute(String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, String, int) - Method in class org.jdom.DefaultJDOMFactory
Deprecated.
attribute(String, String, int) - Method in interface org.jdom.JDOMFactory
attribute(String, String, int) - Method in class org.jdom.SlimJDOMFactory
Deprecated.
attribute(String, String, int) - Method in class org.jdom.UncheckedJDOMFactory
Deprecated.
attribute(String, String, int, Namespace) - Method in class org.jdom.DefaultJDOMFactory
Deprecated.
attribute(String, String, int, Namespace) - Method in interface org.jdom.JDOMFactory
attribute(String, String, int, Namespace) - Method in class org.jdom.SlimJDOMFactory
Deprecated.
attribute(String, String, int, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
Deprecated.
attribute(String, String, AttributeType) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String, AttributeType) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
attribute(String, String, AttributeType) - Method in class org.jdom.SlimJDOMFactory
 
attribute(String, String, AttributeType) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, String, AttributeType, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String, AttributeType, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
attribute(String, String, AttributeType, Namespace) - Method in class org.jdom.SlimJDOMFactory
 
attribute(String, String, AttributeType, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, String, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name and value, and in the provided Namespace.
attribute(String, String, Namespace) - Method in class org.jdom.SlimJDOMFactory
 
attribute(String, String, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, Namespace) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Attribute data with the specified name and namespace.
attribute(Namespace) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Attribute data with the specified namespace.
Attribute - Class in org.jdom
An XML attribute.
Attribute() - Constructor for class org.jdom.Attribute
Default, no-args constructor for implementations to use if needed.
Attribute(String, String) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name and value, and does not place the attribute in a Namespace.
Attribute(String, String, int) - Constructor for class org.jdom.Attribute
Attribute(String, String, int, Namespace) - Constructor for class org.jdom.Attribute
Attribute(String, String, AttributeType) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
Attribute(String, String, AttributeType, Namespace) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
Attribute(String, String, Namespace) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name and value, and in the provided Namespace.
attributeDecl(String, String, String, String, String) - Method in class org.jdom.input.sax.SAXHandler
This handles an attribute declaration in the internal subset.
attributeEscapedEntitiesFilter(Writer, FormatStack, String) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will take the three pre-defined entities in XML 1.0 ('<', '>', and '&' - used specifically in XML elements) as well as CR/NL and Quote characters which require escaping inside Attribute values and convert their character representation to the appropriate entity reference suitable for XML attribute content.
AttributeFilter - Class in org.jdom.filter2
A Filter that only matches Attribute objects.
AttributeFilter() - Constructor for class org.jdom.filter2.AttributeFilter
Select only the Elements.
AttributeFilter(String) - Constructor for class org.jdom.filter2.AttributeFilter
Select only the Elements with the supplied name in any Namespace.
AttributeFilter(String, Namespace) - Constructor for class org.jdom.filter2.AttributeFilter
Select only the Attributes with the supplied name and Namespace.
AttributeFilter(Namespace) - Constructor for class org.jdom.filter2.AttributeFilter
Select only the Attributes with the supplied Namespace.
AttributeType - Enum in org.jdom
Use a simple enumeration for the Attribute Types

B

baseURI - Variable in class org.jdom.Document
See http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#baseURIs-Considerations
BOTH - org.jdom.output.support.AbstractFormattedWalker.Trim
Both Trim
build(File) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(File) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied filename.
build(File) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied filename.
build(InputStream) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(InputStream) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied input stream.
build(InputStream) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(InputStream, String) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(InputStream, String) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied input stream.
build(InputStream, String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(Reader) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(Reader) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied Reader.
build(Reader) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(Reader, String) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(Reader, String) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied Reader.
build(Reader, String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(String) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(String) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied URI.
build(String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URI.
build(URL) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(URL) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied URL.
build(URL) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URL.
build(XMLEventReader) - Method in class org.jdom.input.StAXEventBuilder
This builds a document from the supplied XMLEventReader.
build(XMLStreamReader) - Method in class org.jdom.input.StAXStreamBuilder
This builds a document from the supplied XMLStreamReader.
build(CDATASection) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM CDATA from an existing DOM CDATASection
build(Comment) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Comment from an existing DOM Comment
build(Document) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM tree from an existing DOM tree.
build(DocumentType) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Element from an existing DOM Element
build(Element) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Element from an existing DOM Element
build(EntityReference) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM EntityRef from an existing DOM EntityReference
build(ProcessingInstruction) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM ProcessingInstruction from an existing DOM ProcessingInstruction
build(Text) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Text from an existing DOM Text
build(InputSource) - Method in class org.jdom.input.sax.SAXBuilderEngine
 
build(InputSource) - Method in interface org.jdom.input.sax.SAXEngine
This builds a document from the supplied input source.
build(InputSource) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input source.
buildEngine() - Method in class org.jdom.input.SAXBuilder
This method builds a new and reusable SAXEngine.
BuilderErrorHandler - Class in org.jdom.input.sax
The standard JDOM error handler implementation.
BuilderErrorHandler() - Constructor for class org.jdom.input.sax.BuilderErrorHandler
 
buildFragments(XMLStreamReader, StAXFilter) - Method in class org.jdom.input.StAXStreamBuilder
Read the entire XMLStreamReader and from it build a list of Content that conforms to the rules in the supplied StAXFilter.
buildWalker(FormatStack, List<? extends Content>, boolean) - Method in class org.jdom.output.support.AbstractOutputProcessor
Create a walker to process Content List values.
byIndex(int) - Static method in enum org.jdom.AttributeType
Deprecated.
Use normal Enums instead of int's

C

canContainContent(Content, int, boolean) - Method in class org.jdom.Document
 
canContainContent(Content, int, boolean) - Method in class org.jdom.Element
 
canContainContent(Content, int, boolean) - Method in interface org.jdom.Parent
Test whether this Parent instance can contain the specified content at the specified position.
cdata() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any CDATA data.
cdata() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any CDATA data.
cdata(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
cdata(int, int, String) - Method in interface org.jdom.JDOMFactory
This creates the CDATA with the supplied text.
cdata(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
cdata(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
cdata(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
cdata(String) - Method in class org.jdom.DefaultJDOMFactory
 
cdata(String) - Method in interface org.jdom.JDOMFactory
This creates the CDATA with the supplied text.
CDATA - Class in org.jdom
An XML CDATA section.
CDATA - org.jdom.AttributeType
Attribute type: the attribute value is a string.
CDATA - org.jdom.Content.CType
Represents CDATA content
CDATA - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM CDATA objects
CDATA - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM CDATA objects
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_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.CDATA
CDATAPOST - Static variable in class org.jdom.output.support.AbstractXMLOutputProcessor
Simple constant for a close-CDATA
CDATAPRE - Static variable in class org.jdom.output.support.AbstractXMLOutputProcessor
Simple constant for an open-CDATA
characters(char[], int, int) - Method in class org.jdom.input.sax.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(Attribute, Element) - Static method in class org.jdom.Verifier
Check if Attribute's namespace collides with a Element's namespace.
checkNamespaceCollision(Attribute, Element, int) - Static method in class org.jdom.Verifier
Check if Attribute's namespace collides with a Element'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.
checkNamespaceCollision(Namespace, List<?>, int) - Static method in class org.jdom.Verifier
Check if a Namespace collides with any namespace from a list of objects.
checkNamespaceCollision(Namespace, Attribute) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Attribute's namespace.
checkNamespaceCollision(Namespace, Element) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Element, int) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Namespace) - Static method in class org.jdom.Verifier
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.
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.
clearCache() - Method in class org.jdom.SlimJDOMFactory
Reset any Cached String instance data from this SlimJDOMFaxctory cache.
clone() - Method in class org.jdom.Attribute
 
clone() - Method in class org.jdom.CDATA
 
clone() - Method in class org.jdom.Comment
 
clone() - Method in class org.jdom.Content
 
clone() - Method in class org.jdom.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
 
clone() - Method in class org.jdom.output.Format
 
clone() - Method in class org.jdom.output.StAXEventOutputter
Returns a cloned copy of this StAXStreamOutputter.
clone() - Method in class org.jdom.output.StAXStreamOutputter
Returns a cloned copy of this StAXStreamOutputter.
clone() - Method in class org.jdom.output.XMLOutputter
Returns a copy of this XMLOutputter.
clone() - Method in class org.jdom.output.XMLOutputter2
Returns a cloned 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
 
clone() - Method in class org.jdom.Text
 
clone() - Method in class org.jdom.xpath.util.AbstractXPathCompiled
Subclasses of this AbstractXPathCompile class must call super.clone() in their clone methods!
clone() - Method in interface org.jdom.xpath.XPathExpression
Create a new instance of this XPathExpression that duplicates this instance.
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.
coalesceText(boolean) - Method in class org.jdom.Element
Adjacent Text content is merged into the first Text in document order, and the redundant Text items are removed (including any empty Text).
comment() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Comment data.
comment() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Comment data.
comment(char[], int, int) - Method in class org.jdom.input.sax.SAXHandler
This reports that a comments is parsed.
comment(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
comment(int, int, String) - Method in interface org.jdom.JDOMFactory
This creates the comment with the supplied text.
comment(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
comment(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
comment(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
comment(String) - Method in class org.jdom.DefaultJDOMFactory
 
comment(String) - Method in interface org.jdom.JDOMFactory
This creates the comment with the supplied text.
Comment - Class in org.jdom
An XML comment.
Comment - org.jdom.Content.CType
Represents Comment content
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 - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Comment objects
COMMENT - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM Comment objects
compact(String) - Static method in class org.jdom.output.Format
Use the XML Specification definition of whitespace to compact the input value.
COMPACT - org.jdom.output.support.AbstractFormattedWalker.Trim
Trim Both and replace all internal whitespace with a single space
compile(String) - Method in class org.jdom.xpath.XPathFactory
Create a XPathExpression<Object> instance from this factory.
compile(String, Filter<T>) - Method in class org.jdom.xpath.XPathFactory
Create a XPathExpression<T> instance from this factory.
compile(String, Filter<T>, Map<String, Object>, Collection<Namespace>) - Method in class org.jdom.xpath.XPathFactory
Create a XPathExpression<> instance from this factory.
compile(String, Filter<T>, Map<String, Object>, Namespace...) - Method in class org.jdom.xpath.jaxen.JaxenXPathFactory
 
compile(String, Filter<T>, Map<String, Object>, Namespace...) - Method in class org.jdom.xpath.XPathFactory
Create a Compiled XPathExpression<> instance from this factory.
compileWith(XPathFactory) - Method in class org.jdom.xpath.XPathBuilder
Compile an XPathExpression using the details currently stored in the XPathBuilder.
configureParser(XMLReader, SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the XMLReader to be used for reading the XML document.
construct(String, Class<E>) - Static method in class org.jdom.internal.ReflectionConstructor
Construct a new instance of the named class, and ensure it is cast to the type specified as the targetclass.
content() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Content data.
content() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Content data.
Content - Class in org.jdom
Superclass for JDOM objects which can be legal child content of Parent nodes.
Content(Content.CType) - Constructor for class org.jdom.Content
Create a new Content instance of a particular type.
Content.CType - Enum in org.jdom
An enumeration useful for identifying content types without having to do instanceof type conditionals.
ContentFilter<E extends Content> - Class in org.jdom.filter
A general purpose Filter able to represent all legal JDOM objects or a specific subset.
ContentFilter - Class in org.jdom.filter2
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() - Constructor for class org.jdom.filter2.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(boolean) - Constructor for class org.jdom.filter2.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.
ContentFilter(int) - Constructor for class org.jdom.filter2.ContentFilter
Filter out JDOM objects according to a filtering mask.
copyOf(boolean[], int) - Static method in class org.jdom.internal.ArrayCopy
Arrays.copyOf(...) is a Java6 thing.
copyOf(char[], int) - Static method in class org.jdom.internal.ArrayCopy
Arrays.copyOf(...) is a Java6 thing.
copyOf(int[], int) - Static method in class org.jdom.internal.ArrayCopy
Arrays.copyOf(...) is a Java6 thing.
copyOf(E[], int) - Static method in class org.jdom.internal.ArrayCopy
Arrays.copyOf(...) is a Java6 thing.
copyOfRange(E[], int, int) - Static method in class org.jdom.internal.ArrayCopy
Arrays.copyOf(...) is a Java6 thing.
CR - org.jdom.output.LineSeparator
The Separator sequence CR which is '\r'.
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.JAXPDOMAdapter
This creates an empty Document object based on the current JAXP parser implementation.
createDocument() - Method in class org.jdom.adapters.XML4JDOMAdapter
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(DocType) - Method in interface org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation with the given DOCTYPE.
createParser() - Method in class org.jdom.input.SAXBuilder
Allow overriding classes access to the Parser before it is used in a SAXBuilderEngine.
createParser() - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
Creates a SAX XMLReader.
createSAXHandler(JDOMFactory) - Method in class org.jdom.input.sax.DefaultSAXHandlerFactory
 
createSAXHandler(JDOMFactory) - Method in interface org.jdom.input.sax.SAXHandlerFactory
Create a new SAXHandler instance for SAXBuilder to use.
createXMLReader() - Method in class org.jdom.input.sax.AbstractReaderSchemaFactory
 
createXMLReader() - Method in class org.jdom.input.sax.XMLReaderJAXPFactory
 
createXMLReader() - Method in interface org.jdom.input.sax.XMLReaderJDOMFactory
Return a new XMLReader according to the implementation of this XMLReaderJDOMFactory instance.
createXMLReader() - Method in enum org.jdom.input.sax.XMLReaders
Get a new XMLReader from this JAXP-based XMLReaderJDOMFactory.
createXMLReader() - Method in class org.jdom.input.sax.XMLReaderSAX2Factory
 
CRNL - org.jdom.output.LineSeparator
The Separator sequence CRNL which is '\r\n'.
ctype - Variable in class org.jdom.Content
The content type enumerate value for this Content
currentFormat - Variable in class org.jdom.output.XMLOutputter
 

D

DataConversionException - Exception in org.jdom
Thrown when a data conversion from a string to value type fails, such as can happen with the Attribute convenience getter functions.
DataConversionException(String, String) - Constructor for exception org.jdom.DataConversionException
Constructs an exception where the named construct couldn't be converted to the named data type.
decodeSurrogatePair(char, char) - Static method in class org.jdom.Verifier
This is a utility function to decode a non-BMP UTF-16 surrogate pair.
DEFAULT - org.jdom.output.LineSeparator
Use the sequence '\r\n' unless the System property JDOMConstants.JDOM2_PROPERTY_LINE_SEPARATOR is defined, in which case use the value specified in that property.
DefaultJDOMFactory - Class in org.jdom
Creates the standard top-level JDOM classes (Element, Document, Comment, etc).
DefaultJDOMFactory() - Constructor for class org.jdom.DefaultJDOMFactory
Creates a new DefaultJDOMFactory instance.
DefaultSAXHandlerFactory - Class in org.jdom.input.sax
This SAXHandlerFactory instance provides default-configured SAXHandler instances for all non-custom situations.
DefaultSAXHandlerFactory() - Constructor for class org.jdom.input.sax.DefaultSAXHandlerFactory
 
DefaultStAXFilter - Class in org.jdom.input.stax
This DefaultStAXFilter includes all content and prunes nothing.
DefaultStAXFilter() - Constructor for class org.jdom.input.stax.DefaultStAXFilter
 
detach() - Method in class org.jdom.Attribute
Detach this Attribute from its parent.
detach() - Method in class org.jdom.CDATA
 
detach() - Method in class org.jdom.Comment
 
detach() - Method in class org.jdom.Content
Detaches this child from its parent or does nothing if the child has no parent.
detach() - Method in class org.jdom.DocType
 
detach() - Method in class org.jdom.Element
 
detach() - Method in class org.jdom.EntityRef
 
detach() - Method in class org.jdom.ProcessingInstruction
 
detach() - Method in class org.jdom.Text
 
detachRootElement() - Method in class org.jdom.Document
Detach the root Element from this document.
diagnose(Object, boolean) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
diagnose(Object, boolean) - Method in interface org.jdom.xpath.XPathExpression
Evaluate the XPath query against the supplied context, but return additional data which may be useful for diagnosing problems with XPath queries.
doctype() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any DocType data.
doctype() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any DocType data.
docType(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(int, int, String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name
docType(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
docType(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
docType(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
docType(int, int, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(int, int, String, String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name and reference to an external DTD.
docType(int, int, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
docType(int, int, String, String) - Method in class org.jdom.SlimJDOMFactory
 
docType(int, int, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
docType(int, int, String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(int, int, String, String, String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name and a reference to an external DTD.
docType(int, int, String, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
docType(int, int, String, String, String) - Method in class org.jdom.SlimJDOMFactory
 
docType(int, int, String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
docType(String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name
docType(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(String, String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name and reference to an external DTD.
docType(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(String, String, String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name and a reference to an external DTD.
DocType - Class in org.jdom
An XML DOCTYPE declaration.
DocType - org.jdom.Content.CType
Represents DocType content
DocType() - Constructor for class org.jdom.DocType
Default, no-args constructor for implementations to use if needed.
DocType(String) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name
DocType(String, String) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name and reference to an external DTD.
DocType(String, String, String) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name and a reference to an external DTD.
DOCTYPE - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM DocType object
DOCTYPE - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM DocType object
document() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Document data.
document(Element) - Method in class org.jdom.DefaultJDOMFactory
 
document(Element) - Method in interface org.jdom.JDOMFactory
This will create a new Document, with the supplied Element as the root element, and no DocType declaration.
document(Element) - Method in class org.jdom.UncheckedJDOMFactory
 
document(Element, DocType) - Method in class org.jdom.DefaultJDOMFactory
 
document(Element, DocType) - Method in interface org.jdom.JDOMFactory
This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
document(Element, DocType) - Method in class org.jdom.UncheckedJDOMFactory
 
document(Element, DocType, String) - Method in class org.jdom.DefaultJDOMFactory
 
document(Element, DocType, String) - Method in interface org.jdom.JDOMFactory
This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
document(Element, DocType, String) - Method in class org.jdom.UncheckedJDOMFactory
 
Document - Class in org.jdom
An XML document.
Document() - Constructor for class org.jdom.Document
Creates a new empty document.
Document(List<? extends Content>) - Constructor for class org.jdom.Document
This will create a new Document, with the supplied list of content, and a DocType declaration only if the content contains a DocType instance.
Document(Element) - Constructor for class org.jdom.Document
This will create a new Document, with the supplied Element as the root element, and no DocType declaration.
Document(Element, DocType) - Constructor for class org.jdom.Document
This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
Document(Element, DocType, String) - Constructor for class org.jdom.Document
This will create a new Document, with the supplied Element as the root element, the supplied DocType declaration, and the specified base URI.
DOCUMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Document object
DOCUMENT - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM Document object
DOMAdapter - Interface in org.jdom.adapters
Defines a standard set of adapter methods for interfacing with a DOM parser and obtaining a DOM org.w3c.dom.Document object.
DOMBuilder - Class in org.jdom.input
Builds a JDOM Document from a pre-existing DOM org.w3c.dom.Document.
DOMBuilder() - Constructor for class org.jdom.input.DOMBuilder
This creates a new DOMBuilder instance using the DefaultJDOMFactory to build the JDOM content.
DOMOutputProcessor - Interface in org.jdom.output.support
This interface provides a base support for the DOMOutputter.
DOMOutputter - Class in org.jdom.output
Outputs a JDOM org.jdom.Document as a DOM org.w3c.dom.Document.
DOMOutputter() - Constructor for class org.jdom.output.DOMOutputter
This creates a new DOMOutputter which will attempt to first locate a DOM implementation to use via JAXP, and if JAXP does not exist or there's a problem, will fall back to the default parser.
DOMOutputter(String) - Constructor for class org.jdom.output.DOMOutputter
Deprecated.
DOMOutputter(DOMAdapter) - Constructor for class org.jdom.output.DOMOutputter
This creates a new DOMOutputter using the specified DOMAdapter implementation as a way to choose the underlying parser.
DOMOutputter(DOMAdapter, Format, DOMOutputProcessor) - Constructor for class org.jdom.output.DOMOutputter
The complete constructor for specifying a custom DOMAdaptor, Format, and DOMOutputProcessor.
DOMOutputter(DOMOutputProcessor) - Constructor for class org.jdom.output.DOMOutputter
This creates a new DOMOutputter which uses the defalt (JAXP) DOM implementation but with a custom processor.
done() - Method in class org.jdom.output.support.AbstractFormattedWalker.MultiText
Indicate that there is no further content to be added to the text-like sequence.
DOS - org.jdom.output.LineSeparator
The 'DOS' Separator sequence CRLF (CRNL) which is '\r\n'.
DTDParser - Class in org.jdom.input.stax
Parses out key information from a single String representing a DOCTYPE declaration.
DTDVALIDATING - org.jdom.input.sax.XMLReaders
The DTD-validating Singleton

E

element() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Element data.
element() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Element data.
element(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
element(int, int, String) - Method in interface org.jdom.JDOMFactory
This will create an Element in no Namespace.
element(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
element(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
element(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
element(int, int, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
element(int, int, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
element(int, int, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
element(int, int, String, String) - Method in class org.jdom.SlimJDOMFactory
 
element(int, int, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
element(int, int, String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
element(int, int, String, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
element(int, int, String, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
element(int, int, String, String, String) - Method in class org.jdom.SlimJDOMFactory
 
element(int, int, String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
element(int, int, String, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
element(int, int, String, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(int, int, String, Namespace) - Method in class org.jdom.located.LocatedJDOMFactory
 
element(int, int, String, Namespace) - Method in class org.jdom.SlimJDOMFactory
 
element(int, int, String, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
element(String) - Method in class org.jdom.DefaultJDOMFactory
 
element(String) - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Element data with the specified name.
element(String) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Element data with the specified name.
element(String) - Method in interface org.jdom.JDOMFactory
This will create an Element in no Namespace.
element(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
element(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
element(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
element(String, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
element(String, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
element(String, Namespace) - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Element data with the specified name and Namespace.
element(String, Namespace) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Element data with the specified name and Namespace.
element(String, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(Namespace) - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Element data with the specified Namespace.
element(Namespace) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Element data with the specified Namespace.
Element - Class in org.jdom
An XML element.
Element - org.jdom.Content.CType
Represents Element content
Element() - Constructor for class org.jdom.Element
This protected constructor is provided in order to support an Element subclass that wants full control over variable initialization.
Element(String) - Constructor for class org.jdom.Element
Create a new element with the supplied (local) name and no namespace.
Element(String, String) - Constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and a namespace given by a URI.
Element(String, String, String) - Constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and a namespace given by the supplied prefix and URI combination.
Element(String, Namespace) - Constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and namespace.
ELEMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Element objects
ELEMENT - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM Element objects
elementDecl(String, String) - Method in class org.jdom.input.sax.SAXHandler
Handle an element declaration in a DTD.
ElementFilter - Class in org.jdom.filter
A Filter that only matches Element objects.
ElementFilter - Class in org.jdom.filter2
A Filter that only matches Element objects.
ElementFilter() - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements.
ElementFilter() - Constructor for class org.jdom.filter2.ElementFilter
Select only the Elements.
ElementFilter(String) - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied name in any Namespace.
ElementFilter(String) - Constructor for class org.jdom.filter2.ElementFilter
Select only the Elements with the supplied name in any Namespace.
ElementFilter(String, Namespace) - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied name and Namespace.
ElementFilter(String, Namespace) - Constructor for class org.jdom.filter2.ElementFilter
Select only the Elements with the supplied name and Namespace.
ElementFilter(Namespace) - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied Namespace.
ElementFilter(Namespace) - Constructor for class org.jdom.filter2.ElementFilter
Select only the Elements with the supplied Namespace.
elementName - Variable in class org.jdom.DocType
The element being constrained
endCDATA() - Method in class org.jdom.input.sax.SAXHandler
Report a CDATA section
endDTD() - Method in class org.jdom.input.sax.SAXHandler
This signifies that the reading of the DTD is complete.
endElement(String, String, String) - Method in class org.jdom.input.sax.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endEntity(String) - Method in class org.jdom.input.sax.SAXHandler
 
ENTITIES - org.jdom.AttributeType
Attribute type: the attribute value is a list of entity names.
ENTITIES_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.ENTITIES
ENTITY - org.jdom.AttributeType
Attribute type: the attribute value is the name of an entity.
ENTITY_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.ENTITY
entityref() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any EntityRef data.
entityref() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any EntityRef data.
entityRef(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(int, int, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
entityRef(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
entityRef(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
entityRef(int, int, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(int, int, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name and system ID.
entityRef(int, int, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
entityRef(int, int, String, String) - Method in class org.jdom.SlimJDOMFactory
 
entityRef(int, int, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
entityRef(int, int, String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(int, int, String, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
entityRef(int, int, String, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
entityRef(int, int, String, String, String) - Method in class org.jdom.SlimJDOMFactory
 
entityRef(int, int, String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
entityRef(String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name and system ID.
entityRef(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(String, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
EntityRef - Class in org.jdom
An XML entity reference.
EntityRef - org.jdom.Content.CType
Represents EntityRef content
EntityRef() - Constructor for class org.jdom.EntityRef
Default, no-args constructor for implementations to use if needed.
EntityRef(String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name.
EntityRef(String, String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name and system id.
EntityRef(String, String, String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name, public id, and system id.
ENTITYREF - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM EntityRef objects
ENTITYREF - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM EntityRef objects
ENUMERATED_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.ENUMERATION
ENUMERATION - org.jdom.AttributeType
Attribute type: the attribute value is a name token from an enumeration.
equals(Object) - Method in class org.jdom.Content
This tests for equality of this Content object to the supplied object.
equals(Object) - Method in class org.jdom.Document
This tests for equality of this Document to the supplied Object.
equals(Object) - Method in class org.jdom.filter.ContentFilter
Returns whether the two filters are equivalent (i.e. the matching mask values are identical).
equals(Object) - Method in class org.jdom.filter.ElementFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(Object) - Method in class org.jdom.filter2.AttributeFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(Object) - Method in class org.jdom.filter2.ContentFilter
Returns whether the two filters are equivalent (i.e. the matching mask values are identical).
equals(Object) - Method in class org.jdom.filter2.ElementFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(Object) - Method in class org.jdom.Namespace
This tests for equality - Two Namespaces are equal if and only if their URIs are byte-for-byte equals.
error(SAXParseException) - Method in class org.jdom.input.sax.BuilderErrorHandler
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue.
escapeAttribute(EscapeStrategy, String) - Static method in class org.jdom.output.Format
This will take the three pre-defined entities in XML 1.0 ('<', '>', and '&' - used specifically in XML elements) as well as CR/NL, tabs, and Quote characters which require escaping inside Attribute values and converts their character representation to the appropriate entity reference suitable for XML attribute content.
escapeAttributeEntities(String) - Method in class org.jdom.output.XMLOutputter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeAttributeEntities(String) - Method in class org.jdom.output.XMLOutputter2
Escape any characters in the input string in such a way that the returned value is valid as output in an XML Attribute value.
escapeElementEntities(String) - Method in class org.jdom.output.XMLOutputter
This will take the three pre-defined entities in XML 1.0 (used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
escapeElementEntities(String) - Method in class org.jdom.output.XMLOutputter2
Escape any characters in the input string in such a way that the returned value is valid as output in an XML Element text.
EscapeStrategy - Interface in org.jdom.output
Logic to determine which characters should be formatted as character entities.
escapeText(EscapeStrategy, String, String) - Static method in class org.jdom.output.Format
This will take the three pre-defined entities in XML 1.0 ('<', '>', and '&' - used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
evaluate(Object) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
evaluate(Object) - Method in interface org.jdom.xpath.XPathExpression
Process the compiled XPathExpression against the specified context.
evaluateFirst(Object) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
evaluateFirst(Object) - Method in interface org.jdom.xpath.XPathExpression
Return the first value in the XPath query result set type-cast to the return type of this XPathExpression.
evaluateRawAll(Object) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
This is the raw expression evaluator to be implemented by the back-end XPath library.
evaluateRawFirst(Object) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
This is the raw expression evaluator to be implemented by the back-end XPath library.
externalEntityDecl(String, String, String) - Method in class org.jdom.input.sax.SAXHandler
This is called when the parser encounters an external entity declaration.

F

fatalError(SAXParseException) - Method in class org.jdom.input.sax.BuilderErrorHandler
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time.
fboolean() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Boolean data.
fclass(Class<F>) - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any data of the specified Class.
fdouble() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Double data.
filter(Object) - Method in class org.jdom.filter2.AttributeFilter
Check to see if the Content matches a predefined set of rules.
filter(Object) - Method in class org.jdom.filter2.ContentFilter
Check to see if the object matches according to the filter mask.
filter(Object) - Method in class org.jdom.filter2.ElementFilter
Check to see if the object matches a predefined set of rules.
filter(Object) - Method in interface org.jdom.filter2.Filter
Check to see if the content matches this Filter.
filter(List<?>) - Method in class org.jdom.filter2.AbstractFilter
 
filter(List<?>) - Method in interface org.jdom.filter2.Filter
Filter the input list keeping only the items that match the Filter.
Filter<E extends Content> - Interface in org.jdom.filter
A generalized filter to restrict visibility or mutability on a list.
Filter<T> - Interface in org.jdom.filter2
A generalized filter to restrict visibility or mutability on a list.
Filters - Class in org.jdom.filter
Factory class of convenience methods to create Filter instances of common types.
Filters - Class in org.jdom.filter2
Factory class of convenience methods to create Filter instances of common types.
flushCharacters() - Method in class org.jdom.input.sax.SAXHandler
This will flush any characters from SAX character calls we've been buffering.
flushCharacters(String) - Method in class org.jdom.input.sax.SAXHandler
Flush the given string into the document.
Format - Class in org.jdom.output
Class to encapsulate XMLOutputter format options.
Format.TextMode - Enum in org.jdom.output
Class to signify how text should be handled on output.
FormatStack - Class in org.jdom.output.support
FormatStack implements a mechanism where the formatting details can be changed mid-tree, but then get reverted when that tree segment is complete.
FormatStack(Format) - Constructor for class org.jdom.output.support.FormatStack
Creates a new FormatStack seeded with the specified Format
fpassthrough() - Static method in class org.jdom.filter2.Filters
Return a filter that does no filtering at all - everything matches.
fragment(XMLStreamReader) - Method in class org.jdom.input.StAXStreamBuilder
Read the current XML Fragment from the XMLStreamReader.
fstring() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any String data.

G

get(int) - Method in class org.jdom.output.support.AbstractFormattedWalker
Get the content at a position in the input content.
get(String, String) - Static method in class org.jdom.internal.SystemProperty
Query the System properties for a particular property.
getAbsolutePath(Attribute) - Static method in class org.jdom.xpath.XPathHelper
Returns the absolute path to the specified to Content.
getAbsolutePath(Content) - Static method in class org.jdom.xpath.XPathHelper
Returns the absolute path to the specified to Content.
getAdditionalNamespaces() - Method in class org.jdom.Element
Returns a list of the additional namespace declarations on this element.
getAttribute(String) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within no namespace, or null if no such attribute exists.
getAttribute(String, Namespace) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within the given Namespace, or null if no such attribute exists.
getAttributes() - Method in class org.jdom.Element
This returns the complete set of attributes for this element, as a List of Attribute objects in no particular order, or an empty list if there are none.
getAttributeType() - Method in class org.jdom.Attribute
This will return the declared type of this Attribute.
getAttributeType(String) - Static method in enum org.jdom.AttributeType
Returns the the JDOM AttributeType value from the SAX 2.0 attribute type string provided by the parser.
getAttributeValue(String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within no namespace, null if there is no such attribute, and the empty string if the attribute value is empty.
getAttributeValue(String, String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within no namespace, or the passed-in default if there is no such attribute.
getAttributeValue(String, Namespace) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within the given Namespace, null if there is no such attribute, and the empty string if the attribute value is empty.
getAttributeValue(String, Namespace, String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within the given Namespace, or the passed-in default if there is no such attribute.
getBaseURI() - Method in class org.jdom.Document
Returns the URI from which this document was loaded, or null if this is not known.
getBooleanValue() - Method in class org.jdom.Attribute
This gets the effective boolean value of the attribute, or throws a DataConversionException if a conversion can't be performed.
getChild(String) - Method in class org.jdom.Element
This returns the first child element within this element with the given local name and belonging to no namespace.
getChild(String, Namespace) - Method in class org.jdom.Element
This returns the first child element within this element with the given local name and belonging to the given namespace.
getChildren() - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren(String) - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildren(String, Namespace) - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getChildText(String) - Method in class org.jdom.Element
Returns the textual content of the named child element, or null if there's no such child.
getChildText(String, Namespace) - Method in class org.jdom.Element
Returns the textual content of the named child element, or null if there's no such child.
getChildTextNormalize(String) - Method in class org.jdom.Element
Returns the normalized textual content of the named child element, or null if there's no such child.
getChildTextNormalize(String, Namespace) - Method in class org.jdom.Element
Returns the normalized textual content of the named child element, or null if there's no such child.
getChildTextTrim(String) - Method in class org.jdom.Element
Returns the trimmed textual content of the named child element, or null if there's no such child.
getChildTextTrim(String, Namespace) - Method in class org.jdom.Element
Returns the trimmed textual content of the named child element, or null if there's no such child.
getColumn() - Method in interface org.jdom.located.Located
Get the column (character on the line).
getColumn() - Method in class org.jdom.located.LocatedCDATA
 
getColumn() - Method in class org.jdom.located.LocatedComment
 
getColumn() - Method in class org.jdom.located.LocatedDocType
 
getColumn() - Method in class org.jdom.located.LocatedElement
 
getColumn() - Method in class org.jdom.located.LocatedEntityRef
 
getColumn() - Method in class org.jdom.located.LocatedProcessingInstruction
 
getColumn() - Method in class org.jdom.located.LocatedText
 
getColumnNumber() - Method in exception org.jdom.input.JDOMParseException
Returns the column number of the end of the text where the parse error occurred.
getColumnNumber() - Method in class org.jdom.output.support.SAXTarget.SAXLocator
 
getCompactFormat() - Static method in class org.jdom.output.Format
Returns a new Format object that performs whitespace normalization, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
getContent() - Method in class org.jdom.Document
This will return all content for the Document.
getContent() - Method in class org.jdom.Element
This returns the full content of the element as a List which may contain objects of type Text, Element, Comment, ProcessingInstruction, CDATA, and EntityRef.
getContent() - Method in interface org.jdom.Parent
Returns the full content of this parent as a List which contains objects of type Content.
getContent(int) - Method in class org.jdom.Document
 
getContent(int) - Method in class org.jdom.Element
 
getContent(int) - Method in interface org.jdom.Parent
Returns the child at the given index.
getContent(Filter<E>) - Method in class org.jdom.Element
Return a filter view of this Element's content.
getContent(Filter<E>) - Method in interface org.jdom.Parent
Returns as a List the content of this parent that matches the supplied filter.
getContent(Filter<F>) - Method in class org.jdom.Document
Return a filtered view of this Document's content.
getContentHandler() - Method in class org.jdom.output.SAXOutputter
Returns the registered ContentHandler.
getContentHandler() - Method in class org.jdom.output.support.SAXTarget
 
getContentSize() - Method in class org.jdom.Document
 
getContentSize() - Method in class org.jdom.Element
 
getContentSize() - Method in interface org.jdom.Parent
Returns the number of children in this parent's content list.
getContext() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
getContext() - Method in interface org.jdom.xpath.XPathDiagnostic
 
getCType() - Method in class org.jdom.Content
All content has an enumerated type expressing the type of content.
getCurrentElement() - Method in class org.jdom.input.sax.SAXHandler
Returns the being-parsed element.
getData() - Method in class org.jdom.ProcessingInstruction
This will return the raw data from all instructions.
getDeclHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered DeclHandler.
getDeclHandler() - Method in class org.jdom.output.support.SAXTarget
 
getDefaultMode() - Method in class org.jdom.output.support.FormatStack
 
getDescendants() - Method in class org.jdom.Document
Returns an iterator that walks over all descendants in document order.
getDescendants() - Method in class org.jdom.Element
Returns an iterator that walks over all descendants in document order.
getDescendants() - Method in interface org.jdom.Parent
Returns an Iterator that walks over all descendants in document order.
getDescendants(Filter<E>) - Method in interface org.jdom.Parent
Returns an Iterator that walks over all descendants in document order applying the Filter to return only content that match the filter rule.
getDescendants(Filter<F>) - Method in class org.jdom.Document
Returns an iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
getDescendants(Filter<F>) - Method in class org.jdom.Element
Returns an iterator that walks over all descendants in document order applying the Filter to return only content that match the filter rule.
getDocType() - Method in class org.jdom.Document
This will return the DocType declaration for this Document, or null if none exists.
getDocument() - Method in class org.jdom.Attribute
Get this Attribute's Document.
getDocument() - Method in class org.jdom.Content
Return this child's owning document or null if the branch containing this child is currently not attached to a document.
getDocument() - Method in class org.jdom.Document
Always returns this Document Instance
getDocument() - Method in class org.jdom.input.sax.SAXHandler
Returns the document.
getDocument() - Method in interface org.jdom.Parent
Return this parent's owning document or null if the branch containing this parent is currently not attached to a document.
getDocument() - Method in class org.jdom.transform.JDOMResult
Returns the result of an XSL Transformation as a JDOM document.
getDocument() - Method in class org.jdom.transform.JDOMSource
Returns the source document used by this TrAX source.
getDocument(File, boolean) - Method in class org.jdom.adapters.XML4JDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.XML4JDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocumentLocator() - Method in class org.jdom.input.sax.SAXHandler
Provides access to the Locator object provided by the SAX parser.
getDOMAdapter() - Method in class org.jdom.output.DOMOutputter
Get the DOMAdapter currently set for this DOMOutputter.
getDOMOutputProcessor() - Method in class org.jdom.output.DOMOutputter
Get the current DOMOutputProcessor
getDoubleValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in double form, and if no conversion can occur, throws a DataConversionException
getDriverClass() - Method in class org.jdom.input.SAXBuilder
Deprecated.
as the driver class is only available in limited situations and anyway it had to be supplied in a constructor as either a direct value or as an XMLReaderSAX2Factory instance.
getDriverClassName() - Method in class org.jdom.input.sax.XMLReaderSAX2Factory
Get the SAX Driver class name used to boostrap XMLReaders.
getDTDHandler() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getDTDHandler() - Method in interface org.jdom.input.sax.SAXEngine
Returns the DTDHandler assigned, or null if none.
getDTDHandler() - Method in class org.jdom.input.SAXBuilder
Returns the DTDHandler assigned, or null if the assigned SAXHandler will be used for DTD SAX events.
getDTDHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered DTDHandler.
getDTDHandler() - Method in class org.jdom.output.support.SAXTarget
 
getElementName() - Method in class org.jdom.DocType
This will retrieve the element name being constrained.
getEncoding() - Method in class org.jdom.output.Format
Returns the configured output encoding.
getEncoding() - Method in class org.jdom.output.support.FormatStack
 
getEntityResolver() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getEntityResolver() - Method in interface org.jdom.input.sax.SAXEngine
Returns the EntityResolver assigned, or null if none.
getEntityResolver() - Method in class org.jdom.input.SAXBuilder
Returns the EntityResolver assigned, or null if none.
getEntityResolver() - Method in class org.jdom.output.SAXOutputter
Return the registered EntityResolver.
getEntityResolver() - Method in class org.jdom.output.support.SAXTarget
 
getErrorHandler() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getErrorHandler() - Method in interface org.jdom.input.sax.SAXEngine
Returns the ErrorHandler assigned, or null if none.
getErrorHandler() - Method in class org.jdom.input.SAXBuilder
Returns the ErrorHandler assigned, or null if none.
getErrorHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered ErrorHandler.
getErrorHandler() - Method in class org.jdom.output.support.SAXTarget
 
getEscapeOutput() - Method in class org.jdom.output.support.FormatStack
The escapeOutput flag can be set or unset.
getEscapeStrategy() - Method in class org.jdom.output.Format
Returns the current escape strategy
getEscapeStrategy() - Method in class org.jdom.output.support.FormatStack
 
getEventFactory() - Method in class org.jdom.output.StAXEventOutputter
 
getExpandEmptyElements() - Method in class org.jdom.output.Format
Returns whether empty elements are expanded.
getExpandEntities() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getExpandEntities() - Method in interface org.jdom.input.sax.SAXEngine
Returns whether or not entities are being expanded into normal text content.
getExpandEntities() - Method in class org.jdom.input.sax.SAXHandler
Returns whether or not entities will be expanded during the build.
getExpandEntities() - Method in class org.jdom.input.SAXBuilder
Returns whether or not entities are being expanded into normal text content.
getExpression() - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
getExpression() - Method in class org.jdom.xpath.XPathBuilder
Get the XPath expression.
getExpression() - Method in interface org.jdom.xpath.XPathExpression
Get the XPath expression
getFactory() - Method in class org.jdom.input.DOMBuilder
Returns the current JDOMFactory in use.
getFactory() - Method in class org.jdom.input.sax.SAXHandler
Returns the factory used for constructing objects.
getFactory() - Method in class org.jdom.input.SAXBuilder
Deprecated.
as it is replaced by SAXBuilder.getJDOMFactory()
getFactory() - Method in class org.jdom.input.StAXEventBuilder
Returns the current JDOMFactory in use.
getFactory() - Method in class org.jdom.input.StAXStreamBuilder
Returns the current JDOMFactory in use.
getFactory() - Method in class org.jdom.transform.JDOMResult
Returns the custom JDOMFactory used to build the transformation result.
getFactory() - Method in class org.jdom.transform.XSLTransformer
Returns the custom JDOMFactory used to build the transformation result.
getFeature(String) - Method in class org.jdom.output.SAXOutputter
This will look up the value of a SAX feature.
getFilter() - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
getFilter() - Method in class org.jdom.xpath.XPathBuilder
Get the Filter instance used for coercion.
getFilter() - Method in interface org.jdom.xpath.XPathExpression
Get the Filter<T> used to coerce the raw XPath results in to the correct Generic type.
getFilteredResults() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
getFilteredResults() - Method in interface org.jdom.xpath.XPathDiagnostic
Returns the XPath results which are not returned by the regular evaluate process.
getFilterMask() - Method in class org.jdom.filter.ContentFilter
Return current filtering mask.
getFilterMask() - Method in class org.jdom.filter2.ContentFilter
Return current filtering mask.
getFloatValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in float form, and if no conversion can occur, throws a DataConversionException
getForceNamespaceAware() - Method in class org.jdom.output.DOMOutputter
Deprecated.
All DOMOutputters are always NamesapceAware. Always true.
getFormat() - Method in class org.jdom.output.DOMOutputter
Get the Format instance currently used by this DOMOutputter.
getFormat() - Method in class org.jdom.output.SAXOutputter
Get the current Format being used for output
getFormat() - Method in class org.jdom.output.StAXEventOutputter
Returns the current format in use by the StAXStreamOutputter.
getFormat() - Method in class org.jdom.output.StAXStreamOutputter
Returns the current format in use by the StAXStreamOutputter.
getFormat() - Method in class org.jdom.output.XMLOutputter
Returns the current format in use by the outputter.
getFormat() - Method in class org.jdom.output.XMLOutputter2
Returns the current format in use by the XMLOutputter.
getIgnoreTrAXEscapingPIs() - Method in class org.jdom.output.Format
Returns whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
getIgnoringBoundaryWhitespace() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getIgnoringBoundaryWhitespace() - Method in interface org.jdom.input.sax.SAXEngine
Returns whether or not the parser will elminate element content containing only whitespace.
getIgnoringBoundaryWhitespace() - Method in class org.jdom.input.sax.SAXHandler
Returns whether or not the parser will elminate element content containing only whitespace.
getIgnoringBoundaryWhitespace() - Method in class org.jdom.input.SAXBuilder
Returns whether or not the parser will eliminate element content containing only whitespace.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getIgnoringElementContentWhitespace() - Method in interface org.jdom.input.sax.SAXEngine
Returns whether element content whitespace is to be ignored during the build.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.sax.SAXHandler
Returns whether or not the parser will elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXBuilder
Returns whether element content whitespace is to be ignored during the build.
getIndent() - Method in class org.jdom.output.Format
Returns the indent string in use.
getIndent() - Method in class org.jdom.output.support.FormatStack
 
getInternalSubset() - Method in class org.jdom.DocType
This returns the data for the internal subset.
getIntValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in int form, and if no conversion can occur, throws a DataConversionException
getJDOMFactory() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
getJDOMFactory() - Method in interface org.jdom.input.sax.SAXEngine
Returns the current JDOMFactory in use.
getJDOMFactory() - Method in class org.jdom.input.SAXBuilder
Returns the current JDOMFactory in use.
getLevelEOL() - Method in class org.jdom.output.support.FormatStack
 
getLevelIndent() - Method in class org.jdom.output.support.FormatStack
 
getLexicalHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered LexicalHandler.
getLexicalHandler() - Method in class org.jdom.output.support.SAXTarget
 
getLine() - Method in interface org.jdom.located.Located
Get the line number
getLine() - Method in class org.jdom.located.LocatedCDATA
 
getLine() - Method in class org.jdom.located.LocatedComment
 
getLine() - Method in class org.jdom.located.LocatedDocType
 
getLine() - Method in class org.jdom.located.LocatedElement
 
getLine() - Method in class org.jdom.located.LocatedEntityRef
 
getLine() - Method in class org.jdom.located.LocatedProcessingInstruction
 
getLine() - Method in class org.jdom.located.LocatedText
 
getLineNumber() - Method in exception org.jdom.input.JDOMParseException
Returns the line number of the end of the text where the parse error occurred.
getLineNumber() - Method in class org.jdom.output.support.SAXTarget.SAXLocator
 
getLineSeparator() - Method in class org.jdom.output.Format
Returns the current line separator.
getLineSeparator() - Method in class org.jdom.output.support.FormatStack
 
getLocator() - Method in class org.jdom.output.SAXOutputter
Deprecated.
there is no way to get a meaningful document Locator outside of an active output process, and the contents of the locator are meaningless outside of an active output process anyway.
getLocator() - Method in class org.jdom.output.support.SAXTarget
 
getLongValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in long form, and if no conversion can occur, throws a DataConversionException
getName() - Method in class org.jdom.Attribute
This will retrieve the local name of the Attribute.
getName() - Method in class org.jdom.Element
Returns the (local) name of the element (without any namespace prefix).
getName() - Method in class org.jdom.EntityRef
This returns the name of the EntityRef.
getNamespace() - Method in class org.jdom.Attribute
This will return this Attribute's Namespace.
getNamespace() - Method in class org.jdom.Element
Returns the element's Namespace.
getNamespace(String) - Method in class org.jdom.Element
Returns the Namespace corresponding to the given prefix in scope for this element.
getNamespace(String) - Static method in class org.jdom.Namespace
This will retrieve (if in existence) or create (if not) a Namespace for the supplied URI, and make it usable as a default namespace, as no prefix is supplied.
getNamespace(String) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
getNamespace(String) - Method in class org.jdom.xpath.XPathBuilder
Get the Namespace associated with the given prefix.
getNamespace(String) - Method in interface org.jdom.xpath.XPathExpression
Get the Namespace associated with a given prefix.
getNamespace(String, String) - Static method in class org.jdom.Namespace
This will retrieve (if in existence) or create (if not) a Namespace for the supplied prefix and uri.
getNamespacePrefix() - Method in class org.jdom.Attribute
This will retrieve the namespace prefix of the Attribute.
getNamespacePrefix() - Method in class org.jdom.Element
Returns the namespace prefix of the element or an empty string if none exists.
getNamespaces() - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
getNamespaces() - Method in interface org.jdom.xpath.XPathExpression
Get the Namespaces that were used to compile this XPathExpression.
getNamespacesInherited() - Method in class org.jdom.Attribute
 
getNamespacesInherited() - Method in class org.jdom.Content
 
getNamespacesInherited() - Method in class org.jdom.Document
 
getNamespacesInherited() - Method in class org.jdom.Element
 
getNamespacesInherited() - Method in interface org.jdom.NamespaceAware
Obtain a list of all namespaces that are in scope for this content, but were not introduced by this content.
getNamespacesInScope() - Method in class org.jdom.Attribute
Get the namespaces that are in-scope on this Attribute.
getNamespacesInScope() - Method in class org.jdom.Content
 
getNamespacesInScope() - Method in class org.jdom.Document
Get the Namespaces that are in-scope on this Document.
getNamespacesInScope() - Method in class org.jdom.Element
Get the Namespaces that are in-scope on this Element.
getNamespacesInScope() - Method in interface org.jdom.NamespaceAware
Obtain a list of all namespaces that are in scope for the current content.
getNamespacesIntroduced() - Method in class org.jdom.Attribute
 
getNamespacesIntroduced() - Method in class org.jdom.Content
 
getNamespacesIntroduced() - Method in class org.jdom.Document
 
getNamespacesIntroduced() - Method in class org.jdom.Element
 
getNamespacesIntroduced() - Method in interface org.jdom.NamespaceAware
Obtain a list of all namespaces that are introduced to the XML tree by this node.
getNamespaceURI() - Method in class org.jdom.Attribute
This returns the URI mapped to this Attribute's prefix.
getNamespaceURI() - Method in class org.jdom.Element
Returns the namespace URI mapped to this element's prefix (or the in-scope default namespace URI if no prefix).
getNode() - Method in interface org.jdom.output.JDOMLocator
Returns the JDOM node being processed by SAXOutputter.
getNode() - Method in class org.jdom.output.support.SAXTarget.SAXLocator
 
getNodes() - Method in class org.jdom.transform.JDOMSource
Returns the source node list used by this TrAX source.
getOmitDeclaration() - Method in class org.jdom.output.Format
Returns whether the XML declaration will be omitted.
getOmitEncoding() - Method in class org.jdom.output.Format
Returns whether the XML declaration encoding will be omitted.
getPadBetween() - Method in class org.jdom.output.support.FormatStack
Get the end-of-line indenting sequence for before the first item in an Element, as well as between subsequent items (but not after the last item)
getPadLast() - Method in class org.jdom.output.support.FormatStack
Get the end-of-line indenting sequence for after the last item in an Element
getParent() - Method in class org.jdom.Attribute
This will return the parent of this Attribute.
getParent() - Method in class org.jdom.Content
Return this child's parent, or null if this child is currently not attached.
getParent() - Method in class org.jdom.DocType
 
getParent() - Method in class org.jdom.Document
Always returns null, Document cannot have a parent.
getParent() - Method in class org.jdom.EntityRef
 
getParent() - Method in interface org.jdom.Parent
Return this parent's parent, or null if this parent is currently not attached to another parent.
getParent() - Method in class org.jdom.Text
 
getParentElement() - Method in class org.jdom.Content
A convenience method that returns any parent element for this element, or null if the element is unattached or is a root element.
getPartialDocument() - Method in exception org.jdom.input.JDOMParseException
Returns the partial document that was successfully built before the error occurred.
getPrefix() - Method in class org.jdom.Namespace
This returns the prefix mapped to this Namespace.
getPrettyFormat() - Static method in class org.jdom.output.Format
Returns a new Format object that performs whitespace beautification with 2-space indents, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
getProperty(String) - Method in class org.jdom.Document
Returns the object associated with this document under the given "id" string, or null if there is no binding or if the binding explicitly stored a null value.
getProperty(String) - Method in class org.jdom.output.SAXOutputter
This will look up the value of a SAX property.
getPseudoAttributeNames() - Method in class org.jdom.ProcessingInstruction
This will return a List containing the names of the "attribute" style pieces of name/value pairs in this PI's data.
getPseudoAttributeValue(String) - Method in class org.jdom.ProcessingInstruction
This will return the value for a specific name/value pair on the PI.
getPublicId() - Method in exception org.jdom.input.JDOMParseException
Returns the public identifier of the entity where the parse error occurred.
getPublicId() - Method in class org.jdom.output.support.SAXTarget.SAXLocator
 
getPublicID() - Method in class org.jdom.DocType
This will retrieve the public ID of an externally referenced DTD, or an empty String if none is referenced.
getPublicID() - Method in class org.jdom.EntityRef
This will return the publid ID of this EntityRef.
getQualifiedName() - Method in class org.jdom.Attribute
This will retrieve the qualified name of the Attribute.
getQualifiedName() - Method in class org.jdom.Element
Returns the full name of the element, in the form [namespacePrefix]:[localName].
getRawFormat() - Static method in class org.jdom.output.Format
Returns a new Format object that performs no whitespace changes, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
getRawResults() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
getRawResults() - Method in interface org.jdom.xpath.XPathDiagnostic
Returns the XPath results before any were filtered.
getRelativePath(Attribute, Attribute) - Static method in class org.jdom.xpath.XPathHelper
Returns the relative path from the given from Attribute to the specified to Attribute as an XPath expression.
getRelativePath(Attribute, Content) - Static method in class org.jdom.xpath.XPathHelper
Returns the relative path from the given from Attribute to the specified to Content as an XPath expression.
getRelativePath(Content, Attribute) - Static method in class org.jdom.xpath.XPathHelper
Returns the relative path from the given from Content to the specified to Attribute as an XPath expression.
getRelativePath(Content, Content) - Static method in class org.jdom.xpath.XPathHelper
Returns the relative path from the given from Content to the specified to Content as an XPath expression.
getReportDTDEvents() - Method in class org.jdom.output.SAXOutputter
Returns whether DTD events will be reported.
getReportNamespaceDeclarations() - Method in class org.jdom.output.SAXOutputter
Returns whether attribute namespace declarations shall be reported as "xmlns" attributes.
getResult() - Method in class org.jdom.transform.JDOMResult
Returns the result of an XSL Transformation as a list of JDOM nodes.
getResult() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
getResult() - Method in interface org.jdom.xpath.XPathDiagnostic
Returns the results as they would be returned by the regular evaluate process (read-only).
getReuseParser() - Method in class org.jdom.input.SAXBuilder
Returns whether the contained SAX parser instance is reused across multiple parses.
getRootElement() - Method in class org.jdom.Document
This will return the root Element for this Document
getSAXHandlerFactory() - Method in class org.jdom.input.SAXBuilder
Get the SAXHandlerFactory used to supply SAXHandlers to this SAXBuilder.
getSAXOutputProcessor() - Method in class org.jdom.output.SAXOutputter
Get the current SAXOutputProcessor being used for output.
getSchemaFactory() - Method in interface org.jdom.input.sax.AbstractReaderXSDFactory.SchemaFactoryProvider
Return a SchemaFactory
getScope() - Method in class org.jdom.util.NamespaceStack
Return a new array instance representing the current scope.
getStAXStream() - Method in class org.jdom.output.StAXEventOutputter
Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.
getStAXStream() - Method in class org.jdom.output.StAXStreamOutputter
Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.
getSystemId() - Method in exception org.jdom.input.JDOMParseException
Returns the system identifier of the entity where the parse error occurred.
getSystemId() - Method in class org.jdom.output.support.SAXTarget.SAXLocator
 
getSystemID() - Method in class org.jdom.DocType
This will retrieve the system ID of an externally referenced DTD, or an empty String if none is referenced.
getSystemID() - Method in class org.jdom.EntityRef
This will return the system ID of this EntityRef.
getTarget() - Method in class org.jdom.ProcessingInstruction
This will retrieve the target of the PI.
getText() - Method in class org.jdom.Comment
This returns the textual data within the Comment.
getText() - Method in class org.jdom.Element
Returns the textual content directly held under this element as a string.
getText() - Method in class org.jdom.Text
This returns the value of this Text node as a Java String.
getTextMode() - Method in class org.jdom.output.Format
Returns the current text output style.
getTextMode() - Method in class org.jdom.output.support.FormatStack
 
getTextNormalize() - Method in class org.jdom.Element
Returns the textual content of this element with all surrounding whitespace removed and internal whitespace normalized to a single space.
getTextNormalize() - Method in class org.jdom.Text
This returns the textual content with all surrounding whitespace removed and internal whitespace normalized to a single space.
getTextTrim() - Method in class org.jdom.Element
Returns the textual content of this element with all surrounding whitespace removed.
getTextTrim() - Method in class org.jdom.Text
This returns the textual content with all surrounding whitespace removed.
getURI() - Method in class org.jdom.Namespace
This returns the namespace URI for this Namespace.
getValidation() - Method in class org.jdom.input.SAXBuilder
Deprecated.
getValue() - Method in class org.jdom.Attribute
This will return the actual textual value of this Attribute.
getValue() - Method in class org.jdom.Comment
Returns the XPath 1.0 string value of this element, which is the text of this comment.
getValue() - Method in class org.jdom.Content
Returns the XPath 1.0 string value of this child.
getValue() - Method in class org.jdom.DocType
Returns the empty string since doctypes don't have an XPath 1.0 string value.
getValue() - Method in class org.jdom.Element
Returns the XPath 1.0 string value of this element, which is the complete, ordered content of all text node descendants of this element (i.e. the text that's left after all references are resolved and all other markup is stripped out.)
getValue() - Method in class org.jdom.EntityRef
Returns the empty string since entity references don't have an XPath 1.0 string value.
getValue() - Method in class org.jdom.ProcessingInstruction
Returns the XPath 1.0 string value of this element, which is the data of this PI.
getValue() - Method in class org.jdom.Text
Returns the XPath 1.0 string value of this element, which is the text itself.
getVariable(String) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
getVariable(String) - Method in class org.jdom.xpath.XPathBuilder
Get the variable value associated with the given name.
getVariable(String) - Method in interface org.jdom.xpath.XPathExpression
Get the variable value associated to the given variable qname.
getVariable(String, Namespace) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
getVariable(String, Namespace) - Method in interface org.jdom.xpath.XPathExpression
Get the variable value associated to the given variable name.
getVariables() - Method in class org.jdom.xpath.util.AbstractXPathCompiled
utility method that allows descendant classes to access the variables that were set on this expression, in a format that can be used in a constructor (qname/value).
getXMLBaseURI() - Method in class org.jdom.Element
Calculate the XMLBase URI for this Element using the rules defined in the XMLBase specification, as well as the values supplied in the xml:base attributes on this Element and its ancestry.
getXMLFilter() - Method in class org.jdom.input.SAXBuilder
Returns the XMLFilter used during parsing, or null if none.
getXMLOutputProcessor() - Method in class org.jdom.output.XMLOutputter2
Returns the current XMLOutputProcessor instance in use by the XMLOutputter.
getXMLReader() - Method in class org.jdom.transform.JDOMSource
Returns the XMLReader to be used for the Source.
getXMLReaderFactory() - Method in class org.jdom.input.SAXBuilder
Get the current XMLReader factory.
getXPath() - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Returns the wrapped XPath expression as a string.
getXPath() - Method in class org.jdom.xpath.XPath
Deprecated.
Returns the wrapped XPath expression as a string.
getXPathExpression() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
getXPathExpression() - Method in interface org.jdom.xpath.XPathDiagnostic
 

H

hasAdditionalNamespaces() - Method in class org.jdom.Element
Indicate whether this Element has any additional Namespace declarations.
hasAttributes() - Method in class org.jdom.Element
Indicate whether this Element has any attributes.
hashCode() - Method in class org.jdom.Content
This returns the hash code for this Content item.
hashCode() - Method in class org.jdom.Document
This returns the hash code for this Document.
hashCode() - Method in class org.jdom.filter.ContentFilter
 
hashCode() - Method in class org.jdom.filter.ElementFilter
 
hashCode() - Method in class org.jdom.filter2.AttributeFilter
 
hashCode() - Method in class org.jdom.filter2.ContentFilter
 
hashCode() - Method in class org.jdom.filter2.ElementFilter
 
hashCode() - Method in class org.jdom.Namespace
This returns the hash code for the Namespace that conforms to the 'equals()' contract.
hasNext() - Method in class org.jdom.output.support.AbstractFormattedWalker
 
hasNext() - Method in interface org.jdom.output.support.Walker
Behaves similarly to to a regular Iterator
hasNext() - Method in class org.jdom.output.support.WalkerPRESERVE
 
hasRootElement() - Method in class org.jdom.Document
This will return true if this document has a root element, false otherwise.
helperContentDispatcher(FormatStack, NamespaceStack, Document, Content) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This method contains code which is reused in a number of places.

I

ID - org.jdom.AttributeType
Attribute type: the attribute value is a unique identifier.
ID_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.ID
IDREF - org.jdom.AttributeType
Attribute type: the attribute value is a reference to a unique identifier.
IDREF_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.IDREF
IDREFS - org.jdom.AttributeType
Attribute type: the attribute value is a list of references to unique identifiers.
IDREFS_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.IDREFS
ignorableWhitespace(char[], int, int) - Method in class org.jdom.input.sax.SAXHandler
Capture ignorable whitespace as text.
IllegalAddException - Exception in org.jdom
Thrown when trying to add an illegal object to a JDOM construct.
IllegalAddException(String) - Constructor for exception org.jdom.IllegalAddException
This will create an Exception with the specified error message.
IllegalDataException - Exception in org.jdom
Thrown when illegal text is supplied to a JDOM construct.
IllegalDataException(String) - Constructor for exception org.jdom.IllegalDataException
This will create an exceptoin with the specified error message.
IllegalNameException - Exception in org.jdom
Thrown when a name is supplied in construction of a JDOM construct whose where the name breaks XML naming conventions.
IllegalNameException(String) - Constructor for exception org.jdom.IllegalNameException
Creates an exception with the specified error message.
IllegalTargetException - Exception in org.jdom
Thrown when a target is supplied in construction of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
IllegalTargetException(String) - Constructor for exception org.jdom.IllegalTargetException
Creates an exception with the specified error message.
includeCDATA(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeCDATA(int, String) - Method in interface org.jdom.input.stax.StAXFilter
The current event is a CDATA event.
includeComment(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeComment(int, String) - Method in interface org.jdom.input.stax.StAXFilter
The current event is a Comment event.
includeDocType() - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeDocType() - Method in interface org.jdom.input.stax.StAXFilter
The current event is a DocType event.
includeElement(int, String, Namespace) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeElement(int, String, Namespace) - Method in interface org.jdom.input.stax.StAXFilter
The current event is an Element event.
includeEntityRef(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeEntityRef(int, String) - Method in interface org.jdom.input.stax.StAXFilter
The current event is an EntityRef event.
includeProcessingInstruction(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeProcessingInstruction(int, String) - Method in interface org.jdom.input.stax.StAXFilter
The current event is a ProcessingInstruction event.
includeText(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
includeText(int, String) - Method in interface org.jdom.input.stax.StAXFilter
The current event is a TEXT event.
indexOf(Content) - Method in class org.jdom.Document
 
indexOf(Content) - Method in class org.jdom.Element
 
indexOf(Content) - Method in interface org.jdom.Parent
Returns the index of the supplied child in the content list, or -1 if not a child of this parent.
instance() - Static method in class org.jdom.xpath.XPathFactory
Obtain an instance of an XPathFactory using the default mechanisms to determine what XPathFactory implementation to use.
internalEntityDecl(String, String) - Method in class org.jdom.input.sax.SAXHandler
Handle an internal entity declaration in a DTD.
internalSubset - Variable in class org.jdom.DocType
The internal subset of the DOCTYPE
isAllText() - Method in class org.jdom.output.support.AbstractFormattedWalker
 
isAllText() - Method in interface org.jdom.output.support.Walker
If all the content in this walker is empty, or if whatever content is available is Text-like.
isAllText() - Method in class org.jdom.output.support.WalkerPRESERVE
 
isAllWhitespace() - Method in class org.jdom.output.support.AbstractFormattedWalker
 
isAllWhitespace() - Method in interface org.jdom.output.support.Walker
If all the content is Text-like (Walker.isAllText() returns true), and additionally that any content is either Text or CDATA, and that the values of these Text/CDATA members are all XML Whitespace.
isAllWhitespace() - Method in class org.jdom.output.support.WalkerPRESERVE
 
isAllXMLWhitespace(String) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified String is a whitespace character according to production 3 of the XML 1.0 specification.
isAncestor(Element) - Method in class org.jdom.Element
Determines if this element is the ancestor of another element.
isCDATA() - Method in class org.jdom.output.support.AbstractFormattedWalker
 
isCDATA() - Method in interface org.jdom.output.support.Walker
If the previous next() method returned null, then this will indicate whether the current text() value is CDATA or regular Text.
isCDATA() - Method in class org.jdom.output.support.WalkerPRESERVE
 
isDeclareNamespaces() - Method in class org.jdom.output.support.SAXTarget
 
isExpandEmptyElements() - Method in class org.jdom.output.support.FormatStack
 
isFirstOnly() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
isFirstOnly() - Method in interface org.jdom.xpath.XPathDiagnostic
Indicate whether the query was evaluated as a first-only evaluation.
isHexDigit(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is a hexadecimal digit as defined in RFC 2396; that is, one of the ASCII characters 0-9, a-f, or A-F.
isHighSurrogate(char) - Static method in class org.jdom.Verifier
This is a function for determining whether the specified character is the high 16 bits in a UTF-16 surrogate pair.
isIgnoreTrAXEscapingPIs() - Method in class org.jdom.output.support.FormatStack
 
isInScope(Namespace) - Method in class org.jdom.util.NamespaceStack
Inspect the current scope and return true if the specified namespace is in scope.
isLowSurrogate(char) - Static method in class org.jdom.Verifier
This is a function for determining whether the specified character is the low 16 bits in a UTF-16 surrogate pair.
isOmitDeclaration() - Method in class org.jdom.output.support.FormatStack
 
isOmitEncoding() - Method in class org.jdom.output.support.FormatStack
 
isReportDTDEvents() - Method in class org.jdom.output.support.SAXTarget
 
isRootElement() - Method in class org.jdom.Element
Returns whether this element is a root element.
isSpecified() - Method in class org.jdom.Attribute
Get the 'specified' flag.
isSpecifiedAttributesOnly() - Method in class org.jdom.output.Format
Will Attributes defaulted from the DTD or XMLSchema be output
isSpecifiedAttributesOnly() - Method in class org.jdom.output.support.FormatStack
Indicate whether only those Attributes specified in the XML should be output.
isURICharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is legal in URI references as determined by RFC 2396.
isValidating() - Method in class org.jdom.input.sax.AbstractReaderSchemaFactory
 
isValidating() - Method in class org.jdom.input.sax.SAXBuilderEngine
 
isValidating() - Method in interface org.jdom.input.sax.SAXEngine
Returns whether validation is to be performed during the build.
isValidating() - Method in class org.jdom.input.sax.XMLReaderJAXPFactory
 
isValidating() - Method in interface org.jdom.input.sax.XMLReaderJDOMFactory
Does an XMLReader from this factory do more than just well-formed checks.
isValidating() - Method in enum org.jdom.input.sax.XMLReaders
 
isValidating() - Method in class org.jdom.input.sax.XMLReaderSAX2Factory
 
isValidating() - Method in class org.jdom.input.SAXBuilder
Returns whether validation is to be performed during the build.
isXMLCharacter(int) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a character according to production 2 of the XML 1.0 specification.
isXMLCombiningChar(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a combining character according to production 87 of the XML 1.0 specification.
isXMLDigit(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is a digit according to production 88 of the XML 1.0 specification.
isXMLExtender(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is an extender according to production 88 of the XML 1.0 specification.
isXMLLetter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a letter according to production 84 of the XML 1.0 specification.
isXMLLetterOrDigit(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a letter or digit according to productions 84 and 88 of the XML 1.0 specification.
isXMLNameCharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a name character according to production 4 of the XML 1.0 specification.
isXMLNameStartCharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a legal name start character according to production 5 of the XML 1.0 specification.
isXMLPublicIDCharacter(char) - Static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as PublicID (in a DocType or EntityRef).
isXMLWhitespace(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is a whitespace character according to production 3 of the XML 1.0 specification.
iterator() - Method in class org.jdom.util.NamespaceStack
Get all the Namespaces in-scope at the current level of the stack.
IteratorIterable<T> - Interface in org.jdom.util
An interface that represents both a java.util.Iterator and a java.lang.Iterable.

J

JaxenXPathFactory - Class in org.jdom.xpath.jaxen
This simple Factory creates XPath instances tailored to the Jaxen library.
JaxenXPathFactory() - Constructor for class org.jdom.xpath.jaxen.JaxenXPathFactory
The public default constructor used by the XPathFactory.
JAXPDOMAdapter - Class in org.jdom.adapters
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.
JAXPDOMAdapter() - Constructor for class org.jdom.adapters.JAXPDOMAdapter
 
JDOM_FEATURE - Static variable in class org.jdom.transform.JDOMResult
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOM_FEATURE - Static variable in class org.jdom.transform.JDOMSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOM_OBJECT_MODEL_URI - Static variable in class org.jdom.xpath.XPath
Deprecated.
The string passable to the JAXP 1.3 XPathFactory isObjectModelSupported() method to query an XPath engine regarding its support for JDOM.
JDOM2_FEATURE_JDOMRESULT - Static variable in class org.jdom.JDOMConstants
Constant used to define the JDOMResult with TransformerFactory.
JDOM2_FEATURE_JDOMSOURCE - Static variable in class org.jdom.JDOMConstants
Constant used to define the JDOMSource with JAXP.
JDOM2_PROPERTY_LINE_SEPARATOR - Static variable in class org.jdom.JDOMConstants
System Property queried to obtain an alternate default Line Separator.
JDOM2_PROPERTY_XPATH_FACTORY - Static variable in class org.jdom.JDOMConstants
System Property queried to obtain an alternate default XPathFactory.
JDOMConstants - Class in org.jdom
A collection of constants that may be useful to JDOM users.
JDOMException - Exception in org.jdom
The top level 'checked' exception that JDOM classes can throw.
JDOMException() - Constructor for exception org.jdom.JDOMException
This will create an Exception.
JDOMException(String) - Constructor for exception org.jdom.JDOMException
This will create an Exception with the given message.
JDOMException(String, Throwable) - Constructor for exception org.jdom.JDOMException
This will create an Exception with the given message and wrap another Exception.
JDOMFactory - Interface in org.jdom
An interface to be used by builders when constructing JDOM objects.
JDOMLocator - Interface in org.jdom.output
An implementation of the SAX Locator interface that exposes the JDOM node being processed by SAXOutputter.
JDOMParseException - Exception in org.jdom.input
Thrown during parse errors, with information about where the parse error occurred as well as access to the partially built document.
JDOMParseException(String, Throwable) - Constructor for exception org.jdom.input.JDOMParseException
This will create a parse Exception with the given message and wrap the Exception that cause a document parse to fail.
JDOMParseException(String, Throwable, Document) - Constructor for exception org.jdom.input.JDOMParseException
This will create a parse Exception with the given message and the partial document and wrap the Exception that cause a document parse to fail.
JDOMResult - Class in org.jdom.transform
A holder for an XSL Transformation result, generally a list of nodes although it can be a JDOM Document also.
JDOMResult() - Constructor for class org.jdom.transform.JDOMResult
Public default constructor.
JDOMSource - Class in org.jdom.transform
A holder for an XML Transformation source: a Document, Element, or list of nodes.
JDOMSource(List<? extends Content>) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
JDOMSource(Document) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM document.
JDOMSource(Document, EntityResolver) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM element with an associated EntityResolver to resolve external entities.
JDOMSource(Element) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM element.
JDOMXPath - Class in org.jdom.xpath.jaxen
Deprecated.
replaced by compiled version.
JDOMXPath(String) - Constructor for class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Creates a new XPath wrapper object, compiling the specified XPath expression.

L

LEFT - org.jdom.output.support.AbstractFormattedWalker.Trim
Left Trim
LineSeparator - Enum in org.jdom.output
An enumeration of common separators that are used for JDOM output.
Located - Interface in org.jdom.located
Implementations of this class know about their location (line and column).
LocatedCDATA - Class in org.jdom.located
An XML CDATA section.
LocatedCDATA(String) - Constructor for class org.jdom.located.LocatedCDATA
This constructor creates a new LocatedCDATA node, with the supplied string value as it's character content.
LocatedComment - Class in org.jdom.located
An XML comment.
LocatedComment(String) - Constructor for class org.jdom.located.LocatedComment
This creates the comment with the supplied text.
LocatedDocType - Class in org.jdom.located
An XML DOCTYPE declaration.
LocatedDocType(String) - Constructor for class org.jdom.located.LocatedDocType
This will create the DocType with the specified element name
LocatedDocType(String, String) - Constructor for class org.jdom.located.LocatedDocType
This will create the DocType with the specified element name and reference to an external DTD.
LocatedDocType(String, String, String) - Constructor for class org.jdom.located.LocatedDocType
This will create the DocType with the specified element name and a reference to an external DTD.
LocatedElement - Class in org.jdom.located
This Element specialization contains the location information as parsed.
LocatedElement(String) - Constructor for class org.jdom.located.LocatedElement
Create a new element with the supplied (local) name and no namespace.
LocatedElement(String, String) - Constructor for class org.jdom.located.LocatedElement
Creates a new element with the supplied (local) name and a namespace given by a URI.
LocatedElement(String, String, String) - Constructor for class org.jdom.located.LocatedElement
Creates a new element with the supplied (local) name and a namespace given by the supplied prefix and URI combination.
LocatedElement(String, Namespace) - Constructor for class org.jdom.located.LocatedElement
Creates a new element with the supplied (local) name and namespace.
LocatedEntityRef - Class in org.jdom.located
An XML entity reference.
LocatedEntityRef(String) - Constructor for class org.jdom.located.LocatedEntityRef
This will create a new EntityRef with the supplied name.
LocatedEntityRef(String, String) - Constructor for class org.jdom.located.LocatedEntityRef
This will create a new EntityRef with the supplied name and system id.
LocatedEntityRef(String, String, String) - Constructor for class org.jdom.located.LocatedEntityRef
This will create a new EntityRef with the supplied name, public id, and system id.
LocatedJDOMFactory - Class in org.jdom.located
All Content instances (Element, Comment, CDATA, DocType, Text, EntityRef, and ProcessingInstruction) will implement Located, and will have the values set appropriately.
LocatedJDOMFactory() - Constructor for class org.jdom.located.LocatedJDOMFactory
 
LocatedProcessingInstruction - Class in org.jdom.located
An XML processing instruction.
LocatedProcessingInstruction(String) - Constructor for class org.jdom.located.LocatedProcessingInstruction
This will create a new ProcessingInstruction with the specified target.
LocatedProcessingInstruction(String, String) - Constructor for class org.jdom.located.LocatedProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
LocatedProcessingInstruction(String, Map<String, String>) - Constructor for class org.jdom.located.LocatedProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
LocatedText - Class in org.jdom.located
An XML character sequence.
LocatedText(String) - Constructor for class org.jdom.located.LocatedText
This constructor creates a new Text node, with the supplied string value as it's character content.

M

mapData - Variable in class org.jdom.ProcessingInstruction
The data for the PI in name/value pairs
matches(Object) - Method in class org.jdom.filter.ContentFilter
Check to see if the object matches according to the filter mask.
matches(Object) - Method in class org.jdom.filter.ElementFilter
Check to see if the object matches a predefined set of rules.
matches(Object) - Method in interface org.jdom.filter.Filter
Check to see if the object matches a predefined set of rules.
matches(Object) - Method in class org.jdom.filter2.AbstractFilter
 
matches(Object) - Method in interface org.jdom.filter2.Filter
Check to see if the object matches a predefined set of rules.

N

name - Variable in class org.jdom.Attribute
The local name of the Attribute
name - Variable in class org.jdom.Element
The local name of the element
name - Variable in class org.jdom.EntityRef
The name of the EntityRef
namespace - Variable in class org.jdom.Attribute
The Namespace of the Attribute
namespace - Variable in class org.jdom.Element
The namespace of the element
Namespace - Class in org.jdom
An XML namespace representation, as well as a factory for creating XML namespace objects.
NamespaceAware - Interface in org.jdom
Classes implementing this interface are all sensitive to their Namespace context.
NamespaceStack - Class in org.jdom.util
A high-performance stack for processing those Namespaces that are introduced or are in-scope at a point in an Element hierarchy.
NamespaceStack() - Constructor for class org.jdom.output.XMLOutputter.NamespaceStack
 
NamespaceStack() - Constructor for class org.jdom.util.NamespaceStack
Create a NamespaceWalker ready to use as a stack.
NamespaceStack(Namespace[]) - Constructor for class org.jdom.util.NamespaceStack
Create a NamespaceWalker ready to use as a stack.
negate() - Method in class org.jdom.filter.AbstractFilter
 
negate() - Method in class org.jdom.filter2.AbstractFilter
 
negate() - Method in interface org.jdom.filter2.Filter
Creates an 'inverse' filter
newInstance(String) - Static method in class org.jdom.xpath.XPath
Deprecated.
Creates a new XPath wrapper object, compiling the specified XPath expression.
newInstance(String) - Static method in class org.jdom.xpath.XPathFactory
Create a new instance of an explicit XPathFactory.
next() - Method in class org.jdom.output.support.AbstractFormattedWalker
 
next() - Method in interface org.jdom.output.support.Walker
Similar to an Iterator, but null return values need special treatment.
next() - Method in class org.jdom.output.support.WalkerPRESERVE
 
NL - org.jdom.output.LineSeparator
The Separator sequence NL which is '\n'.
NMTOKEN - org.jdom.AttributeType
Attribute type: the attribute value is a name token.
NMTOKEN_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.NMTOKEN
NMTOKENS - org.jdom.AttributeType
Attribute type: the attribute value is a list of name tokens.
NMTOKENS_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.NMTOKENS
NO_NAMESPACE - Static variable in class org.jdom.Namespace
Define a Namespace for when not in a namespace
NONE - org.jdom.output.LineSeparator
Perform no end-of-line processing.
NONE - org.jdom.output.support.AbstractFormattedWalker.Trim
No Trimming at all
NONVALIDATING - org.jdom.input.sax.XMLReaders
The non-validating singleton
NORMALIZE - org.jdom.output.Format.TextMode
Mode for text normalization (left and right trim plus internal whitespace is normalized to a single space.
normalizeString(String) - Static method in class org.jdom.Text
This returns a new string with all surrounding whitespace removed and internal whitespace normalized to a single space.
NOTATION - org.jdom.AttributeType
Attribute type: the attribute value is the name of a notation.
NOTATION_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.NOTATION
notationDecl(String, String, String) - Method in class org.jdom.input.sax.SAXHandler
Handle the declaration of a Notation in a DTD
NS_PREFIX_DEFAULT - Static variable in class org.jdom.JDOMConstants
Defined as ""
NS_PREFIX_XML - Static variable in class org.jdom.JDOMConstants
Defined as "xml"
NS_PREFIX_XMLNS - Static variable in class org.jdom.JDOMConstants
Defined as "xmlns"
NS_URI_DEFAULT - Static variable in class org.jdom.JDOMConstants
Defined as ""
NS_URI_XML - Static variable in class org.jdom.JDOMConstants
Defined as "http://www.w3.org/XML/1998/namespace"
NS_URI_XMLNS - Static variable in class org.jdom.JDOMConstants
Defined as "http://www.w3.org/2000/xmlns/"
numberValueOf(Object) - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Returns the number value of the first item selected by applying the wrapped XPath expression to the given context.
numberValueOf(Object) - Method in class org.jdom.xpath.XPath
Deprecated.
Returns the number value of the first node selected by applying the wrapped XPath expression to the given context.

O

or(Filter) - Method in class org.jdom.filter.AbstractFilter
 
or(Filter<?>) - Method in class org.jdom.filter2.AbstractFilter
 
or(Filter<?>) - Method in interface org.jdom.filter2.Filter
Creates an ORing filter
org.jdom - package org.jdom
 
org.jdom.adapters - package org.jdom.adapters
 
org.jdom.filter - package org.jdom.filter
 
org.jdom.filter2 - package org.jdom.filter2
 
org.jdom.input - package org.jdom.input
 
org.jdom.input.sax - package org.jdom.input.sax
Support classes for building JDOM documents and content using SAX parsers.
org.jdom.input.stax - package org.jdom.input.stax
Support classes for building JDOM documents and content using StAX readers.
org.jdom.internal - package org.jdom.internal
 
org.jdom.located - package org.jdom.located
 
org.jdom.output - package org.jdom.output
 
org.jdom.output.support - package org.jdom.output.support
 
org.jdom.transform - package org.jdom.transform
 
org.jdom.util - package org.jdom.util
 
org.jdom.xpath - package org.jdom.xpath
 
org.jdom.xpath.jaxen - package org.jdom.xpath.jaxen
 
org.jdom.xpath.util - package org.jdom.xpath.util
 
output(List<? extends Content>) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Attribute parameter to a DOM Attr Node, returning the DOM version.
output(List<? extends Content>) - Method in class org.jdom.output.SAXOutputter
This will output a list of JDOM nodes as a document, firing off the SAX events that have been registered.
output(List<? extends Content>, OutputStream) - Method in class org.jdom.output.XMLOutputter2
This will handle printing out a list of nodes.
output(List<? extends Content>, Writer) - Method in class org.jdom.output.XMLOutputter2
This will handle printing out a list of nodes.
output(List<? extends Content>, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
This will handle printing out a list of nodes.
output(List<? extends Content>, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
This will handle printing out a list of nodes.
output(List, OutputStream) - Method in class org.jdom.output.XMLOutputter
This will handle printing out a list of nodes.
output(List, Writer) - Method in class org.jdom.output.XMLOutputter
This will handle printing out a list of nodes.
output(Attribute) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Attribute parameter to a DOM Attr Node, returning the DOM version.
output(CDATA) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM CDATA parameter to a DOM CDATASection Node, returning the DOM version.
output(CDATA, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a CDATA node.
output(CDATA, OutputStream) - Method in class org.jdom.output.XMLOutputter2
Print out a CDATA node.
output(CDATA, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a CDATA node.
output(CDATA, Writer) - Method in class org.jdom.output.XMLOutputter2
Print out a CDATA node.
output(CDATA, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
Print out a CDATA node.
output(CDATA, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
Print out a CDATA node.
output(Comment) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM ProcessingInstruction parameter to a DOM ProcessingInstruction, returning the DOM version.
output(Comment, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a Comment.
output(Comment, OutputStream) - Method in class org.jdom.output.XMLOutputter2
Print out a Comment.
output(Comment, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a Comment.
output(Comment, Writer) - Method in class org.jdom.output.XMLOutputter2
Print out a Comment.
output(Comment, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
Print out a Comment.
output(Comment, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
Print out a Comment.
output(DocType) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM DocType parameter to a DOM DocumentType, returning the DOM version.
output(DocType, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out the DocType.
output(DocType, OutputStream) - Method in class org.jdom.output.XMLOutputter2
This will print the DocType to the given OutputStream.
output(DocType, Writer) - Method in class org.jdom.output.XMLOutputter
Print out the DocType.
output(DocType, Writer) - Method in class org.jdom.output.XMLOutputter2
Print out the DocType.
output(DocType, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
Print out the DocType.
output(DocType, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
Print out the DocType.
output(Document) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Document parameter to a DOM Document, returning the DOM version.
output(Document) - Method in class org.jdom.output.SAXOutputter
This will output the JDOM Document, firing off the SAX events that have been registered.
output(Document, OutputStream) - Method in class org.jdom.output.XMLOutputter
This will print the Document to the given output stream.
output(Document, OutputStream) - Method in class org.jdom.output.XMLOutputter2
This will print the Document to the given OutputStream.
output(Document, Writer) - Method in class org.jdom.output.XMLOutputter
This will print the Document to the given Writer.
output(Document, Writer) - Method in class org.jdom.output.XMLOutputter2
This will print the Document to the given Writer.
output(Document, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
This will print the Document to the given Writer.
output(Document, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
This will print the Document to the given Writer.
output(Element) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Element parameter to a DOM Element, returning the DOM version.
output(Element) - Method in class org.jdom.output.SAXOutputter
This will output a single JDOM element as a document, firing off the SAX events that have been registered.
output(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter2
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(Element, Writer) - Method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(Element, Writer) - Method in class org.jdom.output.XMLOutputter2
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(Element, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(Element, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(EntityRef) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM EntityRef parameter to a DOM EntityReference Node, returning the DOM version.
output(EntityRef, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a EntityRef.
output(EntityRef, OutputStream) - Method in class org.jdom.output.XMLOutputter2
Print out a EntityRef.
output(EntityRef, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a EntityRef.
output(EntityRef, Writer) - Method in class org.jdom.output.XMLOutputter2
Print out an EntityRef.
output(EntityRef, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
Print out an EntityRef.
output(EntityRef, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
Print out an EntityRef.
output(ProcessingInstruction) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM ProcessingInstruction parameter to a DOM ProcessingInstruction, returning the DOM version.
output(ProcessingInstruction, OutputStream) - Method in class org.jdom.output.XMLOutputter
output(ProcessingInstruction, OutputStream) - Method in class org.jdom.output.XMLOutputter2
output(ProcessingInstruction, Writer) - Method in class org.jdom.output.XMLOutputter
output(ProcessingInstruction, Writer) - Method in class org.jdom.output.XMLOutputter2
output(ProcessingInstruction, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
output(ProcessingInstruction, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
output(Text) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Text parameter to a DOM Text Node, returning the DOM version.
output(Text, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a Text node.
output(Text, OutputStream) - Method in class org.jdom.output.XMLOutputter2
Print out a Text node.
output(Text, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a Text node.
output(Text, Writer) - Method in class org.jdom.output.XMLOutputter2
Print out a Text node.
output(Text, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
Print out a Text node.
output(Text, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
Print out a Text node.
output(Document, List<? extends Content>) - Method in class org.jdom.output.DOMOutputter
This converts the list of JDOM Content in to a list of DOM Nodes, returning the DOM version.
output(Document, Attribute) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Attribute parameter to a DOM Attr Node, returning the DOM version.
output(Document, CDATA) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM CDATA parameter to a DOM CDATASection Node, returning the DOM version.
output(Document, Comment) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM ProcessingInstruction parameter to a DOM ProcessingInstruction, returning the DOM version.
output(Document, Element) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Element parameter to a DOM Element, returning the DOM version.
output(Document, EntityRef) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM EntityRef parameter to a DOM EntityReference Node, returning the DOM version.
output(Document, ProcessingInstruction) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM ProcessingInstruction parameter to a DOM ProcessingInstruction, returning the DOM version.
output(Document, Text) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Text parameter to a DOM Text Node, returning the DOM version.
outputElementContent(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContent(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter2
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContent(Element, Writer) - Method in class org.jdom.output.XMLOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContent(Element, Writer) - Method in class org.jdom.output.XMLOutputter2
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContent(Element, XMLEventConsumer) - Method in class org.jdom.output.StAXEventOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContent(Element, XMLStreamWriter) - Method in class org.jdom.output.StAXStreamOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContentString(Element) - Method in class org.jdom.output.XMLOutputter2
This will handle printing out an Element's content only, not including its tag, and attributes.
outputFragment(List<? extends Content>) - Method in class org.jdom.output.SAXOutputter
This will output a list of JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.
outputFragment(Content) - Method in class org.jdom.output.SAXOutputter
This will output a single JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.
outputString(List) - Method in class org.jdom.output.XMLOutputter
Return a string representing a list of nodes.
outputString(List<? extends Content>) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a List of Content nodes.
outputString(CDATA) - Method in class org.jdom.output.XMLOutputter
Return a string representing a CDATA node.
outputString(CDATA) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a CDATA node.
outputString(Comment) - Method in class org.jdom.output.XMLOutputter
Return a string representing a comment.
outputString(Comment) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a Comment.
outputString(DocType) - Method in class org.jdom.output.XMLOutputter
Return a string representing a DocType.
outputString(DocType) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a DocType.
outputString(Document) - Method in class org.jdom.output.XMLOutputter
Return a string representing a document.
outputString(Document) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a Document.
outputString(Element) - Method in class org.jdom.output.XMLOutputter
Return a string representing an element.
outputString(Element) - Method in class org.jdom.output.XMLOutputter2
Return a string representing an Element.
outputString(EntityRef) - Method in class org.jdom.output.XMLOutputter
Return a string representing an entity.
outputString(EntityRef) - Method in class org.jdom.output.XMLOutputter2
Return a string representing an EntityRef.
outputString(ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
Return a string representing a PI.
outputString(ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a ProcessingInstruction.
outputString(Text) - Method in class org.jdom.output.XMLOutputter
Return a string representing a Text node.
outputString(Text) - Method in class org.jdom.output.XMLOutputter2
Return a string representing a Text node.

P

parent - Variable in class org.jdom.Attribute
The parent to which this Attribute belongs.
parent - Variable in class org.jdom.Content
The parent Parent of this Content.
Parent - Interface in org.jdom
Interface for JDOM objects which are allowed to contain Content content - Element and Document.
parse(String, JDOMFactory) - Static method in class org.jdom.input.stax.DTDParser
Parse out a DOCTYPE declaration as supplied by the standard StAX readers.
PI - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM ProcessingInstruction objects
PI - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM ProcessingInstruction objects
pop() - Method in class org.jdom.output.support.FormatStack
Move back a level on the stack.
pop() - Method in class org.jdom.util.NamespaceStack
Restore stack to the level prior to the current one.
PRESERVE - org.jdom.output.Format.TextMode
Mode for literal text preservation.
preserveFormat - Static variable in class org.jdom.output.XMLOutputter
 
printAttribute(Writer, FormatStack, Attribute) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of an Attribute.
printAttribute(XMLStreamWriter, FormatStack, Attribute) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of an Attribute.
printAttribute(FormatStack, Document, Attribute) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a Attribute.
printAttributes(Writer, List, Element, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
This will handle printing of a Attribute list.
printCDATA(Writer, CDATA) - Method in class org.jdom.output.XMLOutputter
This will handle printing of CDATA text.
printCDATA(Writer, FormatStack, CDATA) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a CDATA.
printCDATA(XMLEventConsumer, FormatStack, XMLEventFactory, CDATA) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a CDATA.
printCDATA(XMLStreamWriter, FormatStack, CDATA) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a CDATA.
printCDATA(FormatStack, Document, CDATA) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a CDATA.
printCDATA(SAXTarget, FormatStack, CDATA) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a CDATA.
printComment(Writer, Comment) - Method in class org.jdom.output.XMLOutputter
This will handle printing of comments.
printComment(Writer, FormatStack, Comment) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a Comment.
printComment(XMLEventConsumer, FormatStack, XMLEventFactory, Comment) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a Comment.
printComment(XMLStreamWriter, FormatStack, Comment) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a Comment.
printComment(FormatStack, Document, Comment) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a Comment.
printComment(SAXTarget, FormatStack, Comment) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a Comment.
printContent(Writer, FormatStack, NamespaceStack, Walker) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a List of Content.
printContent(XMLEventConsumer, FormatStack, NamespaceStack, XMLEventFactory, Walker) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a List of Content.
printContent(XMLStreamWriter, FormatStack, NamespaceStack, Walker) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a List of Content.
printContent(FormatStack, NamespaceStack, Document, Node, Walker) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a List of Content.
printContent(SAXTarget, FormatStack, NamespaceStack, Walker) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a List of Content.
printDeclaration(Writer, Document, String) - Method in class org.jdom.output.XMLOutputter
This will handle printing of the declaration.
printDeclaration(Writer, FormatStack) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of the XML declaration.
printDocType(Writer, DocType) - Method in class org.jdom.output.XMLOutputter
This handle printing the DOCTYPE declaration if one exists.
printDocType(Writer, FormatStack, DocType) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a DocType.
printDocType(XMLEventConsumer, FormatStack, XMLEventFactory, DocType) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a DocType.
printDocType(XMLStreamWriter, FormatStack, DocType) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a DocType.
printDocType(SAXTarget, FormatStack, DocType) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a DocType.
printDocument(Writer, FormatStack, NamespaceStack, Document) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a Document.
printDocument(XMLEventConsumer, FormatStack, NamespaceStack, XMLEventFactory, Document) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a Document.
printDocument(XMLStreamWriter, FormatStack, NamespaceStack, Document) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a Document.
printDocument(FormatStack, NamespaceStack, Document, Document) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a Document.
printDocument(SAXTarget, FormatStack, NamespaceStack, Document) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a Document.
printElement(Writer, Element, int, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
This will handle printing of a Element, its Attributes, and all contained (child) elements, etc.
printElement(Writer, FormatStack, NamespaceStack, Element) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of an Element.
printElement(XMLEventConsumer, FormatStack, NamespaceStack, XMLEventFactory, Element) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of an Element.
printElement(XMLStreamWriter, FormatStack, NamespaceStack, Element) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of an Element.
printElement(FormatStack, NamespaceStack, Document, Element) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of an Element.
printElement(SAXTarget, FormatStack, NamespaceStack, Element) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of an Element.
printEntityRef(Writer, EntityRef) - Method in class org.jdom.output.XMLOutputter
This will handle printing a EntityRef.
printEntityRef(Writer, FormatStack, EntityRef) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of an EntityRef.
printEntityRef(XMLEventConsumer, FormatStack, XMLEventFactory, EntityRef) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of an EntityRef.
printEntityRef(XMLStreamWriter, FormatStack, EntityRef) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of an EntityRef.
printEntityRef(FormatStack, Document, EntityRef) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of an EntityRef.
printEntityRef(SAXTarget, FormatStack, EntityRef) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of an EntityRef.
printNamespace(Writer, FormatStack, Namespace) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of any needed Namespace declarations.
printNamespace(XMLStreamWriter, FormatStack, Namespace) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of any needed Namespace declarations.
printProcessingInstruction(Writer, FormatStack, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a ProcessingInstruction.
printProcessingInstruction(Writer, ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
This will handle printing of processing instructions.
printProcessingInstruction(XMLEventConsumer, FormatStack, XMLEventFactory, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a ProcessingInstruction.
printProcessingInstruction(XMLStreamWriter, FormatStack, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a ProcessingInstruction.
printProcessingInstruction(FormatStack, Document, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a ProcessingInstruction.
printProcessingInstruction(SAXTarget, FormatStack, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a ProcessingInstruction.
printText(Writer, FormatStack, Text) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
This will handle printing of a Text.
printText(Writer, Text) - Method in class org.jdom.output.XMLOutputter
This will handle printing of Text strings.
printText(XMLEventConsumer, FormatStack, XMLEventFactory, Text) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
This will handle printing of a Text.
printText(XMLStreamWriter, FormatStack, Text) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
This will handle printing of a Text.
printText(FormatStack, Document, Text) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
This will handle printing of a Text.
printText(SAXTarget, FormatStack, Text) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
This will handle printing of a Text.
process(Writer, Format, List<? extends Content>) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, List<? extends Content>) - Method in interface org.jdom.output.support.XMLOutputProcessor
This will handle printing out a list of nodes.
process(Writer, Format, CDATA) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, CDATA) - Method in interface org.jdom.output.support.XMLOutputProcessor
Print out a CDATA node.
process(Writer, Format, Comment) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, Comment) - Method in interface org.jdom.output.support.XMLOutputProcessor
Print out a Comment.
process(Writer, Format, DocType) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, DocType) - Method in interface org.jdom.output.support.XMLOutputProcessor
Print out the DocType.
process(Writer, Format, Document) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, Document) - Method in interface org.jdom.output.support.XMLOutputProcessor
This will print the Document to the given Writer.
process(Writer, Format, Element) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, Element) - Method in interface org.jdom.output.support.XMLOutputProcessor
Print out an Element, including its Attributes, and all contained (child) elements, etc.
process(Writer, Format, EntityRef) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, EntityRef) - Method in interface org.jdom.output.support.XMLOutputProcessor
Print out a EntityRef.
process(Writer, Format, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, ProcessingInstruction) - Method in interface org.jdom.output.support.XMLOutputProcessor
process(Writer, Format, Text) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
 
process(Writer, Format, Text) - Method in interface org.jdom.output.support.XMLOutputProcessor
Print out a Text node.
process(XMLEventConsumer, Format, XMLEventFactory, List<? extends Content>) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, List<? extends Content>) - Method in interface org.jdom.output.support.StAXEventProcessor
This will handle printing out a list of nodes.
process(XMLEventConsumer, Format, XMLEventFactory, CDATA) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, CDATA) - Method in interface org.jdom.output.support.StAXEventProcessor
Print out a CDATA node.
process(XMLEventConsumer, Format, XMLEventFactory, Comment) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, Comment) - Method in interface org.jdom.output.support.StAXEventProcessor
Print out a Comment.
process(XMLEventConsumer, Format, XMLEventFactory, DocType) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, DocType) - Method in interface org.jdom.output.support.StAXEventProcessor
Print out the DocType.
process(XMLEventConsumer, Format, XMLEventFactory, Document) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, Document) - Method in interface org.jdom.output.support.StAXEventProcessor
This will print the Document to the given XMLEventConsumer.
process(XMLEventConsumer, Format, XMLEventFactory, Element) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, Element) - Method in interface org.jdom.output.support.StAXEventProcessor
Print out an Element, including its Attributes, and all contained (child) elements, etc.
process(XMLEventConsumer, Format, XMLEventFactory, EntityRef) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, EntityRef) - Method in interface org.jdom.output.support.StAXEventProcessor
Print out a EntityRef.
process(XMLEventConsumer, Format, XMLEventFactory, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, ProcessingInstruction) - Method in interface org.jdom.output.support.StAXEventProcessor
process(XMLEventConsumer, Format, XMLEventFactory, Text) - Method in class org.jdom.output.support.AbstractStAXEventProcessor
 
process(XMLEventConsumer, Format, XMLEventFactory, Text) - Method in interface org.jdom.output.support.StAXEventProcessor
Print out a Text node.
process(XMLStreamWriter, Format, List<? extends Content>) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, List<? extends Content>) - Method in interface org.jdom.output.support.StAXStreamProcessor
This will handle printing out a list of nodes.
process(XMLStreamWriter, Format, CDATA) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, CDATA) - Method in interface org.jdom.output.support.StAXStreamProcessor
Print out a CDATA node.
process(XMLStreamWriter, Format, Comment) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, Comment) - Method in interface org.jdom.output.support.StAXStreamProcessor
Print out a Comment.
process(XMLStreamWriter, Format, DocType) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, DocType) - Method in interface org.jdom.output.support.StAXStreamProcessor
Print out the DocType.
process(XMLStreamWriter, Format, Document) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, Document) - Method in interface org.jdom.output.support.StAXStreamProcessor
This will print the Document to the given XMLStreamWriter.
process(XMLStreamWriter, Format, Element) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, Element) - Method in interface org.jdom.output.support.StAXStreamProcessor
Print out an Element, including its Attributes, and all contained (child) elements, etc.
process(XMLStreamWriter, Format, EntityRef) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, EntityRef) - Method in interface org.jdom.output.support.StAXStreamProcessor
Print out a EntityRef.
process(XMLStreamWriter, Format, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, ProcessingInstruction) - Method in interface org.jdom.output.support.StAXStreamProcessor
process(XMLStreamWriter, Format, Text) - Method in class org.jdom.output.support.AbstractStAXStreamProcessor
 
process(XMLStreamWriter, Format, Text) - Method in interface org.jdom.output.support.StAXStreamProcessor
Print out a Text node.
process(SAXTarget, Format, List<? extends Content>) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, List<? extends Content>) - Method in interface org.jdom.output.support.SAXOutputProcessor
This will handle printing out a list of nodes.
process(SAXTarget, Format, CDATA) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, CDATA) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out a CDATA node.
process(SAXTarget, Format, Comment) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, Comment) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out a Comment.
process(SAXTarget, Format, DocType) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, DocType) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out the DocType.
process(SAXTarget, Format, Document) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, Document) - Method in interface org.jdom.output.support.SAXOutputProcessor
This will print the Document to the given SAXTarget.
process(SAXTarget, Format, Element) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, Element) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out an Element, including its Attributes, and all contained (child) elements, etc.
process(SAXTarget, Format, EntityRef) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, EntityRef) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out a EntityRef.
process(SAXTarget, Format, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, ProcessingInstruction) - Method in interface org.jdom.output.support.SAXOutputProcessor
process(SAXTarget, Format, Text) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
process(SAXTarget, Format, Text) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out a Text node.
process(Document, Format, List<? extends Content>) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, List<? extends Content>) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the list of JDOM Content using the given DOM Document to create the resulting list of DOM Nodes.
process(Document, Format, Attribute) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, Attribute) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the Attribute using the given DOM Document to create the resulting DOM Attr.
process(Document, Format, CDATA) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, CDATA) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the CDATA using the given DOM Document to create the resulting DOM CDATASection.
process(Document, Format, Comment) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, Comment) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the Comment using the given DOM Document to create the resulting DOM Comment.
process(Document, Format, Document) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, Document) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the Document to the given DOM Document.
process(Document, Format, Element) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, Element) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the Element using the given DOM Document to create the resulting DOM Element.
process(Document, Format, EntityRef) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, EntityRef) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the EntityRef using the given DOM Document to create the resulting DOM EntityReference.
process(Document, Format, ProcessingInstruction) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, ProcessingInstruction) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the ProcessingInstruction using the given DOM Document to create the resulting DOM ProcessingInstruction.
process(Document, Format, Text) - Method in class org.jdom.output.support.AbstractDOMOutputProcessor
 
process(Document, Format, Text) - Method in interface org.jdom.output.support.DOMOutputProcessor
This will convert the Text using the given DOM Document to create the resulting DOM Text.
processAsDocument(SAXTarget, Format, List<? extends Content>) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
processAsDocument(SAXTarget, Format, List<? extends Content>) - Method in interface org.jdom.output.support.SAXOutputProcessor
This will handle printing out a list of nodes thats encapsulated in start/end Document SAX events.
processAsDocument(SAXTarget, Format, Element) - Method in class org.jdom.output.support.AbstractSAXOutputProcessor
 
processAsDocument(SAXTarget, Format, Element) - Method in interface org.jdom.output.support.SAXOutputProcessor
Print out an Element encapsulated in start/end Document SAX events, including its Attributes, and all contained (child) elements, etc.
processinginstruction() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any ProcessingInstruction data.
processinginstruction() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any ProcessingInstruction data.
processingInstruction(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(int, int, String) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and no data.
processingInstruction(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
processingInstruction(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
processingInstruction(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
processingInstruction(int, int, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(int, int, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and data.
processingInstruction(int, int, String, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
processingInstruction(int, int, String, String) - Method in class org.jdom.SlimJDOMFactory
 
processingInstruction(int, int, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
processingInstruction(int, int, String, Map<String, String>) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(int, int, String, Map<String, String>) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and data.
processingInstruction(int, int, String, Map<String, String>) - Method in class org.jdom.located.LocatedJDOMFactory
 
processingInstruction(int, int, String, Map<String, String>) - Method in class org.jdom.SlimJDOMFactory
 
processingInstruction(int, int, String, Map<String, String>) - Method in class org.jdom.UncheckedJDOMFactory
 
processingInstruction(String) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(String) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and no data.
processingInstruction(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(String, String) - Method in class org.jdom.input.sax.SAXHandler
This will indicate that a processing instruction has been encountered.
processingInstruction(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and data.
processingInstruction(String, Map<String, String>) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(String, Map<String, String>) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction - Class in org.jdom
An XML processing instruction.
ProcessingInstruction - org.jdom.Content.CType
Represents ProcessingInstruction content
ProcessingInstruction() - Constructor for class org.jdom.ProcessingInstruction
Default, no-args constructor for implementations to use if needed.
ProcessingInstruction(String) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target.
ProcessingInstruction(String, String) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction(String, Map<String, String>) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
pruneCDATA(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
pruneCDATA(int, String) - Method in interface org.jdom.input.stax.StAXFilter
An Element is being included, and this is a child CDATA event of the included parent Element.
pruneComment(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
pruneComment(int, String) - Method in interface org.jdom.input.stax.StAXFilter
An Element is being included, and this is a child Comment event of the included parent Element.
pruneElement(int, String, Namespace) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
pruneElement(int, String, Namespace) - Method in interface org.jdom.input.stax.StAXFilter
An Element is being included, and this is a child Element event of the included parent Element.
pruneEntityRef(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
pruneEntityRef(int, String) - Method in interface org.jdom.input.stax.StAXFilter
An Element is being included, and this is a child EntityRef event of the included parent Element.
pruneProcessingInstruction(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
pruneProcessingInstruction(int, String) - Method in interface org.jdom.input.stax.StAXFilter
An Element is being included, and this is a child ProcessingInstruction event of the included parent Element.
pruneText(int, String) - Method in class org.jdom.input.stax.DefaultStAXFilter
 
pruneText(int, String) - Method in interface org.jdom.input.stax.StAXFilter
An Element is being included, and this is a child Text event of the included parent Element.
publicID - Variable in class org.jdom.DocType
The public ID of the DOCTYPE
publicID - Variable in class org.jdom.EntityRef
The PublicID of the EntityRef
push() - Method in class org.jdom.output.support.FormatStack
Create a new depth level on the stack.
push(Attribute) - Method in class org.jdom.util.NamespaceStack
Create a new in-scope level for the Stack based on an Attribute.
push(Element) - Method in class org.jdom.util.NamespaceStack
Create a new in-scope level for the Stack based on an Element.
pushElement(Element) - Method in class org.jdom.input.sax.SAXHandler
Pushes an element onto the tree under construction.

R

rawData - Variable in class org.jdom.ProcessingInstruction
The data for the PI as a String
refine(Filter<R>) - Method in class org.jdom.filter2.AbstractFilter
 
refine(Filter<R>) - Method in interface org.jdom.filter2.Filter
This is similar to the and(Filter) method except the generic type is different.
ReflectionConstructor - Class in org.jdom.internal
Utility class that handles constructing a class using reflection, and a no-argument 'default' constructor.
ReflectionConstructor() - Constructor for class org.jdom.internal.ReflectionConstructor
 
removeAttribute(String) - Method in class org.jdom.Element
This removes the attribute with the given name and within no namespace.
removeAttribute(String, Namespace) - Method in class org.jdom.Element
This removes the attribute with the given name and within the given Namespace.
removeAttribute(Attribute) - Method in class org.jdom.Element
This removes the supplied Attribute should it exist.
removeChild(String) - Method in class org.jdom.Element
This removes the first child element (one level deep) with the given local name and belonging to no namespace.
removeChild(String, Namespace) - Method in class org.jdom.Element
This removes the first child element (one level deep) with the given local name and belonging to the given namespace.
removeChildren(String) - Method in class org.jdom.Element
This removes all child elements (one level deep) with the given local name and belonging to no namespace.
removeChildren(String, Namespace) - Method in class org.jdom.Element
This removes all child elements (one level deep) with the given local name and belonging to the given namespace.
removeContent() - Method in class org.jdom.Document
Removes all child content from this parent.
removeContent() - Method in class org.jdom.Element
Removes all child content from this parent.
removeContent() - Method in interface org.jdom.Parent
Removes all content from this parent and returns the detached children.
removeContent(int) - Method in class org.jdom.Document
 
removeContent(int) - Method in class org.jdom.Element
 
removeContent(int) - Method in interface org.jdom.Parent
Removes and returns the child at the given index, or returns null if there's no such child.
removeContent(Content) - Method in class org.jdom.Document
 
removeContent(Content) - Method in class org.jdom.Element
 
removeContent(Content) - Method in interface org.jdom.Parent
Removes a single child node from the content list.
removeContent(Filter<E>) - Method in interface org.jdom.Parent
Removes from this parent all child content matching the given filter and returns a list of the detached children.
removeContent(Filter<F>) - Method in class org.jdom.Document
Remove all child content from this parent matching the supplied filter.
removeContent(Filter<F>) - Method in class org.jdom.Element
Remove all child content from this parent matching the supplied filter.
removeNamespaceDeclaration(Namespace) - Method in class org.jdom.Element
Removes an additional namespace declarations from this element.
removePseudoAttribute(String) - Method in class org.jdom.ProcessingInstruction
This will remove the pseudo attribute with the specified name.
reset() - Method in class org.jdom.input.sax.SAXHandler
Restore this SAXHandler to a clean state ready for another parse round.
resetSubCLass() - Method in class org.jdom.input.sax.SAXHandler
Override this method if you are a subclasser, and you want to clear the state of your SAXHandler instance in preparation for a new parse.
RIGHT - org.jdom.output.support.AbstractFormattedWalker.Trim
Right Trim

S

SAX_FEATURE_EXTERNAL_ENT - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/features/external-general-entities"
SAX_FEATURE_NAMESPACE_PREFIXES - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/features/namespace-prefixes"
SAX_FEATURE_NAMESPACES - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/features/namespaces"
SAX_FEATURE_VALIDATION - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/features/validation"
SAX_PROPERTY_DECLARATION_HANDLER - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/properties/declaration-handler"
SAX_PROPERTY_DECLARATION_HANDLER_ALT - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/handlers/DeclHandler"
SAX_PROPERTY_LEXICAL_HANDLER - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/properties/lexical-handler"
SAX_PROPERTY_LEXICAL_HANDLER_ALT - Static variable in class org.jdom.JDOMConstants
Defined as "http://xml.org/sax/handlers/LexicalHandler"
SAXBuilder - Class in org.jdom.input
Builds a JDOM Document using a SAX parser.
SAXBuilder() - Constructor for class org.jdom.input.SAXBuilder
Creates a new JAXP-based SAXBuilder.
SAXBuilder(boolean) - Constructor for class org.jdom.input.SAXBuilder
SAXBuilder(String) - Constructor for class org.jdom.input.SAXBuilder
SAXBuilder(String, boolean) - Constructor for class org.jdom.input.SAXBuilder
SAXBuilder(XMLReaderJDOMFactory) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder with the specified XMLReaderJDOMFactory.
SAXBuilder(XMLReaderJDOMFactory, SAXHandlerFactory, JDOMFactory) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder.
SAXBuilderEngine - Class in org.jdom.input.sax
Builds a JDOM document from files, streams, readers, URLs, or a SAX InputSource instance using a SAX parser.
SAXBuilderEngine(XMLReader, SAXHandler, boolean) - Constructor for class org.jdom.input.sax.SAXBuilderEngine
Creates a new SAXBuilderEngine.
SAXEngine - Interface in org.jdom.input.sax
SAXEngine provides an interface to interact with either the SAXBuilder or the SAXBuilderEngine.
SAXHandler - Class in org.jdom.input.sax
A support class for SAXBuilder which listens for SAX events.
SAXHandler() - Constructor for class org.jdom.input.sax.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXHandler(JDOMFactory) - Constructor for class org.jdom.input.sax.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXHandlerFactory - Interface in org.jdom.input.sax
Provides SAXBuilder with SAXHandler instances to support SAX parsing.
SAXLocator(String, String) - Constructor for class org.jdom.output.support.SAXTarget.SAXLocator
Creates a SAXLocator which implements JDOMLocator
SAXOutputProcessor - Interface in org.jdom.output.support
This interface provides a base support for the SAXOutputter.
SAXOutputter - Class in org.jdom.output
Outputs a JDOM document as a stream of SAX2 events.
SAXOutputter() - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter without any registered handler.
SAXOutputter(SAXOutputProcessor, Format, ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
SAXOutputter(ContentHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified ContentHandler.
SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
SAXTarget - Class in org.jdom.output.support
The target for all SAX notifications in this OuputProcessor
SAXTarget(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler, DeclHandler, boolean, boolean, String, String) - Constructor for class org.jdom.output.support.SAXTarget
Create the collection of handlers for a SAXOutputProcessor
SAXTarget.SAXLocator - Class in org.jdom.output.support
A locator specific to the SAXOutputter process.
selectNodes(Object) - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Evaluates the wrapped XPath expression and returns the list of selected items.
selectNodes(Object) - Method in class org.jdom.xpath.XPath
Deprecated.
Evaluates the wrapped XPath expression and returns the list of selected items.
selectNodes(Object, String) - Static method in class org.jdom.xpath.XPath
Deprecated.
Evaluates an XPath expression and returns the list of selected items.
selectSingleNode(Object) - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
selectSingleNode(Object) - Method in class org.jdom.xpath.XPath
Deprecated.
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
selectSingleNode(Object, String) - Static method in class org.jdom.xpath.XPath
Deprecated.
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
setAttribute(String, String) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(String, String, Namespace) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(Attribute) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(Element, Attribute) - Method in class org.jdom.DefaultJDOMFactory
 
setAttribute(Element, Attribute) - Method in interface org.jdom.JDOMFactory
Sets a specific Attribute on an Element
setAttribute(Element, Attribute) - Method in class org.jdom.UncheckedJDOMFactory
 
setAttributes(Collection<? extends Attribute>) - Method in class org.jdom.Element
This sets the attributes of the element.
setAttributes(List<? extends Attribute>) - Method in class org.jdom.Element
The same as Element.setAttributes(Collection), added to keep binary compatibility.
setAttributeType(int) - Method in class org.jdom.Attribute
setAttributeType(AttributeType) - Method in class org.jdom.Attribute
This will set the type of the Attribute.
setBaseURI(String) - Method in class org.jdom.Document
Sets the effective URI from which this document was loaded, and against which relative URLs in this document will be resolved.
setCDATAVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of CDATA objects.
setCDATAVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of CDATA objects.
setColumn(int) - Method in interface org.jdom.located.Located
Set the column (character on the line).
setColumn(int) - Method in class org.jdom.located.LocatedCDATA
 
setColumn(int) - Method in class org.jdom.located.LocatedComment
 
setColumn(int) - Method in class org.jdom.located.LocatedDocType
 
setColumn(int) - Method in class org.jdom.located.LocatedElement
 
setColumn(int) - Method in class org.jdom.located.LocatedEntityRef
 
setColumn(int) - Method in class org.jdom.located.LocatedProcessingInstruction
 
setColumn(int) - Method in class org.jdom.located.LocatedText
 
setCommentVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Comment objects.
setCommentVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of Comment objects.
setContent(int, Collection<? extends Content>) - Method in class org.jdom.Document
Replace the child at the given index whith the supplied collection.
setContent(int, Collection<? extends Content>) - Method in class org.jdom.Element
Replace the child at the given index whith the supplied collection.
setContent(int, Content) - Method in class org.jdom.Document
Replace the current child the given index with the supplied child.
setContent(int, Content) - Method in class org.jdom.Element
Replace the current child the given index with the supplied child.
setContent(Collection<? extends Content>) - Method in class org.jdom.Document
This sets the content of the Document.
setContent(Collection<? extends Content>) - Method in class org.jdom.Element
This sets the content of the element.
setContent(Content) - Method in class org.jdom.Document
Set this document's content to be the supplied child.
setContent(Content) - Method in class org.jdom.Element
Set this element's content to be the supplied child.
setContentHandler(ContentHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ContentHandler.
setData(String) - Method in class org.jdom.ProcessingInstruction
This will set the raw data for the PI.
setData(Map<String, String>) - Method in class org.jdom.ProcessingInstruction
This will set the name/value pairs within the passed Map as the pairs for the data of this PI.
setDeclHandler(DeclHandler) - Method in class org.jdom.output.SAXOutputter
This will set the DeclHandler.
setDefaultMask() - Method in class org.jdom.filter.ContentFilter
Set this filter to allow all legal JDOM objects.
setDefaultMask() - Method in class org.jdom.filter2.ContentFilter
Set this filter to allow all legal JDOM objects.
setDocType(DocType) - Method in class org.jdom.Document
This will set the DocType declaration for this Document.
setDocTypeVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of DocType objects.
setDocTypeVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of DocType objects.
setDocument(Document) - Method in class org.jdom.transform.JDOMResult
Sets the document produced as result of an XSL Transformation.
setDocument(Document) - Method in class org.jdom.transform.JDOMSource
Sets the source document used by this TrAX source.
setDocumentContent() - Method in class org.jdom.filter.ContentFilter
Set filter to match only JDOM objects that are legal document content.
setDocumentContent() - Method in class org.jdom.filter2.ContentFilter
Set filter to match only JDOM objects that are legal document content.
setDocumentLocator(Locator) - Method in class org.jdom.input.sax.SAXHandler
Receives an object for locating the origin of SAX document events.
setDOMAdapter(DOMAdapter) - Method in class org.jdom.output.DOMOutputter
Set the DOMAdapter currently set for this DOMOutputter.
setDOMOutputProcessor(DOMOutputProcessor) - Method in class org.jdom.output.DOMOutputter
Set a new DOMOutputProcessor for this DOMOutputter.
setDTDHandler(DTDHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom DTDHandler for the Builder.
setDTDHandler(DTDHandler) - Method in class org.jdom.output.SAXOutputter
This will set the DTDHandler.
setElementContent() - Method in class org.jdom.filter.ContentFilter
Set filter to match only JDOM objects that are legal element content.
setElementContent() - Method in class org.jdom.filter2.ContentFilter
Set filter to match only JDOM objects that are legal element content.
setElementName(String) - Method in class org.jdom.DocType
This will set the root element name declared by this DOCTYPE declaration.
setElementVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Element objects.
setElementVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of Element objects.
setEncoding(String) - Method in class org.jdom.output.Format
Sets the output encoding.
setEntityRefVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of EntityRef objects.
setEntityRefVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of EntityRef objects.
setEntityResolver(EntityResolver) - Method in class org.jdom.input.SAXBuilder
This sets custom EntityResolver for the Builder.
setEntityResolver(EntityResolver) - Method in class org.jdom.output.SAXOutputter
This will set the EntityResolver.
setErrorHandler(ErrorHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom ErrorHandler for the Builder.
setErrorHandler(ErrorHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ErrorHandler.
setEscapeOutput(boolean) - Method in class org.jdom.output.support.FormatStack
The escapeOutput flag can be set or unset.
setEscapeStrategy(EscapeStrategy) - Method in class org.jdom.output.Format
Sets the EscapeStrategy to use for character escaping.
setEventFactory(XMLEventFactory) - Method in class org.jdom.output.StAXEventOutputter
 
setExpandEmptyElements(boolean) - Method in class org.jdom.output.Format
This will set whether empty elements are expanded from <tagName/> to <tagName></tagName>.
setExpandEntities(boolean) - Method in class org.jdom.input.sax.SAXHandler
This sets whether or not to expand entities during the build.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXBuilder
This sets whether or not to expand entities for the builder.
setFactory(JDOMFactory) - Method in class org.jdom.input.DOMBuilder
This sets a custom JDOMFactory for the builder.
setFactory(JDOMFactory) - Method in class org.jdom.input.SAXBuilder
Deprecated.
setFactory(JDOMFactory) - Method in class org.jdom.input.StAXEventBuilder
This sets a custom JDOMFactory for the builder.
setFactory(JDOMFactory) - Method in class org.jdom.input.StAXStreamBuilder
This sets a custom JDOMFactory for the builder.
setFactory(JDOMFactory) - Method in class org.jdom.transform.JDOMResult
Sets a custom JDOMFactory to use when building the transformation result.
setFactory(JDOMFactory) - Method in class org.jdom.transform.XSLTransformer
Sets a custom JDOMFactory to use when building the transformation result.
setFastReconfigure(boolean) - Method in class org.jdom.input.SAXBuilder
Deprecated.
All reused Parsers are now fast-reconfigured. No need to set it.
setFeature(String, boolean) - Method in class org.jdom.input.SAXBuilder
This sets a feature on the SAX parser.
setFeature(String, boolean) - Method in class org.jdom.output.SAXOutputter
This will set the state of a SAX feature.
setFilterMask(int) - Method in class org.jdom.filter.ContentFilter
Set filtering mask.
setFilterMask(int) - Method in class org.jdom.filter2.ContentFilter
Set filtering mask.
setForceNamespaceAware(boolean) - Method in class org.jdom.output.DOMOutputter
Deprecated.
All DOMOutputters are now always NamespaceAware.
setFormat(Format) - Method in class org.jdom.output.DOMOutputter
Set a new Format instance for this DOMOutputter
setFormat(Format) - Method in class org.jdom.output.SAXOutputter
Set the current Format to be used for output.
setFormat(Format) - Method in class org.jdom.output.StAXEventOutputter
Sets the new format logic for the StAXStreamOutputter.
setFormat(Format) - Method in class org.jdom.output.StAXStreamOutputter
Sets the new format logic for the StAXStreamOutputter.
setFormat(Format) - Method in class org.jdom.output.XMLOutputter
Sets the new format logic for the outputter.
setFormat(Format) - Method in class org.jdom.output.XMLOutputter2
Sets the new format logic for the XMLOutputter.
setHandler(ContentHandler) - Method in class org.jdom.transform.JDOMResult
Sets the target to be a SAX2 ContentHandler.
setIgnoreTrAXEscapingPIs(boolean) - Method in class org.jdom.output.Format
This will set whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
setIgnoreTrAXEscapingPIs(boolean) - Method in class org.jdom.output.support.FormatStack
Set the current depth's Format.getIgnoreTrAXEscapingPIs()
setIgnoringBoundaryWhitespace(boolean) - Method in class org.jdom.input.sax.SAXHandler
Specifies whether or not the parser should eliminate text() nodes containing only whitespace when building the document.
setIgnoringBoundaryWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether or not the parser should elminate boundary whitespace, a term that indicates whitespace-only text between element tags.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.sax.SAXHandler
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether or not the parser should eliminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIndent(String) - Method in class org.jdom.output.Format
This will set the indent String to use; this is usually a String of empty spaces.
setInputSource(InputSource) - Method in class org.jdom.transform.JDOMSource
Sets the SAX InputSource to be used for the Source.
setInternalSubset(String) - Method in class org.jdom.DocType
This sets the data for the internal subset.
setInternalSubset(DocumentType, String) - Method in class org.jdom.adapters.AbstractDOMAdapter
This attempts to change the DocumentType to have the given internal DTD subset value.
setJDOMFactory(JDOMFactory) - Method in class org.jdom.input.SAXBuilder
This sets a custom JDOMFactory for the builder.
setLevelEOL(String) - Method in class org.jdom.output.support.FormatStack
Set the current depth's End-Of-Line sequence
setLevelIndent(String) - Method in class org.jdom.output.support.FormatStack
Override the current depth's accumulated line indent.
setLexicalHandler(LexicalHandler) - Method in class org.jdom.output.SAXOutputter
This will set the LexicalHandler.
setLexicalHandler(LexicalHandler) - Method in class org.jdom.transform.JDOMResult
Sets the SAX2 LexicalHandler for the output.
setLine(int) - Method in interface org.jdom.located.Located
Set the line number
setLine(int) - Method in class org.jdom.located.LocatedCDATA
 
setLine(int) - Method in class org.jdom.located.LocatedComment
 
setLine(int) - Method in class org.jdom.located.LocatedDocType
 
setLine(int) - Method in class org.jdom.located.LocatedElement
 
setLine(int) - Method in class org.jdom.located.LocatedEntityRef
 
setLine(int) - Method in class org.jdom.located.LocatedProcessingInstruction
 
setLine(int) - Method in class org.jdom.located.LocatedText
 
setLineSeparator(String) - Method in class org.jdom.output.Format
This will set the newline separator (LineSeparator).
setLineSeparator(LineSeparator) - Method in class org.jdom.output.Format
This will set the newline separator sequence.
setName(String) - Method in class org.jdom.Attribute
This sets the local name of the Attribute.
setName(String) - Method in class org.jdom.Element
Sets the (local) name of the element.
setName(String) - Method in class org.jdom.EntityRef
This will set the name of this EntityRef.
setNamespace(String, String) - Method in class org.jdom.xpath.XPathBuilder
Define a Namespace to be available for the XPath expression.
setNamespace(Namespace) - Method in class org.jdom.Attribute
This sets this Attribute's Namespace.
setNamespace(Namespace) - Method in class org.jdom.Element
Sets the element's Namespace.
setNamespace(Namespace) - Method in class org.jdom.xpath.XPathBuilder
Define a Namespace to be available for the XPath expression.
setNamespaces(Collection<Namespace>) - Method in class org.jdom.xpath.XPathBuilder
Add a number of namespaces to this XPathBuilder
setNode(Object) - Method in class org.jdom.output.support.SAXTarget.SAXLocator
Set the location on this SAXLocator
setNodes(List<? extends Content>) - Method in class org.jdom.transform.JDOMSource
Sets the source node list used by this TrAX source.
setOmitDeclaration(boolean) - Method in class org.jdom.output.Format
This will set whether the XML declaration (<?xml version="1.0"?>) will be omitted or not.
setOmitEncoding(boolean) - Method in class org.jdom.output.Format
This will set whether the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) includes the encoding of the document.
setParent(Element) - Method in class org.jdom.Attribute
Set this Attribute's parent.
setParent(Parent) - Method in class org.jdom.CDATA
 
setParent(Parent) - Method in class org.jdom.Comment
 
setParent(Parent) - Method in class org.jdom.Content
Sets the parent of this Content.
setParent(Parent) - Method in class org.jdom.DocType
 
setParent(Parent) - Method in class org.jdom.EntityRef
 
setParent(Parent) - Method in class org.jdom.ProcessingInstruction
 
setParent(Parent) - Method in class org.jdom.Text
 
setPIVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of ProcessingInstruction objects.
setPIVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of ProcessingInstruction objects.
setProperty(String, Object) - Method in class org.jdom.Document
Assigns an arbitrary object to be associated with this document under the given "id" string.
setProperty(String, Object) - Method in class org.jdom.input.SAXBuilder
This sets a property on the SAX parser.
setProperty(String, Object) - Method in class org.jdom.output.SAXOutputter
This will set the value of a SAX property.
setPseudoAttribute(String, String) - Method in class org.jdom.ProcessingInstruction
This will set a pseudo attribute with the given name and value.
setPublicID(String) - Method in class org.jdom.DocType
This will set the public ID of an externally referenced DTD.
setPublicID(String) - Method in class org.jdom.EntityRef
This will set the public ID of this EntityRef.
setReportDTDEvents(boolean) - Method in class org.jdom.output.SAXOutputter
This will define whether to report DTD events to SAX DeclHandlers and LexicalHandlers if these handlers are registered and the document to output includes a DocType declaration.
setReportNamespaceDeclarations(boolean) - Method in class org.jdom.output.SAXOutputter
This will define whether attribute namespace declarations shall be reported as "xmlns" attributes.
setResult(List<Content>) - Method in class org.jdom.transform.JDOMResult
Sets the object(s) produced as result of an XSL Transformation.
setReuseParser(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether this builder will reuse the same SAX parser when performing subsequent parses or allocate a new parser for each parse.
setRoot(Document, Element) - Method in class org.jdom.DefaultJDOMFactory
 
setRoot(Document, Element) - Method in interface org.jdom.JDOMFactory
Sets the 'root' Element for a Document.
setRoot(Document, Element) - Method in class org.jdom.UncheckedJDOMFactory
 
setRootElement(Element) - Method in class org.jdom.Document
This sets the root Element for the Document.
setSAXHandlerFactory(SAXHandlerFactory) - Method in class org.jdom.input.SAXBuilder
Set the SAXHandlerFactory to be used by this SAXBuilder.
setSAXOutputProcessor(SAXOutputProcessor) - Method in class org.jdom.output.SAXOutputter
Set the current SAXOutputProcessor to be used for output.
setSpecified(boolean) - Method in class org.jdom.Attribute
Change the specified flag to the given value.
setSpecifiedAttributesOnly(boolean) - Method in class org.jdom.output.Format
Set whether only those Attributes specified in the input XML should be output.
setStAXEventProcessor(StAXEventProcessor) - Method in class org.jdom.output.StAXEventOutputter
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
setStAXStreamProcessor(StAXStreamProcessor) - Method in class org.jdom.output.StAXStreamOutputter
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
setSystemID(String) - Method in class org.jdom.DocType
This will set the system ID of an externally referenced DTD.
setSystemID(String) - Method in class org.jdom.EntityRef
This will set the system ID of this EntityRef.
setTarget(String) - Method in class org.jdom.ProcessingInstruction
This will set the target for the PI.
setText(String) - Method in class org.jdom.CDATA
This will set the value of this CDATA node.
setText(String) - Method in class org.jdom.Comment
This will set the value of the Comment.
setText(String) - Method in class org.jdom.Element
Sets the content of the element to be the text given.
setText(String) - Method in class org.jdom.Text
This will set the value of this Text node.
setTextMode(Format.TextMode) - Method in class org.jdom.output.Format
This sets the text output style.
setTextMode(Format.TextMode) - Method in class org.jdom.output.support.FormatStack
Change the current level's TextMode
setTextVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Text objects.
setTextVisible(boolean) - Method in class org.jdom.filter2.ContentFilter
Set visiblity of Text objects.
setValidation(boolean) - Method in class org.jdom.input.SAXBuilder
setValue(String) - Method in class org.jdom.Attribute
This will set the value of the Attribute.
setVariable(String, Object) - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Defines an XPath variable and sets its value.
setVariable(String, Object) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
setVariable(String, Object) - Method in class org.jdom.xpath.XPath
Deprecated.
Defines an XPath variable and sets its value.
setVariable(String, Object) - Method in class org.jdom.xpath.XPathBuilder
Define or redefine an XPath expression variable value.
setVariable(String, Object) - Method in interface org.jdom.xpath.XPathExpression
Change the defined value for a variable to some new value.
setVariable(String, Namespace, Object) - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
setVariable(String, Namespace, Object) - Method in interface org.jdom.xpath.XPathExpression
Change the defined value for a variable to some new value.
setXMLFilter(XMLFilter) - Method in class org.jdom.input.SAXBuilder
This sets a custom XMLFilter for the builder.
setXMLOutputProcessor(XMLOutputProcessor) - Method in class org.jdom.output.XMLOutputter2
Sets a new XMLOutputProcessor instance for this XMLOutputter.
setXMLReader(XMLReader) - Method in class org.jdom.transform.JDOMSource
Set the XMLReader to be used for the Source.
setXMLReaderFactory(XMLReaderJDOMFactory) - Method in class org.jdom.input.SAXBuilder
Set the current XMLReader factory.
setXPathClass(Class<? extends XPath>) - Static method in class org.jdom.xpath.XPath
Deprecated.
Sets the concrete XPath subclass to use when allocating XPath instances.
shouldEscape(char) - Method in interface org.jdom.output.EscapeStrategy
Test whether the supplied character should be formatted literally or as a character entity.
skippedEntity(String) - Method in class org.jdom.input.sax.SAXHandler
This indicates that an unresolvable entity reference has been encountered, normally because the external DTD subset has not been read.
SlimJDOMFactory - Class in org.jdom
This JDOMFactory instance reduces the amount of memory used by JDOM content.
SlimJDOMFactory() - Constructor for class org.jdom.SlimJDOMFactory
 
SlimJDOMFactory(boolean) - Constructor for class org.jdom.SlimJDOMFactory
Construct a SlimJDOMFactory which will optionally cache Text/CDATA/Comment/Attribute values.
sortAttributes(Comparator<? super Attribute>) - Method in class org.jdom.Element
Sort the Attributes of this Element using a mechanism that is safe for JDOM.
sortChildren(Comparator<? super Element>) - Method in class org.jdom.Element
Sort the child Elements of this Element using a mechanism that is safe for JDOM content.
sortContent(Comparator<? super Content>) - Method in class org.jdom.Element
Sort the contents of this Element using a mechanism that is safe for JDOM content.
sortContent(Filter<E>, Comparator<? super E>) - Method in class org.jdom.Element
Sort the child content of this Element that matches the Filter, using a mechanism that is safe for JDOM content.
specified - Variable in class org.jdom.Attribute
Specified attributes are part of the XML, unspecified attributes are 'defaulted' from a DTD.
startCDATA() - Method in class org.jdom.input.sax.SAXHandler
Report a CDATA section
startDocument() - Method in class org.jdom.input.sax.SAXHandler
 
startDTD(String, String, String) - Method in class org.jdom.input.sax.SAXHandler
This will signify that a DTD is being parsed, and can be used to ensure that comments and other lexical structures in the DTD are not added to the JDOM Document object.
startElement(String, String, String, Attributes) - Method in class org.jdom.input.sax.SAXHandler
This reports the occurrence of an actual element.
startEntity(String) - Method in class org.jdom.input.sax.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.jdom.input.sax.SAXHandler
This will add the prefix mapping to the JDOM Document object.
StAXEventBuilder - Class in org.jdom.input
Builds a JDOM Document from a StAX-based XMLEventReader.
StAXEventBuilder() - Constructor for class org.jdom.input.StAXEventBuilder
 
StAXEventOutputter - Class in org.jdom.output
Outputs a JDOM document as a StAX XMLEventConsumer of bytes.
StAXEventOutputter() - Constructor for class org.jdom.output.StAXEventOutputter
This will create an StAXStreamOutputter with a default Format and XMLOutputProcessor.
StAXEventOutputter(XMLEventFactory) - Constructor for class org.jdom.output.StAXEventOutputter
This will create an StAXStreamOutputter with the specified XMLOutputProcessor.
StAXEventOutputter(Format) - Constructor for class org.jdom.output.StAXEventOutputter
This will create an StAXStreamOutputter with the specified format characteristics.
StAXEventOutputter(Format, StAXEventProcessor, XMLEventFactory) - Constructor for class org.jdom.output.StAXEventOutputter
This will create an StAXStreamOutputter with the specified format characteristics.
StAXEventOutputter(StAXEventProcessor) - Constructor for class org.jdom.output.StAXEventOutputter
This will create an StAXStreamOutputter with the specified XMLOutputProcessor.
StAXEventProcessor - Interface in org.jdom.output.support
This interface provides a base support for the XMLOutputter2.
StAXFilter - Interface in org.jdom.input.stax
In StAX Processing it is possible to read fragments of XML.
StAXStreamBuilder - Class in org.jdom.input
Builds a JDOM Document from a StAX-based XMLStreamReader.
StAXStreamBuilder() - Constructor for class org.jdom.input.StAXStreamBuilder
 
StAXStreamOutputter - Class in org.jdom.output
Outputs a JDOM document as a StAX XMLStreamWriter of bytes.
StAXStreamOutputter() - Constructor for class org.jdom.output.StAXStreamOutputter
This will create an StAXStreamOutputter with a default Format and XMLOutputProcessor.
StAXStreamOutputter(Format) - Constructor for class org.jdom.output.StAXStreamOutputter
This will create an StAXStreamOutputter with the specified format characteristics.
StAXStreamOutputter(Format, StAXStreamProcessor) - Constructor for class org.jdom.output.StAXStreamOutputter
This will create an StAXStreamOutputter with the specified format characteristics.
StAXStreamOutputter(StAXStreamProcessor) - Constructor for class org.jdom.output.StAXStreamOutputter
This will create an StAXStreamOutputter with the specified XMLOutputProcessor.
StAXStreamProcessor - Interface in org.jdom.output.support
This interface provides a base support for the XMLOutputter2.
SYSTEM - org.jdom.output.LineSeparator
The system-dependent Separator sequence NL which is obtained from System.getProperty("line.separator").
systemID - Variable in class org.jdom.DocType
The system ID of the DOCTYPE
systemID - Variable in class org.jdom.EntityRef
The SystemID of the EntityRef
SystemProperty - Class in org.jdom.internal
System.getProperty(...) requires security permissions in Applets, and some other cases and this class contains static methods that allow the security exceptions to fail silently.
SystemProperty() - Constructor for class org.jdom.internal.SystemProperty
 

T

target - Variable in class org.jdom.ProcessingInstruction
The target of the PI
text - Variable in class org.jdom.Comment
Text of the Comment
text() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Text data (which includes CDATA since that is a subclass of Text).
text() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Text data (which includes CDATA since that is a subclass of Text).
text() - Method in class org.jdom.output.support.AbstractFormattedWalker
 
text() - Method in interface org.jdom.output.support.Walker
If the previous call to next() returned null, then this will return the required text to be processed.
text() - Method in class org.jdom.output.support.WalkerPRESERVE
 
text(int, int, String) - Method in class org.jdom.DefaultJDOMFactory
 
text(int, int, String) - Method in interface org.jdom.JDOMFactory
This creates the Text with the supplied text.
text(int, int, String) - Method in class org.jdom.located.LocatedJDOMFactory
 
text(int, int, String) - Method in class org.jdom.SlimJDOMFactory
 
text(int, int, String) - Method in class org.jdom.UncheckedJDOMFactory
 
text(String) - Method in class org.jdom.DefaultJDOMFactory
 
text(String) - Method in interface org.jdom.JDOMFactory
This creates the Text with the supplied text.
Text - Class in org.jdom
An XML character sequence.
Text - org.jdom.Content.CType
Represents Text content
Text() - Constructor for class org.jdom.Text
This is the protected, no-args constructor standard in all JDOM classes.
Text(String) - Constructor for class org.jdom.Text
This constructor creates a new Text node, with the supplied string value as it's character content.
Text(Content.CType) - Constructor for class org.jdom.Text
CData type extends Text, and it needs to be able to change the Content type of this Content.
TEXT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Text objects
TEXT - Static variable in class org.jdom.filter2.ContentFilter
Mask for JDOM Text objects
textCDATA(Writer, String) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
Write a CDATA to the destination
textEntityRef(Writer, String) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
Write an EntityRef to the destination.
textOnly() - Static method in class org.jdom.filter.Filters
Return a Filter that matches any Text data (excludes CDATA instances).
textOnly() - Static method in class org.jdom.filter2.Filters
Return a Filter that matches any Text data (excludes CDATA instances).
textRaw(Writer, char) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
Convenience method that simply passes the input char to AbstractXMLOutputProcessor.write(Writer, char).
textRaw(Writer, String) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
Convenience method that simply passes the input str to AbstractXMLOutputProcessor.write(Writer, String).
toFilter(Filter<E>) - Static method in class org.jdom.filter2.AbstractFilter
 
toFilter2(Filter<T>) - Static method in class org.jdom.filter.AbstractFilter
 
toString() - Method in class org.jdom.Attribute
This returns a String representation of the Attribute, suitable for debugging.
toString() - Method in class org.jdom.CDATA
This returns a String representation of the CDATA node, suitable for debugging.
toString() - Method in class org.jdom.Comment
This returns a String representation of the Comment, suitable for debugging.
toString() - Method in class org.jdom.DocType
This returns a String representation of the DocType, suitable for debugging.
toString() - Method in class org.jdom.Document
This returns a String representation of the Document, suitable for debugging.
toString() - Method in class org.jdom.Element
This returns a String representation of the Element, suitable for debugging.
toString() - Method in class org.jdom.EntityRef
This returns a String representation of the EntityRef, suitable for debugging.
toString() - Method in class org.jdom.filter2.ElementFilter
 
toString() - Method in class org.jdom.Namespace
This returns a String representation of this Namespace, suitable for use in debugging.
toString() - Method in class org.jdom.output.StAXEventOutputter
Return a string listing of the settings for this StAXStreamOutputter instance.
toString() - Method in class org.jdom.output.StAXStreamOutputter
Return a string listing of the settings for this StAXStreamOutputter instance.
toString() - Method in class org.jdom.output.XMLOutputter
Return a string listing of the settings for this XMLOutputter instance.
toString() - Method in class org.jdom.output.XMLOutputter2
Return a string listing of the settings for this XMLOutputter instance.
toString() - Method in class org.jdom.ProcessingInstruction
This returns a String representation of the ProcessingInstruction, suitable for debugging.
toString() - Method in class org.jdom.Text
This returns a String representation of the Text node, suitable for debugging.
toString() - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
 
toString() - Method in class org.jdom.xpath.util.AbstractXPathCompiled
 
toString() - Method in class org.jdom.xpath.util.XPathDiagnosticImpl
 
transform(List<Content>) - Method in class org.jdom.transform.XSLTransformer
Transforms the given input nodes to a list of output nodes.
transform(Document) - Method in class org.jdom.transform.XSLTransformer
Transforms the given document to an output document.
transform(Document, EntityResolver) - Method in class org.jdom.transform.XSLTransformer
Transforms the given document to an output document.
TRIM - org.jdom.output.Format.TextMode
Mode for text trimming (left and right trim).
TRIM_FULL_WHITE - org.jdom.output.Format.TextMode
Mode for text trimming of content consisting of nothing but whitespace but otherwise not changing output.
trimBoth(String) - Static method in class org.jdom.output.Format
Use the XML Specification definition of whitespace to trim the input value.
trimLeft(String) - Static method in class org.jdom.output.Format
Use the XML Specification definition of whitespace to Left-trim the input value.
trimRight(String) - Static method in class org.jdom.output.Format
Use the XML Specification definition of whitespace to Right-trim the input value.
type - Variable in class org.jdom.Attribute
The type of the Attribute

U

UncheckedJDOMFactory - Class in org.jdom
Special factory for building documents without any content or structure checking.
UncheckedJDOMFactory() - Constructor for class org.jdom.UncheckedJDOMFactory
 
UNDECLARED - org.jdom.AttributeType
Attribute type: the attribute has not been declared or type is unknown.
UNDECLARED_TYPE - Static variable in class org.jdom.Attribute
JDOM 1.x compatible reference to AttributeType.UNDECLARED
UNIX - org.jdom.output.LineSeparator
The 'UNIX' Separator sequence NL which is '\n'.
unparsedEntityDecl(String, String, String, String) - Method in class org.jdom.input.sax.SAXHandler
Handler for unparsed entity declarations in the DTD

V

value - Variable in class org.jdom.Attribute
The value of the Attribute
value - Variable in class org.jdom.Text
The actual character content
value() - Method in enum org.jdom.output.LineSeparator
The String sequence used for this Separator
valueOf(Object) - Method in class org.jdom.xpath.jaxen.JDOMXPath
Deprecated.
Returns the string value of the first node selected by applying the wrapped XPath expression to the given context.
valueOf(Object) - Method in class org.jdom.xpath.XPath
Deprecated.
Returns the string value of the first node selected by applying the wrapped XPath expression to the given context.
valueOf(String) - Static method in enum org.jdom.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdom.Content.CType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdom.input.sax.XMLReaders
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdom.output.Format.TextMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdom.output.LineSeparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdom.output.support.AbstractFormattedWalker.Trim
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jdom.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdom.Content.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdom.input.sax.XMLReaders
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdom.output.Format.TextMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdom.output.LineSeparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdom.output.support.AbstractFormattedWalker.Trim
Returns an array containing the constants of this enum type, in the order they are declared.
Verifier - Class in org.jdom
A utility class to handle well-formedness checks on names, data, and other verification tasks for JDOM.

W

Walker - Interface in org.jdom.output.support
A model for walking the (potentially formatted) content of an Element.
WalkerNORMALIZE - Class in org.jdom.output.support
This Walker implementation will produce trimmed text content.
WalkerNORMALIZE(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom.output.support.WalkerNORMALIZE
Create the Trimmed walker instance.
WalkerPRESERVE - Class in org.jdom.output.support
This Walker implementation walks a list of Content in it's original RAW format.
WalkerPRESERVE(List<? extends Content>) - Constructor for class org.jdom.output.support.WalkerPRESERVE
Create a Walker that preserves all content in its raw state.
WalkerTRIM - Class in org.jdom.output.support
This Walker implementation will produce trimmed text content.
WalkerTRIM(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom.output.support.WalkerTRIM
Create the Trimmed walker instance.
WalkerTRIM_FULL_WHITE - Class in org.jdom.output.support
This Walker implementation will produce trimmed text content.
WalkerTRIM_FULL_WHITE(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom.output.support.WalkerTRIM_FULL_WHITE
Create the Trimmed walker instance.
warning(SAXParseException) - Method in class org.jdom.input.sax.BuilderErrorHandler
This method is called when a warning has occurred; this indicates that while no XML rules were broken, something appears to be incorrect or missing.
write(Writer, char) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
Write a single character to the output Writer.
write(Writer, String) - Method in class org.jdom.output.support.AbstractXMLOutputProcessor
Print some string value to the output.
writeReplace() - Method in class org.jdom.xpath.XPath
Deprecated.
[Serialization support] Returns the alternative object to write to the stream when serializing this object.

X

XML_NAMESPACE - Static variable in class org.jdom.Namespace
Define a Namespace for the standard xml prefix.
XML4JDOMAdapter - Class in org.jdom.adapters
An adapter for the IBM XML4J DOM parser.
XML4JDOMAdapter() - Constructor for class org.jdom.adapters.XML4JDOMAdapter
 
XMLOutputProcessor - Interface in org.jdom.output.support
This interface provides a base support for the XMLOutputter2.
XMLOutputter - Class in org.jdom.output
Outputs a JDOM document as a stream of bytes.
XMLOutputter() - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the default Format matching Format.getRawFormat().
XMLOutputter(Format) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the specified format characteristics.
XMLOutputter(XMLOutputter) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with all the options as set in the given XMLOutputter.
XMLOutputter.NamespaceStack - Class in org.jdom.output
Our own null subclass of NamespaceStack.
XMLOutputter2 - Class in org.jdom.output
Outputs a JDOM document as a stream of bytes.
XMLOutputter2() - Constructor for class org.jdom.output.XMLOutputter2
This will create an XMLOutputter with a default Format and XMLOutputProcessor.
XMLOutputter2(Format) - Constructor for class org.jdom.output.XMLOutputter2
This will create an XMLOutputter with the specified format characteristics.
XMLOutputter2(Format, XMLOutputProcessor) - Constructor for class org.jdom.output.XMLOutputter2
This will create an XMLOutputter with the specified format characteristics.
XMLOutputter2(XMLOutputProcessor) - Constructor for class org.jdom.output.XMLOutputter2
This will create an XMLOutputter with the specified XMLOutputProcessor.
XMLOutputter2(XMLOutputter2) - Constructor for class org.jdom.output.XMLOutputter2
This will create an XMLOutputter with the same customisations set in the given XMLOutputter instance.
XMLReaderJAXPFactory - Class in org.jdom.input.sax
Create XMLReaders directly from the javax.xml.parsers.SAXParserFactory API using an explicit implementation of the parser instead of relying on the default JAXP search path.
XMLReaderJAXPFactory(String, ClassLoader, boolean) - Constructor for class org.jdom.input.sax.XMLReaderJAXPFactory
Create an XMLReaderJAXPFactory using the specified factory name, classloader, and dtdvalidating flag.
XMLReaderJDOMFactory - Interface in org.jdom.input.sax
This interface can be used to supply custom XMLReaders to SAXBuilder.
XMLReaders - Enum in org.jdom.input.sax
An enumeration of XMLReaderJDOMFactory that allows for a single central location to create XMLReaders.
XMLReaderSAX2Factory - Class in org.jdom.input.sax
Create XMLReaders directly from the SAX2.0 API using a SAX Driver class name or the default SAX2.0 location process.
XMLReaderSAX2Factory(boolean) - Constructor for class org.jdom.input.sax.XMLReaderSAX2Factory
The required details for SAX2.0-based XMLReader creation.
XMLReaderSAX2Factory(boolean, String) - Constructor for class org.jdom.input.sax.XMLReaderSAX2Factory
The required details for SAX2.0-based XMLReader creation.
XMLReaderSchemaFactory - Class in org.jdom.input.sax
This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied Schema instance.
XMLReaderSchemaFactory(String, ClassLoader, Schema) - Constructor for class org.jdom.input.sax.XMLReaderSchemaFactory
XMLReader instances from this class will be configured to validate using the supplied Schema instance, and use the specified JAXP SAXParserFactory.
XMLReaderSchemaFactory(Schema) - Constructor for class org.jdom.input.sax.XMLReaderSchemaFactory
XMLReader instances from this class will be configured to validate using the supplied Schema instance.
XMLReaderXSDFactory - Class in org.jdom.input.sax
This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.
XMLReaderXSDFactory(File...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.
XMLReaderXSDFactory(String...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.
XMLReaderXSDFactory(String, ClassLoader, File...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from File references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(String, ClassLoader, String...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(String, ClassLoader, URL...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(String, ClassLoader, Source...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(URL...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.
XMLReaderXSDFactory(Source...) - Constructor for class org.jdom.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references.
XPath - Class in org.jdom.xpath
Deprecated.
Use XPathFactory/XPathExpression/XPathBuilder instead.
XPath() - Constructor for class org.jdom.xpath.XPath
Deprecated.
 
XPathBuilder<T> - Class in org.jdom.xpath
A helper class for creating XPathExpression instances without having to manage your own Namespace and Variable contexts.
XPathBuilder(String, Filter<T>) - Constructor for class org.jdom.xpath.XPathBuilder
Create a skeleton XPathBuilder with the given expression and result filter.
XPathDiagnostic<T> - Interface in org.jdom.xpath
Class representing the results of an XPath query allowing JDOM users to trace whether an item returned from an XPath query is subsequently filtered by the coercion filter attached to the XPathExpression;
XPathDiagnosticImpl<T> - Class in org.jdom.xpath.util
A diagnostic implementation useful for diagnosing problems in XPath results.
XPathDiagnosticImpl(Object, XPathExpression<T>, List<?>, boolean) - Constructor for class org.jdom.xpath.util.XPathDiagnosticImpl
Create a useful Diagnostic instance for tracing XPath query results.
XPathExpression<T> - Interface in org.jdom.xpath
XPathExpression is a representation of a compiled XPath query and any Namespace or variable references the query may require.
XPathFactory - Class in org.jdom.xpath
XPathFactory allows JDOM users to configure which XPath implementation to use when evaluating XPath expressions.
XPathFactory() - Constructor for class org.jdom.xpath.XPathFactory
 
XPathHelper - Class in org.jdom.xpath
Provides a set of utility methods to generate XPath expressions to select a given node in a document.
XSDVALIDATING - org.jdom.input.sax.XMLReaders
The XSD-validating Singleton
XSLTransformer - Class in org.jdom.transform
A convenience class to handle simple transformations.
XSLTransformer(File) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified File.
XSLTransformer(InputStream) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified InputStream.
XSLTransformer(Reader) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified Reader.
XSLTransformer(String) - Constructor for class org.jdom.transform.XSLTransformer
Creates a transformer for a given stylesheet system id.
XSLTransformer(Document) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified Document.
XSLTransformException - Exception in org.jdom.transform
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
XSLTransformException() - Constructor for exception org.jdom.transform.XSLTransformException
A new and default XSLTransformException
XSLTransformException(String) - Constructor for exception org.jdom.transform.XSLTransformException
A new XSLTransformException with the specified message
XSLTransformException(String, Exception) - Constructor for exception org.jdom.transform.XSLTransformException
A new XSLTransformException with the specified message and cause
A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages