public class DqcConvert4 extends Object implements DqcConvertIF
Modifier and Type | Field and Description |
---|---|
static boolean |
debugDBurl |
static boolean |
debugURL |
static boolean |
debugXML |
static boolean |
debugXMLopen |
protected static org.jdom2.Namespace |
defNS |
static boolean |
showParsedXML |
static boolean |
showXMLoutput |
protected static org.jdom2.Namespace |
xlinkNS |
Constructor and Description |
---|
DqcConvert4() |
Modifier and Type | Method and Description |
---|---|
QueryCapability |
parseXML(DqcFactory fac,
org.jdom2.Document jdomDoc,
URI uri)
Create an QueryCapability from an XML document at a named URL.
|
protected InvDocumentation |
readDocumentation(org.jdom2.Element s) |
org.jdom2.Document |
writeQC(QueryCapability qc) |
void |
writeXML(QueryCapability qc,
OutputStream os)
Write the catalog as an XML document to the specified stream.
|
public static boolean debugURL
public static boolean debugXML
public static boolean debugDBurl
public static boolean debugXMLopen
public static boolean showParsedXML
public static boolean showXMLoutput
protected static final org.jdom2.Namespace defNS
protected static final org.jdom2.Namespace xlinkNS
public QueryCapability parseXML(DqcFactory fac, org.jdom2.Document jdomDoc, URI uri) throws IOException
parseXML
in interface DqcConvertIF
uri
- : the URI that the XML doc is at.IOException
protected InvDocumentation readDocumentation(org.jdom2.Element s)
public org.jdom2.Document writeQC(QueryCapability qc)
public void writeXML(QueryCapability qc, OutputStream os) throws IOException
writeXML
in interface DqcConvertIF
qc
- write this QueryCapabilityos
- write to this OutputStreamIOException
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.