public class XmlExtractorUtil extends Object
| Constructor and Description |
|---|
XmlExtractorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
extract(Node node,
String xmlName,
Class<?> clazz) |
static Object |
extractAndTranslateForNode(Node node,
Object addToObject,
XmlTranslator translator) |
static Node |
traverseToTag(String tag,
Node node) |
public static Object[] extract(Node node, String xmlName, Class<?> clazz) throws Exception
Exceptionpublic static Object extractAndTranslateForNode(Node node, Object addToObject, XmlTranslator translator) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2021. All rights reserved.