- 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.
- 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
- 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).
- detach() - Method in interface org.dom4j.Node
-
Removes this node from its parent if there is one.
- Document - Interface in org.dom4j
-
Document
defines an XML Document.
- 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() - 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
-
- DocumentSource(Document) - Constructor for class org.dom4j.io.DocumentSource
-
- DocumentType - Interface in org.dom4j
-
DocumentType
defines an XML DOCTYPE declaration.
- DOM4J_FEATURE - Static variable in class org.dom4j.io.DocumentSource
-
- 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
-
- 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.