|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
SAXContentHandler
builds a dom4j tree via SAX events.XMLReader
to parse the source.
XMLReader
to parse the source.
SAXReader
creates a DOM4J tree from SAX parsing events.SAXValidator
validates an XML document by writing the document
to a text buffer and parsing it with a validating SAX parser.SAXWriter
writes a DOM4J tree to a SAX ContentHandler.Document
, as well as other Node
s, from a StAX
XMLEventReader
.STAXEventReader
instance with a
default DocumentFactory
.
STAXEventReader
instance that uses the
specified DocumentFactory
to construct DOM4J Node
s.
Node
s to a StAX event stream.STAXEventWriter
that writes events to the
provided file.
STAXEventWriter
that writes events to the
provided character stream.
STAXEventWriter
that writes events to the
provided stream.
STAXEventWriter
that writes events to the
provided event stream.
SchemaParser
reads an XML Schema Document.SimpleSingleton
is an implementation of the SingletonStrategy
interface used to provide common factory access for the same object instance.SingleIterator
is an Iterator
over a single object
instance.SingletonStrategy
is an interface used to provide common
factory access for the same object based on an implementation strategy for
singleton.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.selectNodes
performs the given XPath expression on the
List
of Node
instances appending all the results together
into a single list.
selectNodes
performs the given XPath expression on the
List
of Node
instances appending all the results together
into a single list.
selectNodes
evaluates an XPath expression and returns the
result as a List
of Node
instances or
String
instances depending on the XPath expression.
selectNodes
evaluates an XPath expression then sorts the
results using a secondary XPath expression Returns a sorted
List
of Node
instances.
selectNodes
evaluates an XPath expression then sorts the
results using a secondary XPath expression Returns a sorted
List
of Node
instances.
selectNodes
performs this XPath expression on the given
Node
or List
of Node
s instances appending all
the results together into a single list.
selectNodes
evaluates the XPath expression on the given
Node
or List
of Node
s and returns the result as
a List
of Node
s sorted by the sort XPath
expression.
selectNodes
evaluates the XPath expression on the given
Node
or List
of Node
s and returns the result as
a List
of Node
s sorted by the sort XPath
expression.
selectObject
evaluates an XPath expression and returns the
result as an Object
.
selectSingleNode
evaluates an XPath expression and returns
the result as a single Node
instance.
selectSingleNode
evaluates this XPath expression on the
given Node
or List
of Node
s and returns the
result as a single Node
instance.
Element.addAttribute(String,String)
instead. WILL BE REMOVED IN
dom4j-1.6 !!
Element.addAttribute(QName,String)
instead. WILL BE REMOVED IN
dom4j-1.6 !!
AbstractElement.addAttribute(String,String)
instead. WILL BE REMOVED IN
dom4j-1.6 !!
AbstractElement.addAttribute(String,String)
instead. WILL BE REMOVED IN
dom4j-1.6 !!
XSDatatype
for the given
<attribute> QNames
SAXReader
.
List
of
Node
instances.
ContentHandler
called when SAX events are raised
DTDHandler
.
Node.setText(String)
if it doesn't.
Node.setText(java.lang.String)
if it doesn't
ElementHandler
instances have been
registered, this will set a default ElementHandler
to be
called for any path which does NOT have a handler registered.
ElementHandler
instances have been
registered, this will set a default ElementHandler
to be
called for any path which does NOT have a handler registered.
ElementHandler
instances have been
registered, this will set a default ElementHandler
to be
called for any path which does NOT have a handler registered.
setDocument
sets the document of this node if the parent
relationship is supported or does nothing if the parent relationship is
not supported.
SAXSource
Document
instance that this
TreeModel
is based on
DocumentFactory
used to create new
documents.
DocumentFactory
used to create the DOM4J
document tree.
DocumentFactory
used to create new
documents.
DocumentFactory
used to create new
documents.
DocumentFactory
used to create new
documents.
Document
implementation class used by
the writer when creating DOM documents.
Document
implementation class name used
by the writer when creating DOM documents.
Node.setName(java.lang.String)
method.
EntityResolver
.
ErrorHandler
used by the SAX
XMLReader
.
ErrorHandler
used by the SAX
XMLReader
.
ErrorHandler
.
<tagName>
to
<tagName></tagName>
.
org.dom4j.dtd
package
String
to use; this is usually a
String
of empty spaces.
String
's size; an indentSize of
4 would result in the indention being equivalent to the
String
" " (four space characters).
org.dom4j.dtd
package
LexicalHandler
.
UnsupportedOperationException
if it is read-only.
Namespace
of this element or if this element is
read only then an UnsupportedOperationException
is thrown.
<?xml version="1.0"
encoding="UTF-8"?>
)
includes the encoding of the document.
File
.
OutputStream
Writer
.
setParent
sets the parent relationship of this node if the
parent relationship is supported or does nothing if the parent
relationship is not supported.
Document
must only be
written to the output and pruned from the DOM4J tree.
QName
of this element which represents the local
name, the qualified name and the Namespace
.
<?xml version="1.0"
encoding="UTF-8"?>
)
is included or not.
Node.setName(java.lang.String)
method.
UnsupportedOperationException
if it is read-only.
UnsupportedOperationException
is thrown as this class is
read only.
Element.getTextTrim()
.
UnsupportedOperationException
if it is read-only.
SAXSource
.
XMLReader
used to parse SAX events
XMLReader
used to parse SAX events
XMLReader
used to write SAX events to
XMLReader
to be used to parse
SAX events.
XMLWriter
used to write the modified document.
sort
sorts the given List of Nodes using an XPath
expression as a Comparator
.
sort
sorts the given List of Nodes using an XPath
expression as a Comparator
and optionally removing
duplicates.
sort
sorts the given List of Nodes using this XPath
expression as a Comparator
.
sort
sorts the given List of Nodes using this XPath
expression as a Comparator
and optionally removing
duplicates.
sort
sorts the given List of Nodes using this XPath
expression as a Comparator
.
sort
sorts the given List of Nodes using this XPath
expression as a Comparator
and optionally removing duplicates.
supportsParent
returns true if this node supports the
parent relationship.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |