Alphabetical Index: O

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

O

or(org.jdom.filter.Filter) - method in class org.jdom.filter.AbstractFilter
OracleV1DOMAdapter - class org.jdom.adapters.OracleV1DOMAdapter
An adapter for the Oracle Version 1 DOM parser.
OracleV2DOMAdapter - class org.jdom.adapters.OracleV2DOMAdapter
An adapter for the Oracle Version 2 DOM parser.
org.jdom - package
Classes to represent the components of an XML document.
Classes to interface with various DOM implementations.
org.jdom.filter - package
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
Classes to build JDOM documents from various sources.
org.jdom.output - package
Classes to output JDOM documents to various destinations.
Classes to help with transformations, based on the JAXP TrAX classes.
org.jdom.xpath - package
Support for XPath from within JDOM.
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(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(org.jdom.CDATA,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out a CDATA node.
output(org.jdom.CDATA,Writer) - method in class org.jdom.output.XMLOutputter
Print out a CDATA node.
output(org.jdom.Comment,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out a Comment.
output(org.jdom.Comment,Writer) - method in class org.jdom.output.XMLOutputter
Print out a Comment.
output(org.jdom.DocType,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out the DocType.
output(org.jdom.DocType,Writer) - method in class org.jdom.output.XMLOutputter
Print out the DocType.
output(org.jdom.Document) - method in class org.jdom.output.DOMOutputter
This converts the JDOM Document parameter to a DOM Document, returning the DOM version.
output(org.jdom.Document) - method in class org.jdom.output.SAXOutputter
This will output the JDOM Document, firing off the SAX events that have been registered.
output(org.jdom.Document,OutputStream) - method in class org.jdom.output.XMLOutputter
This will print the Document to the given output stream.
output(org.jdom.Document,Writer) - method in class org.jdom.output.XMLOutputter
This will print the Document to the given Writer.
output(org.jdom.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(org.jdom.Element,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(org.jdom.Element,Writer) - method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(org.jdom.EntityRef,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out a EntityRef.
output(org.jdom.EntityRef,Writer) - method in class org.jdom.output.XMLOutputter
Print out a EntityRef.
Print out a ProcessingInstruction.
Print out a ProcessingInstruction.
output(org.jdom.Text,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out a Text node.
output(org.jdom.Text,Writer) - method in class org.jdom.output.XMLOutputter
Print out a Text node.
This will handle printing out an Element's content only, not including its tag, and attributes.
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(org.jdom.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(org.jdom.CDATA) - method in class org.jdom.output.XMLOutputter
Return a string representing a CDATA node.
outputString(org.jdom.Comment) - method in class org.jdom.output.XMLOutputter
Return a string representing a comment.
outputString(org.jdom.DocType) - method in class org.jdom.output.XMLOutputter
Return a string representing a DocType.
outputString(org.jdom.Document) - method in class org.jdom.output.XMLOutputter
Return a string representing a document.
outputString(org.jdom.Element) - method in class org.jdom.output.XMLOutputter
Return a string representing an element.
outputString(org.jdom.EntityRef) - method in class org.jdom.output.XMLOutputter
Return a string representing an entity.
Return a string representing a PI.
outputString(org.jdom.Text) - method in class org.jdom.output.XMLOutputter
Return a string representing a Text node.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.