A B C D E G H I J L 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 will set all the attributes for this Element.
setChildren(List) - Method in class org.jdom.Entity
This will set the children of this Entity to the Elements within the supplied :ost.
setChildren(List) - Method in class org.jdom.Element
This will set the children of this Element to the Elements within the supplied :ost.
setContent(String) - Method in class org.jdom.Entity
This will set the textual content of the Entity.
setContent(String) - Method in class org.jdom.Element
This will set the textual content of the Element.
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.
setMixedContent(List) - Method in class org.jdom.Entity
This will return the content of the element.
setMixedContent(List) - Method in class org.jdom.Element
This will return the content of the element.
setName(String) - Method in class org.jdom.Element
This will set the name of the element.
setName(String, String) - Method in class org.jdom.Element
This will set the name of the 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.
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.
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.
systemID - Variable in class org.jdom.DocType
The system ID of the DOCTYPE

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