Package com.luciad.format.xml.xpath
Class TLcdXMLXPathFactory
java.lang.Object
javax.xml.xpath.XPathFactory
com.luciad.format.xml.xpath.TLcdXMLXPathFactory
- Direct Known Subclasses:
TLcdAIXM51XPathFactory
Implementation of
XPathFactory
that can create xpath expressions for
graphs of data objects.- Since:
- 10.0
- See Also:
-
Field Summary
Fields inherited from class javax.xml.xpath.XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFeature
(String aName) boolean
isObjectModelSupported
(String aObjectModel) newXPath()
void
setFeature
(String aName, boolean aValue) void
setXPathFunctionResolver
(XPathFunctionResolver aResolver) void
setXPathVariableResolver
(XPathVariableResolver aResolver) Methods inherited from class javax.xml.xpath.XPathFactory
getProperty, newDefaultInstance, newInstance, newInstance, newInstance, setProperty
-
Constructor Details
-
TLcdXMLXPathFactory
public TLcdXMLXPathFactory()
-
-
Method Details
-
getFeature
- Specified by:
getFeature
in classXPathFactory
- Throws:
XPathFactoryConfigurationException
-
isObjectModelSupported
- Specified by:
isObjectModelSupported
in classXPathFactory
-
newXPath
- Specified by:
newXPath
in classXPathFactory
-
setFeature
- Specified by:
setFeature
in classXPathFactory
- Throws:
XPathFactoryConfigurationException
-
setXPathFunctionResolver
- Specified by:
setXPathFunctionResolver
in classXPathFactory
-
setXPathVariableResolver
- Specified by:
setXPathVariableResolver
in classXPathFactory
-
getXPathFunctionResolver
-
getXPathVariableResolver
-