Package aQute.lib.xpath
Class XPathParser
java.lang.Object
aQute.lib.xpath.XPathParser
- Direct Known Subclasses:
SettingsParser
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final DocumentBuilderFactory
private static final MethodType
(package private) final Document
(package private) final XPath
(package private) static final XPathFactory
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dbf
-
xpf
-
xp
-
doc
-
defaultConstructor
-
-
Constructor Details
-
XPathParser
- Throws:
Exception
-
-
Method Details
-
parse
public <X> void parse(String what, Class<X> type, List<X> map) throws XPathExpressionException, Exception - Throws:
XPathExpressionException
Exception
-
newInstance
- Throws:
Exception
-
parse
- Throws:
Exception
-
processValue
-
parse
- Throws:
Exception
-