IllegalAddException
is thrown when a node is added incorrectly
to an
Element
IndexedDocumentFactory
is a factory of XML objects which
create indexed Element implementations to allow quicker lookup via name of
Element and Attributes though at the expense of more memory used to create
the name indexes.
IndexedElement
is an implementation of
Element
which
maintains an index of the attributes and elements it contains to optimise
lookups via name.
Returns the index of the given node if it is a child node of this branch
or -1 if the given node is not a child node.
Installs any XMLFilter objects required to allow the SAX event stream to
be filtered and preprocessed before it gets to dom4j.
return a singleton instance of the class specified in setSingletonClass
InternalEntityDecl
represents an internal entity declaration
in a DTD.
Report an internal entity declaration.
InvalidSchemaException
is thrown when an invalid XML Schema
document is used
InvalidXPathException
is thrown when an invalid XPath
expression is used to traverse an XML document
Should namespace declarations be converted to "xmlns" attributes.
Determines if element is a special case of XML elements where it contains
an xml:space attribute of "preserve".
a Strategy Method to determine if a given entity name is ignorable
Returns whether we should ignore comments or not.
Returns whether we should ignore comments or not.
Returns whether adjacent text nodes should be merged together.
Returns whether adjacent text nodes should be merged together.
Returns true when xml elements are not kept in memory while parsing.
isReadOnly
returns true if this node is read only and
cannot be modified.
isReadOnly
returns true if this node is read only and
cannot be modified.
Sets whether String interning is enabled or disabled for element &
attribute names and namespace URIs.
Sets whether whitespace between element start and end tags should be
ignored
Sets whether whitespace between element start and end tags should be
ignored
Returns true if this Element
has text only content.
Whether or not to use the XHTML standard: like HTML but passes an XML
parser with real, closed tags.