Frames | No Frames |
Methods with parameter type org.dom4j.Branch | |
void | |
void | |
void | Writes each child node within the provided Branch instance. |
void |
Classes implementing org.dom4j.Branch | |
class | IndexedElement is an implementation of Element which
maintains an index of the attributes and elements it contains to optimise
lookups via name. |
class | NonLazyElement is the default DOM4J default implementation of
an XML element. |
class | UserDataElement support the adornment of a user data object on
an Element or Attribute instance such that the methods
setData(Object) will get and set the values of a user data object. |
Methods with parameter type org.dom4j.Branch | |
int |
Classes implementing org.dom4j.Branch | |
class | DatatypeElement represents an Element which supports the XML Schema Data Types
specification. |
Constructors with parameter type org.dom4j.Branch | |
Methods with parameter type org.dom4j.Branch | |
void | Appends the content of the given branch to this branch instance. |
Element |
makeElement
a helper method which navigates from the given Document or Element node
to some Element using the path expression, creating any necessary
elements along the way. |