public interface InvCatalogConvertIF
InvCatalogFactory
Modifier and Type | Method and Description |
---|---|
InvCatalogImpl |
parseXML(InvCatalogFactory fac,
org.jdom2.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) |
InvCatalogImpl parseXML(InvCatalogFactory fac, org.jdom2.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 OutputStreamIOException
- on errorvoid writeXML(InvCatalogImpl catalog, OutputStream os, boolean raw) throws IOException
IOException
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.