Uses of Interface org.dom4j.Branch

Uses in package org.dom4j.io

Methods with parameter type org.dom4j.Branch

void
DOMReader.readElement(org.w3c.dom.Node node, Branch current)
void
DOMReader.readTree(org.w3c.dom.Node node, Branch current)
void
Writes each child node within the provided Branchinstance.
void
SAXWriter.writeContent(Branch branch, org.dom4j.tree.NamespaceStack namespaceStack)

Uses in package org.dom4j.util

Classes implementing org.dom4j.Branch

class
IndexedElement is an implementation of Elementwhich 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

Uses in package org.dom4j.datatype

Classes implementing org.dom4j.Branch

class
DatatypeElement represents an Element which supports the XML Schema Data Types specification.

Uses in package org.dom4j

Constructors with parameter type org.dom4j.Branch

IllegalAddException.IllegalAddException(Branch parent, Node node, String reason)

Methods with parameter type org.dom4j.Branch

void
Appends the content of the given branch to this branch instance.
Element
DocumentHelper.makeElement(Branch source, String path)
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.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo