Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SAX_FEATURE_EXTERNAL_ENT - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/features/external-general-entities"
- SAX_FEATURE_NAMESPACE_PREFIXES - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/features/namespace-prefixes"
- SAX_FEATURE_NAMESPACES - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/features/namespaces"
- SAX_FEATURE_VALIDATION - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/features/validation"
- SAX_PROPERTY_DECLARATION_HANDLER - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/properties/declaration-handler"
- SAX_PROPERTY_DECLARATION_HANDLER_ALT - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/handlers/DeclHandler"
- SAX_PROPERTY_LEXICAL_HANDLER - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/properties/lexical-handler"
- SAX_PROPERTY_LEXICAL_HANDLER_ALT - Static variable in class org.jdom2.JDOMConstants
-
Defined as "http://xml.org/sax/handlers/LexicalHandler"
- SAX 2.0 Factory - Search tag in package org.jdom2.input.sax
- Section
- SAXBuilder - Class in org.jdom2.input
-
Builds a JDOM Document using a SAX parser.
- SAXBuilder() - Constructor for class org.jdom2.input.SAXBuilder
-
Creates a new JAXP-based SAXBuilder.
- SAXBuilder(boolean) - Constructor for class org.jdom2.input.SAXBuilder
-
Deprecated.
- SAXBuilder(String) - Constructor for class org.jdom2.input.SAXBuilder
-
Deprecated.
- SAXBuilder(String, boolean) - Constructor for class org.jdom2.input.SAXBuilder
-
Deprecated.
- SAXBuilder(XMLReaderJDOMFactory) - Constructor for class org.jdom2.input.SAXBuilder
-
Creates a new SAXBuilder with the specified XMLReaderJDOMFactory.
- SAXBuilder(XMLReaderJDOMFactory, SAXHandlerFactory, JDOMFactory) - Constructor for class org.jdom2.input.SAXBuilder
-
Creates a new SAXBuilder.
- SAXBuilderEngine - Class in org.jdom2.input.sax
-
Builds a JDOM document from files, streams, readers, URLs, or a SAX
InputSource
instance using a SAX parser. - SAXBuilderEngine(XMLReader, SAXHandler, boolean) - Constructor for class org.jdom2.input.sax.SAXBuilderEngine
-
Creates a new SAXBuilderEngine.
- SAXEngine - Interface in org.jdom2.input.sax
-
SAXEngine provides an interface to interact with either the SAXBuilder or the SAXBuilderEngine.
- SAXHandler - Class in org.jdom2.input.sax
-
A support class for
SAXBuilder
which listens for SAX events. - SAXHandler() - Constructor for class org.jdom2.input.sax.SAXHandler
-
This will create a new
SAXHandler
that listens to SAX events and creates a JDOM Document. - SAXHandler(JDOMFactory) - Constructor for class org.jdom2.input.sax.SAXHandler
-
This will create a new
SAXHandler
that listens to SAX events and creates a JDOM Document. - SAXHandlerFactory - Interface in org.jdom2.input.sax
-
Provides SAXBuilder with SAXHandler instances to support SAX parsing.
- SAXLocator(String, String) - Constructor for class org.jdom2.output.support.SAXTarget.SAXLocator
-
Creates a SAXLocator which implements JDOMLocator
- SAXOutputProcessor - Interface in org.jdom2.output.support
-
This interface provides a base support for the
SAXOutputter
. - SAXOutputter - Class in org.jdom2.output
-
Outputs a JDOM document as a stream of SAX2 events.
- SAXOutputter() - Constructor for class org.jdom2.output.SAXOutputter
-
This will create a
SAXOutputter
without any registered handler. - SAXOutputter(SAXOutputProcessor, Format, ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom2.output.SAXOutputter
-
This will create a
SAXOutputter
with the specified SAX2 handlers. - SAXOutputter(ContentHandler) - Constructor for class org.jdom2.output.SAXOutputter
-
This will create a
SAXOutputter
with the specifiedContentHandler
. - SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver) - Constructor for class org.jdom2.output.SAXOutputter
-
This will create a
SAXOutputter
with the specified SAX2 handlers. - SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom2.output.SAXOutputter
-
This will create a
SAXOutputter
with the specified SAX2 handlers. - SAXTarget - Class in org.jdom2.output.support
-
The target for all SAX notifications in this OuputProcessor
- SAXTarget(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler, DeclHandler, boolean, boolean, String, String) - Constructor for class org.jdom2.output.support.SAXTarget
-
Create the collection of handlers for a SAXOutputProcessor
- SAXTarget.SAXLocator - Class in org.jdom2.output.support
-
A locator specific to the SAXOutputter process.
- setAttribute(String, String) - Method in class org.jdom2.Element
-
This sets an attribute value for this element.
- setAttribute(String, String, Namespace) - Method in class org.jdom2.Element
-
This sets an attribute value for this element.
- setAttribute(Attribute) - Method in class org.jdom2.Element
-
This sets an attribute value for this element.
- setAttribute(Element, Attribute) - Method in class org.jdom2.DefaultJDOMFactory
- setAttribute(Element, Attribute) - Method in interface org.jdom2.JDOMFactory
-
Sets a specific Attribute on an Element
- setAttribute(Element, Attribute) - Method in class org.jdom2.UncheckedJDOMFactory
- setAttributes(Collection<? extends Attribute>) - Method in class org.jdom2.Element
-
This sets the attributes of the element.
- setAttributeType(int) - Method in class org.jdom2.Attribute
-
Deprecated.
- setAttributeType(AttributeType) - Method in class org.jdom2.Attribute
-
This will set the type of the
Attribute
. - setBaseURI(String) - Method in class org.jdom2.Document
-
Sets the effective URI from which this document was loaded, and against which relative URLs in this document will be resolved.
- setCDATAVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
CDATA
objects. - setColumn(int) - Method in interface org.jdom2.located.Located
-
Set the column (character on the line).
- setColumn(int) - Method in class org.jdom2.located.LocatedCDATA
- setColumn(int) - Method in class org.jdom2.located.LocatedComment
- setColumn(int) - Method in class org.jdom2.located.LocatedDocType
- setColumn(int) - Method in class org.jdom2.located.LocatedElement
- setColumn(int) - Method in class org.jdom2.located.LocatedEntityRef
- setColumn(int) - Method in class org.jdom2.located.LocatedProcessingInstruction
- setColumn(int) - Method in class org.jdom2.located.LocatedText
- setCommentVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
Comment
objects. - setContent(int, Collection<? extends Content>) - Method in class org.jdom2.Document
-
Replace the child at the given index with the supplied collection.
- setContent(int, Collection<? extends Content>) - Method in class org.jdom2.Element
-
Replace the child at the given index with the supplied collection.
- setContent(int, Content) - Method in class org.jdom2.Document
-
Replace the current child the given index with the supplied child.
- setContent(int, Content) - Method in class org.jdom2.Element
-
Replace the current child the given index with the supplied child.
- setContent(Collection<? extends Content>) - Method in class org.jdom2.Document
-
This sets the content of the
Document
. - setContent(Collection<? extends Content>) - Method in class org.jdom2.Element
-
This sets the content of the element.
- setContent(Content) - Method in class org.jdom2.Document
-
Set this document's content to be the supplied child.
- setContent(Content) - Method in class org.jdom2.Element
-
Set this element's content to be the supplied child.
- setContentHandler(ContentHandler) - Method in class org.jdom2.output.SAXOutputter
-
This will set the
ContentHandler
. - setData(String) - Method in class org.jdom2.ProcessingInstruction
-
This will set the raw data for the PI.
- setData(Map<String, String>) - Method in class org.jdom2.ProcessingInstruction
-
This will set the name/value pairs within the passed
Map
as the pairs for the data of this PI. - setDeclHandler(DeclHandler) - Method in class org.jdom2.output.SAXOutputter
-
This will set the
DeclHandler
. - setDefaultMask() - Method in class org.jdom2.filter.ContentFilter
-
Set this filter to allow all legal JDOM objects.
- setDefaultNamespace(String) - Method in class org.jdom2.input.StAXStreamWriter
- setDocType(DocType) - Method in class org.jdom2.Document
-
This will set the
declaration for thisDocType
Document
. - setDocTypeVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
DocType
objects. - setDocument(Document) - Method in class org.jdom2.transform.JDOMResult
-
Sets the document produced as result of an XSL Transformation.
- setDocument(Document) - Method in class org.jdom2.transform.JDOMSource
-
Sets the source document used by this TrAX source.
- setDocumentContent() - Method in class org.jdom2.filter.ContentFilter
-
Set filter to match only JDOM objects that are legal document content.
- setDocumentLocator(Locator) - Method in class org.jdom2.input.sax.SAXHandler
-
Receives an object for locating the origin of SAX document events.
- setDOMAdapter(DOMAdapter) - Method in class org.jdom2.output.DOMOutputter
-
Set the DOMAdapter currently set for this DOMOutputter.
- setDOMOutputProcessor(DOMOutputProcessor) - Method in class org.jdom2.output.DOMOutputter
-
Set a new DOMOutputProcessor for this DOMOutputter.
- setDTDHandler(DTDHandler) - Method in class org.jdom2.input.SAXBuilder
-
This sets custom DTDHandler for the
Builder
. - setDTDHandler(DTDHandler) - Method in class org.jdom2.output.SAXOutputter
-
This will set the
DTDHandler
. - setElementContent() - Method in class org.jdom2.filter.ContentFilter
-
Set filter to match only JDOM objects that are legal element content.
- setElementName(String) - Method in class org.jdom2.DocType
-
This will set the root element name declared by this DOCTYPE declaration.
- setElementVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
Element
objects. - setEncoding(String) - Method in class org.jdom2.output.Format
-
Sets the output encoding.
- setEntityRefVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
EntityRef
objects. - setEntityResolver(EntityResolver) - Method in class org.jdom2.input.SAXBuilder
-
This sets custom EntityResolver for the
Builder
. - setEntityResolver(EntityResolver) - Method in class org.jdom2.output.SAXOutputter
-
This will set the
EntityResolver
. - setErrorHandler(ErrorHandler) - Method in class org.jdom2.input.SAXBuilder
-
This sets custom ErrorHandler for the Builder.
- setErrorHandler(ErrorHandler) - Method in class org.jdom2.output.SAXOutputter
-
This will set the
ErrorHandler
. - setEscapeOutput(boolean) - Method in class org.jdom2.output.support.FormatStack
-
The escapeOutput flag can be set or unset.
- setEscapeStrategy(EscapeStrategy) - Method in class org.jdom2.output.Format
-
Sets the
EscapeStrategy
to use for character escaping. - setEventFactory(XMLEventFactory) - Method in class org.jdom2.output.StAXEventOutputter
- setExpandEmptyElements(boolean) - Method in class org.jdom2.output.Format
-
This will set whether empty elements are expanded from
<tagName/>
to<tagName></tagName>
. - setExpandEntities(boolean) - Method in class org.jdom2.input.sax.SAXHandler
-
This sets whether or not to expand entities during the build.
- setExpandEntities(boolean) - Method in class org.jdom2.input.SAXBuilder
-
This sets whether or not to expand entities for the builder.
- setFactory(JDOMFactory) - Method in class org.jdom2.input.DOMBuilder
-
This sets a custom JDOMFactory for the builder.
- setFactory(JDOMFactory) - Method in class org.jdom2.input.SAXBuilder
-
Deprecated.as it is replaced by
SAXBuilder.setJDOMFactory(JDOMFactory)
- setFactory(JDOMFactory) - Method in class org.jdom2.input.StAXEventBuilder
-
This sets a custom JDOMFactory for the builder.
- setFactory(JDOMFactory) - Method in class org.jdom2.input.StAXStreamBuilder
-
This sets a custom JDOMFactory for the builder.
- setFactory(JDOMFactory) - Method in class org.jdom2.transform.JDOMResult
-
Sets a custom JDOMFactory to use when building the transformation result.
- setFactory(JDOMFactory) - Method in class org.jdom2.transform.XSLTransformer
-
Sets a custom JDOMFactory to use when building the transformation result.
- setFastReconfigure(boolean) - Method in class org.jdom2.input.SAXBuilder
-
Deprecated.All reused Parsers are now fast-reconfigured. No need to set it.
- setFeature(String, boolean) - Method in class org.jdom2.input.SAXBuilder
-
This sets a feature on the SAX parser.
- setFeature(String, boolean) - Method in class org.jdom2.output.SAXOutputter
-
This will set the state of a SAX feature.
- setFilterMask(int) - Method in class org.jdom2.filter.ContentFilter
-
Set filtering mask.
- setForceNamespaceAware(boolean) - Method in class org.jdom2.output.DOMOutputter
-
Deprecated.All DOMOutputters are now always NamespaceAware.
- setFormat(Format) - Method in class org.jdom2.output.DOMOutputter
-
Set a new Format instance for this DOMOutputter
- setFormat(Format) - Method in class org.jdom2.output.SAXOutputter
-
Set the current
Format
to be used for output. - setFormat(Format) - Method in class org.jdom2.output.StAXEventOutputter
-
Sets the new format logic for the StAXStreamOutputter.
- setFormat(Format) - Method in class org.jdom2.output.StAXStreamOutputter
-
Sets the new format logic for the StAXStreamOutputter.
- setFormat(Format) - Method in class org.jdom2.output.StAXStreamReader
-
Sets the new format logic for the XMLOutputter.
- setFormat(Format) - Method in class org.jdom2.output.XMLOutputter
-
Sets the new format logic for the XMLOutputter.
- setHandler(ContentHandler) - Method in class org.jdom2.transform.JDOMResult
-
Sets the target to be a SAX2 ContentHandler.
- setIgnoreTrAXEscapingPIs(boolean) - Method in class org.jdom2.output.Format
-
This will set whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
- setIgnoreTrAXEscapingPIs(boolean) - Method in class org.jdom2.output.support.FormatStack
-
Set the current depth's
Format.getIgnoreTrAXEscapingPIs()
- setIgnoringBoundaryWhitespace(boolean) - Method in class org.jdom2.input.sax.SAXHandler
-
Specifies whether or not the parser should eliminate text() nodes containing only whitespace when building the document.
- setIgnoringBoundaryWhitespace(boolean) - Method in class org.jdom2.input.SAXBuilder
-
Specifies whether or not the parser should eliminate boundary whitespace, a term that indicates whitespace-only text between element tags.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom2.input.sax.SAXHandler
-
Specifies whether or not the parser should eliminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom2.input.SAXBuilder
-
Specifies whether or not the parser should eliminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
- setIndent(String) - Method in class org.jdom2.output.Format
-
This will set the indent
String
to use; this is usually aString
of empty spaces. - setInputSource(InputSource) - Method in class org.jdom2.transform.JDOMSource
-
Sets the SAX InputSource to be used for the Source.
- setInternalSubset(String) - Method in class org.jdom2.DocType
-
This sets the data for the internal subset.
- setInternalSubset(DocumentType, String) - Method in class org.jdom2.adapters.AbstractDOMAdapter
-
This attempts to change the DocumentType to have the given internal DTD subset value.
- setJDOMFactory(JDOMFactory) - Method in class org.jdom2.input.SAXBuilder
-
This sets a custom JDOMFactory for the builder.
- setLevelEOL(String) - Method in class org.jdom2.output.support.FormatStack
-
Set the current depth's End-Of-Line sequence
- setLevelIndent(String) - Method in class org.jdom2.output.support.FormatStack
-
Override the current depth's accumulated line indent.
- setLexicalHandler(LexicalHandler) - Method in class org.jdom2.output.SAXOutputter
-
This will set the
LexicalHandler
. - setLexicalHandler(LexicalHandler) - Method in class org.jdom2.transform.JDOMResult
-
Sets the SAX2 LexicalHandler for the output.
- setLine(int) - Method in interface org.jdom2.located.Located
-
Set the line number
- setLine(int) - Method in class org.jdom2.located.LocatedCDATA
- setLine(int) - Method in class org.jdom2.located.LocatedComment
- setLine(int) - Method in class org.jdom2.located.LocatedDocType
- setLine(int) - Method in class org.jdom2.located.LocatedElement
- setLine(int) - Method in class org.jdom2.located.LocatedEntityRef
- setLine(int) - Method in class org.jdom2.located.LocatedProcessingInstruction
- setLine(int) - Method in class org.jdom2.located.LocatedText
- setLineSeparator(String) - Method in class org.jdom2.output.Format
-
This will set the newline separator (
LineSeparator
). - setLineSeparator(LineSeparator) - Method in class org.jdom2.output.Format
-
This will set the newline separator sequence.
- setName(String) - Method in class org.jdom2.Attribute
-
This sets the local name of the
Attribute
. - setName(String) - Method in class org.jdom2.Element
-
Sets the (local) name of the element.
- setName(String) - Method in class org.jdom2.EntityRef
-
This will set the name of this
EntityRef
. - setNamespace(Namespace) - Method in class org.jdom2.Attribute
-
This sets this
Attribute
's
.Namespace
- setNamespace(Namespace) - Method in class org.jdom2.Element
-
Sets the element's
Namespace
. - setNamespaceContext(NamespaceContext) - Method in class org.jdom2.input.StAXStreamWriter
- setNode(Object) - Method in class org.jdom2.output.support.SAXTarget.SAXLocator
-
Set the location on this SAXLocator
- setNodes(List<? extends Content>) - Method in class org.jdom2.transform.JDOMSource
-
Sets the source node list used by this TrAX source.
- setOmitDeclaration(boolean) - Method in class org.jdom2.output.Format
-
This will set whether the XML declaration (
<?xml version="1.0"?>
) will be omitted or not. - setOmitEncoding(boolean) - Method in class org.jdom2.output.Format
-
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.jdom2.Attribute
-
Set this Attribute's parent.
- setParent(Parent) - Method in class org.jdom2.CDATA
- setParent(Parent) - Method in class org.jdom2.Comment
- setParent(Parent) - Method in class org.jdom2.Content
-
Sets the parent of this Content.
- setParent(Parent) - Method in class org.jdom2.DocType
- setParent(Parent) - Method in class org.jdom2.EntityRef
- setParent(Parent) - Method in class org.jdom2.ProcessingInstruction
- setParent(Parent) - Method in class org.jdom2.Text
- setPIVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
ProcessingInstruction
objects. - setPrefix(String, String) - Method in class org.jdom2.input.StAXStreamWriter
- setProperty(String, Object) - Method in class org.jdom2.Document
-
Assigns an arbitrary object to be associated with this document under the given "id" string.
- setProperty(String, Object) - Method in class org.jdom2.input.SAXBuilder
-
This sets a property on the SAX parser.
- setProperty(String, Object) - Method in class org.jdom2.output.SAXOutputter
-
This will set the value of a SAX property.
- setPseudoAttribute(String, String) - Method in class org.jdom2.ProcessingInstruction
-
This will set a pseudo attribute with the given name and value.
- setPublicID(String) - Method in class org.jdom2.DocType
-
This will set the public ID of an externally referenced DTD.
- setPublicID(String) - Method in class org.jdom2.EntityRef
-
This will set the public ID of this
EntityRef
. - setReportDTDEvents(boolean) - Method in class org.jdom2.output.SAXOutputter
-
This will define whether to report DTD events to SAX DeclHandlers and LexicalHandlers if these handlers are registered and the document to output includes a DocType declaration.
- setReportNamespaceDeclarations(boolean) - Method in class org.jdom2.output.SAXOutputter
-
This will define whether attribute namespace declarations shall be reported as "xmlns" attributes.
- setResult(List<Content>) - Method in class org.jdom2.transform.JDOMResult
-
Sets the object(s) produced as result of an XSL Transformation.
- setReuseParser(boolean) - Method in class org.jdom2.input.SAXBuilder
-
Specifies whether this builder will reuse the same SAX parser when performing subsequent parses or allocate a new parser for each parse.
- setRoot(Document, Element) - Method in class org.jdom2.DefaultJDOMFactory
- setRoot(Document, Element) - Method in interface org.jdom2.JDOMFactory
-
Sets the 'root' Element for a Document.
- setRoot(Document, Element) - Method in class org.jdom2.UncheckedJDOMFactory
- setRootElement(Element) - Method in class org.jdom2.Document
-
This sets the root
for theElement
Document
. - setSAXHandlerFactory(SAXHandlerFactory) - Method in class org.jdom2.input.SAXBuilder
-
Set the SAXHandlerFactory to be used by this SAXBuilder.
- setSAXOutputProcessor(SAXOutputProcessor) - Method in class org.jdom2.output.SAXOutputter
-
Set the current
SAXOutputProcessor
to be used for output. - setSpecified(boolean) - Method in class org.jdom2.Attribute
-
Change the specified flag to the given value.
- setSpecifiedAttributesOnly(boolean) - Method in class org.jdom2.output.Format
-
Set whether only those Attributes specified in the input XML should be output.
- setStAXAsStreamProcessor(StAXStreamReaderProcessor) - Method in class org.jdom2.output.StAXStreamReader
-
Sets a new StAXStreamReaderProcessor instance for this StAXStreamReader.
- setStAXEventProcessor(StAXEventProcessor) - Method in class org.jdom2.output.StAXEventOutputter
-
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
- setStAXStreamProcessor(StAXStreamProcessor) - Method in class org.jdom2.output.StAXStreamOutputter
-
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
- setSystemID(String) - Method in class org.jdom2.DocType
-
This will set the system ID of an externally referenced DTD.
- setSystemID(String) - Method in class org.jdom2.EntityRef
-
This will set the system ID of this
EntityRef
. - setTarget(String) - Method in class org.jdom2.ProcessingInstruction
-
This will set the target for the PI.
- setText(String) - Method in class org.jdom2.CDATA
-
This will set the value of this
CDATA
node. - setText(String) - Method in class org.jdom2.Comment
-
This will set the value of the
Comment
. - setText(String) - Method in class org.jdom2.Element
-
Sets the content of the element to be the text given.
- setText(String) - Method in class org.jdom2.Text
-
This will set the value of this
Text
node. - setTextMode(Format.TextMode) - Method in class org.jdom2.output.Format
-
This sets the text output style.
- setTextMode(Format.TextMode) - Method in class org.jdom2.output.support.FormatStack
-
Change the current level's TextMode
- setTextVisible(boolean) - Method in class org.jdom2.filter.ContentFilter
-
Set visibility of
Text
objects. - Setting the Pillars - Search tag in package org.jdom2.input.sax
- Section
- setValidation(boolean) - Method in class org.jdom2.input.SAXBuilder
-
Deprecated.
- setValue(String) - Method in class org.jdom2.Attribute
-
This will set the value of the
Attribute
. - setXMLFilter(XMLFilter) - Method in class org.jdom2.input.SAXBuilder
-
This sets a custom
XMLFilter
for the builder. - setXMLOutputProcessor(XMLOutputProcessor) - Method in class org.jdom2.output.XMLOutputter
-
Sets a new XMLOutputProcessor instance for this XMLOutputter.
- setXMLReader(XMLReader) - Method in class org.jdom2.transform.JDOMSource
-
Set the XMLReader to be used for the Source.
- setXMLReaderFactory(XMLReaderJDOMFactory) - Method in class org.jdom2.input.SAXBuilder
-
Set the current XMLReader factory.
- shouldEscape(char) - Method in interface org.jdom2.output.EscapeStrategy
-
Test whether the supplied character should be formatted literally or as a character entity.
- skippedEntity(String) - Method in class org.jdom2.input.sax.SAXHandler
-
This indicates that an unresolvable entity reference has been encountered, normally because the external DTD subset has not been read.
- SlimJDOMFactory - Class in org.jdom2
-
This JDOMFactory instance reduces the amount of memory used by JDOM content.
- SlimJDOMFactory() - Constructor for class org.jdom2.SlimJDOMFactory
- SlimJDOMFactory(boolean) - Constructor for class org.jdom2.SlimJDOMFactory
-
Construct a SlimJDOMFactory which will optionally cache Text/CDATA/Comment/Attribute values.
- sortAttributes(Comparator<? super Attribute>) - Method in class org.jdom2.Element
-
Sort the Attributes of this Element using a mechanism that is safe for JDOM.
- sortChildren(Comparator<? super Element>) - Method in class org.jdom2.Element
-
Sort the child Elements of this Element using a mechanism that is safe for JDOM content.
- sortContent(Comparator<? super Content>) - Method in class org.jdom2.Element
-
Sort the contents of this Element using a mechanism that is safe for JDOM content.
- sortContent(Filter<E>, Comparator<? super E>) - Method in class org.jdom2.Element
-
Sort the child content of this Element that matches the Filter, using a mechanism that is safe for JDOM content.
- specified - Variable in class org.jdom2.Attribute
-
Specified attributes are part of the XML, unspecified attributes are 'defaulted' from a DTD.
- standaloneSet() - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- startCDATA() - Method in class org.jdom2.input.sax.SAXHandler
-
Report a CDATA section
- startDocument() - Method in class org.jdom2.input.sax.SAXHandler
- startDTD(String, String, String) - Method in class org.jdom2.input.sax.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.jdom2.input.sax.SAXHandler
-
This reports the occurrence of an actual element.
- startEntity(String) - Method in class org.jdom2.input.sax.SAXHandler
- startPrefixMapping(String, String) - Method in class org.jdom2.input.sax.SAXHandler
-
This will add the prefix mapping to the JDOM
Document
object. - StAXEventBuilder - Class in org.jdom2.input
-
Builds a JDOM Document from a StAX-based XMLEventReader.
- StAXEventBuilder() - Constructor for class org.jdom2.input.StAXEventBuilder
- StAXEventOutputter - Class in org.jdom2.output
-
Outputs a JDOM document as a StAX XMLEventConsumer of bytes.
- StAXEventOutputter() - Constructor for class org.jdom2.output.StAXEventOutputter
- StAXEventOutputter(XMLEventFactory) - Constructor for class org.jdom2.output.StAXEventOutputter
-
This will create an
StAXStreamOutputter
with the specified XMLOutputProcessor. - StAXEventOutputter(Format) - Constructor for class org.jdom2.output.StAXEventOutputter
-
This will create an
StAXStreamOutputter
with the specified format characteristics. - StAXEventOutputter(Format, StAXEventProcessor, XMLEventFactory) - Constructor for class org.jdom2.output.StAXEventOutputter
-
This will create an
StAXStreamOutputter
with the specified format characteristics. - StAXEventOutputter(StAXEventProcessor) - Constructor for class org.jdom2.output.StAXEventOutputter
-
This will create an
StAXStreamOutputter
with the specified XMLOutputProcessor. - StAXEventProcessor - Interface in org.jdom2.output.support
-
This interface provides a base support for the
XMLOutputter
. - StAXFilter - Interface in org.jdom2.input.stax
-
In StAX Processing it is possible to read fragments of XML.
- StAXStreamBuilder - Class in org.jdom2.input
-
Builds a JDOM Document from a StAX-based XMLStreamReader.
- StAXStreamBuilder() - Constructor for class org.jdom2.input.StAXStreamBuilder
- StAXStreamOutputter - Class in org.jdom2.output
-
Outputs a JDOM document as a StAX XMLStreamWriter of bytes.
- StAXStreamOutputter() - Constructor for class org.jdom2.output.StAXStreamOutputter
- StAXStreamOutputter(Format) - Constructor for class org.jdom2.output.StAXStreamOutputter
-
This will create an
StAXStreamOutputter
with the specified format characteristics. - StAXStreamOutputter(Format, StAXStreamProcessor) - Constructor for class org.jdom2.output.StAXStreamOutputter
-
This will create an
StAXStreamOutputter
with the specified format characteristics. - StAXStreamOutputter(StAXStreamProcessor) - Constructor for class org.jdom2.output.StAXStreamOutputter
-
This will create an
StAXStreamOutputter
with the specified XMLOutputProcessor. - StAXStreamProcessor - Interface in org.jdom2.output.support
-
This interface provides a base support for the
StAXStreamOutputter
. - StAXStreamReader - Class in org.jdom2.output
-
Represents a JDOM document as a StAX XMLStreamReader that can be read from.
- StAXStreamReader() - Constructor for class org.jdom2.output.StAXStreamReader
- StAXStreamReader(Format) - Constructor for class org.jdom2.output.StAXStreamReader
-
This will create an
XMLOutputter
with the specified format characteristics. - StAXStreamReader(Format, StAXStreamReaderProcessor) - Constructor for class org.jdom2.output.StAXStreamReader
-
This will create an
XMLOutputter
with the specified format characteristics. - StAXStreamReader(StAXStreamReader) - Constructor for class org.jdom2.output.StAXStreamReader
-
This will create an
XMLOutputter
with the same customisations set in the givenXMLOutputter
instance. - StAXStreamReader(StAXStreamReaderProcessor) - Constructor for class org.jdom2.output.StAXStreamReader
-
This will create an
XMLOutputter
with the specified XMLOutputProcessor. - StAXStreamReaderProcessor - Interface in org.jdom2.output.support
-
A simple interface that allows the implementation of a StAX XMLStreamReader instance for representing a JDOM Document.
- StAXStreamWriter - Class in org.jdom2.input
-
An
XMLStreamWriter
implementation that writes XML data to a new JDOMDocument
. - StAXStreamWriter() - Constructor for class org.jdom2.input.StAXStreamWriter
-
Create a StAXStreamWriter with the default JDOMFactory for creating JDOM Content.
- StAXStreamWriter(JDOMFactory, boolean) - Constructor for class org.jdom2.input.StAXStreamWriter
-
Create a StAXStreamWriter with the specified JDOMFactory for creating JDOM Content.
- SYSTEM - Enum constant in enum class org.jdom2.output.LineSeparator
-
The system-dependent Separator sequence NL which is obtained from
System.getProperty("line.separator")
. - systemID - Variable in class org.jdom2.DocType
-
The system ID of the DOCTYPE
- systemID - Variable in class org.jdom2.EntityRef
-
The SystemID of the
EntityRef
- SystemProperty - Class in org.jdom2.internal
-
System.getProperty(...) requires security permissions in Applets, and some other cases and this class contains static methods that allow the security exceptions to fail silently.
- SystemProperty() - Constructor for class org.jdom2.internal.SystemProperty
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
SAXBuilder(XMLReaderJDOMFactory)
with eitherXMLReaders.DTDVALIDATING
orXMLReaders.NONVALIDATING