- DatatypeAttribute - Class in org.dom4j.datatype
-
- DatatypeAttribute(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeAttribute
-
- DatatypeAttribute(QName, XSDatatype, String) - Constructor for class org.dom4j.datatype.DatatypeAttribute
-
- DatatypeDocumentFactory - Class in org.dom4j.datatype
-
DatatypeDocumentFactory
is a factory of XML objects which
support the
XML Schema Data Types
specification.
- DatatypeDocumentFactory() - Constructor for class org.dom4j.datatype.DatatypeDocumentFactory
-
- DatatypeElement - Class in org.dom4j.datatype
-
- DatatypeElement(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeElement
-
- DatatypeElement(QName, int, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeElement
-
- DatatypeElementFactory - Class in org.dom4j.datatype
-
DatatypeElementFactory
is a factory for a specific Element in
an XML Schema.
- DatatypeElementFactory(QName) - Constructor for class org.dom4j.datatype.DatatypeElementFactory
-
- declaredNamespaces() - Method in interface org.dom4j.Element
-
Returns all the namespaces declared by this element.
- declaredNamespaces() - Method in class org.dom4j.tree.AbstractElement
-
- declaredNamespaces() - Method in class org.dom4j.tree.DefaultElement
-
- DEFAULT_CONTENT_LIST_SIZE - Static variable in class org.dom4j.tree.AbstractBranch
-
- DEFAULT_FORMAT - Static variable in class org.dom4j.io.XMLWriter
-
- DEFAULT_HTML_FORMAT - Static variable in class org.dom4j.io.HTMLWriter
-
- DEFAULT_PREFORMATTED_TAGS - Static variable in class org.dom4j.io.HTMLWriter
-
- DEFAULT_PRIORITY - Static variable in interface org.dom4j.rule.Pattern
-
According to the
spec
we should return 0.5 if we cannot determine the priority
- DefaultAttribute - Class in org.dom4j.tree
-
DefaultAttribute
implements a doubly linked node which
supports the parent relationship and is mutable.
- DefaultAttribute(QName) - Constructor for class org.dom4j.tree.DefaultAttribute
-
- DefaultAttribute(QName, String) - Constructor for class org.dom4j.tree.DefaultAttribute
-
- DefaultAttribute(Element, QName, String) - Constructor for class org.dom4j.tree.DefaultAttribute
-
- DefaultAttribute(String, String) - Constructor for class org.dom4j.tree.DefaultAttribute
-
Creates the Attribute
with the specified local name and
value.
- DefaultAttribute(String, String, Namespace) - Constructor for class org.dom4j.tree.DefaultAttribute
-
Creates the Attribute
with the specified local name, value
and Namespace
.
- DefaultAttribute(Element, String, String, Namespace) - Constructor for class org.dom4j.tree.DefaultAttribute
-
Creates the Attribute
with the specified local name, value
and Namespace
.
- DefaultCDATA - Class in org.dom4j.tree
-
DefaultCDATA
is the default CDATA implementation.
- DefaultCDATA(String) - Constructor for class org.dom4j.tree.DefaultCDATA
-
DOCUMENT ME!
- DefaultCDATA(Element, String) - Constructor for class org.dom4j.tree.DefaultCDATA
-
DOCUMENT ME!
- DefaultComment - Class in org.dom4j.tree
-
DefaultComment
is the default Comment implementation.
- DefaultComment(String) - Constructor for class org.dom4j.tree.DefaultComment
-
DOCUMENT ME!
- DefaultComment(Element, String) - Constructor for class org.dom4j.tree.DefaultComment
-
DOCUMENT ME!
- DefaultDocument - Class in org.dom4j.tree
-
DefaultDocument
is the default DOM4J default implementation of
an XML document.
- DefaultDocument() - Constructor for class org.dom4j.tree.DefaultDocument
-
- DefaultDocument(String) - Constructor for class org.dom4j.tree.DefaultDocument
-
- DefaultDocument(Element) - Constructor for class org.dom4j.tree.DefaultDocument
-
- DefaultDocument(DocumentType) - Constructor for class org.dom4j.tree.DefaultDocument
-
- DefaultDocument(Element, DocumentType) - Constructor for class org.dom4j.tree.DefaultDocument
-
- DefaultDocument(String, Element, DocumentType) - Constructor for class org.dom4j.tree.DefaultDocument
-
- DefaultDocumentType - Class in org.dom4j.tree
-
DefaultDocumentType
is the DOM4J default implementation of an
XML document type.
- DefaultDocumentType() - Constructor for class org.dom4j.tree.DefaultDocumentType
-
- DefaultDocumentType(String, String) - Constructor for class org.dom4j.tree.DefaultDocumentType
-
This will create a new DocumentType
with a reference to
the external DTD
- DefaultDocumentType(String, String, String) - Constructor for class org.dom4j.tree.DefaultDocumentType
-
This will create a new DocumentType
with a reference to
the external DTD
- DefaultElement - Class in org.dom4j.tree
-
DefaultElement
is the default DOM4J default implementation of
an XML element.
- DefaultElement(String) - Constructor for class org.dom4j.tree.DefaultElement
-
- DefaultElement(QName) - Constructor for class org.dom4j.tree.DefaultElement
-
- DefaultElement(QName, int) - Constructor for class org.dom4j.tree.DefaultElement
-
- DefaultElement(String, Namespace) - Constructor for class org.dom4j.tree.DefaultElement
-
- DefaultEntity - Class in org.dom4j.tree
-
DefaultEntity
is the default Entity implementation.
- DefaultEntity(String) - Constructor for class org.dom4j.tree.DefaultEntity
-
Creates the Entity
with the specified name
- DefaultEntity(String, String) - Constructor for class org.dom4j.tree.DefaultEntity
-
Creates the Entity
with the specified name and text.
- DefaultEntity(Element, String, String) - Constructor for class org.dom4j.tree.DefaultEntity
-
Creates the Entity
with the specified name and text.
- defaultMaximumAllowedCharacter() - Method in class org.dom4j.io.XMLWriter
-
Returns the maximum allowed character code that should be allowed
unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO- (8
bit).
- DefaultNamespace - Class in org.dom4j.tree
-
DefaultNamespace
implements a doubly linked node which
supports the parent relationship and is mutable.
- DefaultNamespace(String, String) - Constructor for class org.dom4j.tree.DefaultNamespace
-
DOCUMENT ME!
- DefaultNamespace(Element, String, String) - Constructor for class org.dom4j.tree.DefaultNamespace
-
DOCUMENT ME!
- DefaultNamespaceContext - Class in org.dom4j.xpath
-
DefaultNamespaceContext
implements a Jaxen NamespaceContext
such that a context node is used to determine the current XPath namespace
prefixes and namespace URIs available.
- DefaultNamespaceContext(Element) - Constructor for class org.dom4j.xpath.DefaultNamespaceContext
-
- DefaultPattern - Class in org.dom4j.rule.pattern
-
DefaultPattern
a default implementation of Pattern which can
take any XPath implementation or NodeFilter for defining the pattern.
- DefaultPattern(NodeFilter) - Constructor for class org.dom4j.rule.pattern.DefaultPattern
-
- DefaultProcessingInstruction - Class in org.dom4j.tree
-
DefaultProcessingInstruction
is the default Processing
Instruction implementation.
- DefaultProcessingInstruction(String, Map) - Constructor for class org.dom4j.tree.DefaultProcessingInstruction
-
This will create a new PI with the given target and values
- DefaultProcessingInstruction(String, String) - Constructor for class org.dom4j.tree.DefaultProcessingInstruction
-
This will create a new PI with the given target and values
- DefaultProcessingInstruction(Element, String, String) - Constructor for class org.dom4j.tree.DefaultProcessingInstruction
-
This will create a new PI with the given target and values
- DefaultText - Class in org.dom4j.tree
-
DefaultText
is the default Text implementation.
- DefaultText(String) - Constructor for class org.dom4j.tree.DefaultText
-
DOCUMENT ME!
- DefaultText(Element, String) - Constructor for class org.dom4j.tree.DefaultText
-
DOCUMENT ME!
- DefaultXPath - Class in org.dom4j.xpath
-
Default implementation of
XPath
which uses the
Jaxen project.
- DefaultXPath(String) - Constructor for class org.dom4j.xpath.DefaultXPath
-
Construct an XPath
- deleteData(int, int) - Method in class org.dom4j.dom.DOMCDATA
-
- deleteData(int, int) - Method in class org.dom4j.dom.DOMComment
-
- deleteData(CharacterData, int, int) - Static method in class org.dom4j.dom.DOMNodeHelper
-
- deleteData(int, int) - Method in class org.dom4j.dom.DOMText
-
- detach() - Method in interface org.dom4j.Node
-
Removes this node from its parent if there is one.
- detach() - Method in class org.dom4j.tree.AbstractNode
-
- Document - Interface in org.dom4j
-
Document
defines an XML Document.
- document - Variable in class org.dom4j.swing.DocumentTreeModel
-
The document for this model
- DOCUMENT_NODE - Static variable in interface org.dom4j.Node
-
Matches Document nodes
- DOCUMENT_TYPE_NODE - Static variable in interface org.dom4j.Node
-
Matches DocumentType nodes
- DocumentException - Exception in org.dom4j
-
DocumentException
is a nested Exception which may be thrown
during the processing of a DOM4J document.
- DocumentException() - Constructor for exception org.dom4j.DocumentException
-
- DocumentException(String) - Constructor for exception org.dom4j.DocumentException
-
- DocumentException(Throwable) - Constructor for exception org.dom4j.DocumentException
-
- DocumentException(String, Throwable) - Constructor for exception org.dom4j.DocumentException
-
- DocumentFactory - Class in org.dom4j
-
DocumentFactory
is a collection of factory methods to allow
easy custom building of DOM4J trees.
- DocumentFactory() - Constructor for class org.dom4j.DocumentFactory
-
- DocumentHelper - Class in org.dom4j
-
DocumentHelper
is a collection of helper methods for using
DOM4J.
- documentLocator(Document) - Method in class org.dom4j.io.SAXWriter
-
The Locator
is only really useful when parsing a
textual document as its main purpose is to identify the line and column
number.
- DocumentResult - Class in org.dom4j.io
-
DocumentResult
implements a JAXP
SAXResult
for a
Document
.
- DocumentResult() - Constructor for class org.dom4j.io.DocumentResult
-
- DocumentResult(SAXContentHandler) - Constructor for class org.dom4j.io.DocumentResult
-
- DocumentSource - Class in org.dom4j.io
-
DocumentSource
implements a JAXP SAXSource
for a
.
- DocumentSource(Node) - Constructor for class org.dom4j.io.DocumentSource
-
Creates a JAXP
SAXSource
for the given
Node
.
- DocumentSource(Document) - Constructor for class org.dom4j.io.DocumentSource
-
Creates a JAXP
SAXSource
for the given
Document
.
- DocumentTreeModel - Class in org.dom4j.swing
-
DocumentTreeModel
implements a Swing TreeModel for a dom4j XML
Document.
- DocumentTreeModel(Document) - Constructor for class org.dom4j.swing.DocumentTreeModel
-
- DocumentType - Interface in org.dom4j
-
DocumentType
defines an XML DOCTYPE declaration.
- DOM4J_FEATURE - Static variable in class org.dom4j.io.DocumentSource
-
If TransformerFactory.getFeature(java.lang.String)
returns
true
when passed this value as an argument then the
Transformer natively supports dom4j .
- DOMAttribute - Class in org.dom4j.dom
-
DOMAttribute
implements a doubly linked attribute which
supports the W3C DOM API.
- DOMAttribute(QName) - Constructor for class org.dom4j.dom.DOMAttribute
-
- DOMAttribute(QName, String) - Constructor for class org.dom4j.dom.DOMAttribute
-
- DOMAttribute(Element, QName, String) - Constructor for class org.dom4j.dom.DOMAttribute
-
- DOMAttributeNodeMap - Class in org.dom4j.dom
-
DOMAttributeNodeMap
implements a W3C NameNodeMap for the
attributes of an element.
- DOMAttributeNodeMap(DOMElement) - Constructor for class org.dom4j.dom.DOMAttributeNodeMap
-
- DOMCDATA - Class in org.dom4j.dom
-
DOMCDATA
implements a CDATA Section which supports the W3C DOM
API.
- DOMCDATA(String) - Constructor for class org.dom4j.dom.DOMCDATA
-
- DOMCDATA(Element, String) - Constructor for class org.dom4j.dom.DOMCDATA
-
- DOMComment - Class in org.dom4j.dom
-
DOMText
implements a Text node which supports the W3C DOM API.
- DOMComment(String) - Constructor for class org.dom4j.dom.DOMComment
-
- DOMComment(Element, String) - Constructor for class org.dom4j.dom.DOMComment
-
- DOMDocument - Class in org.dom4j.dom
-
DOMDocument
implements an XML document which supports the W3C
DOM API.
- DOMDocument() - Constructor for class org.dom4j.dom.DOMDocument
-
- DOMDocument(String) - Constructor for class org.dom4j.dom.DOMDocument
-
- DOMDocument(DOMElement) - Constructor for class org.dom4j.dom.DOMDocument
-
- DOMDocument(DOMDocumentType) - Constructor for class org.dom4j.dom.DOMDocument
-
- DOMDocument(DOMElement, DOMDocumentType) - Constructor for class org.dom4j.dom.DOMDocument
-
- DOMDocument(String, DOMElement, DOMDocumentType) - Constructor for class org.dom4j.dom.DOMDocument
-
- DOMDocumentFactory - Class in org.dom4j.dom
-
DOMDocumentFactory
is a factory of DOM4J objects which
implement the W3C DOM API.
- DOMDocumentFactory() - Constructor for class org.dom4j.dom.DOMDocumentFactory
-
- DOMDocumentType - Class in org.dom4j.dom
-
DOMDocumentType
implements a DocumentType node which supports
the W3C DOM API.
- DOMDocumentType() - Constructor for class org.dom4j.dom.DOMDocumentType
-
- DOMDocumentType(String, String) - Constructor for class org.dom4j.dom.DOMDocumentType
-
- DOMDocumentType(String, String, String) - Constructor for class org.dom4j.dom.DOMDocumentType
-
- DOMElement - Class in org.dom4j.dom
-
DOMElement
implements an XML element which supports the W3C
DOM API.
- DOMElement(String) - Constructor for class org.dom4j.dom.DOMElement
-
- DOMElement(QName) - Constructor for class org.dom4j.dom.DOMElement
-
- DOMElement(QName, int) - Constructor for class org.dom4j.dom.DOMElement
-
- DOMElement(String, Namespace) - Constructor for class org.dom4j.dom.DOMElement
-
- DOMEntityReference - Class in org.dom4j.dom
-
DOMEntity
implements a Entity node which supports the W3C DOM
API.
- DOMEntityReference(String) - Constructor for class org.dom4j.dom.DOMEntityReference
-
- DOMEntityReference(String, String) - Constructor for class org.dom4j.dom.DOMEntityReference
-
- DOMEntityReference(Element, String, String) - Constructor for class org.dom4j.dom.DOMEntityReference
-
- DOMNamespace - Class in org.dom4j.dom
-
DOMNamespace
implements a Namespace that is compatable with
the DOM API.
- DOMNamespace(String, String) - Constructor for class org.dom4j.dom.DOMNamespace
-
- DOMNamespace(Element, String, String) - Constructor for class org.dom4j.dom.DOMNamespace
-
- DOMNodeHelper - Class in org.dom4j.dom
-
DOMNodeHelper
contains a collection of utility methods for use
across Node implementations.
- DOMNodeHelper() - Constructor for class org.dom4j.dom.DOMNodeHelper
-
- DOMNodeHelper.EmptyNodeList - Class in org.dom4j.dom
-
- DOMProcessingInstruction - Class in org.dom4j.dom
-
DOMProcessingInstruction
implements a ProcessingInstruction
node which supports the W3C DOM API.
- DOMProcessingInstruction(String, Map) - Constructor for class org.dom4j.dom.DOMProcessingInstruction
-
- DOMProcessingInstruction(String, String) - Constructor for class org.dom4j.dom.DOMProcessingInstruction
-
- DOMProcessingInstruction(Element, String, String) - Constructor for class org.dom4j.dom.DOMProcessingInstruction
-
- DOMReader - Class in org.dom4j.io
-
DOMReader
navigates a W3C DOM tree and creates a DOM4J tree
from it.
- DOMReader() - Constructor for class org.dom4j.io.DOMReader
-
- DOMReader(DocumentFactory) - Constructor for class org.dom4j.io.DOMReader
-
- DOMText - Class in org.dom4j.dom
-
DOMText
implements a Text node which supports the W3C DOM API.
- DOMText(String) - Constructor for class org.dom4j.dom.DOMText
-
- DOMText(Element, String) - Constructor for class org.dom4j.dom.DOMText
-
- DOMWriter - Class in org.dom4j.io
-
DOMWriter
takes a DOM4J tree and outputs it as a W3C DOM
object
- DOMWriter() - Constructor for class org.dom4j.io.DOMWriter
-
- DOMWriter(Class) - Constructor for class org.dom4j.io.DOMWriter
-
- dtdHandler(Document) - Method in class org.dom4j.io.SAXWriter
-
We do not yet support DTD or XML Schemas so this method does nothing
right now.