|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvCatalogConvertIF
Converts JDOM tree to Inventory Catalog Objects.
InvCatalogFactory
Method Summary | |
---|---|
InvCatalogImpl |
parseXML(InvCatalogFactory fac,
org.jdom.Document doc,
URI uri)
Create an InvCatalogImpl from a parsed document tree. |
void |
writeXML(InvCatalogImpl catalog,
OutputStream os)
Write the catalog as an XML document to the specified stream. |
void |
writeXML(InvCatalogImpl catalog,
OutputStream os,
boolean raw)
|
Method Detail |
---|
InvCatalogImpl parseXML(InvCatalogFactory fac, org.jdom.Document doc, URI uri)
fac
- use this factorydoc
- : a parsed document tree.uri
- : the URI for the document.
void writeXML(InvCatalogImpl catalog, OutputStream os) throws IOException
catalog
- write this catalogos
- write to this OutputStream
IOException
- on errorvoid writeXML(InvCatalogImpl catalog, OutputStream os, boolean raw) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |