Package com.spun.util.io.xml
Class XmlMapExtractor
java.lang.Object
com.spun.util.io.xml.XmlMapExtractor
- All Implemented Interfaces:
XmlExtractor
public class XmlMapExtractor extends Object implements XmlExtractor
-
Constructor Summary
Constructors Constructor Description XmlMapExtractor(XmlMap[] xmlMaps, Class<?> clazz)XmlMapExtractor(Class<?> clazz) -
Method Summary
Modifier and Type Method Description ObjectextractObjectForNode(Node node)StringtoString()
-
Constructor Details
-
XmlMapExtractor
public XmlMapExtractor(XmlMap[] xmlMaps, Class<?> clazz) throws InstantiationException, IllegalAccessException -
XmlMapExtractor
-
-
Method Details
-
extractObjectForNode
public Object extractObjectForNode(Node node) throws IllegalArgumentException, InvocationTargetException, InstantiationException, IllegalAccessException- Specified by:
extractObjectForNodein interfaceXmlExtractor- Throws:
IllegalArgumentExceptionInvocationTargetExceptionInstantiationExceptionIllegalAccessException
-
toString
-