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

S

SAXContentHandler - class org.dom4j.io.SAXContentHandler.
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
 
SAXEventRecorder - class org.dom4j.io.SAXEventRecorder.
Records SAX events such that they may be "replayed" at a later time.
SAXEventRecorder() - Constructor for class org.dom4j.io.SAXEventRecorder
 
SAXModifier - class org.dom4j.io.SAXModifier.
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 org.dom4j.io.SAXReader.
SAXReader creates a DOM4J tree from SAX parsing events.
SAXReader() - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(DocumentFactory) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(DocumentFactory, boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(XMLReader) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(XMLReader, boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(String) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(String, boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader.SAXEntityResolver - class org.dom4j.io.SAXReader.SAXEntityResolver.
 
SAXReader.SAXEntityResolver(String) - Constructor for class org.dom4j.io.SAXReader.SAXEntityResolver
 
SAXValidator - class org.dom4j.io.SAXValidator.
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 org.dom4j.io.SAXWriter.
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
 
SINGLETON - Static variable in class org.dom4j.rule.NullAction
Singleton instance
STANDARD_INDENT - Static variable in class org.dom4j.io.OutputFormat
standard value to indent by, if we are indenting
STAXEventReader - class org.dom4j.io.STAXEventReader.
Reads a DOM4J Document, as well as other Nodes, from a StAX XMLEventReader.
STAXEventReader() - Constructor for class org.dom4j.io.STAXEventReader
Constructs a default STAXEventReader instance with a default DocumentFactory.
STAXEventReader(DocumentFactory) - Constructor for class org.dom4j.io.STAXEventReader
Constructs a STAXEventReader instance that uses the specified DocumentFactoryto construct DOM4J Nodes.
STAXEventWriter - class org.dom4j.io.STAXEventWriter.
Writes DOM4J Nodes 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(Writer) - Constructor for class org.dom4j.io.STAXEventWriter
Constructs a STAXEventWriter that writes events to the provided character stream.
STAXEventWriter(OutputStream) - Constructor for class org.dom4j.io.STAXEventWriter
Constructs a STAXEventWriter that writes events to the provided 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
 
SchemaParser - class org.dom4j.datatype.SchemaParser.
SchemaParser reads an XML Schema Document.
SchemaParser() - Constructor for class org.dom4j.datatype.SchemaParser
 
SchemaParser(DatatypeDocumentFactory) - Constructor for class org.dom4j.datatype.SchemaParser
 
SimpleSingleton - class org.dom4j.util.SimpleSingleton.
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 org.dom4j.tree.SingleIterator.
SingleIterator is an Iteratorover a single object instance.
SingleIterator(Object) - Constructor for class org.dom4j.tree.SingleIterator
 
SingletonStrategy - interface org.dom4j.util.SingletonStrategy.
SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.
Stylesheet - class org.dom4j.rule.Stylesheet.
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.
selectNodes(String, List) - Static method in class org.dom4j.DocumentHelper
selectNodes performs the given XPath expression on the Listof Nodeinstances 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 the Listof Nodeinstances appending all the results together into a single list.
selectNodes(String) - Method in interface org.dom4j.Node
selectNodes evaluates an XPath expression and returns the result as a List of Node instances or String instances depending on the XPath expression.
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 sorted List of Node instances.
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 sorted List of Node instances.
selectNodes(Object) - Method in interface org.dom4j.XPath
selectNodes performs this XPath expression on the given Nodeor Listof Nodes instances appending all the results together into a single list.
selectNodes(Object, XPath) - Method in interface org.dom4j.XPath
selectNodes evaluates the XPath expression on the given Nodeor Listof Nodes and returns the result as a List of Node s sorted by the sort XPath expression.
selectNodes(Object, XPath, boolean) - Method in interface org.dom4j.XPath
selectNodes evaluates the XPath expression on the given Nodeor Listof Nodes and returns the result as a List of Node s sorted by the sort XPath expression.
selectNodes(String) - Method in class org.dom4j.tree.AbstractNode
 
selectNodes(String, String) - Method in class org.dom4j.tree.AbstractNode
 
selectNodes(String, String, boolean) - Method in class org.dom4j.tree.AbstractNode
 
selectNodes(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
selectNodes(Object, XPath) - Method in class org.dom4j.xpath.DefaultXPath
 
selectNodes(Object, XPath, boolean) - Method in class org.dom4j.xpath.DefaultXPath
 
selectObject(String) - Method in interface org.dom4j.Node
selectObject evaluates an XPath expression and returns the result as an Object.
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 class org.dom4j.tree.AbstractNode
 
selectObject(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
selectSingleNode(String) - Method in interface org.dom4j.Node
selectSingleNode evaluates an XPath expression and returns the result as a single Node instance.
selectSingleNode(Object) - Method in interface org.dom4j.XPath
selectSingleNode evaluates this XPath expression on the given Nodeor Listof Nodes and returns the result as a single Node instance.
selectSingleNode(String) - Method in class org.dom4j.tree.AbstractNode
 
selectSingleNode(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
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
 
setAttributeNS(String, String, String) - Method in class org.dom4j.dom.DOMElement
 
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
 
setAttributeQuoteCharacter(char) - Method in class org.dom4j.io.OutputFormat
Sets the character used to quote attribute values.
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(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(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 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 !!
setAttributeXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
Registers the given XSDatatype for the given <attribute> QNames
setAttributes(List) - Method in interface org.dom4j.Element
Sets the attributes that this element contains
setAttributes(List) - Method in class org.dom4j.bean.BeanElement
 
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.
setAttributes(List) - Method in class org.dom4j.tree.BaseElement
 
setAttributes(List) - Method in class org.dom4j.tree.DefaultElement
 
setChildElementXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
 
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 of Node 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
setDTDHandler(DTDHandler) - Method in class org.dom4j.io.SAXWriter
Sets the DTDHandler.
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 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.bean.BeanAttribute
 
setData(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
 
setData(Object) - Method in class org.dom4j.bean.BeanElement
 
setData(int, Object, Object) - Method in class org.dom4j.bean.BeanMetaData
 
setData(Object) - Method in class org.dom4j.datatype.DatatypeAttribute
 
setData(Object) - Method in class org.dom4j.datatype.DatatypeElement
 
setData(String) - Method in class org.dom4j.dom.DOMCDATA
 
setData(String) - Method in class org.dom4j.dom.DOMComment
 
setData(CharacterData, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
setData(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setData(String) - Method in class org.dom4j.dom.DOMText
 
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
 
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 default ElementHandler 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 default ElementHandler 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 default ElementHandler 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 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.io.DocumentSource
Sets the document used as the JAXP SAXSource
setDocument(Document) - Method in class org.dom4j.swing.DocumentTreeModel
Sets the Document instance that this TreeModel 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.QName
 
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 DocumentFactoryused 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.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
 
setDomDocumentClass(Class) - Method in class org.dom4j.io.DOMWriter
Sets the DOM Documentimplementation class used by the writer when creating DOM documents.
setDomDocumentClassName(String) - Method in class org.dom4j.io.DOMWriter
Sets the DOM Documentimplementation class name used by the writer when creating DOM documents.
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 SAX XMLReader.
setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXValidator
Sets the ErrorHandler used by the SAX XMLReader.
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.dtdpackage
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 interface org.dom4j.XPath
Sets the function context to be used when evaluating XPath expressions
setFunctionContext(FunctionContext) - Method in class org.dom4j.xpath.DefaultXPath
 
setHandler(ContentHandler) - Method in class org.dom4j.io.DocumentResult
 
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(String) - Method in class org.dom4j.io.OutputFormat
This will set the indent String to use; this is usually a String of empty spaces.
setIndent(boolean) - Method in class org.dom4j.io.OutputFormat
Set the indent on or off.
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 the String "    " (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.dtdpackage
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.
setModeName(String) - Method in class org.dom4j.rule.Stylesheet
Sets the name of the mode that the stylesheet uses by default.
setModel(String) - Method in class org.dom4j.dtd.ElementDecl
Setter for property model.
setNSContext(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
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.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 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 an UnsupportedOperationException is thrown.
setNamespace(Namespace) - Method in class org.dom4j.tree.AbstractAttribute
 
setNamespace(Namespace) - Method in class org.dom4j.tree.AbstractElement
 
setNamespaceContext(NamespaceContext) - Method in interface org.dom4j.XPath
Sets the namespace context to be used when evaluating XPath expressions
setNamespaceContext(NamespaceContext) - 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.
setNamespaceURIs(Map) - Method in class org.dom4j.xpath.DefaultXPath
 
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(Node, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMText
 
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(OutputStream) - 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.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.JAXBWriter
Defines to write the resulting output to the specified OutputStream
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.datatype.DatatypeAttribute
 
setParent(LeafTreeNode) - Method in class org.dom4j.swing.LeafTreeNode
Sets the parent of this node but doesn't change the parents children
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
 
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(Node, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
setPrefix(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setPrefix(String) - Method in class org.dom4j.dom.DOMText
 
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 Documentmust 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 the Namespace.
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.
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.
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.datatype.DatatypeElement
 
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.
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(String) - Method in class org.dom4j.dtd.AttributeDecl
Setter for property type.
setType(int) - Method in class org.dom4j.swing.XMLTableColumnDefinition
Setter for property type.
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, String) - Method in interface org.dom4j.ProcessingInstruction
 
setValue(String) - Method in class org.dom4j.bean.BeanAttribute
 
setValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
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, String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
setValue(String) - Method in class org.dom4j.tree.DefaultAttribute
 
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 interface org.dom4j.XPath
Sets the variable context to be used when evaluating XPath expressions
setVariableContext(VariableContext) - Method in class org.dom4j.xpath.DefaultXPath
 
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.
setXMLWriter(XMLWriter) - Method in class org.dom4j.io.SAXModifier
Sets the XMLWriterused to write the modified document.
setXMLWriter(XMLWriter) - Method in class org.dom4j.io.XMLResult
 
setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XPP3Reader
 
setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XPPReader
 
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.
shouldEncodeChar(char) - Method in class org.dom4j.io.XMLWriter
Should the given character be escaped.
singleton - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
The Singleton instance
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
size() - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
size() - Method in class org.dom4j.bean.BeanAttributeList
 
size() - Method in class org.dom4j.tree.ContentListFacade
 
size() - Method in class org.dom4j.tree.NamespaceStack
DOCUMENT ME!
sort(List, String) - Static method in class org.dom4j.DocumentHelper
sort sorts the given List of Nodes using an XPath expression as a Comparator.
sort(List, String, boolean) - Static method in class org.dom4j.DocumentHelper
sort sorts the given List of Nodes using an XPath expression as a Comparatorand optionally removing duplicates.
sort(List) - Method in interface org.dom4j.XPath
sort sorts the given List of Nodes using this XPath expression as a Comparator.
sort(List, boolean) - Method in interface org.dom4j.XPath
sort sorts the given List of Nodes using this XPath expression as a Comparatorand optionally removing duplicates.
sort(List) - Method in class org.dom4j.xpath.DefaultXPath
sort sorts the given List of Nodes using this XPath expression as a Comparator.
sort(List, boolean) - Method in class org.dom4j.xpath.DefaultXPath
sort sorts the given List of Nodes using this XPath expression as a Comparatorand 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
 
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
 
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
 
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.
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(Element, AttributesImpl) - Method in class org.dom4j.io.SAXWriter
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.XMLWriter
 
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(Element, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scope
startPrefixMapping(String, String) - Method in class org.dom4j.io.XMLWriter
 
substringData(int, int) - Method in class org.dom4j.dom.DOMCDATA
 
substringData(int, int) - Method in class org.dom4j.dom.DOMComment
 
substringData(CharacterData, int, int) - Static method in class org.dom4j.dom.DOMNodeHelper
 
substringData(int, int) - Method in class org.dom4j.dom.DOMText
 
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(Node, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
supports(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
supports(String, String) - Method in class org.dom4j.dom.DOMText
 
supportsParent() - Method in interface org.dom4j.Node
supportsParent returns true if this node supports the parent relationship.
supportsParent() - Method in class org.dom4j.datatype.DatatypeAttribute
 
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
 

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo