|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AbstractNamespace is an abstract base class for
tree implementors to use for implementation inheritence.AbstractBranch is an abstract base class for
tree implementors to use for implementation inheritence.AbstractCDATA is an abstract base class for
tree implementors to use for implementation inheritence.AbstractCharacterData is an abstract base class for
tree implementors to use for implementation inheritence.AbstractComment is an abstract base class for
tree implementors to use for implementation inheritence.AbstractDocument is an abstract base class for
tree implementors to use for implementation inheritence.AbstractDocumentType is an abstract base class for
tree implementors to use for implementation inheritence.AbstractElement is an abstract base class for
tree implementors to use for implementation inheritence.AbstractEntity is an abstract base class for
tree implementors to use for implementation inheritence.AbstractNode is an abstract base class for
tree implementors to use for implementation inheritence.AbstractProcessingInstruction is an abstract base class for
tree implementors to use for implementation inheritence.AbstractText is an abstract base class for
tree implementors to use for implementation inheritence.accept is the method used in the Visitor Pattern.
accept method is the Visitor Pattern method.
accept method is the Visitor Pattern method.
Action represents some default action which should occur
when a rule matches a node in the XSLT processing model.Attribute to this element.
CDATA to this element.
Comment to this branch.
Element to this branch.
Entity to this element.
Namespace to this element.
Node or throws IllegalAddException
if the given node is not of a valid type.
ProcessingInstruction to this branch.
Text to this element.
CDATA node with the given text to this element.
Comment node with the given text to this element.
Comment node with the given text to this branch.
Mode instance
Element node with the given QName
to this branch and returns a reference to the new node.
Element node with the given name to this branch
and returns a reference to the new node.
Element node with the given qualified name
and namespace URI to this branch and returns a reference to the new node.
Entity node with the given name and text
to this element and returns a reference to the new node.
ElementHandler to be called when the
specified path is encounted.
ElementHandler to be called when the
specified path is encounted.
ElementHandler to be called when the
specified path is encounted.
Element.getNamespace() method.
Text node with the given text to this element.
asXML returns the textual XML representation of this
node.
asXPathResult returns a version of this node which is
capable of being an XPath result.
Attribute defines an XML attribute.AttributeDecl represents an attribute declaration in a DTD.AttributeHelper a number of helper methods for
working with attribute values.Attribute instances this element contains as
a backed List so that the attributes may be modified directly
using the List interface.
BackedList represents a list of content
of a Branch.BaseElement is a useful base class for implemementation
inheritence of an XML element.BeanAttribute represents a mutable XML attribute which
is backed by a property of the JavaBean of its parent element.BeanAttributeList implements a list of Attributes
which are the properties of a JavaBean.BeanDocumentFactory is a factory of DOM4J objects
which may be BeanElements which are backed by JavaBeans
and their properties.BeanElement uses a Java Bean to store its attributes.BeanMetaData contains metadata about a bean class.Branch interface defines the common behaviour
for Nodes which can contain child nodes (content) such as
XML elements and documents.BranchTreeNode implements the Swing TreeNode interface
to bind dom4j XML Branch nodes (i.e.Map instances indexed by URI which contain
caches of Namespace for each prefix
CDATA defines an XML CDATA section.CharacterData is a marker interface for
character based nodes such as the CDATA, Comment
and Text nodes.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.
Comment defines the behavior of an XML comment.List
so that the content of this branch may be modified directly using
the List interface.
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.Mode instance
which should add the necessary default rules
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.