Package com.luciad.format.xml.xpath
package com.luciad.format.xml.xpath
This package provides support for XPath.
TLcdXMLXPathFactory provides an XPathFactory implementation
that supports the creation of xpath expression for ILcdDataObject-based domain models.
This package further provides the TLcdXMLXPathString domain class for
representing an XPath expression as a string
with a name space context.
- Since:
- 10.0
-
ClassesClassDescriptionDecoder library that registers a data type unmarshaller for type xsd:string and the
TLcdXMLXPathStringclass.Encoder library that registers a data type marshaller for type xsd:string and theTLcdXMLXPathStringclass.Implementation ofXPathFactorythat can create xpath expressions for graphs of data objects.Simple object representing an xpath expression as a string.