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

OracleV1DOMAdapter - class org.jdom.adapters.OracleV1DOMAdapter
OracleV1DOMAdapter

This class defines wrapper behavior for obtaining a DOM Document object from the Oracle Version 1 DOM parser.

OracleV2DOMAdapter - class org.jdom.adapters.OracleV2DOMAdapter
OracleV2DOMAdapter

This class defines wrapper behavior for obtaining a DOM Document object from the Oracle Version 2 DOM parser.

org.jdom - package
org.jdom.filter - package
org.jdom.input - package
org.jdom.output - package
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.Attribute) - method in class org.jdom.output.DOMOutputter
This converts the JDOM Attribute parameter to a DOM Attr, returning the DOM version.
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.DOMOutputter
This converts the JDOM Element parameter to a DOM Element, returning the DOM version.
output(org.jdom.Element,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out an Element, including it's Attributes, and all contained (child) elements, etc.
output(org.jdom.Element,Writer) - method in class org.jdom.output.XMLOutputter
Print out an Element, including it's 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.
output(String,OutputStream) - method in class org.jdom.output.XMLOutputter
Print out a java.lang.String.
output(String,Writer) - method in class org.jdom.output.XMLOutputter
Print out a java.lang.String.
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.
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.
outputString(String) - method in class org.jdom.output.XMLOutputter
Return a string representing (with trimming, normalizatio, and escaping possibly applied) a String.

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