org.dom4j.tree
Class DefaultElement
public
class
DefaultElement
extends AbstractElement
DefaultElement
is the default DOM4J default implementation of
an XML element.
Version: $Revision: 1.59 $
Author: James Strachan
public DefaultElement(String name)
public DefaultElement(
QName qname)
public DefaultElement(
QName qname, int attributeCount)
public DefaultElement(String name,
Namespace namespace)
public List additionalNamespaces()
public List additionalNamespaces(String defaultNamespaceURI)
protected void addNewNode(
Node node)
public int attributeCount()
public Iterator attributeIterator()
protected List attributeList()
protected List attributeList(int size)
public List attributes()
public void clearContent()
public Object clone()
protected List contentList()
public List declaredNamespaces()
public
Element element(String name)
public
Namespace getNamespaceForPrefix(String prefix)
public
Namespace getNamespaceForURI(String uri)
public String getStringValue()
public String getText()
public int indexOf(
Node node)
public
Node node(int index)
public int nodeCount()
public Iterator nodeIterator()
public List processingInstructions()
public List processingInstructions(String target)
protected boolean removeNode(
Node node)
public boolean removeProcessingInstruction(String target)
protected void setAttributeList(List attributeList)
public void setAttributes(List attributes)
public void setContent(List content)
public void setDocument(
Document document)
public void setParent(
Element parent)
public void setQName(
QName name)
public boolean supportsParent()
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by
SourceForge