A B C D E F G H I J M N O P R S T V X

S

SAXBuilder - class org.jdom.input.SAXBuilder.
SAXBuilder builds a JDOM tree using SAX.
SAXBuilder() - Constructor for class org.jdom.input.SAXBuilder
This creates a SAXBuilder with the default SAX driver and no validation.
SAXBuilder(boolean) - Constructor for class org.jdom.input.SAXBuilder
This sets validation for the Builder.
SAXBuilder(String) - Constructor for class org.jdom.input.SAXBuilder
This sets the SAX Driver class to use, and leaves validation off.
SAXBuilder(String, boolean) - Constructor for class org.jdom.input.SAXBuilder
This allows the validation features to be turned on/off in the builder at creation, as well as set the DOM Adapter class to use.
SAXOutputter - class org.jdom.output.SAXOutputter.
Takes a JDOM tree and fires SAX events.
SAXOutputter() - Constructor for class org.jdom.output.SAXOutputter
 
setAttributes(List) - Method in class org.jdom.Element
This sets all the attributes for this element to be those in the given List; all existing attributes are removed.
setChildren(List) - Method in class org.jdom.Element
This sets the content of the element to be the List of Element objects within the supplied List.
setChildren(List) - Method in class org.jdom.Entity
This will set the children of this Entity to the Elements within the supplied :ost.
setContent(String) - Method in class org.jdom.Element
Deprecated. Use setText(String) instead
setContent(String) - Method in class org.jdom.Entity
This will set the textual content of the Entity.
setData(Map) - Method in class org.jdom.ProcessingInstruction
This will set the name/value pairs within the passed Map as the pairs for the data of this PI.
setData(String) - Method in class org.jdom.ProcessingInstruction
This will set the raw data for the PI.
setDocType(DocType) - Method in class org.jdom.Document
This will set the DocType declaration for this Document.
setDocument(Document) - Method in class org.jdom.Element
This sets the Document parent of this element and makes it the root element.
setDTDHandler(DTDHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom DTDHandler for the Builder.
setEncoding(String) - Method in class org.jdom.output.XMLOutputter
 
setEntityResolver(EntityResolver) - Method in class org.jdom.input.SAXBuilder
This sets custom EntityResolver for the Builder.
setErrorHandler(ErrorHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom ErrorHandler for the Builder.
setExpandEmptyElements(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether empty elements are expanded from <tagName> to <tagName></tagName>.
setIndent(boolean) - Method in class org.jdom.output.XMLOutputter
Set the indent on or off.
setIndent(String) - Method in class org.jdom.output.XMLOutputter
This will set the indent String to use; this is usually a String of empty spaces.
setIndentLevel(int) - Method in class org.jdom.output.XMLOutputter
Set the initial indentation level.
setIndentSize(int) - Method in class org.jdom.output.XMLOutputter
This will set the indent String's size; an indentSize of 4 would result in the indention being equivalent to the String "    " (four space characters).
setLineSeparator(String) - Method in class org.jdom.output.XMLOutputter
This will set the new-line separator.
setMixedContent(List) - Method in class org.jdom.Document
This will set all content for the Document.
setMixedContent(List) - Method in class org.jdom.Element
This sets the content of the element.
setMixedContent(List) - Method in class org.jdom.Entity
This will return the content of the element.
setNewlines(boolean) - Method in class org.jdom.output.XMLOutputter
 
setOmitEncoding(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) includes the encoding of the document.
setParent(Element) - Method in class org.jdom.Element
This will set the parent of this Element.
setProcessingInstructions(List) - Method in class org.jdom.Document
This sets the PIs for this Document to those in the ListsetPublicID(String) - Method in class org.jdom.DocType
This will set the public ID of an externally referenced DTD.
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
This will set whether the XML declaration (<?xml version="1.0"?>) will be suppressed or not.
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.Comment
This will set the value of the Comment.
setText(String) - Method in class org.jdom.Element
This sets the content of the element to be the text given.
setText(String) - Method in class org.jdom.CDATA
This will set the value of the CDATA.
setTrimText(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether the text is output verbatim (false) or with whitespace stripped as per Element.getTextTrim(). Default: false
setValidation(boolean) - Method in class org.jdom.input.SAXBuilder
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.
STANDARD_INDENT - Static variable in class org.jdom.output.XMLOutputter
standard value to indent by, if we are indenting
systemID - Variable in class org.jdom.DocType
The system ID of the DOCTYPE

A B C D E F G H I J M N O P R S T V X
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.