org.dom4j.tree

Class AbstractEntity

public abstract class AbstractEntity extends AbstractNode implements Entity

AbstractEntity is an abstract base class for tree implementors to use for implementation inheritence.

Version: $Revision: 1.15 $

Author: James Strachan

Constructor Summary
AbstractEntity()
Method Summary
voidaccept(Visitor visitor)
StringasXML()
shortgetNodeType()
StringgetPath(Element context)
StringgetStringValue()
StringgetUniquePath(Element context)
StringtoString()
voidwrite(Writer writer)

Constructor Detail

AbstractEntity

public AbstractEntity()

Method Detail

accept

public void accept(Visitor visitor)

asXML

public String asXML()

getNodeType

public short getNodeType()

getPath

public String getPath(Element context)

getStringValue

public String getStringValue()

getUniquePath

public String getUniquePath(Element context)

toString

public String toString()

write

public void write(Writer writer)
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge