public class XPathHelper extends Object
| Constructor and Description |
|---|
XPathHelper() |
XPathHelper(String systemSettingKey,
String systemSettingValue,
String objectModel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVersionSupported(XPathFactory factory,
String version) |
boolean |
isXPath10Supported(XPathFactory factory)
http://docs.oracle.com/javase/8/docs/api/javax/xml/xpath/XPathFactory.html
|
boolean |
isXPath20Supported(XPathFactory factory)
see http://stackoverflow.com/questions/7951879/which-version-of-xpath-and-xslt-am-i-using and http://stackoverflow.com/questions/926222/using-saxon-xpath-engine-in-java
|
XPathFactory |
newXPathFactory() |
public XPathFactory newXPathFactory()
public boolean isVersionSupported(XPathFactory factory, String version)
public boolean isXPath10Supported(XPathFactory factory)
factory - the factory to be checkedpublic boolean isXPath20Supported(XPathFactory factory)
factory - the factory to be checkedCopyright © 2015–2017 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.