|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
SAXContentHandler
builds a dom4j tree via SAX events.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.SchemaParser
reads an XML Schema Document.SingleIterator
is an Iterator
over a single
object instance.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.
Element.addAttribute(QName,String)
instead.
XSDatatype
for the given
<attribute> QNames
SAXReader
.
List
of
Node
instances.
ContentHandler
called when SAX events
are raised
DTDHandler
.
Node.setText(java.lang.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.
setDocument
sets the document of this node if the
parent relationship is supported or does nothing if the parent
relationship is not supported.
Source
Document
instance that this
TreeModel
is based on
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).
Document
instance.
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.
setParent
sets the parent relationship of
this node if the parent relationship is supported or does nothing
if the parent relationship is not supported.
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.
Source
.
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.
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 |