Interface InvCatalogConvertIF

    • Method Detail

      • parseXML

        InvCatalogImpl parseXML​(InvCatalogFactory fac,
                                org.jdom2.Document doc,
                                URI uri)
        Create an InvCatalogImpl from a parsed document tree.
        Parameters:
        fac - use this factory
        doc - : a parsed document tree.
        uri - : the URI for the document.
        Returns:
        an InvCatalog object
      • writeXML

        void writeXML​(InvCatalogImpl catalog,
                      OutputStream os)
               throws IOException
        Write the catalog as an XML document to the specified stream.
        Parameters:
        catalog - write this catalog
        os - write to this OutputStream
        Throws:
        IOException - on error