OracleV1DOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document
object from the Oracle Version 1 DOM parser.
OracleV2DOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document
object from the Oracle Version 2 DOM parser.
This will handle printing out a list of nodes.
This will handle printing out a list of nodes.
This converts the JDOM Attribute
parameter to a
DOM Attr
, returning the DOM version.
This converts the JDOM Document
parameter to a
DOM Document, returning the DOM version.
This will output the JDOM Document
, firing off the
SAX events that have been registered.
This will print the Document
to the given output stream.
This will print the Document
to the given Writer.
This converts the JDOM Element
parameter to a
DOM Element, returning the DOM version.
Print out an
Element
, including
it's
Attribute
s, and all
contained (child) elements, etc.
Print out an
Element
, including
it's
Attribute
s, and all
contained (child) elements, etc.
Print out a java.lang.String
.
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.
Return a string representing a list of nodes.
Return a string representing a CDATA node.
Return a string representing a comment.
Return a string representing a DocType.
Return a string representing a document.
Return a string representing an element.
Return a string representing an entity.
Return a string representing a PI.
Return a string representing a Text node.
Return a string representing (with trimming, normalizatio, and
escaping possibly applied) a String
.