Uses of Class
com.spun.util.io.xml.XmlMap
| Package | Description |
|---|---|
| com.spun.util.io.xml |
-
Uses of XmlMap in com.spun.util.io.xml
Methods in com.spun.util.io.xml that return XmlMap Modifier and Type Method Description XmlMap[]XmlExtractable. getXmlMap()static XmlMapDatabaseObjectXMLUtils. map(Class<?> clazz)Methods in com.spun.util.io.xml with parameters of type XmlMap Modifier and Type Method Description static DatabaseObject[]DatabaseObjectXMLUtils. extract(String xml, XmlMap[] xmlMaps)static XmlTranslatorXmlMapTranslator. get(Class<?> clazz, XmlMap[] maps)Constructors in com.spun.util.io.xml with parameters of type XmlMap Constructor Description XmlMapExtractor(XmlMap[] xmlMaps, Class<?> clazz)XmlTranslator(XmlMap[] maps)