|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.helpers.FileHelper | +--planetj.helpers.XMLHelper
Extensible Markup Language This class will assist in creating XML files.
Creation date: (1/21/2002 6:05:48 PM)
Method Summary | |
StringBuffer |
generateXMLFile(IXMLObject pXMLObject,
XMLFileDescriptor pXMLFileDescriptor)
This method will return a StringBuffer in XML format according to pXMLObject.getXMLData(). |
String |
getXMLHeader()
Returns the XML header information needed at the top of every XML file. |
static XMLFileDescriptor |
newXMLFileDescriptor()
This is the only way to get an instance of a new XMLFileDescriptor Creation date: (1/21/2002 7:37:17 PM) |
static XMLFileDescriptor |
newXMLFileDescriptor(FilePropertyGroup pProperties)
This is the only way to get an instance of a new XMLFileDescriptor Creation date: (12/5/2001 3:15:14 PM) |
static XMLHelper |
singleton()
XMLHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (1/21/2002 6:07:47 PM) |
Methods inherited from class planetj.helpers.FileHelper |
getAS400, getFileSeparator, newFileDescriptor, newFileDescriptor, validateFileName, writeData |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public StringBuffer generateXMLFile(IXMLObject pXMLObject, XMLFileDescriptor pXMLFileDescriptor) throws CMException
CMException
public String getXMLHeader()
public static XMLFileDescriptor newXMLFileDescriptor()
public static XMLFileDescriptor newXMLFileDescriptor(FilePropertyGroup pProperties)
public static XMLHelper singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |