Uses of Interface
com.spun.util.io.xml.XmlExtractor
| Package | Description |
|---|---|
| com.spun.util.database | |
| com.spun.util.io.xml |
-
Uses of XmlExtractor in com.spun.util.database
Classes in com.spun.util.database that implement XmlExtractor Modifier and Type Class Description classXmlDatabaseMapExtractor -
Uses of XmlExtractor in com.spun.util.io.xml
Classes in com.spun.util.io.xml that implement XmlExtractor Modifier and Type Class Description static classBasicExtractor.BooleanExtractorstatic classBasicExtractor.DoubleExtractorstatic classBasicExtractor.IntegerExtractorstatic classBasicExtractor.StringExtractorstatic classBasicExtractor.TimestampExtractorclassXmlMapExtractorMethods in com.spun.util.io.xml that return XmlExtractor Modifier and Type Method Description static XmlExtractorBasicExtractor. get(Class<?> clazz)XmlExtractorXmlMap. getExtractor()Constructors in com.spun.util.io.xml with parameters of type XmlExtractor Constructor Description XmlMap(String xmlName, String settingFunction, XmlExtractor extractor)