|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVWtoXML
Provides a way to identify which objects implement a toXML() method.
Method Summary | |
---|---|
void |
toXML(java.lang.StringBuffer theBuffer)
Appends an XML string representing the object to the buffer specified. |
Method Detail |
---|
void toXML(java.lang.StringBuffer theBuffer) throws VWException
theBuffer
- A StringBuffer that will be appended with the XML content.
VWException
- Thrown if the method cannot complete appending the XML to the end of the
buffer.VWXMLUtil
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |