A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SAXContentHandler - Class in org.dom4j.io
-
SAXContentHandler
builds a dom4j tree via SAX events. - SAXContentHandler() - Constructor for class org.dom4j.io.SAXContentHandler
- SAXContentHandler(DocumentFactory) - Constructor for class org.dom4j.io.SAXContentHandler
- SAXContentHandler(DocumentFactory, ElementHandler) - Constructor for class org.dom4j.io.SAXContentHandler
- SAXContentHandler(DocumentFactory, ElementHandler, ElementStack) - Constructor for class org.dom4j.io.SAXContentHandler
- SAXEntityResolver(String) - Constructor for class org.dom4j.io.SAXReader.SAXEntityResolver
- SAXEventRecorder - Class in org.dom4j.io
-
Records SAX events such that they may be "replayed" at a later time.
- SAXEventRecorder() - Constructor for class org.dom4j.io.SAXEventRecorder
- SAXModifier - Class in org.dom4j.io
-
The SAXModifier reads, modifies and writes XML documents using SAX.
- SAXModifier() - Constructor for class org.dom4j.io.SAXModifier
-
Creates a new modifier.
- SAXModifier(boolean) - Constructor for class org.dom4j.io.SAXModifier
-
Creates a new modifier.
- SAXModifier(XMLReader) - Constructor for class org.dom4j.io.SAXModifier
-
Creates a new modifier that will the specified
XMLReader
to parse the source. - SAXModifier(XMLReader, boolean) - Constructor for class org.dom4j.io.SAXModifier
-
Creates a new modifier that will the specified
XMLReader
to parse the source. - SAXReader - Class in org.dom4j.io
-
SAXReader
creates a DOM4J tree from SAX parsing events. - SAXReader() - Constructor for class org.dom4j.io.SAXReader
-
This method internally calls
SAXParserFactory
.newInstance().newSAXParser().getXMLReader()
orXMLReaderFactory.createXMLReader()
. - SAXReader(boolean) - Constructor for class org.dom4j.io.SAXReader
-
This method internally calls
SAXParserFactory
.newInstance().newSAXParser().getXMLReader()
orXMLReaderFactory.createXMLReader()
. - SAXReader(String) - Constructor for class org.dom4j.io.SAXReader
- SAXReader(String, boolean) - Constructor for class org.dom4j.io.SAXReader
- SAXReader(DocumentFactory) - Constructor for class org.dom4j.io.SAXReader
-
This method internally calls
SAXParserFactory
.newInstance().newSAXParser().getXMLReader()
orXMLReaderFactory.createXMLReader()
. - SAXReader(DocumentFactory, boolean) - Constructor for class org.dom4j.io.SAXReader
-
This method internally calls
SAXParserFactory
.newInstance().newSAXParser().getXMLReader()
orXMLReaderFactory.createXMLReader()
. - SAXReader(XMLReader) - Constructor for class org.dom4j.io.SAXReader
- SAXReader(XMLReader, boolean) - Constructor for class org.dom4j.io.SAXReader
- SAXReader.SAXEntityResolver - Class in org.dom4j.io
- SAXValidator - Class in org.dom4j.io
-
SAXValidator
validates an XML document by writing the document to a text buffer and parsing it with a validating SAX parser. - SAXValidator() - Constructor for class org.dom4j.io.SAXValidator
- SAXValidator(XMLReader) - Constructor for class org.dom4j.io.SAXValidator
- SAXWriter - Class in org.dom4j.io
-
SAXWriter
writes a DOM4J tree to a SAX ContentHandler. - SAXWriter() - Constructor for class org.dom4j.io.SAXWriter
- SAXWriter(ContentHandler) - Constructor for class org.dom4j.io.SAXWriter
- SAXWriter(ContentHandler, LexicalHandler) - Constructor for class org.dom4j.io.SAXWriter
- SAXWriter(ContentHandler, LexicalHandler, EntityResolver) - Constructor for class org.dom4j.io.SAXWriter
- selectNodes(Object) - Method in class org.dom4j.xpath.DefaultXPath
- selectNodes(Object) - Method in interface org.dom4j.XPath
- selectNodes(Object, XPath) - Method in class org.dom4j.xpath.DefaultXPath
- selectNodes(Object, XPath) - Method in interface org.dom4j.XPath
- selectNodes(Object, XPath, boolean) - Method in class org.dom4j.xpath.DefaultXPath
- selectNodes(Object, XPath, boolean) - Method in interface org.dom4j.XPath
- selectNodes(String) - Method in interface org.dom4j.Node
-
selectNodes
evaluates an XPath expression and returns the result as aList
ofNode
instances orString
instances depending on the XPath expression. - selectNodes(String) - Method in class org.dom4j.tree.AbstractNode
- selectNodes(String, String) - Method in interface org.dom4j.Node
-
selectNodes
evaluates an XPath expression then sorts the results using a secondary XPath expression Returns a sortedList
ofNode
instances. - selectNodes(String, String) - Method in class org.dom4j.tree.AbstractNode
- selectNodes(String, String, boolean) - Method in interface org.dom4j.Node
-
selectNodes
evaluates an XPath expression then sorts the results using a secondary XPath expression Returns a sortedList
ofNode
instances. - selectNodes(String, String, boolean) - Method in class org.dom4j.tree.AbstractNode
- selectNodes(String, List) - Static method in class org.dom4j.DocumentHelper
-
selectNodes
performs the given XPath expression on theList
ofNode
instances appending all the results together into a single list. - selectNodes(String, Node) - Static method in class org.dom4j.DocumentHelper
-
selectNodes
performs the given XPath expression on theList
ofNode
instances appending all the results together into a single list. - selectObject(Object) - Method in class org.dom4j.xpath.DefaultXPath
- selectObject(Object) - Method in interface org.dom4j.XPath
-
Deprecated.please use evaluate(Object) instead. WILL BE REMOVED IN dom4j-1.6 !!
- selectObject(String) - Method in interface org.dom4j.Node
-
selectObject
evaluates an XPath expression and returns the result as anObject
. - selectObject(String) - Method in class org.dom4j.tree.AbstractNode
- selectSingleNode(Object) - Method in class org.dom4j.xpath.DefaultXPath
- selectSingleNode(Object) - Method in interface org.dom4j.XPath
- selectSingleNode(String) - Method in interface org.dom4j.Node
-
selectSingleNode
evaluates an XPath expression and returns the result as a singleNode
instance. - selectSingleNode(String) - Method in class org.dom4j.tree.AbstractNode
- serialVersionUID - Static variable in class org.dom4j.io.SAXEventRecorder
- set(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
- set(int, Object) - Method in class org.dom4j.tree.BackedList
- set(int, Object) - Method in class org.dom4j.tree.ContentListFacade
- setAction(Action) - Method in class org.dom4j.rule.Rule
-
Setter for property action.
- setAppearenceCount(int) - Method in class org.dom4j.rule.Rule
-
Setter for property appearenceCount.
- setAttribute(String, String) - Method in class org.dom4j.dom.DOMElement
- setAttributeList(List) - Method in class org.dom4j.tree.BaseElement
- setAttributeList(List) - Method in class org.dom4j.tree.DefaultElement
- setAttributeName(String) - Method in class org.dom4j.dtd.AttributeDecl
-
Setter for property attributeName.
- setAttributeNode(Attr) - Method in class org.dom4j.dom.DOMElement
- setAttributeNodeNS(Attr) - Method in class org.dom4j.dom.DOMElement
- setAttributeNS(String, String, String) - Method in class org.dom4j.dom.DOMElement
- setAttributeQuoteCharacter(char) - Method in class org.dom4j.io.OutputFormat
-
Sets the character used to quote attribute values.
- setAttributes(List) - Method in class org.dom4j.bean.BeanElement
- setAttributes(List) - Method in interface org.dom4j.Element
-
Sets the attributes that this element contains
- setAttributes(List) - Method in class org.dom4j.tree.BaseElement
- setAttributes(List) - Method in class org.dom4j.tree.DefaultElement
- setAttributes(Attributes, NamespaceStack, boolean) - Method in class org.dom4j.bean.BeanElement
- setAttributes(Attributes, NamespaceStack, boolean) - Method in class org.dom4j.tree.AbstractElement
-
This method provides a more optimal way of setting all the attributes on an Element particularly for use in
SAXReader
. - setAttributeValue(String, String) - Method in interface org.dom4j.Element
-
Deprecated.As of version 0.5. Please use
Element.addAttribute(String,String)
instead. WILL BE REMOVED IN dom4j-1.6 !! - setAttributeValue(String, String) - Method in class org.dom4j.tree.AbstractElement
-
Deprecated.As of version 0.5. Please use
AbstractElement.addAttribute(String,String)
instead. WILL BE REMOVED IN dom4j-1.6 !! - setAttributeValue(QName, String) - Method in interface org.dom4j.Element
-
Deprecated.As of version 0.5. Please use
Element.addAttribute(QName,String)
instead. WILL BE REMOVED IN dom4j-1.6 !! - setAttributeValue(QName, String) - Method in class org.dom4j.tree.AbstractElement
-
Deprecated.As of version 0.5. Please use
AbstractElement.addAttribute(String,String)
instead. WILL BE REMOVED IN dom4j-1.6 !! - setColumnNameXPath(XPath) - Method in class org.dom4j.swing.XMLTableColumnDefinition
-
Setter for property columnNameXPath.
- setConsumer(XMLEventConsumer) - Method in class org.dom4j.io.STAXEventWriter
-
Sets the underlying event consumer to which events are written.
- setContent(List) - Method in interface org.dom4j.Branch
-
Sets the contents of this branch as a
List
ofNode
instances. - setContent(List) - Method in class org.dom4j.tree.BaseElement
- setContent(List) - Method in class org.dom4j.tree.DefaultDocument
- setContent(List) - Method in class org.dom4j.tree.DefaultElement
- setContentHandler(ContentHandler) - Method in class org.dom4j.io.SAXWriter
-
Sets the
ContentHandler
called when SAX events are raised - setData(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
- setData(int, Object, Object) - Method in class org.dom4j.bean.BeanMetaData
- setData(Object) - Method in interface org.dom4j.Attribute
-
Sets the data value of this attribute if this element supports data binding or calls
Node.setText(String)
if it doesn't. - setData(Object) - Method in class org.dom4j.bean.BeanAttribute
- setData(Object) - Method in class org.dom4j.bean.BeanElement
- setData(Object) - Method in interface org.dom4j.Element
-
Sets the data value of this element if this element supports data binding or calls
Node.setText(java.lang.String)
if it doesn't - setData(Object) - Method in class org.dom4j.tree.AbstractAttribute
- setData(Object) - Method in class org.dom4j.tree.AbstractElement
- setData(Object) - Method in class org.dom4j.util.UserDataAttribute
- setData(Object) - Method in class org.dom4j.util.UserDataElement
- setData(String) - Method in class org.dom4j.dom.DOMCDATA
- setData(String) - Method in class org.dom4j.dom.DOMComment
- setData(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- setData(String) - Method in class org.dom4j.dom.DOMText
- setData(CharacterData, String) - Static method in class org.dom4j.dom.DOMNodeHelper
- setDeclareNamespaceAttributes(boolean) - Method in class org.dom4j.io.SAXWriter
-
Sets whether namespace declarations should be exported as "xmlns" attributes or not.
- setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.SAXReader
-
When multiple
ElementHandler
instances have been registered, this will set a defaultElementHandler
to be called for any path which does NOT have a handler registered. - setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.XPP3Reader
-
When multiple
ElementHandler
instances have been registered, this will set a defaultElementHandler
to be called for any path which does NOT have a handler registered. - setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.XPPReader
-
When multiple
ElementHandler
instances have been registered, this will set a defaultElementHandler
to be called for any path which does NOT have a handler registered. - setDefinition(XMLTableDefinition) - Method in class org.dom4j.swing.XMLTableModel
-
Setter for property definition.
- setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.SAXReader
- setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.XPP3Reader
- setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.XPPReader
- setDocType(DocumentType) - Method in interface org.dom4j.Document
-
Sets the DocumentType property
- setDocType(DocumentType) - Method in class org.dom4j.tree.DefaultDocument
- setDocument(Document) - Method in class org.dom4j.io.DocumentSource
-
Sets the document used as the JAXP
SAXSource
- setDocument(Document) - Method in interface org.dom4j.Node
-
setDocument
sets the document of this node if the parent relationship is supported or does nothing if the parent relationship is not supported. - setDocument(Document) - Method in class org.dom4j.swing.DocumentTreeModel
-
Sets the
Document
instance that thisTreeModel
is based on - setDocument(Document) - Method in class org.dom4j.tree.AbstractNode
- setDocument(Document) - Method in class org.dom4j.tree.BaseElement
- setDocument(Document) - Method in class org.dom4j.tree.DefaultElement
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.DOMReader
-
This sets the
DocumentFactory
used to create new documents. - setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.SAXModifier
-
Sets the
DocumentFactory
used to create the DOM4J document tree. - setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.SAXReader
-
This sets the
DocumentFactory
used to create new documents. - setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.STAXEventReader
-
Sets the DocumentFactory to be used when constructing DOM4J nodes.
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.XPP3Reader
-
This sets the
DocumentFactory
used to create new documents. - setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.XPPReader
-
This sets the
DocumentFactory
used to create new documents. - setDocumentFactory(DocumentFactory) - Method in class org.dom4j.QName
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.tree.DefaultDocument
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.tree.NamespaceStack
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.xpp.ProxyXmlStartTag
- setDocumentLocator(Locator) - Method in class org.dom4j.io.SAXContentHandler
- setDocumentLocator(Locator) - Method in class org.dom4j.io.XMLWriter
- setDocumentURI(String) - Method in class org.dom4j.dom.DOMDocument
- setDomDocumentClass(Class) - Method in class org.dom4j.io.DOMWriter
-
Sets the DOM
Document
implementation class used by the writer when creating DOM documents. - setDomDocumentClassName(String) - Method in class org.dom4j.io.DOMWriter
-
Sets the DOM
Document
implementation class name used by the writer when creating DOM documents. - setDTDHandler(DTDHandler) - Method in class org.dom4j.io.SAXWriter
-
Sets the
DTDHandler
. - setElementName(String) - Method in interface org.dom4j.DocumentType
-
This method is the equivalent to the
Node.setName(java.lang.String)
method. - setElementName(String) - Method in class org.dom4j.dtd.AttributeDecl
-
Setter for property elementName.
- setElementName(String) - Method in class org.dom4j.tree.DefaultDocumentType
- setElementStack(ElementStack) - Method in class org.dom4j.io.SAXContentHandler
- setEncoding(String) - Method in class org.dom4j.io.OutputFormat
-
DOCUMENT ME!
- setEncoding(String) - Method in class org.dom4j.io.SAXReader
-
Sets encoding used for InputSource (null means system default encoding)
- setEntityResolver(EntityResolver) - Method in interface org.dom4j.Document
-
Sets the EntityResolver used to find resolve URIs such as for DTDs, or XML Schema documents
- setEntityResolver(EntityResolver) - Method in class org.dom4j.io.SAXContentHandler
- setEntityResolver(EntityResolver) - Method in class org.dom4j.io.SAXReader
-
Sets the entity resolver used to resolve entities.
- setEntityResolver(EntityResolver) - Method in class org.dom4j.io.SAXWriter
-
Sets the
EntityResolver
. - setEntityResolver(EntityResolver) - Method in class org.dom4j.tree.DefaultDocument
- setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXReader
-
Sets the
ErrorHandler
used by the SAXXMLReader
. - setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXValidator
-
Sets the
ErrorHandler
used by the SAXXMLReader
. - setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXWriter
-
Sets the
ErrorHandler
. - setErrorQName(QName) - Method in class org.dom4j.util.XMLErrorHandler
- setErrors(Element) - Method in class org.dom4j.util.XMLErrorHandler
- setEscapeText(boolean) - Method in class org.dom4j.io.XMLWriter
-
Sets whether text output should be escaped or not.
- setEventFactory(XMLEventFactory) - Method in class org.dom4j.io.STAXEventWriter
-
Sets the event factory used to construct STAX events.
- setExpandEmptyElements(boolean) - Method in class org.dom4j.io.OutputFormat
-
This will set whether empty elements are expanded from
<tagName>
to<tagName></tagName>
. - setExternalDeclarations(List) - Method in interface org.dom4j.DocumentType
-
Sets the list of internal DTD declaration objects, defined in the
org.dom4j.dtd
package - setExternalDeclarations(List) - Method in class org.dom4j.tree.DefaultDocumentType
- setFatalErrorQName(QName) - Method in class org.dom4j.util.XMLErrorHandler
- setFeature(String, boolean) - Method in class org.dom4j.io.SAXReader
-
Sets a SAX feature on the underlying SAX parser.
- setFeature(String, boolean) - Method in class org.dom4j.io.SAXWriter
-
This implementation does actually use any features but just stores them for later retrieval
- setFunctionContext(FunctionContext) - Method in class org.dom4j.xpath.DefaultXPath
- setFunctionContext(FunctionContext) - Method in interface org.dom4j.XPath
-
Sets the function context to be used when evaluating XPath expressions
- setHandler(ContentHandler) - Method in class org.dom4j.io.DocumentResult
- setIdAttribute(String, boolean) - Method in class org.dom4j.dom.DOMElement
- setIdAttributeNode(Attr, boolean) - Method in class org.dom4j.dom.DOMElement
- setIdAttributeNS(String, String, boolean) - Method in class org.dom4j.dom.DOMElement
- setIgnoreComments(boolean) - Method in class org.dom4j.io.SAXContentHandler
-
Sets whether we should ignore comments or not.
- setIgnoreComments(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets whether we should ignore comments or not.
- setImportPrecedence(int) - Method in class org.dom4j.rule.Rule
-
Setter for property importPrecedence.
- setIncludeExternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXContentHandler
-
Sets whether DTD external declarations should be expanded into the DocumentType object or not.
- setIncludeExternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets whether DTD external declarations should be expanded into the DocumentType object or not.
- setIncludeInternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXContentHandler
-
Sets whether internal DTD declarations should be expanded into the DocumentType object or not.
- setIncludeInternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets whether internal DTD declarations should be expanded into the DocumentType object or not.
- setIndent(boolean) - Method in class org.dom4j.io.OutputFormat
-
Set the indent on or off.
- setIndent(String) - Method in class org.dom4j.io.OutputFormat
-
This will set the indent
String
to use; this is usually aString
of empty spaces. - setIndentLevel(int) - Method in class org.dom4j.io.XMLWriter
-
Set the initial indentation level.
- setIndentSize(int) - Method in class org.dom4j.io.OutputFormat
-
This will set the indent
String
's size; an indentSize of 4 would result in the indention being equivalent to theString
" " (four space characters). - setInputSource(InputSource) - Method in class org.dom4j.io.DocumentSource
-
This method is not supported as this source is always a instance.
- setInputSource(InputSource) - Method in class org.dom4j.io.SAXContentHandler
- setInternalDeclarations(List) - Method in interface org.dom4j.DocumentType
-
Sets the list of internal DTD declaration objects, defined in the
org.dom4j.dtd
package - setInternalDeclarations(List) - Method in class org.dom4j.tree.DefaultDocumentType
- setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.DocumentResult
- setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.SAXWriter
-
Sets the
LexicalHandler
. - setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.XMLWriter
- setLineSeparator(String) - Method in class org.dom4j.io.OutputFormat
-
This will set the new-line separator.
- setMaximumAllowedCharacter(int) - Method in class org.dom4j.io.XMLWriter
-
Sets the maximum allowed character code that should be allowed unescaped such as 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit) or -1 to not escape any characters (other than the special XML characters like < > &) If this is not explicitly set then it is defaulted from the encoding.
- setMergeAdjacentText(boolean) - Method in class org.dom4j.io.SAXContentHandler
-
Sets whether or not adjacent text nodes should be merged together when parsing.
- setMergeAdjacentText(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets whether or not adjacent text nodes should be merged together when parsing.
- setMode(String) - Method in class org.dom4j.rule.Rule
-
Setter for property mode.
- setModel(String) - Method in class org.dom4j.dtd.ElementDecl
-
Setter for property model.
- setModeName(String) - Method in class org.dom4j.rule.Stylesheet
-
Sets the name of the mode that the stylesheet uses by default.
- setName(String) - Method in class org.dom4j.dtd.ElementDecl
-
Setter for property name.
- setName(String) - Method in class org.dom4j.dtd.ExternalEntityDecl
-
Setter for property name.
- setName(String) - Method in class org.dom4j.dtd.InternalEntityDecl
-
Setter for property name.
- setName(String) - Method in interface org.dom4j.Node
-
Sets the text data of this node or this method will throw an
UnsupportedOperationException
if it is read-only. - setName(String) - Method in class org.dom4j.swing.XMLTableColumnDefinition
-
Setter for property name.
- setName(String) - Method in class org.dom4j.tree.AbstractDocumentType
- setName(String) - Method in class org.dom4j.tree.AbstractElement
- setName(String) - Method in class org.dom4j.tree.AbstractNode
- setName(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
- setName(String) - Method in class org.dom4j.tree.DefaultDocument
- setName(String) - Method in class org.dom4j.tree.DefaultEntity
- setNamedItem(Node) - Method in class org.dom4j.dom.DOMAttributeNodeMap
- setNamedItemNS(Node) - Method in class org.dom4j.dom.DOMAttributeNodeMap
- setNamespace(Namespace) - Method in interface org.dom4j.Attribute
-
Sets the
Namespace
of this element or if this element is read only then anUnsupportedOperationException
is thrown. - setNamespace(Namespace) - Method in class org.dom4j.tree.AbstractAttribute
- setNamespace(Namespace) - Method in class org.dom4j.tree.AbstractElement
- setNamespaceContext(NamespaceContext) - Method in class org.dom4j.xpath.DefaultXPath
- setNamespaceContext(NamespaceContext) - Method in interface org.dom4j.XPath
-
Sets the namespace context to be used when evaluating XPath expressions
- setNamespaceURIs(Map) - Method in class org.dom4j.xpath.DefaultXPath
- setNamespaceURIs(Map) - Method in interface org.dom4j.XPath
-
Sets the current NamespaceContext from a Map where the keys are the String namespace prefixes and the values are the namespace URIs.
- setNewLineAfterDeclaration(boolean) - Method in class org.dom4j.io.OutputFormat
-
This will set whether a new line is printed after the XML declaration (assuming it is not supressed.)
- setNewLineAfterNTags(int) - Method in class org.dom4j.io.OutputFormat
-
Controls output of a line.separator every tagCount tags when isNewlines is false.
- setNewlines(boolean) - Method in class org.dom4j.io.OutputFormat
-
DOCUMENT ME!
- setNodeValue(String) - Method in class org.dom4j.dom.DOMAttribute
- setNodeValue(String) - Method in class org.dom4j.dom.DOMCDATA
- setNodeValue(String) - Method in class org.dom4j.dom.DOMComment
- setNodeValue(String) - Method in class org.dom4j.dom.DOMDocument
- setNodeValue(String) - Method in class org.dom4j.dom.DOMDocumentType
- setNodeValue(String) - Method in class org.dom4j.dom.DOMElement
- setNodeValue(String) - Method in class org.dom4j.dom.DOMEntityReference
- setNodeValue(String) - Method in class org.dom4j.dom.DOMNamespace
- setNodeValue(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- setNodeValue(String) - Method in class org.dom4j.dom.DOMText
- setNodeValue(Node, String) - Static method in class org.dom4j.dom.DOMNodeHelper
- setNSContext(Object) - Method in class org.dom4j.xpath.DefaultXPath
- setOmitElementCloseSet(Set) - Method in class org.dom4j.io.HTMLWriter
-
To use the empty set, pass an empty Set, or null:
- setOmitEncoding(boolean) - Method in class org.dom4j.io.OutputFormat
-
This will set whether the XML declaration (
<?xml version="1.0" encoding="UTF-8"?>
) includes the encoding of the document. - setOutput(File) - Method in class org.dom4j.jaxb.JAXBModifier
-
Sets the Output to write the (modified) xml document to.
- setOutput(File) - Method in class org.dom4j.jaxb.JAXBWriter
-
Defines to write the resulting output to the specified
File
. - setOutput(OutputStream) - Method in class org.dom4j.jaxb.JAXBModifier
-
Sets the Output to write the (modified) xml document to.
- setOutput(OutputStream) - Method in class org.dom4j.jaxb.JAXBWriter
-
Defines to write the resulting output to the specified
OutputStream
- setOutput(Writer) - Method in class org.dom4j.jaxb.JAXBModifier
-
Sets the Output to write the (modified) xml document to.
- setOutput(Writer) - Method in class org.dom4j.jaxb.JAXBWriter
-
Defines to write the resulting output to the specified
Writer
. - setOutputStream(OutputStream) - Method in class org.dom4j.io.XMLWriter
- setPadText(boolean) - Method in class org.dom4j.io.OutputFormat
-
Ensure that text immediately preceded by or followed by an element will be "padded" with a single space.
- setParent(Element) - Method in interface org.dom4j.Node
-
setParent
sets the parent relationship of this node if the parent relationship is supported or does nothing if the parent relationship is not supported. - setParent(Element) - Method in class org.dom4j.tree.AbstractNode
- setParent(Element) - Method in class org.dom4j.tree.BaseElement
- setParent(Element) - Method in class org.dom4j.tree.DefaultAttribute
- setParent(Element) - Method in class org.dom4j.tree.DefaultCDATA
- setParent(Element) - Method in class org.dom4j.tree.DefaultComment
- setParent(Element) - Method in class org.dom4j.tree.DefaultElement
- setParent(Element) - Method in class org.dom4j.tree.DefaultEntity
- setParent(Element) - Method in class org.dom4j.tree.DefaultNamespace
- setParent(Element) - Method in class org.dom4j.tree.DefaultProcessingInstruction
- setParent(Element) - Method in class org.dom4j.tree.DefaultText
- setParent(LeafTreeNode) - Method in class org.dom4j.swing.LeafTreeNode
-
Sets the parent of this node but doesn't change the parents children
- setPattern(Pattern) - Method in class org.dom4j.rule.Rule
-
Setter for property pattern.
- setPrefix(String) - Method in class org.dom4j.dom.DOMAttribute
- setPrefix(String) - Method in class org.dom4j.dom.DOMCDATA
- setPrefix(String) - Method in class org.dom4j.dom.DOMComment
- setPrefix(String) - Method in class org.dom4j.dom.DOMDocument
- setPrefix(String) - Method in class org.dom4j.dom.DOMDocumentType
- setPrefix(String) - Method in class org.dom4j.dom.DOMElement
- setPrefix(String) - Method in class org.dom4j.dom.DOMEntityReference
- setPrefix(String) - Method in class org.dom4j.dom.DOMNamespace
- setPrefix(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- setPrefix(String) - Method in class org.dom4j.dom.DOMText
- setPrefix(Node, String) - Static method in class org.dom4j.dom.DOMNodeHelper
- setPreformattedTags(Set) - Method in class org.dom4j.io.HTMLWriter
-
Override the default set, which includes PRE, SCRIPT, STYLE, and TEXTAREA, case insensitively.
- setPriority(double) - Method in class org.dom4j.rule.Rule
-
Setter for property priority.
- setProcessingInstructions(List) - Method in interface org.dom4j.Branch
-
Sets all the processing instructions for this branch
- setProcessingInstructions(List) - Method in class org.dom4j.tree.AbstractBranch
- setProperty(String, Object) - Method in class org.dom4j.io.SAXReader
-
Allows a SAX property to be set on the underlying SAX parser.
- setProperty(String, Object) - Method in class org.dom4j.io.SAXWriter
-
Sets the given SAX property
- setProperty(String, Object) - Method in class org.dom4j.io.XMLWriter
- setProxy(DocumentFactory) - Method in class org.dom4j.util.ProxyDocumentFactory
- setPruneElements(boolean) - Method in class org.dom4j.jaxb.JAXBModifier
-
Define whether the modified
Document
must only be written to the output and pruned from the DOM4J tree. - setPruneElements(boolean) - Method in class org.dom4j.jaxb.JAXBReader
-
Set to true when DOM4J elements must immediately be pruned from the tree.
- setPublicID(String) - Method in interface org.dom4j.DocumentType
- setPublicID(String) - Method in class org.dom4j.dtd.ExternalEntityDecl
-
Setter for property publicID.
- setPublicID(String) - Method in class org.dom4j.tree.DefaultDocumentType
-
Sets the public ID of the document type
- setQName(QName) - Method in interface org.dom4j.Element
-
Sets the
QName
of this element which represents the local name, the qualified name and theNamespace
. - setQName(QName) - Method in class org.dom4j.tree.BaseElement
- setQName(QName) - Method in class org.dom4j.tree.DefaultElement
- setResolveEntityRefs(boolean) - Method in class org.dom4j.io.XMLWriter
- setRootElement(Element) - Method in interface org.dom4j.Document
-
Sets the root element for this document
- setRootElement(Element) - Method in class org.dom4j.tree.AbstractDocument
- setRowExpression(String) - Method in class org.dom4j.swing.XMLTableDefinition
- setRowXPath(XPath) - Method in class org.dom4j.swing.XMLTableDefinition
-
Setter for property rowXPath.
- setSAXReader(SAXReader) - Method in class org.jaxen.dom4j.DocumentNavigator
- setSingletonClassName(String) - Method in class org.dom4j.util.PerThreadSingleton
- setSingletonClassName(String) - Method in class org.dom4j.util.SimpleSingleton
- setSingletonClassName(String) - Method in interface org.dom4j.util.SingletonStrategy
-
set a singleton class name that will be used to create the singleton based on the strategy implementation of this interface.
- setSource(Object) - Method in class org.dom4j.swing.XMLTableModel
-
Setter for the XML source, which is usually a Node or List of nodes.
- setStrictErrorChecking(boolean) - Method in class org.dom4j.dom.DOMDocument
- setStringInternEnabled(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets whether String interning is enabled or disabled for element & attribute names and namespace URIs
- setStripWhitespaceText(boolean) - Method in class org.dom4j.io.SAXContentHandler
-
Sets whether whitespace between element start and end tags should be ignored.
- setStripWhitespaceText(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets whether whitespace between element start and end tags should be ignored.
- setSuppressDeclaration(boolean) - Method in class org.dom4j.io.OutputFormat
-
This will set whether the XML declaration (
<?xml version="1.0" encoding="UTF-8"?>
) is included or not. - setSystemID(String) - Method in interface org.dom4j.DocumentType
- setSystemID(String) - Method in class org.dom4j.dtd.ExternalEntityDecl
-
Setter for property systemID.
- setSystemID(String) - Method in class org.dom4j.tree.DefaultDocumentType
-
Sets the system ID of the document type
- setTarget(String) - Method in interface org.dom4j.ProcessingInstruction
-
This method is the equivalent to the
Node.setName(java.lang.String)
method. - setTarget(String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
- setTarget(String) - Method in class org.dom4j.tree.FlyweightProcessingInstruction
- setText(String) - Method in interface org.dom4j.Node
-
Sets the text data of this node or this method will throw an
UnsupportedOperationException
if it is read-only. - setText(String) - Method in class org.dom4j.tree.AbstractAttribute
- setText(String) - Method in class org.dom4j.tree.AbstractElement
- setText(String) - Method in class org.dom4j.tree.AbstractNode
- setText(String) - Method in class org.dom4j.tree.DefaultCDATA
- setText(String) - Method in class org.dom4j.tree.DefaultComment
- setText(String) - Method in class org.dom4j.tree.DefaultEntity
- setText(String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
- setText(String) - Method in class org.dom4j.tree.DefaultText
- setText(String) - Method in class org.dom4j.tree.FlyweightEntity
-
sets the value of the entity if it is not defined yet otherwise an
UnsupportedOperationException
is thrown as this class is read only. - setTextContent(String) - Method in class org.dom4j.dom.DOMAttribute
- setTextContent(String) - Method in class org.dom4j.dom.DOMCDATA
- setTextContent(String) - Method in class org.dom4j.dom.DOMComment
- setTextContent(String) - Method in class org.dom4j.dom.DOMDocument
- setTextContent(String) - Method in class org.dom4j.dom.DOMDocumentType
- setTextContent(String) - Method in class org.dom4j.dom.DOMElement
- setTextContent(String) - Method in class org.dom4j.dom.DOMEntityReference
- setTextContent(String) - Method in class org.dom4j.dom.DOMNamespace
- setTextContent(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- setTextContent(String) - Method in class org.dom4j.dom.DOMText
- setTrimText(boolean) - Method in class org.dom4j.io.OutputFormat
-
This will set whether the text is output verbatim (false) or with whitespace stripped as per
.Element.getTextTrim()
- setType(int) - Method in class org.dom4j.swing.XMLTableColumnDefinition
-
Setter for property type.
- setType(String) - Method in class org.dom4j.dtd.AttributeDecl
-
Setter for property type.
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMAttribute
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMCDATA
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMComment
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMDocument
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMDocumentType
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMElement
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMEntityReference
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMNamespace
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMProcessingInstruction
- setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMText
- setValidation(boolean) - Method in class org.dom4j.io.SAXReader
-
Sets the validation mode.
- setValue(String) - Method in interface org.dom4j.Attribute
-
Sets the value of this attribute or this method will throw an
UnsupportedOperationException
if it is read-only. - setValue(String) - Method in class org.dom4j.bean.BeanAttribute
- setValue(String) - Method in class org.dom4j.dtd.AttributeDecl
-
Setter for property value.
- setValue(String) - Method in class org.dom4j.dtd.InternalEntityDecl
-
Setter for property value.
- setValue(String) - Method in class org.dom4j.tree.AbstractAttribute
- setValue(String) - Method in class org.dom4j.tree.DefaultAttribute
- setValue(String, String) - Method in interface org.dom4j.ProcessingInstruction
- setValue(String, String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
- setValue(String, String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
- setValueDefault(String) - Method in class org.dom4j.dtd.AttributeDecl
-
Setter for property valueDefault.
- setValueOfAction(Action) - Method in class org.dom4j.rule.RuleManager
-
Sets the default value-of action which is used in the default rules for the pattern "text()|@"
- setValueOfAction(Action) - Method in class org.dom4j.rule.Stylesheet
-
Sets the default value-of action which is used in the default rules for the pattern "text()|@"
- setValues(Map) - Method in interface org.dom4j.ProcessingInstruction
- setValues(Map) - Method in class org.dom4j.tree.AbstractProcessingInstruction
- setValues(Map) - Method in class org.dom4j.tree.DefaultProcessingInstruction
- setVariableContext(VariableContext) - Method in class org.dom4j.xpath.DefaultXPath
- setVariableContext(VariableContext) - Method in interface org.dom4j.XPath
-
Sets the variable context to be used when evaluating XPath expressions
- setVariableContext(VariableContext) - Method in class org.dom4j.xpath.XPathPattern
- setWarningQName(QName) - Method in class org.dom4j.util.XMLErrorHandler
- setWriter(Writer) - Method in class org.dom4j.io.XMLWriter
- setXHTML(boolean) - Method in class org.dom4j.io.OutputFormat
-
This will set whether or not to use the XHTML standard: like HTML but passes an XML parser with real, closed tags.
- setXMLEncoding(String) - Method in interface org.dom4j.Document
-
Sets the encoding of this document as it will appear in the XML declaration part of the document.
- setXMLEncoding(String) - Method in class org.dom4j.tree.AbstractDocument
- setXMLFilter(XMLFilter) - Method in class org.dom4j.io.SAXReader
-
Sets the SAX filter to be used when filtering SAX events
- setXMLReader(XMLReader) - Method in class org.dom4j.io.DocumentSource
-
Sets the XMLReader used for the JAXP
SAXSource
. - setXMLReader(XMLReader) - Method in class org.dom4j.io.SAXReader
-
Sets the
XMLReader
used to parse SAX events - setXMLReader(XMLReader) - Method in class org.dom4j.io.SAXValidator
-
Sets the
XMLReader
used to parse SAX events - setXMLReader(XMLReader) - Method in class org.dom4j.io.SAXWriter
-
Sets the
XMLReader
used to write SAX events to - setXMLReaderClassName(String) - Method in class org.dom4j.io.SAXReader
-
Sets the class name of the
XMLReader
to be used to parse SAX events. - setXmlStandalone(boolean) - Method in class org.dom4j.dom.DOMDocument
- setXmlVersion(String) - Method in class org.dom4j.dom.DOMDocument
- setXMLWriter(XMLWriter) - Method in class org.dom4j.io.SAXModifier
-
Sets the
XMLWriter
used to write the modified document. - setXMLWriter(XMLWriter) - Method in class org.dom4j.io.XMLResult
- setXPath(XPath) - Method in class org.dom4j.swing.XMLTableColumnDefinition
-
Setter for property xpath.
- setXPathNamespaceURIs(Map) - Method in class org.dom4j.DocumentFactory
-
Sets the namespace URIs to be used by XPath expressions created by this factory or by nodes associated with this factory.
- setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XPPReader
- setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XPP3Reader
- shouldEncodeChar(char) - Method in class org.dom4j.io.XMLWriter
-
Should the given character be escaped.
- SimpleSingleton - Class in org.dom4j.util
-
SimpleSingleton
is an implementation of the SingletonStrategy interface used to provide common factory access for the same object instance. - SimpleSingleton() - Constructor for class org.dom4j.util.SimpleSingleton
- SingleIterator - Class in org.dom4j.tree
-
SingleIterator
is anIterator
over a single object instance. - SingleIterator(Object) - Constructor for class org.dom4j.tree.SingleIterator
- singleton - Static variable in class org.dom4j.util.IndexedDocumentFactory
-
The Singleton instance
- singleton - Static variable in class org.dom4j.util.NonLazyDocumentFactory
-
The Singleton instance
- singleton - Static variable in class org.dom4j.util.UserDataDocumentFactory
-
The Singleton instance
- SINGLETON - Static variable in class org.dom4j.rule.NullAction
-
Singleton instance
- SingletonStrategy - Interface in org.dom4j.util
-
SingletonStrategy
is an interface used to provide common factory access for the same object based on an implementation strategy for singleton. - size() - Method in class org.dom4j.bean.BeanAttributeList
- size() - Method in interface org.dom4j.ElementPath
-
DOCUMENT ME!
- size() - Method in class org.dom4j.tree.ContentListFacade
- size() - Method in class org.dom4j.tree.NamespaceStack
-
DOCUMENT ME!
- sort(List) - Method in class org.dom4j.xpath.DefaultXPath
-
sort
sorts the given List of Nodes using this XPath expression as aComparator
. - sort(List) - Method in interface org.dom4j.XPath
-
sort
sorts the given List of Nodes using this XPath expression as aComparator
. - sort(List, boolean) - Method in class org.dom4j.xpath.DefaultXPath
-
sort
sorts the given List of Nodes using this XPath expression as aComparator
and optionally removing duplicates. - sort(List, boolean) - Method in interface org.dom4j.XPath
-
sort
sorts the given List of Nodes using this XPath expression as aComparator
and optionally removing duplicates. - sort(List, String) - Static method in class org.dom4j.DocumentHelper
-
sort
sorts the given List of Nodes using an XPath expression as aComparator
. - sort(List, String, boolean) - Static method in class org.dom4j.DocumentHelper
-
sort
sorts the given List of Nodes using an XPath expression as aComparator
and optionally removing duplicates. - sort(List, Map) - Method in class org.dom4j.xpath.DefaultXPath
-
Sorts the list based on the sortValues for each node
- splitText(int) - Method in class org.dom4j.dom.DOMCDATA
- splitText(int) - Method in class org.dom4j.dom.DOMText
- STANDARD_INDENT - Static variable in class org.dom4j.io.OutputFormat
-
standard value to indent by, if we are indenting
- startCDATA() - Method in class org.dom4j.io.HTMLWriter
- startCDATA() - Method in class org.dom4j.io.SAXContentHandler
- startCDATA() - Method in class org.dom4j.io.SAXEventRecorder
- startCDATA() - Method in class org.dom4j.io.XMLWriter
- startDocument() - Method in class org.dom4j.io.SAXContentHandler
- startDocument() - Method in class org.dom4j.io.SAXEventRecorder
- startDocument() - Method in class org.dom4j.io.SAXWriter
- startDocument() - Method in class org.dom4j.io.XMLWriter
- startDocument() - Method in class org.dom4j.jaxb.JAXBWriter
-
Start a document by writing the initial XML declaration to the output.
- startDTD(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
- startDTD(String, String, String) - Method in class org.dom4j.io.SAXEventRecorder
- startDTD(String, String, String) - Method in class org.dom4j.io.XMLWriter
- startElement(String, String, String, Attributes) - Method in class org.dom4j.io.SAXContentHandler
- startElement(String, String, String, Attributes) - Method in class org.dom4j.io.SAXEventRecorder
- startElement(String, String, String, Attributes) - Method in class org.dom4j.io.XMLWriter
- startElement(Element, AttributesImpl) - Method in class org.dom4j.io.SAXWriter
- startEntity(String) - Method in class org.dom4j.io.SAXContentHandler
- startEntity(String) - Method in class org.dom4j.io.SAXEventRecorder
- startEntity(String) - Method in class org.dom4j.io.XMLWriter
- startPrefixMapping(String, String) - Method in class org.dom4j.io.SAXContentHandler
- startPrefixMapping(String, String) - Method in class org.dom4j.io.SAXEventRecorder
- startPrefixMapping(String, String) - Method in class org.dom4j.io.XMLWriter
- startPrefixMapping(Element, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
-
Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scope
- STAXEventReader - Class in org.dom4j.io
- STAXEventReader() - Constructor for class org.dom4j.io.STAXEventReader
-
Constructs a default
STAXEventReader
instance with a defaultDocumentFactory
. - STAXEventReader(DocumentFactory) - Constructor for class org.dom4j.io.STAXEventReader
-
Constructs a
STAXEventReader
instance that uses the specifiedDocumentFactory
to construct DOM4JNode
s. - STAXEventWriter - Class in org.dom4j.io
-
Writes DOM4J
Node
s to a StAX event stream. - STAXEventWriter() - Constructor for class org.dom4j.io.STAXEventWriter
- STAXEventWriter(File) - Constructor for class org.dom4j.io.STAXEventWriter
-
Constructs a
STAXEventWriter
that writes events to the provided file. - STAXEventWriter(OutputStream) - Constructor for class org.dom4j.io.STAXEventWriter
-
Constructs a
STAXEventWriter
that writes events to the provided stream. - STAXEventWriter(Writer) - Constructor for class org.dom4j.io.STAXEventWriter
-
Constructs a
STAXEventWriter
that writes events to the provided character stream. - STAXEventWriter(XMLEventConsumer) - Constructor for class org.dom4j.io.STAXEventWriter
-
Constructs a
STAXEventWriter
that writes events to the provided event stream. - STRING_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
- Stylesheet - Class in org.dom4j.rule
-
Stylesheet
implements an XSLT stylesheet such that rules can be added to the stylesheet and the stylesheet can be applied to a source document or node. - Stylesheet() - Constructor for class org.dom4j.rule.Stylesheet
-
Creates a new empty stylesheet.
- substringData(int, int) - Method in class org.dom4j.dom.DOMCDATA
- substringData(int, int) - Method in class org.dom4j.dom.DOMComment
- substringData(int, int) - Method in class org.dom4j.dom.DOMText
- substringData(CharacterData, int, int) - Static method in class org.dom4j.dom.DOMNodeHelper
- supports(String, String) - Method in class org.dom4j.dom.DOMAttribute
- supports(String, String) - Method in class org.dom4j.dom.DOMCDATA
- supports(String, String) - Method in class org.dom4j.dom.DOMComment
- supports(String, String) - Method in class org.dom4j.dom.DOMDocument
- supports(String, String) - Method in class org.dom4j.dom.DOMDocumentType
- supports(String, String) - Method in class org.dom4j.dom.DOMElement
- supports(String, String) - Method in class org.dom4j.dom.DOMEntityReference
- supports(String, String) - Method in class org.dom4j.dom.DOMNamespace
- supports(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- supports(String, String) - Method in class org.dom4j.dom.DOMText
- supports(Node, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
- supportsParent() - Method in interface org.dom4j.Node
-
supportsParent
returns true if this node supports the parent relationship. - supportsParent() - Method in class org.dom4j.tree.AbstractNode
- supportsParent() - Method in class org.dom4j.tree.BaseElement
- supportsParent() - Method in class org.dom4j.tree.DefaultAttribute
- supportsParent() - Method in class org.dom4j.tree.DefaultCDATA
- supportsParent() - Method in class org.dom4j.tree.DefaultComment
- supportsParent() - Method in class org.dom4j.tree.DefaultElement
- supportsParent() - Method in class org.dom4j.tree.DefaultEntity
- supportsParent() - Method in class org.dom4j.tree.DefaultNamespace
- supportsParent() - Method in class org.dom4j.tree.DefaultProcessingInstruction
- supportsParent() - Method in class org.dom4j.tree.DefaultText
All Classes All Packages