org.dom4j.tree

Class AbstractComment

public abstract class AbstractComment extends AbstractCharacterData implements Comment

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

Version: $Revision: 1.13 $

Author: James Strachan

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

Constructor Detail

AbstractComment

public AbstractComment()

Method Detail

accept

public void accept(Visitor visitor)

asXML

public String asXML()

getNodeType

public short getNodeType()

getPath

public String getPath(Element context)

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