- or(Filter) - Method in class org.jdom.filter.AbstractFilter
-
- OracleV1DOMAdapter - Class in org.jdom.adapters
-
An adapter for the Oracle Version 1 DOM parser.
- OracleV1DOMAdapter() - Constructor for class org.jdom.adapters.OracleV1DOMAdapter
-
- OracleV2DOMAdapter - Class in org.jdom.adapters
-
An adapter for the Oracle Version 2 DOM parser.
- OracleV2DOMAdapter() - Constructor for class org.jdom.adapters.OracleV2DOMAdapter
-
- org.jdom - package org.jdom
-
Classes to represent the components of an XML document.
- org.jdom.adapters - package org.jdom.adapters
-
Classes to interface with various DOM implementations.
- org.jdom.filter - package org.jdom.filter
-
Classes to programmatically filter nodes of a document based on type, name,
value, or other aspects and to boolean and/or/negate these rules.
- org.jdom.input - package org.jdom.input
-
Classes to build JDOM documents from various sources.
- org.jdom.output - package org.jdom.output
-
Classes to output JDOM documents to various destinations.
- org.jdom.transform - package org.jdom.transform
-
Classes to help with transformations, based on the JAXP TrAX classes.
- org.jdom.xpath - package org.jdom.xpath
-
Support for XPath from within JDOM.
- 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(List) - 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(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(Document, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
This will print the Document
to the given output stream.
- output(DocType, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
- output(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
Print out an
Element
, including
its
Attribute
s, and all
contained (child) elements, etc.
- output(List, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing out a list of nodes.
- output(CDATA, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
- output(Text, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
- output(Comment, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
- output(ProcessingInstruction, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
- output(EntityRef, OutputStream) - Method in class org.jdom.output.XMLOutputter
-
- output(Document, Writer) - Method in class org.jdom.output.XMLOutputter
-
This will print the Document
to the given Writer.
- output(DocType, Writer) - Method in class org.jdom.output.XMLOutputter
-
- output(Element, Writer) - Method in class org.jdom.output.XMLOutputter
-
Print out an
Element
, including
its
Attribute
s, and all
contained (child) elements, etc.
- output(List, Writer) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing out a list of nodes.
- output(CDATA, Writer) - Method in class org.jdom.output.XMLOutputter
-
- output(Text, Writer) - Method in class org.jdom.output.XMLOutputter
-
- output(Comment, Writer) - Method in class org.jdom.output.XMLOutputter
-
- output(ProcessingInstruction, Writer) - Method in class org.jdom.output.XMLOutputter
-
- output(EntityRef, Writer) - Method in class org.jdom.output.XMLOutputter
-
- 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, Writer) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing out an
Element
's content only, not including its tag, and
attributes.
- outputFragment(List) - 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(Document) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a document.
- outputString(DocType) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a DocType.
- outputString(Element) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing an element.
- outputString(List) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a list of nodes.
- outputString(CDATA) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a CDATA node.
- outputString(Text) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a Text node.
- outputString(Comment) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a comment.
- outputString(ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing a PI.
- outputString(EntityRef) - Method in class org.jdom.output.XMLOutputter
-
Return a string representing an entity.