public class XPathParser
extends java.lang.Object
| Constructor and Description |
|---|
XPathParser(java.io.File file) |
public XPathParser(java.io.File file)
throws java.lang.Exception
java.lang.Exceptionpublic <X> void parse(java.lang.String what,
java.lang.Class<X> type,
java.util.List<X> map)
throws javax.xml.xpath.XPathExpressionException,
java.lang.Exception
javax.xml.xpath.XPathExpressionExceptionjava.lang.Exceptionpublic <X> void parse(org.w3c.dom.Node node,
X dto)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String parse(java.lang.String expression)
throws java.lang.Exception
java.lang.ExceptionCopyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.