filenet.vw.api

Interface IVWtoXML

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void toXML(java.lang.StringBuffer theBuffer)
      Appends an XML string representing the object to the buffer specified.
    • Method Detail

      • toXML

        void toXML(java.lang.StringBuffer theBuffer)
            throws VWException
        Appends an XML string representing the object to the buffer specified.
        Parameters:
        theBuffer - A StringBuffer that will be appended with the XML content.
        Throws:
        VWException - Thrown if the method cannot complete appending the XML to the end of the buffer.
        See Also:
        VWXMLUtil

© Copyright IBM Corporation 2002, 2019. All rights reserved.