- AbstractDOMAdapter - Class in org.jdom2.adapters
-
A DOMAdapter utility abstract base class.
- AbstractDOMAdapter() - Constructor for class org.jdom2.adapters.AbstractDOMAdapter
-
- AbstractDOMOutputProcessor - Class in org.jdom2.output.support
-
- AbstractDOMOutputProcessor() - Constructor for class org.jdom2.output.support.AbstractDOMOutputProcessor
-
- AbstractFilter<T> - Class in org.jdom2.filter
-
Partial implementation of
Filter
.
- AbstractFilter() - Constructor for class org.jdom2.filter.AbstractFilter
-
- AbstractFormattedWalker - Class in org.jdom2.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.jdom2.output.support.AbstractFormattedWalker
-
Create a Walker that preserves all content in its raw state.
- AbstractFormattedWalker.MultiText - Class in org.jdom2.output.support
-
Collect together the items that constitute formatted Text-like content.
- AbstractFormattedWalker.Trim - Enum in org.jdom2.output.support
-
Indicate how text content should be added
- AbstractOutputProcessor - Class in org.jdom2.output.support
-
Methods common/useful for all Outputter processors.
- AbstractOutputProcessor() - Constructor for class org.jdom2.output.support.AbstractOutputProcessor
-
- AbstractReaderSchemaFactory - Class in org.jdom2.input.sax
-
- AbstractReaderSchemaFactory(SAXParserFactory, Schema) - Constructor for class org.jdom2.input.sax.AbstractReaderSchemaFactory
-
XMLReader instances from this class will be configured to validate using
the supplied Schema instance.
- AbstractReaderXSDFactory - Class in org.jdom2.input.sax
-
This AbstractReaderJDOMFactory class returns XMLReaders configured to validate
against the supplied XML Schema (XSD) instance.
- AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, String...) - Constructor for class org.jdom2.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.jdom2.input.sax.AbstractReaderXSDFactory
-
Create an XML Schema validating XMLReader factory using one or more XSD
sources from URL references.
- AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, File...) - Constructor for class org.jdom2.input.sax.AbstractReaderXSDFactory
-
Create an XML Schema validating XMLReader factory using one or more XSD
sources from File references.
- AbstractReaderXSDFactory(SAXParserFactory, AbstractReaderXSDFactory.SchemaFactoryProvider, Source...) - Constructor for class org.jdom2.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.jdom2.input.sax
-
Simple interface makes it easier to pass logic around in static methods.
- AbstractSAXOutputProcessor - Class in org.jdom2.output.support
-
Outputs a JDOM document as a stream of SAX2 events.
- AbstractSAXOutputProcessor() - Constructor for class org.jdom2.output.support.AbstractSAXOutputProcessor
-
- AbstractStAXEventProcessor - Class in org.jdom2.output.support
-
- AbstractStAXEventProcessor() - Constructor for class org.jdom2.output.support.AbstractStAXEventProcessor
-
- AbstractStAXStreamProcessor - Class in org.jdom2.output.support
-
- AbstractStAXStreamProcessor() - Constructor for class org.jdom2.output.support.AbstractStAXStreamProcessor
-
- AbstractStAXStreamReader - Class in org.jdom2.output.support
-
An
XMLStreamReader
implementation that reads the XML document
out of a JDOM
Document
.
- AbstractStAXStreamReader(Document, Format) - Constructor for class org.jdom2.output.support.AbstractStAXStreamReader
-
Create a new AbstractStAXStreamReader that outputs a JDOM Document as an XMLStream.
- AbstractStAXStreamReader(Document) - Constructor for class org.jdom2.output.support.AbstractStAXStreamReader
-
Create a new AbstractStAXStreamReader that outputs a JDOM Document as an XMLStream using
the Format.getRawFormat() format.
- AbstractStAXStreamReaderProcessor - Class in org.jdom2.output.support
-
A complete (but still abstract) implementation of a class that produces
XMLStreamReaders based on the class AbstractXMLStreamReader.
- AbstractStAXStreamReaderProcessor() - Constructor for class org.jdom2.output.support.AbstractStAXStreamReaderProcessor
-
- AbstractXMLOutputProcessor - Class in org.jdom2.output.support
-
- AbstractXMLOutputProcessor() - Constructor for class org.jdom2.output.support.AbstractXMLOutputProcessor
-
- AbstractXPathCompiled<T> - Class in org.jdom2.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.jdom2.xpath.util.AbstractXPathCompiled
-
Construct an XPathExpression.
- addContent(Parent, Content) - Method in class org.jdom2.DefaultJDOMFactory
-
- addContent(Content) - Method in class org.jdom2.Document
-
Appends the child to the end of the content list.
- addContent(Collection<? extends Content>) - Method in class org.jdom2.Document
-
Appends all children in the given collection to the end of
the content list.
- addContent(int, Content) - Method in class org.jdom2.Document
-
Inserts the child into the content list at the given index.
- addContent(int, Collection<? extends Content>) - Method in class org.jdom2.Document
-
Inserts the content in a collection into the content list
at the given index.
- addContent(String) - Method in class org.jdom2.Element
-
This adds text content to this element.
- addContent(Content) - Method in class org.jdom2.Element
-
Appends the child to the end of the element's content list.
- addContent(Collection<? extends Content>) - Method in class org.jdom2.Element
-
Appends all children in the given collection to the end of
the content list.
- addContent(int, Content) - Method in class org.jdom2.Element
-
Inserts the child into the content list at the given index.
- addContent(int, Collection<? extends Content>) - Method in class org.jdom2.Element
-
Inserts the content in a collection into the content list
at the given index.
- addContent(Parent, Content) - Method in interface org.jdom2.JDOMFactory
-
This will add the specified content to the specified parent instance
- addContent(Content) - Method in interface org.jdom2.Parent
-
Appends the child to the end of the content list.
- addContent(Collection<? extends Content>) - Method in interface org.jdom2.Parent
-
Appends all children in the given collection to the end of
the content list.
- addContent(int, Content) - Method in interface org.jdom2.Parent
-
Inserts the child into the content list at the given index.
- addContent(int, Collection<? extends Content>) - Method in interface org.jdom2.Parent
-
Inserts the content in a collection into the content list
at the given index.
- addContent(Parent, Content) - Method in class org.jdom2.UncheckedJDOMFactory
-
- addedForward() - Method in class org.jdom2.util.NamespaceStack
-
Return an Iterable containing all the Namespaces introduced to the
current-level's scope.
- addedReverse() - Method in class org.jdom2.util.NamespaceStack
-
- addNamespace(Namespace) - Method in class org.jdom2.xpath.jaxen.JDOMXPath
-
Deprecated.
Adds a namespace definition to the list of namespaces known of this XPath
expression.
- addNamespace(Namespace) - Method in class org.jdom2.xpath.XPath
-
Deprecated.
Adds a namespace definition to the list of namespaces known of
this XPath expression.
- addNamespace(String, String) - Method in class org.jdom2.xpath.XPath
-
Deprecated.
Adds a namespace definition (prefix and URI) to the list of
namespaces known of this XPath expression.
- addNamespaceDeclaration(Element, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
-
- addNamespaceDeclaration(Namespace) - Method in class org.jdom2.Element
-
Adds a namespace declarations to this element.
- addNamespaceDeclaration(Element, Namespace) - Method in interface org.jdom2.JDOMFactory
-
Adds a namespace declaration to an Element
- addNamespaceDeclaration(Element, Namespace) - Method in class org.jdom2.UncheckedJDOMFactory
-
- analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom2.output.support.AbstractFormattedWalker
-
Add the content at the specified indices to the provided MultiText.
- analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom2.output.support.WalkerNORMALIZE
-
- analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom2.output.support.WalkerTRIM
-
- analyzeMultiText(AbstractFormattedWalker.MultiText, int, int) - Method in class org.jdom2.output.support.WalkerTRIM_FULL_WHITE
-
- and(Filter<?>) - Method in class org.jdom2.filter.AbstractFilter
-
- and(Filter<?>) - Method in interface org.jdom2.filter.Filter
-
Creates an ANDing filter.
- append(String) - Method in class org.jdom2.CDATA
-
This will append character content to whatever content already
exists within this CDATA
node.
- append(Text) - Method in class org.jdom2.CDATA
-
This will append the content of another Text
node
to this node.
- append(String) - Method in class org.jdom2.Text
-
This will append character content to whatever content already
exists within this Text
node.
- append(Text) - Method in class org.jdom2.Text
-
This will append the content of another Text
node
to this node.
- appendCDATA(AbstractFormattedWalker.Trim, String) - Method in class org.jdom2.output.support.AbstractFormattedWalker.MultiText
-
Append some text to the text-like sequence that will be treated as
CDATA.
- appendRaw(Content) - Method in class org.jdom2.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.jdom2.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.jdom2.internal
-
The copyOf methods on java.util.Arrays are introduced in Java6.
- Attribute - Class in org.jdom2
-
An XML attribute.
- Attribute() - Constructor for class org.jdom2.Attribute
-
Default, no-args constructor for implementations to use if needed.
- Attribute(String, String, Namespace) - Constructor for class org.jdom2.Attribute
-
This will create a new
Attribute
with the
specified (local) name and value, and in the provided
Namespace
.
- Attribute(String, String, int, Namespace) - Constructor for class org.jdom2.Attribute
-
- Attribute(String, String, AttributeType, Namespace) - Constructor for class org.jdom2.Attribute
-
This will create a new
Attribute
with the
specified (local) name, value, and type, and in the provided
Namespace
.
- Attribute(String, String) - Constructor for class org.jdom2.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, AttributeType) - Constructor for class org.jdom2.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, int) - Constructor for class org.jdom2.Attribute
-
- attribute(String, String, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
-
- attribute(String, String, int, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
-
Deprecated.
- attribute(String, String, AttributeType, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
-
- attribute(String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- attribute(String, String, int) - Method in class org.jdom2.DefaultJDOMFactory
-
Deprecated.
- attribute(String, String, AttributeType) - Method in class org.jdom2.DefaultJDOMFactory
-
- attribute() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Attribute
data.
- attribute(String) - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Attribute
data with the
specified name.
- attribute(String, Namespace) - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Attribute
data with the
specified name and namespace.
- attribute(Namespace) - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Attribute
data with the
specified namespace.
- attribute(String, String, Namespace) - Method in interface org.jdom2.JDOMFactory
-
This will create a new
Attribute
with the
specified (local) name and value, and in the provided
Namespace
.
- attribute(String, String, int, Namespace) - Method in interface org.jdom2.JDOMFactory
-
- attribute(String, String, AttributeType, Namespace) - Method in interface org.jdom2.JDOMFactory
-
This will create a new
Attribute
with the
specified (local) name, value, and type, and in the provided
Namespace
.
- attribute(String, String) - Method in interface org.jdom2.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, int) - Method in interface org.jdom2.JDOMFactory
-
- attribute(String, String, AttributeType) - Method in interface org.jdom2.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, Namespace) - Method in class org.jdom2.SlimJDOMFactory
-
- attribute(String, String, int, Namespace) - Method in class org.jdom2.SlimJDOMFactory
-
Deprecated.
- attribute(String, String, AttributeType, Namespace) - Method in class org.jdom2.SlimJDOMFactory
-
- attribute(String, String) - Method in class org.jdom2.SlimJDOMFactory
-
- attribute(String, String, int) - Method in class org.jdom2.SlimJDOMFactory
-
Deprecated.
- attribute(String, String, AttributeType) - Method in class org.jdom2.SlimJDOMFactory
-
- attribute(String, String, Namespace) - Method in class org.jdom2.UncheckedJDOMFactory
-
- attribute(String, String, int, Namespace) - Method in class org.jdom2.UncheckedJDOMFactory
-
Deprecated.
- attribute(String, String, AttributeType, Namespace) - Method in class org.jdom2.UncheckedJDOMFactory
-
- attribute(String, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- attribute(String, String, int) - Method in class org.jdom2.UncheckedJDOMFactory
-
Deprecated.
- attribute(String, String, AttributeType) - Method in class org.jdom2.UncheckedJDOMFactory
-
- attributeDecl(String, String, String, String, String) - Method in class org.jdom2.input.sax.SAXHandler
-
This handles an attribute declaration in the internal subset.
- attributeEscapedEntitiesFilter(Writer, FormatStack, String) - Method in class org.jdom2.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.jdom2.filter
-
A Filter that only matches
Attribute
objects.
- AttributeFilter() - Constructor for class org.jdom2.filter.AttributeFilter
-
Select only the Elements.
- AttributeFilter(String) - Constructor for class org.jdom2.filter.AttributeFilter
-
Select only the Elements with the supplied name in any Namespace.
- AttributeFilter(Namespace) - Constructor for class org.jdom2.filter.AttributeFilter
-
Select only the Attributes with the supplied Namespace.
- AttributeFilter(String, Namespace) - Constructor for class org.jdom2.filter.AttributeFilter
-
Select only the Attributes with the supplied name and Namespace.
- AttributeType - Enum in org.jdom2
-
Use a simple enumeration for the Attribute Types