SAXBuilder
builds a JDOM tree using SAX.
Creates a new SAXBuilder which will attempt to first locate
a parser via JAXP, then will try to use a set of default
SAX Drivers.
Creates a new SAXBuilder which will attempt to first locate
a parser via JAXP, then will try to use a set of default
SAX Drivers.
Creates a new SAXBuilder using the specified SAX parser.
Creates a new SAXBuilder using the specified SAX parser.
SAXHandler
supports SAXBuilder
This will create a new SAXHandler
that listens to SAX
events and creates a JDOM Document.
This will set the Document
to use.
This will create a new SAXHandler
that listens to SAX
events and creates a JDOM Document.
SAXOutputter
takes a JDOM tree and fires SAX2 events.
This will create a SAXOutputter
without any
registered handler.
This will create a SAXOutputter
with the
specified ContentHandler
.
This will create a SAXOutputter
with the
specified SAX2 handlers.
This will create a SAXOutputter
with the
specified SAX2 handlers.
This sets an attribute value for this element.
This sets an attribute value for this element.
This sets an attribute value for this element.
This sets the attributes of the element.
This will set the type of the Attribute
.
Set visiblity of CDATA
objects.
This sets the content of the element the same as
setContent(List)
,
except only
Element
objects are allowed in the supplied
list.
Set visiblity of Comment
objects.
This sets the content of the Document
.
This sets the content of the element.
This will set the ContentHandler
.
This will set the name/value pairs within the passed
Map
as the pairs for the data of
this PI.
This will set the raw data for the PI.
This will set the DeclHandler
.
Set this filter to allow all legal JDOM objects.
This will set the
DocType
declaration for this
Document
.
This sets the
Document
parent of this comment.
This sets the
Document
holding this doctype.
This sets the
Document
parent of this element
and makes it the root element.
Sets the document produced as result of an XSL Transformation.
Sets the source document used by this TRaX source.
This sets the
Document
parent of this PI.
Set filter to match only JDOM objects that are legal
document content.
Receives an object for locating the origin of SAX document
events.
This sets custom DTDHandler for the Builder
.
This will set the DTDHandler
.
Set filter to match only JDOM objects that are legal
element content.
This will set the root element name declared by this
DOCTYPE declaration.
Set visiblity of Element
objects.
Sets the output encoding.
Set visiblity of EntityRef
objects.
This sets custom EntityResolver for the Builder
.
This will set the EntityResolver
.
This sets custom ErrorHandler for the Builder
.
This will set the ErrorHandler
.
This will set whether empty elements are expanded from
<tagName/>
to
<tagName></tagName>
.
This sets whether or not to expand entities for the builder.
This sets whether or not to expand entities during the build.
Sets a custom JDOMFactory to use when building the result
document.
This sets a feature on the SAX parser.
This will set the state of a SAX feature.
Sets the target to be a SAX2 ContentHandler.
Specifies whether or not the parser should elminate whitespace in
element content (sometimes known as "ignorable whitespace") when
building the document.
Specifies whether or not the parser should elminate whitespace in
element content (sometimes known as "ignorable whitespace") when
building the document.
Set the indent on or off, newlines must be set to true
for indentation to actually occur.
This will set the indent String
's size; a size
of 4 would result in the indentation being equivalent to the
String
" " (four spaces).
This will set the indent String
to use; this
is usually a String
of empty spaces.
Set the initial indentation level.
This will set the indent String
's size; an indentSize
of 4 would result in the indentation being equivalent to the
String
" " (four spaces).
Sets the SAX InputSource to be used for the Source.
This attempts to change the DocumentType to have the given internal DTD
subset value.
This sets the data for the internal subset.
Sets the SAX2 LexicalHandler for the output.
This will set the LexicalHandler
.
This will set the newline separator (lineSeparator
).
This sets the local name of the Attribute
.
This sets the (local) name of the Element
.
This will set the name of this EntityRef
.
Sets whether newlines (lineSeparator
) should
be printed.
This will set whether the XML declaration
(<?xml version="1.0"?>
)
will be omitted or not.
This will set whether the XML declaration
(<?xml version="1.0" encoding="UTF-8"?>
)
includes the encoding of the document.
Ensure that text immediately preceded by or followed by an
element will be "padded" with a single space.
This will set the parent of this Attribute
.
This will set the parent of the
CDATA
node to the
supplied
Element
.
This will set the parent of this Comment
.
This will set the parent of this Element
.
This will set the parent of this Entity
.
This will set the parent of this ProcessingInstruction
.
This will set the parent of the
Text
node to the supplied
Element
.
Set visiblity of ProcessingInstruction
objects.
This sets a property on the SAX parser.
This will set the value of a SAX property.
This will set the public ID of an externally
referenced DTD.
This will set the public ID of this EntityRef
.
This will define whether attribute namespace declarations shall be
reported as "xmlns" attributes.
This sets the root
Element
for the
Document
.
This will set whether the XML declaration
(<?xml version="1.0"?>
)
will be suppressed or not.
This will set the system ID of an externally
referenced DTD.
This will set the system ID of this EntityRef
.
This will set the value of this CDATA
node.
This will set the value of the Comment
.
This sets the content of the element to be the text given.
This will set the value of this Text
node.
This will set whether the text has leading/trailing whitespace
trimmed.
Set visiblity of Text
objects.
This will set whether content between tags consisting of all
whitespace is printed or trimmed.
This sets validation for the builder.
This sets validation for the builder.
This will set the value of the Attribute
.
This will set the value for the specified name/value
pair.
This sets custom XMLFilter for the Builder
.
Set the XMLReader to be used for the Source.
This indicates that an unresolvable entity reference has been
encountered, normally because the external DTD subset has not been
read.
Report a CDATA section - ignored in SAXBuilder.
This will signify that a DTD is being parsed, and can be
used to ensure that comments and other lexical structures
in the DTD are not added to the JDOM Document
object.
This reports the occurrence of an actual element.
This will add the prefix mapping to the JDOM
Document
object.
Indicator of whether we are actively suppressing (non-expanding) a
current entity
The system ID of the DOCTYPE
The SystemID of the EntityRef