public class LegacyDsParser extends AbstractParser
Modifier and Type | Class and Description |
---|---|
static class |
LegacyDsParser.Tag
A Tag.
|
Constructor and Description |
---|
LegacyDsParser() |
Modifier and Type | Method and Description |
---|---|
DataSources |
parse(java.io.InputStream xmlInputStream)
parse xml string to datasources
|
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsInteger, elementAsLong, elementAsString, elementAsStringNoNest
public DataSources parse(java.io.InputStream xmlInputStream) throws java.lang.Exception
xmlInputStream
- xml file input streamjava.lang.Exception
- exceptionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)