|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CDATA
defines an XML CDATA section.CharacterData
is a marker interface for character based nodes
such as the CDATA
,Comment
and
Text
nodes.Comment
defines the behavior of an XML comment.ContentListFacade
represents a facade of the content of a
Branch
which is returned via calls to the Branch.content()
method to allow users to modify the content of a
Branch
directly using the List
interface.Map
instances indexed by URI which contain caches of
Namespace
for each prefix
Node
instances this branch may contain.
clone
will return a deep clone or if this node is
read-only then clone will return the same instance.
List
so that
the content of this branch may be modified directly using the
List
interface.
Attribute
event from a
DOM4J Attribute
.
Characters
event from a DOM4J Text
.
Characters
event from a DOM4J CDATA
.
Comment
event from a
DOM4J Comment
.
DTD
event from a DOM4J DocumentType
.
EndDocument
event from a DOM4J Document
.
EndElement
event from a DOM4J Element
.
Mode
instance which should add
the necessary default rules
Namespace
event from a
DOM4J Namespace
.
Namespace
instance
createPattern
parses the given XPath expression to create
an XSLT style Pattern
instance which can then be used in an XSLT
processing model.
createPattern
parses the given XPath expression to create
an XSLT style Pattern
instance which can then be used in an XSLT
processing model.
ProcessingInstruction
event from a DOM4J ProcessingInstruction
.
QName
from a DOM4J QName
.
createSingleton
creates the singleton instance from the
given class name.
StartDocument
event from a DOM4J Document
.
StartElement
event from a DOM4J Element
.
createXPath
parses an XPath expression and creates a new
XPath XPath
instance.
createXPath
parses an XPath expression and creates a new
XPath XPath
instance.
createXPath
parses an XPath expression and creates a new
XPath XPath
instance using the singleton DocumentFactory
.
createXPath
parses an XPath expression and creates a new
XPath XPath
instance using the singleton DocumentFactory
.
createXPath
creates an XPath object for the given
xpathExpression.
createXPathFilter
parses a NodeFilter from the given XPath
filter expression.
createXPathFilter
parses a NodeFilter from the given XPath
filter expression.
createXPathFilter
parses a NodeFilter from the given XPath
filter expression using the singleton DocumentFactory
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |