A B C D E F G H I J K 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
 
SAXDriver - class org.dom4j.io.aelfred.SAXDriver.
Deprecated. Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
SAXDriver() - Constructor for class org.dom4j.io.aelfred.SAXDriver
Deprecated. Constructs a SAX Parser.
SAXDriver - class org.dom4j.io.aelfred2.SAXDriver.
An enhanced SAX2 version of Microstar's Ælfred XML parser.
SAXDriver() - Constructor for class org.dom4j.io.aelfred2.SAXDriver
Constructs a SAX Parser.
SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException() - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
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.
The XMLReader to parse the source will be created via the org.xml.sax.driver system property or JAXP if the system property is not set.
SAXModifier(boolean) - Constructor for class org.dom4j.io.SAXModifier
Creates a new modifier.
The XMLReader to parse the source will be created via the org.xml.sax.driver system property or JAXP if the system property is not set.
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.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for class org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
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 DocumentFactory to 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
 
SingleIterator - class org.dom4j.tree.SingleIterator.
SingleIterator is an Iterator over a single object instance.
SingleIterator(Object) - Constructor for class org.dom4j.tree.SingleIterator
 
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
 
selectNodes(String, List) - Static method in class org.dom4j.DocumentHelper
selectNodes performs the given XPath expression on the List of Node 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 the List of Node instances 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 Node or List of 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 Node or List of Nodes and returns the result as a List of Nodes sorted by the sort XPath expression.
selectNodes(Object, XPath, boolean) - Method in interface org.dom4j.XPath
selectNodes evaluates the XPath expression on the given Node or List of Nodes and returns the result as a List of Nodes 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 Node or List of 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
 
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
 
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttributeList(List) - Method in class org.dom4j.tree.BaseElement
 
setAttributeList(List) - Method in class org.dom4j.tree.DefaultElement
 
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
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
 
setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
Copy an entire Attributes object.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setChildElementXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
 
setColumnNameXPath(XPath) - Method in class org.dom4j.swing.XMLTableColumnDefinition
Setter for property columnNameXPath.
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
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
setContentHandler(ContentHandler) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX2: Assigns the object used to report the logical content of an XML document.
setContentHandler(ContentHandler) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX2: Assigns the object used to report the logical content of an XML document.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContext(MarshallingContext) - Method in interface org.dom4j.persistence.MarshallingStrategy
 
setDTDHandler(DTDHandler) - Method in class org.dom4j.io.SAXWriter
Sets the DTDHandler.
setDTDHandler(DTDHandler) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX1, SAX2: Set the DTD handler for this parser.
setDTDHandler(DTDHandler) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX1, SAX2: Set the DTD handler for this parser.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
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(java.lang.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
 
setDatabaseDriver(Class) - Method in class org.dom4j.persistence.MarshallingContext
 
setDatabaseLocation(URL) - Method in class org.dom4j.persistence.MarshallingContext
 
setDeclareNamespaceAttributes(boolean) - Method in class org.dom4j.io.SAXWriter
Sets whether namespace declarations should be exported as "xmlns" attributes or not.
setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "declared" flag of a specific attribute.
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.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.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 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.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
 
setDocumentHandler(DocumentHandler) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX2 programs should use the XMLReader interface and a ContentHandler.
setDocumentHandler(DocumentHandler) - Method in class org.dom4j.io.aelfred2.SAXDriver
Deprecated. SAX2 programs should use the XMLReader interface and a ContentHandler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentLocator(Locator) - Method in class org.dom4j.io.SAXContentHandler
 
setDocumentLocator(Locator) - Method in class org.dom4j.io.XMLWriter
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
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.
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
 
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the encoding property.
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.io.aelfred.SAXDriver
Deprecated. SAX1, SAX2: Set the entity resolver for this parser.
setEntityResolver(EntityResolver) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX1, SAX2: Set the entity resolver for this parser.
setEntityResolver(EntityResolver) - Method in class org.dom4j.tree.DefaultDocument
 
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
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.
setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX1, SAX2: Set the error handler for this parser.
setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX1, SAX2: Set the error handler for this parser.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
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.
setExceptionId(String) - Method in class org.xml.sax.SAXParseException
Assigns the identifier for the exception which is being reported, if none has yet been assigned.
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
setFeature(String, boolean) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX2: Sets the state of feature flags in this parser.
setFeature(String, boolean) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX2: Sets the state of feature flags in this parser.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the value of a feature flag.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
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 Document 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
 
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLineSeparator(String) - Method in class org.dom4j.io.OutputFormat
This will set the new-line separator.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocale(Locale) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
setLocale(Locale) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setMarshallingStrategy(String) - Method in class org.dom4j.persistence.MarshallingContext
 
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
 
setNamespaceDeclUris(boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Controls whether namespace declaration attributes are placed into the NSDECL namespace by processName().
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 For example.
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
 
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
 
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
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
 
setProperty(String, Object) - Method in class org.dom4j.io.aelfred.SAXDriver
Deprecated. SAX2: Assigns the specified property.
setProperty(String, Object) - Method in class org.dom4j.io.aelfred2.SAXDriver
SAX2: Assigns the specified property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
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
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
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
 
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
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.
setSource(Object) - Method in class org.dom4j.swing.XMLTableModel
Setter for the XML source, which is usually a Node or List of nodes.
setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "specified" flag of a specific attribute.
setState(Node) - Method in class org.dom4j.persistence.DocumentMemento
 
setState(Document) - Method in class org.dom4j.persistence.DocumentMemento
 
setState(Node) - Method in interface org.dom4j.persistence.Memento
 
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
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
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.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
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(Object) - Method in class org.dom4j.tree.ConcurrentReaderHashMap.Entry
Set the value of this entry.
setValue(String) - Method in class org.dom4j.tree.DefaultAttribute
 
setValue(String, String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
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 class org.dom4j.tree.DefaultDocument
 
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.
setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the version property.
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
 
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.
size() - Method in interface org.dom4j.ElementPath
 
size() - Method in class org.dom4j.bean.BeanAttributeList
 
size() - Method in class org.dom4j.tree.ContentListFacade
 
size() - Method in class org.dom4j.tree.NamespaceStack
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
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 Comparator and 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 Comparator and 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 Comparator 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
 
startCDATA() - Method in class org.dom4j.io.HTMLWriter
 
startCDATA() - Method in class org.dom4j.io.SAXContentHandler
 
startCDATA() - Method in class org.dom4j.io.XMLWriter
 
startCDATA() - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called before parsing CDATA characters
startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDTD(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
 
startDTD(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
startDTD(String, String, String) - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called when the doctype is partially parsed
startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startDocument() - Method in class org.dom4j.io.SAXContentHandler
 
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.
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.SAXContentHandler
 
startElement(Element, AttributesImpl) - Method in class org.dom4j.io.SAXWriter
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.XMLWriter
 
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startEntity(String) - Method in class org.dom4j.io.SAXContentHandler
 
startEntity(String) - Method in class org.dom4j.io.XMLWriter
 
startEntity(String) - Method in class org.dom4j.io.aelfred.DefaultHandler
Deprecated. SAX2: called before parsing a general entity in content
startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
startPrefixMapping(String, String) - Method in class org.dom4j.io.SAXContentHandler
 
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
 
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
strategy - Variable in class org.dom4j.persistence.MarshallingContext
 
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
 
systemId - Variable in class org.dom4j.persistence.DocumentMemento
 

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

SourceForge Logo