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

S

SAXBuilder - class org.jdom.input.SAXBuilder.
SAXBuilder builds a JDOM tree using SAX.
SAXBuilder() - Constructor for class org.jdom.input.SAXBuilder
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.
SAXBuilder(boolean) - Constructor for class org.jdom.input.SAXBuilder
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.
SAXBuilder(String) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXBuilder(String, boolean) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXHandler - class org.jdom.input.SAXHandler.
SAXHandler supports SAXBuilder
SAXHandler() - Constructor for class org.jdom.input.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXHandler(JDOMFactory) - Constructor for class org.jdom.input.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXOutputter - class org.jdom.output.SAXOutputter.
SAXOutputter takes a JDOM tree and fires SAX2 events.
SAXOutputter() - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter without any registered handler.
SAXOutputter(ContentHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified ContentHandler.
SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
selectNodes(Object) - Method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the list of selected nodes.
selectNodes(Object, String) - Static method in class org.jdom.xpath.XPath
Evaluates an XPath expression and returns the list of selected nodes.
selectSingleNode(Object) - Method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes.
selectSingleNode(Object, String) - Static method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes.
setAttribute(Attribute) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(String, String) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(String, String, Namespace) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttributes(List) - Method in class org.jdom.Element
This sets the attributes of the element.
setAttributeType(int) - Method in class org.jdom.Attribute
This will set the type of the Attribute.
setCDATAVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of CDATA objects.
setChildren(List) - Method in class org.jdom.Element
This sets the content of the element the same as Element.setContent(java.util.List), except only Element objects are allowed in the supplied list.
setCommentVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Comment objects.
setContent(List) - Method in class org.jdom.Document
This sets the content of the Document.
setContent(List) - Method in class org.jdom.Element
This sets the content of the element.
setContentHandler(ContentHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ContentHandler.
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.
setDeclHandler(DeclHandler) - Method in class org.jdom.output.SAXOutputter
This will set the DeclHandler.
setDefaultMask() - Method in class org.jdom.filter.ContentFilter
Set this filter to allow all legal JDOM objects.
setDocType(DocType) - Method in class org.jdom.Document
This will set the DocType declaration for this Document.
setDocument(Document) - Method in class org.jdom.DocType
This sets the Document holding this doctype.
setDocument(Document) - Method in class org.jdom.Comment
This sets the Document parent of this comment.
setDocument(Document) - Method in class org.jdom.Element
This sets the Document parent of this element and makes it the root element.
setDocument(Document) - Method in class org.jdom.ProcessingInstruction
This sets the Document parent of this PI.
setDocument(Document) - Method in class org.jdom.transform.JDOMResult
Sets the document produced as result of an XSL Transformation.
setDocument(Document) - Method in class org.jdom.transform.JDOMSource
Sets the source document used by this TRaX source.
setDocumentContent() - Method in class org.jdom.filter.ContentFilter
Set filter to match only JDOM objects that are legal document content.
setDocumentLocator(Locator) - Method in class org.jdom.input.SAXHandler
Receives an object for locating the origin of SAX document events.
setDTDHandler(DTDHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom DTDHandler for the Builder.
setDTDHandler(DTDHandler) - Method in class org.jdom.output.SAXOutputter
This will set the DTDHandler.
setElementContent() - Method in class org.jdom.filter.ContentFilter
Set filter to match only JDOM objects that are legal element content.
setElementName(String) - Method in class org.jdom.DocType
This will set the root element name declared by this DOCTYPE declaration.
setElementVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Element objects.
setEncoding(String) - Method in class org.jdom.output.XMLOutputter
Sets the output encoding.
setEntityRefVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of EntityRef objects.
setEntityResolver(EntityResolver) - Method in class org.jdom.input.SAXBuilder
This sets custom EntityResolver for the Builder.
setEntityResolver(EntityResolver) - Method in class org.jdom.output.SAXOutputter
This will set the EntityResolver.
setErrorHandler(ErrorHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom ErrorHandler for the Builder.
setErrorHandler(ErrorHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ErrorHandler.
setExpandEmptyElements(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether empty elements are expanded from <tagName/> to <tagName></tagName>.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXHandler
This sets whether or not to expand entities during the build.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXBuilder
This sets whether or not to expand entities for the builder.
setFactory(JDOMFactory) - Method in class org.jdom.input.DOMBuilder
 
setFactory(JDOMFactory) - Method in class org.jdom.input.SAXBuilder
 
setFactory(JDOMFactory) - Method in class org.jdom.transform.JDOMResult
Sets a custom JDOMFactory to use when building the result document.
setFeature(String, boolean) - Method in class org.jdom.input.SAXBuilder
This sets a feature on the SAX parser.
setFeature(String, boolean) - Method in class org.jdom.output.SAXOutputter
This will set the state of a SAX feature.
setFilterMask(int) - Method in class org.jdom.filter.ContentFilter
Set filtering mask.
setHandler(ContentHandler) - Method in class org.jdom.transform.JDOMResult
Sets the target to be a SAX2 ContentHandler.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXHandler
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIndent(boolean) - Method in class org.jdom.output.XMLOutputter
Deprecated. Deprecated in beta9, use setIndent(String) instead
setIndent(int) - Method in class org.jdom.output.XMLOutputter
Deprecated. Deprecated in beta9, use setIndent(String) instead
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.
setIndentSize(int) - Method in class org.jdom.output.XMLOutputter
Deprecated. Deprecated in beta9, use setIndent(String) instead
setInputSource(InputSource) - Method in class org.jdom.transform.JDOMSource
Sets the SAX InputSource to be used for the Source.
setInternalSubset(DocumentType, String) - Method in class org.jdom.adapters.AbstractDOMAdapter
This attempts to change the DocumentType to have the given internal DTD subset value.
setInternalSubset(String) - Method in class org.jdom.DocType
This sets the data for the internal subset.
setLexicalHandler(LexicalHandler) - Method in class org.jdom.output.SAXOutputter
This will set the LexicalHandler.
setLexicalHandler(LexicalHandler) - Method in class org.jdom.transform.JDOMResult
Sets the SAX2 LexicalHandler for the output.
setLineSeparator(String) - Method in class org.jdom.output.XMLOutputter
This will set the newline separator (lineSeparator).
setName(String) - Method in class org.jdom.Attribute
This sets the local name of the Attribute.
setName(String) - Method in class org.jdom.Element
This sets the (local) name of the Element.
setName(String) - Method in class org.jdom.EntityRef
This will set the name of this EntityRef.
setNamespace(Namespace) - Method in class org.jdom.Attribute
This sets this Attribute's Namespace.
setNamespace(Namespace) - Method in class org.jdom.Element
This sets this Element's Namespace.
setNewlines(boolean) - Method in class org.jdom.output.XMLOutputter
Sets whether newlines (lineSeparator) should be printed.
setOmitDeclaration(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether the XML declaration (<?xml version="1.0"?>) will be omitted or not.
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.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.EntityRef
This will set the parent of this Entity.
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.DocType
This will set the public ID of an externally referenced DTD.
setPublicID(String) - Method in class org.jdom.EntityRef
This will set the public ID of this EntityRef.
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.
setSystemID(String) - Method in class org.jdom.DocType
This will set the system ID of an externally referenced DTD.
setSystemID(String) - Method in class org.jdom.EntityRef
This will set the system ID of this EntityRef.
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.CDATA
This will set the value of this CDATA 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.DOMBuilder
This sets validation for the builder.
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.
setVariable(String, Object) - Method in class org.jdom.xpath.XPath
Defines an XPath variable and sets its value.
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.DocType
The system ID of the DOCTYPE
systemID - Variable in class org.jdom.EntityRef
The SystemID of the EntityRef

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