|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
SAXBuilder
builds a JDOM tree using SAX.SAXHandler
supports SAXBuilderSAXHandler
that listens to SAX
events and creates a JDOM Document.
SAXHandler
that listens to SAX
events and creates a JDOM Document.
SAXOutputter
takes a JDOM tree and fires SAX2 events.SAXOutputter
with the
specified ContentHandler
.
SAXOutputter
with the
specified SAX2 handlers.
List
; all existing attributes are removed.
Element
objects within the supplied List
.
Document
.
ContentHandler
.
Map
as the pairs for the data of
this PI.
DocType
declaration for this Document
.
Document
parent of this PI.
Document
parent of this comment.
Document
holding this doctype.
Document
parent of this element
and makes it the root element.
Builder
.
DTDHandler
.
Builder
.
EntityResolver
.
Builder
.
ErrorHandler
.
<tagName>
to
<tagName></tagName>
.
String
to use; this
is usually a String
of empty spaces.
String
's size; an indentSize
of 4 would result in the indentation being equivalent to the
String
" " (four space chars).
EntityRef
.
Attribute
.
Element
.
Attribute
's Namespace
.
Element
's Namespace
.
<?xml version="1.0"?>
)
will be omitted or not.
<?xml version="1.0" encoding="UTF-8"?>
)
includes the encoding of the document.
ProcessingInstruction
.
Comment
.
Entity
.
Comment
.
Element
.
EntityRef
.
Element
for the
Document
.
EntityRef
.
Comment
.
Element.getTextNormalize()
.
Text
node.
Attribute
.
Builder
.
Document
object.
Document
object.
EntityRef
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |