- CDATA - Class in org.jdom
-
An XML CDATA section.
- CDATA() - Constructor for class org.jdom.CDATA
-
This is the protected, no-args constructor standard in all JDOM
classes.
- CDATA(String) - Constructor for class org.jdom.CDATA
-
This constructor creates a new CDATA
node, with the
supplied string value as it's character content.
- cdata(String) - Method in class org.jdom.DefaultJDOMFactory
-
- CDATA - Static variable in class org.jdom.filter.ContentFilter
-
Mask for JDOM
CDATA
objects
- cdata(String) - Method in interface org.jdom.JDOMFactory
-
This creates the CDATA with the supplied text.
- cdata(String) - Method in class org.jdom.UncheckedJDOMFactory
-
- CDATA_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a string.
- characters(char[], int, int) - Method in class org.jdom.input.SAXHandler
-
This will report character data (within an element).
- checkAttributeName(String) - Static method in class org.jdom.Verifier
-
This will check the supplied name to see if it is legal for use as
a JDOM
Attribute
name.
- checkCDATASection(String) - Static method in class org.jdom.Verifier
-
This will check the supplied data to see if it is legal for use as
JDOM
CDATA
.
- checkCharacterData(String) - Static method in class org.jdom.Verifier
-
This will check the supplied string to see if it only contains
characters allowed by the XML 1.0 specification.
- checkCommentData(String) - Static method in class org.jdom.Verifier
-
This will check the supplied data to see if it is legal for use as
JDOM
Comment
data.
- checkElementName(String) - Static method in class org.jdom.Verifier
-
This will check the supplied name to see if it is legal for use as
a JDOM
Element
name.
- checkNamespaceCollision(Namespace, Namespace) - Static method in class org.jdom.Verifier
-
Check if two namespaces collide.
- checkNamespaceCollision(Attribute, Element) - Static method in class org.jdom.Verifier
-
- checkNamespaceCollision(Namespace, Element) - Static method in class org.jdom.Verifier
-
- checkNamespaceCollision(Namespace, Attribute) - Static method in class org.jdom.Verifier
-
- checkNamespaceCollision(Namespace, List) - Static method in class org.jdom.Verifier
-
Check if a
Namespace
collides with any namespace
from a list of objects.
- checkNamespacePrefix(String) - Static method in class org.jdom.Verifier
-
This will check the supplied name to see if it is legal for use as
a JDOM
Namespace
prefix.
- checkNamespaceURI(String) - Static method in class org.jdom.Verifier
-
This will check the supplied name to see if it is legal for use as
a JDOM
Namespace
URI.
- checkProcessingInstructionData(String) - Static method in class org.jdom.Verifier
-
- checkProcessingInstructionTarget(String) - Static method in class org.jdom.Verifier
-
- checkPublicID(String) - Static method in class org.jdom.Verifier
-
This will ensure that the data for a public identifier
is legal.
- checkSystemLiteral(String) - Static method in class org.jdom.Verifier
-
This will ensure that the data for a system literal
is legal.
- checkURI(String) - Static method in class org.jdom.Verifier
-
Checks a string to see if it is a legal RFC 2396 URI.
- checkXMLName(String) - Static method in class org.jdom.Verifier
-
This is a utility function for sharing the base process of checking
any XML name.
- clone() - Method in class org.jdom.Attribute
-
This will return a clone of this Attribute
.
- clone() - Method in class org.jdom.Content
-
Returns a deep, unattached copy of this child and its descendants
detached from any parent or document.
- clone() - Method in class org.jdom.Document
-
This will return a deep clone of this Document
.
- clone() - Method in class org.jdom.Element
-
This returns a deep clone of this element.
- clone() - Method in class org.jdom.output.Format
-
- clone() - Method in class org.jdom.output.XMLOutputter
-
Returns a copy of this XMLOutputter.
- clone() - Method in interface org.jdom.Parent
-
Obtain a deep, unattached copy of this parent and it's children.
- clone() - Method in class org.jdom.ProcessingInstruction
-
This will return a clone of this ProcessingInstruction
.
- clone() - Method in class org.jdom.Text
-
This will return a clone of this Text
node, with the
same character content, but no parent.
- cloneContent() - Method in class org.jdom.Document
-
- cloneContent() - Method in class org.jdom.Element
-
- cloneContent() - Method in interface org.jdom.Parent
-
Returns a list containing detached clones of this parent's content list.
- Comment - Class in org.jdom
-
An XML comment.
- Comment() - Constructor for class org.jdom.Comment
-
Default, no-args constructor for implementations to use if needed.
- Comment(String) - Constructor for class org.jdom.Comment
-
This creates the comment with the supplied text.
- comment(String) - Method in class org.jdom.DefaultJDOMFactory
-
- COMMENT - Static variable in class org.jdom.filter.ContentFilter
-
- comment(char[], int, int) - Method in class org.jdom.input.SAXHandler
-
This reports that a comments is parsed.
- comment(String) - Method in interface org.jdom.JDOMFactory
-
This creates the comment with the supplied text.
- comment(String) - Method in class org.jdom.UncheckedJDOMFactory
-
- configureContentHandler(SAXHandler) - Method in class org.jdom.input.SAXBuilder
-
This configures the SAXHandler that will be used to build the Document.
- configureParser(XMLReader, SAXHandler) - Method in class org.jdom.input.SAXBuilder
-
This configures the XMLReader to be used for reading the XML document.
- Content - Class in org.jdom
-
Superclass for JDOM objects which can be legal child content
of
Parent
nodes.
- Content() - Constructor for class org.jdom.Content
-
- ContentFilter - Class in org.jdom.filter
-
A general purpose Filter able to represent all legal JDOM objects or a
specific subset.
- ContentFilter() - Constructor for class org.jdom.filter.ContentFilter
-
Default constructor that allows any legal JDOM objects.
- ContentFilter(boolean) - Constructor for class org.jdom.filter.ContentFilter
-
Set whether all JDOM objects are visible or not.
- ContentFilter(int) - Constructor for class org.jdom.filter.ContentFilter
-
Filter out JDOM objects according to a filtering mask.
- createContentHandler() - Method in class org.jdom.input.SAXBuilder
-
This creates the SAXHandler that will be used to build the Document.
- createDocument() - Method in class org.jdom.adapters.AbstractDOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument(DocType) - Method in class org.jdom.adapters.AbstractDOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation with the given DOCTYPE.
- createDocument() - Method in class org.jdom.adapters.CrimsonDOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument() - Method in interface org.jdom.adapters.DOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument(DocType) - Method in interface org.jdom.adapters.DOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation with the given DOCTYPE.
- createDocument() - Method in class org.jdom.adapters.JAXPDOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument() - Method in class org.jdom.adapters.OracleV1DOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument() - Method in class org.jdom.adapters.OracleV2DOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument() - Method in class org.jdom.adapters.XercesDOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createDocument() - Method in class org.jdom.adapters.XML4JDOMAdapter
-
This creates an empty Document
object based
on a specific parser implementation.
- createParser() - Method in class org.jdom.input.SAXBuilder
-
This creates the XMLReader to be used for reading the XML document.
- createParser() - Method in class org.jdom.output.SAXOutputter
-
Creates a SAX XMLReader.
- CrimsonDOMAdapter - Class in org.jdom.adapters
-
An adapter for the Apache Crimson DOM parser.
- CrimsonDOMAdapter() - Constructor for class org.jdom.adapters.CrimsonDOMAdapter
-
- currentFormat - Variable in class org.jdom.output.XMLOutputter
-
- element(String, Namespace) - Method in class org.jdom.DefaultJDOMFactory
-
- element(String) - Method in class org.jdom.DefaultJDOMFactory
-
- element(String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- element(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- Element - Class in org.jdom
-
An XML element.
- 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, Namespace) - Constructor for class org.jdom.Element
-
Creates a new element with the supplied (local) name and namespace.
- 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 - Static variable in class org.jdom.filter.ContentFilter
-
- 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(String) - Method in interface org.jdom.JDOMFactory
-
- 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 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.UncheckedJDOMFactory
-
- element(String) - Method in class org.jdom.UncheckedJDOMFactory
-
- element(String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- element(String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- elementDecl(String, String) - Method in class org.jdom.input.SAXHandler
-
Handle an element declaration in a DTD.
- ElementFilter - Class in org.jdom.filter
-
A Filter that only matches
Element
objects.
- ElementFilter() - Constructor for class org.jdom.filter.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(Namespace) - Constructor for class org.jdom.filter.ElementFilter
-
Select only the Elements with the supplied Namespace.
- ElementFilter(String, Namespace) - Constructor for class org.jdom.filter.ElementFilter
-
Select only the Elements with the supplied name and Namespace.
- elementName - Variable in class org.jdom.DocType
-
The element being constrained
- endCDATA() - Method in class org.jdom.input.SAXHandler
-
Report a CDATA section
- endDTD() - Method in class org.jdom.input.SAXHandler
-
This signifies that the reading of the DTD is complete.
- endElement(String, String, String) - Method in class org.jdom.input.SAXHandler
-
Indicates the end of an element
(</[element name]>
) is reached.
- endEntity(String) - Method in class org.jdom.input.SAXHandler
-
- ENTITIES_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a list of entity names.
- ENTITY_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is the name of an entity.
- entityRef(String) - Method in class org.jdom.DefaultJDOMFactory
-
- entityRef(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- entityRef(String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- EntityRef - Class in org.jdom
-
An XML entity reference.
- 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
-
- entityRef(String) - Method in interface org.jdom.JDOMFactory
-
This will create a new EntityRef
with the supplied name.
- 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(String, String) - Method in interface org.jdom.JDOMFactory
-
This will create a new EntityRef
with the supplied name and system ID.
- entityRef(String) - Method in class org.jdom.UncheckedJDOMFactory
-
- entityRef(String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- entityRef(String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- ENUMERATED_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a name token from an
enumeration.
- equals(Object) - Method in class org.jdom.Attribute
-
This tests for equality of this Attribute
to the supplied
Object
.
- 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.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.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.
- 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.
- 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.
- EscapeStrategy - Interface in org.jdom.output
-
Logic to determine which characters should be formatted as character
entities.
- externalEntityDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
-
This is called when the parser encounters an external entity
declaration.
- 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 actual declared type of this
Attribute
.
- 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.
- getCause() - Method in exception org.jdom.JDOMException
-
This will return the root cause Throwable
, or null
if one does not exist.
- 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.
- 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.
- 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.
- getColumnNumber() - Method in exception org.jdom.input.JDOMParseException
-
Returns the column number of the end of the text where the
parse error occurred.
- 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(int) - Method in class org.jdom.Document
-
- getContent() - Method in class org.jdom.Document
-
This will return all content for the Document
.
- getContent(Filter) - Method in class org.jdom.Document
-
Return a filtered view of this Document
's content.
- 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(Filter) - Method in class org.jdom.Element
-
Return a filter view of this Element
's content.
- getContent(int) - Method in class org.jdom.Element
-
- getContent(int) - Method in interface org.jdom.Parent
-
Returns the child at the given index.
- getContent() - Method in interface org.jdom.Parent
-
Returns the full content of this parent as a
List
which contains objects of type
Content
.
- getContent(Filter) - Method in interface org.jdom.Parent
-
Returns as a
List
the content of
this parent that matches the supplied filter.
- getContentHandler() - Method in class org.jdom.output.SAXOutputter
-
Returns the registered ContentHandler
.
- 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.
- getCurrentElement() - Method in class org.jdom.input.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
.
- getDescendants() - Method in class org.jdom.Document
-
Returns an iterator that walks over all descendants in document order.
- getDescendants(Filter) - 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() - Method in class org.jdom.Element
-
Returns an iterator that walks over all descendants in document order.
- getDescendants(Filter) - Method in class org.jdom.Element
-
Returns an iterator that walks over all descendants in document order
applying the Filter to return only elements that match the filter rule.
- getDescendants() - Method in interface org.jdom.Parent
-
Returns an
Iterator
that walks over all descendants
in document order.
- getDescendants(Filter) - Method in interface org.jdom.Parent
-
Returns an
Iterator
that walks over all descendants
in document order applying the Filter to return only elements 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(File, boolean) - Method in class org.jdom.adapters.AbstractDOMAdapter
-
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.AbstractDOMAdapter
-
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.CrimsonDOMAdapter
-
This creates a new
Document
from an
existing
InputStream
by letting a DOM
parser handle parsing using the supplied stream.
- getDocument(File, boolean) - Method in interface org.jdom.adapters.DOMAdapter
-
This creates a new Document
from a
given filename by letting a DOM parser handle parsing from the file.
- getDocument(InputStream, boolean) - Method in interface org.jdom.adapters.DOMAdapter
-
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.JAXPDOMAdapter
-
This creates a new
Document
from an
existing
InputStream
by letting a JAXP
parser handle parsing using the supplied stream.
- getDocument(InputStream, boolean) - Method in class org.jdom.adapters.OracleV1DOMAdapter
-
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.OracleV2DOMAdapter
-
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.XercesDOMAdapter
-
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.
- getDocument() - Method in class org.jdom.Attribute
-
This retrieves the owning
Document
for
this Attribute, or null if not a currently a member of a
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
-
- getDocument() - Method in class org.jdom.input.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.
- getDocumentLocator() - Method in class org.jdom.input.SAXHandler
-
Provides access to the
Locator
object provided by the
SAX parser.
- 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
-
Returns the driver class assigned in the constructor, or null if none.
- getDTDHandler() - Method in class org.jdom.input.SAXBuilder
-
- getDTDHandler() - Method in class org.jdom.output.SAXOutputter
-
Return the registered DTDHandler
.
- 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.
- getEntityResolver() - Method in class org.jdom.input.SAXBuilder
-
- getEntityResolver() - Method in class org.jdom.output.SAXOutputter
-
Return the registered EntityResolver
.
- getErrorHandler() - Method in class org.jdom.input.SAXBuilder
-
- getErrorHandler() - Method in class org.jdom.output.SAXOutputter
-
Return the registered ErrorHandler
.
- getEscapeStrategy() - Method in class org.jdom.output.Format
-
Returns the current escape strategy
- getExpandEmptyElements() - Method in class org.jdom.output.Format
-
Returns whether empty elements are expanded.
- getExpandEntities() - Method in class org.jdom.input.SAXBuilder
-
Returns whether or not entities are being expanded into normal text
content.
- getExpandEntities() - Method in class org.jdom.input.SAXHandler
-
Returns whether or not entities will be expanded during the
build.
- getFactory() - Method in class org.jdom.input.DOMBuilder
-
- getFactory() - Method in class org.jdom.input.SAXBuilder
-
- getFactory() - Method in class org.jdom.input.SAXHandler
-
Returns the factory used for constructing objects.
- getFactory() - Method in class org.jdom.transform.JDOMResult
-
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.
- getFilterMask() - Method in class org.jdom.filter.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
- getFormat() - Method in class org.jdom.output.XMLOutputter
-
Returns the current format in use by the outputter.
- getIgnoreTrAXEscapingPIs() - Method in class org.jdom.output.Format
-
Returns whether JAXP TrAX processing instructions for
disabling/enabling output escaping are ignored.
- getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXBuilder
-
Returns whether element content whitespace is to be ignored during the
build.
- getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXHandler
-
Returns whether or not the parser will elminate whitespace in
element content (sometimes known as "ignorable whitespace") when
building the document.
- getIndent() - Method in class org.jdom.output.Format
-
Returns the indent string in use.
- 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
- getLexicalHandler() - Method in class org.jdom.output.SAXOutputter
-
Return the registered LexicalHandler
.
- getLineNumber() - Method in exception org.jdom.input.JDOMParseException
-
Returns the line number of the end of the text where the
parse error occurred.
- getLineSeparator() - Method in class org.jdom.output.Format
-
Returns the current line separator.
- getLocator() - Method in class org.jdom.output.SAXOutputter
-
Returns a JDOMLocator object referencing the node currently
being processed by this outputter.
- 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
- getMessage() - Method in exception org.jdom.JDOMException
-
This returns the message for the Exception
.
- 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
-
- getNamespace() - Method in class org.jdom.Element
-
- getNamespace(String) - Method in class org.jdom.Element
-
Returns the
Namespace
corresponding to the given prefix in scope
for this element.
- 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.
- 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.
- 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.
- 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 class org.jdom.output.JDOMLocator
-
Returns the JDOM node being processed by SAXOutputter.
- 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.
- 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.Document
-
- getParent() - Method in interface org.jdom.Parent
-
Return this parent's parent, or null if this parent is currently
not attached to another parent.
- 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 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
.
- getPublicId() - Method in exception org.jdom.input.JDOMParseException
-
Returns the public identifier of the entity where the
parse error occurred.
- 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.
- 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.
- 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
- 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
.
- getSystemId() - Method in exception org.jdom.input.JDOMParseException
-
Returns the system identifier of the entity where the
parse error occurred.
- 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.
- 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
-
Returns whether validation is to be performed during the build.
- 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.
- getXMLFilter() - Method in class org.jdom.input.SAXBuilder
-
Returns the
XMLFilter
used during parsing, or null if none.
- getXMLReader() - Method in class org.jdom.transform.JDOMSource
-
Returns the XMLReader to be used for the Source.
- getXPath() - Method in class org.jdom.xpath.XPath
-
Returns the wrapped XPath expression as a string.
- SAXBuilder - Class in org.jdom.input
-
Builds a JDOM document from files, streams, readers, URLs, or a SAX
InputSource
instance using a SAX parser.
- SAXBuilder() - Constructor for class org.jdom.input.SAXBuilder
-
Creates a new SAXBuilder which will attempt to first locate
a parser via JAXP, then will try to use a set of default
SAX Drivers.
- SAXBuilder(boolean) - Constructor for class org.jdom.input.SAXBuilder
-
Creates a new SAXBuilder which will attempt to first locate
a parser via JAXP, then will try to use a set of default
SAX Drivers.
- SAXBuilder(String) - Constructor for class org.jdom.input.SAXBuilder
-
Creates a new SAXBuilder using the specified SAX parser.
- SAXBuilder(String, boolean) - Constructor for class org.jdom.input.SAXBuilder
-
Creates a new SAXBuilder using the specified SAX parser.
- SAXHandler - Class in org.jdom.input
-
- SAXHandler() - Constructor for class org.jdom.input.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.SAXHandler
-
This will create a new SAXHandler
that listens to SAX
events and creates a JDOM Document.
- 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(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.
- selectNodes(Object) - Method in class org.jdom.xpath.XPath
-
Evaluates the wrapped XPath expression and returns the list
of selected items.
- selectNodes(Object, String) - Static method in class org.jdom.xpath.XPath
-
Evaluates an XPath expression and returns the list of selected
items.
- selectSingleNode(Object) - Method in class org.jdom.xpath.XPath
-
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
-
Evaluates the wrapped XPath expression and returns the first
entry in the list of selected nodes (or atomics).
- setAttribute(Element, Attribute) - Method in class org.jdom.DefaultJDOMFactory
-
- 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 interface org.jdom.JDOMFactory
-
- setAttribute(Element, Attribute) - Method in class org.jdom.UncheckedJDOMFactory
-
- setAttributes(List) - Method in class org.jdom.Element
-
This sets the attributes of the element.
- setAttributeType(int) - 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.
- setCommentVisible(boolean) - Method in class org.jdom.filter.ContentFilter
-
Set visiblity of Comment
objects.
- setContent(Collection) - Method in class org.jdom.Document
-
This sets the content of the Document
.
- setContent(int, Content) - Method in class org.jdom.Document
-
- setContent(int, Collection) - Method in class org.jdom.Document
-
Replace the child at the given index whith the supplied
collection.
- setContent(Content) - Method in class org.jdom.Document
-
Set this document's content to be the supplied child.
- setContent(Collection) - Method in class org.jdom.Element
-
This sets the content of the element.
- setContent(int, Content) - Method in class org.jdom.Element
-
Replace the current child the given index with the supplied child.
- setContent(int, Collection) - Method in class org.jdom.Element
-
Replace the child at the given index whith the supplied
collection.
- 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) - 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.
- 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.
- 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.
- setDocumentLocator(Locator) - Method in class org.jdom.input.SAXHandler
-
Receives an object for locating the origin of SAX document
events.
- 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.
- 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.
- 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.
- 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
.
- setEscapeStrategy(EscapeStrategy) - Method in class org.jdom.output.Format
-
- 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.SAXBuilder
-
This sets whether or not to expand entities for the builder.
- setExpandEntities(boolean) - Method in class org.jdom.input.SAXHandler
-
This sets whether or not to expand entities during the build.
- setFactory(JDOMFactory) - Method in class org.jdom.input.DOMBuilder
-
- setFactory(JDOMFactory) - Method in class org.jdom.input.SAXBuilder
-
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.
- 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.
- setFormat(Format) - Method in class org.jdom.output.XMLOutputter
-
Sets the new format logic for the outputter.
- 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.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
-
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.SAXHandler
-
Specifies whether or not the parser should elminate 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(DocumentType, String) - Method in class org.jdom.adapters.AbstractDOMAdapter
-
This attempts to change the DocumentType to have the given internal DTD
subset value.
- setInternalSubset(String) - Method in class org.jdom.DocType
-
This sets the data for the internal subset.
- 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.
- setLineSeparator(String) - Method in class org.jdom.output.Format
-
This will set the newline separator (lineSeparator
).
- 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(Namespace) - Method in class org.jdom.Attribute
-
- setNamespace(Namespace) - Method in class org.jdom.Element
-
- setNodes(List) - 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"?gt;
)
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
-
This will set the parent of this Attribute
.
- setParent(Parent) - Method in class org.jdom.Content
-
Sets the parent of this Content.
- setPIVisible(boolean) - Method in class org.jdom.filter.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) - 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 shall reuse the same SAX parser
when performing subsequent parses or allocate a new parser for
each parse.
- setRootElement(Element) - Method in class org.jdom.Document
-
This sets the root
Element
for the
Document
.
- 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.
- setTextVisible(boolean) - Method in class org.jdom.filter.ContentFilter
-
Set visiblity of Text
objects.
- setValidation(boolean) - Method in class org.jdom.input.SAXBuilder
-
This sets validation for the builder.
- 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.XPath
-
Defines an XPath variable and sets its value.
- setXMLFilter(XMLFilter) - Method in class org.jdom.input.SAXBuilder
-
This sets a custom
XMLFilter
for the builder.
- setXMLReader(XMLReader) - Method in class org.jdom.transform.JDOMSource
-
Set the XMLReader to be used for the Source.
- setXPathClass(Class) - Static method in class org.jdom.xpath.XPath
-
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.SAXHandler
-
This indicates that an unresolvable entity reference has been
encountered, normally because the external DTD subset has not been
read.
- startCDATA() - Method in class org.jdom.input.SAXHandler
-
Report a CDATA section
- startDocument() - Method in class org.jdom.input.SAXHandler
-
- startDTD(String, String, String) - Method in class org.jdom.input.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.SAXHandler
-
This reports the occurrence of an actual element.
- startEntity(String) - Method in class org.jdom.input.SAXHandler
-
- startPrefixMapping(String, String) - Method in class org.jdom.input.SAXHandler
-
This will add the prefix mapping to the JDOM
Document
object.
- 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