Reads a Document from the given array of characters
Reads a Document from the given array of characters
Reads a Document from the given File
Reads a Document from the given File
Reads a Document from the given File
Reads a Document from the given InputSource
using SAX
Reads a Document from the given stream using SAX
Reads a Document from the given stream
Reads a Document from the given stream
Reads a Document from the given stream using SAX
Reads a Document from the given stream
Reads a Document from the given stream
Reads a Document from the given Reader
using SAX
Reads a Document from the given Reader
Reads a Document from the given Reader
Reads a Document from the given Reader
using SAX
Reads a Document from the given Reader
Reads a Document from the given Reader
Reads a Document from the given URL or filename using SAX.
Reads a Document from the given URL or filename.
Reads a Document from the given URL or filename.
Reads a Document from the given URL
using SAX
Reads a Document from the given URL
Reads a Document from the given URL
Constructs a DOM4J Attribute from the provided event stream.
Constructs a DOM4J Text or CDATA section from the provided event stream.
Constructs a DOM4J Comment from the provided event stream.
Constructs a StAX event stream from the provided I/O stream and reads a
DOM4J document from it.
Constructs a StAX event stream from the provided I/O stream and reads a
DOM4J document from it.
Constructs a StAX event stream from the provided I/O character stream and
reads a DOM4J document from it.
Constructs a StAX event stream from the provided I/O character stream and
reads a DOM4J document from it.
Reads a DOM4J
Document
from the provided stream.
Reads a DOM4J Element from the provided event stream.
Constructs a DOM4J Entity from the provided event stream.
Constructs a DOM4J Namespace from the provided event stream.
Reads a
Node
from the event stream.
Constructs a DOM4J ProcessingInstruction from the provided event stream.
Removes the given Attribute
from this element.
Removes the given CDATA
if the node is an immediate child
of this element.
Removes the given Comment
if the node is an immediate
child of this branch.
Removes the given Element
if the node is an immediate
child of this branch.
Removes the given Entity
if the node is an immediate child
of this element.
Removes the given Namespace
if the node is an immediate
child of this element.
Removes the given Node
if the node is an immediate child
of this branch.
Removes the given ProcessingInstruction
if the node is an
immediate child of this branch.
Removes the given Text
if the node is an immediate child
of this element.
Removes the ElementHandler
from the event based processor,
for the specified path.
Removes the ElementHandler
from the event based processor,
for the specified path.
Removes the ElementHandler
from the event based processor,
for the specified path.
Removes the ElementHandler
from the event based processor,
for the specified path.
Removes the
ElementModifier
from the event based processor, for
the specified element path.
Removes the processing instruction for the given target if it exists
Removes the specified rule from this stylesheet.
reset the instance to a new instance for the implemented strategy
This method clears out all the existing handlers and default handler
setting things back as if no handler existed.
Removes all registered
ElementModifier
instances from the event
based processor.
Rule
matches against DOM4J Node so that some action can be
performed such as in the XSLT processing model.
Rule() - constructor for class org.dom4j.rule.
Rule Constructs a new Rule with the same instance data as the given rule but a
different pattern.
RuleManager
manages a set of rules such that a rule can be
found for a given DOM4J Node using the XSLT processing model.
RuleSet
manages a set of rules which are sorted in order of
relevance according to the XSLT defined conflict resolution policy.
Runs this stylesheet on the given input which should be either a Node or
a List of Node objects.