|
||||||||||
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
without any
registered handler.
SAXOutputter
with the
specified ContentHandler
.
SAXOutputter
with the
specified SAX2 handlers.
SAXOutputter
with the
specified SAX2 handlers.
Attribute
.
CDATA
objects.
Element.setContent(java.util.List)
,
except only Element
objects are allowed in the supplied
list.
Comment
objects.
Document
.
ContentHandler
.
Map
as the pairs for the data of
this PI.
DeclHandler
.
DocType
declaration for this Document
.
Document
parent of this comment.
Document
holding this doctype.
Document
parent of this element
and makes it the root element.
Document
parent of this PI.
Builder
.
DTDHandler
.
Element
objects.
EntityRef
objects.
Builder
.
EntityResolver
.
Builder
.
ErrorHandler
.
<tagName/>
to
<tagName></tagName>
.
true
for indentation to actually occur.
String
's size; a size
of 4 would result in the indentation being equivalent to the
String
" " (four spaces).
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 spaces).
LexicalHandler
.
lineSeparator
).
EntityRef
.
Attribute
.
Element
.
Attribute
's Namespace
.
Element
's Namespace
.
lineSeparator
) should
be printed.
<?
- setOmitEncoding(boolean) -
Method in class org.jdom.output.XMLOutputter
-
This will set whether the XML declaration
(
<?
- setPadText(boolean) -
Method in class org.jdom.output.XMLOutputter
- Deprecated. Deprecated in beta7, because this is no longer necessary
- setParent(Element) -
Method in class org.jdom.CDATA
- This will set the parent of the
CDATA
node to the
supplied Element
.
- setParent(Element) -
Method in class org.jdom.EntityRef
-
This will set the parent of this
Entity
.
- setParent(Element) -
Method in class org.jdom.Comment
-
This will set the parent of this
Comment
.
- setParent(Element) -
Method in class org.jdom.Attribute
-
This will set the parent of this
Attribute
.
- setParent(Element) -
Method in class org.jdom.Text
- This will set the parent of the
Text
node to the supplied
Element
.
- setParent(Element) -
Method in class org.jdom.Element
-
This will set the parent of this
Element
.
- setParent(Element) -
Method in class org.jdom.ProcessingInstruction
-
This will set the parent of this
ProcessingInstruction
.
- setPIVisible(boolean) -
Method in class org.jdom.filter.ContentFilter
-
Set visiblity of
ProcessingInstruction
objects.
- setProperty(String, Object) -
Method in class org.jdom.input.SAXBuilder
-
This sets a property on the SAX parser.
- setProperty(String, Object) -
Method in class org.jdom.output.SAXOutputter
-
This will set the value of a SAX property.
- setPublicID(String) -
Method in class org.jdom.EntityRef
-
This will set the public ID of this
EntityRef
.
- setPublicID(String) -
Method in class org.jdom.DocType
-
This will set the public ID of an externally
referenced DTD.
- setReportNamespaceDeclarations(boolean) -
Method in class org.jdom.output.SAXOutputter
-
This will define whether attribute namespace declarations shall be
reported as "xmlns" attributes.
- setRootElement(Element) -
Method in class org.jdom.Document
-
This sets the root
Element
for the
Document
.
- setSuppressDeclaration(boolean) -
Method in class org.jdom.output.XMLOutputter
- Deprecated. Deprecated in beta7, use setOmitDeclaration() instead
- setSystemID(String) -
Method in class org.jdom.EntityRef
-
This will set the system ID of this
EntityRef
.
- setSystemID(String) -
Method in class org.jdom.DocType
-
This will set the system ID of an externally
referenced DTD.
- setText(String) -
Method in class org.jdom.CDATA
- This will set the value of this
CDATA
node.
- setText(String) -
Method in class org.jdom.Comment
-
This will set the value of the
Comment
.
- setText(String) -
Method in class org.jdom.Text
- This will set the value of this
Text
node.
- setText(String) -
Method in class org.jdom.Element
-
This sets the content of the element to be the text given.
- setTextNormalize(boolean) -
Method in class org.jdom.output.XMLOutputter
-
This will set whether the text is output verbatim (false)
or with whitespace normalized as per
Element.getTextNormalize()
.
- setTextTrim(boolean) -
Method in class org.jdom.output.XMLOutputter
-
This will set whether the text has leading/trailing whitespace
trimmed.
- setTextVisible(boolean) -
Method in class org.jdom.filter.ContentFilter
-
Set visiblity of
Text
objects.
- setTrimAllWhite(boolean) -
Method in class org.jdom.output.XMLOutputter
-
This will set whether content between tags consisting of all
whitespace is printed or trimmed.
- setValidation(boolean) -
Method in class org.jdom.input.SAXBuilder
-
This sets validation for the builder.
- setValidation(boolean) -
Method in class org.jdom.input.DOMBuilder
-
This sets validation for the builder.
- setValue(String) -
Method in class org.jdom.Attribute
-
This will set the value of the
Attribute
.
- setValue(String, String) -
Method in class org.jdom.ProcessingInstruction
-
This will set the value for the specified name/value
pair.
- setXMLFilter(XMLFilter) -
Method in class org.jdom.input.SAXBuilder
-
This sets custom XMLFilter for the
Builder
.
- setXMLReader(XMLReader) -
Method in class org.jdom.transform.JDOMSource
- Set the XMLReader to be used for the Source.
- skippedEntity(String) -
Method in class org.jdom.input.SAXHandler
-
This indicates that an unresolvable entity reference has been
encountered, normally because the external DTD subset has not been
read.
- stack -
Variable in class org.jdom.input.SAXHandler
- Element stack
- startCDATA() -
Method in class org.jdom.input.SAXHandler
-
Report a CDATA section - ignored in SAXBuilder.
- startDTD(String, String, String) -
Method in class org.jdom.input.SAXHandler
-
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.
- startElement(String, String, String, Attributes) -
Method in class org.jdom.input.SAXHandler
-
This reports the occurrence of an actual element.
- startEntity(String) -
Method in class org.jdom.input.SAXHandler
-
- startPrefixMapping(String, String) -
Method in class org.jdom.input.SAXHandler
-
This will add the prefix mapping to the JDOM
Document
object.
- suppress -
Variable in class org.jdom.input.SAXHandler
- Indicator of whether we are actively suppressing (non-expanding) a
current entity
- systemID -
Variable in class org.jdom.EntityRef
- The SystemID of the
EntityRef
- systemID -
Variable in class org.jdom.DocType
- The system ID of the DOCTYPE
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |