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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFeature(String aName) booleanisObjectModelSupported(String aObjectModel) newXPath()voidsetFeature(String aName, boolean aValue) voidsetXPathFunctionResolver(XPathFunctionResolver aResolver) voidsetXPathVariableResolver(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:
getFeaturein classXPathFactory- Throws:
XPathFactoryConfigurationException
-
isObjectModelSupported
- Specified by:
isObjectModelSupportedin classXPathFactory
-
newXPath
- Specified by:
newXPathin classXPathFactory
-
setFeature
- Specified by:
setFeaturein classXPathFactory- Throws:
XPathFactoryConfigurationException
-
setXPathFunctionResolver
- Specified by:
setXPathFunctionResolverin classXPathFactory
-
setXPathVariableResolver
- Specified by:
setXPathVariableResolverin classXPathFactory
-
getXPathFunctionResolver
-
getXPathVariableResolver
-