| Package | Description |
|---|---|
| org.protempa.xml |
| Modifier and Type | Method and Description |
|---|---|
static TableDestination |
XMLConfiguration.readTableQueryResultsHandlerAsXML(InputStream inputStream,
BufferedWriter dataWriter,
KnowledgeSource knowledgeSource)
Read XML from the specified
InputStream that describes a Protempa
TableQueryResultsHandler and create the TableQueryResultsHandler. |
static TableDestination |
XMLConfiguration.readTableQueryResultsHandlerAsXML(Reader reader,
BufferedWriter dataWriter,
KnowledgeSource knowledgeSource)
Read XML from the specified
Reader that describes a Protempa
TableQueryResultsHandler and create the TableQueryResultsHandler. |
static TableDestination |
XMLConfiguration.readTableQueryResultsHandlerAsXML(String str,
BufferedWriter dataWriter,
KnowledgeSource knowledgeSource)
Read XML from the specified string that describes a Protempa
TableQueryResultsHandler and create the
TableQueryResultsHandler. |
static TableDestination |
XMLConfiguration.readTableQueryResultsHandlerAsXML(URL url,
BufferedWriter dataWriter,
KnowledgeSource knowledgeSource)
Read XML from the specified URL that describes a Protempa
TableQueryResultsHandler and create the
TableQueryResultsHandler. |
static TableDestination |
XMLConfiguration.readTableQueryResultsHandlerFactoryAsXML(File file,
BufferedWriter dataWriter,
KnowledgeSource knowledgeSource)
Read XML from the specified file that describes a Protempa
TableQueryResultsHandler and create the
TableQueryResultsHandler. |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLConfiguration.writeTableDestinationAsXML(TableDestination destination,
File file,
boolean surpressSchemaReference,
KnowledgeSource knowledgeSource)
Write the given
TableDestination query to the specified
file. |
static void |
XMLConfiguration.writeTableDestinationAsXML(TableDestination destination,
File file,
KnowledgeSource knowledgeSource)
Write the given
TableDestination query to the specified
file. |
static void |
XMLConfiguration.writeTableDestinationAsXML(TableDestination destination,
Writer writer,
boolean surpressSchemaReference,
KnowledgeSource knowledgeSource)
Write the given
TableDestination query using the
specified Writer. |
Copyright © 2012–2017 Emory University. All rights reserved.