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
-
ClassDescriptionDecoder library that registers a data type unmarshaller for type xsd:string and the
TLcdXMLXPathString
class.Encoder library that registers a data type marshaller for type xsd:string and theTLcdXMLXPathString
class.Implementation ofXPathFactory
that can create xpath expressions for graphs of data objects.Simple object representing an xpath expression as a string.