com.simonstl.moe.visitor
Interface MOEtoTextI
- All Known Implementing Classes:
- MOEtoXML
- public interface MOEtoTextI
The MOEtoTextI interface defines a set of methods which can be used to convert any MOE object into text. The rules used for that conversion may vary from implementation to implementation.
version 0.01 is the initial release.
- Version:
- 0.01 7 October 2001
- Author:
- Simon St.Laurent
toString
public java.lang.String toString(CoreComponentI host)
toString
public java.lang.String toString(CoreComponentI host,
NamespaceContext context)
toStringBuffer
public java.lang.StringBuffer toStringBuffer(CoreComponentI host)
toStringBuffer
public java.lang.StringBuffer toStringBuffer(CoreComponentI host,
NamespaceContext context)