public class XPathParser extends Object
| Constructor and Description |
|---|
XPathParser(File file) |
| Modifier and Type | Method and Description |
|---|---|
<X> void |
parse(Node node,
X dto) |
String |
parse(String expression) |
<X> void |
parse(String what,
Class<X> type,
List<X> map) |
protected String |
processValue(String value) |
public <X> void parse(String what, Class<X> type, List<X> map) throws XPathExpressionException, Exception
XPathExpressionExceptionExceptionCopyright © 2021. All rights reserved.