planetj.helpers
Interface IXMLObject
- All Known Implementing Classes: 
 - DBSystem, Field, Library, Row, RowCollection, Table
 
- public interface IXMLObject
 
Interface defining methods required to generate XMLFiles from any object.  This interface makes the XMLHelper, generic
 to any application or any set of Objects.  
 Creation date: (1/21/2002 6:19:58 PM)
 
getXMLData
public StringBuffer getXMLData(StringBuffer pXMLData)
- This returns a StringBuffer containing all necessary XML data for this object.
 Creation date: (1/21/2002 6:42:55 PM)