Class TLcdXMLXPathConstants

java.lang.Object
com.luciad.format.xml.bind.TLcdXMLXPathConstants

public class TLcdXMLXPathConstants extends Object
This class provides two additional constants that can be used when working with XPathExpression instances working on Luciad domain objects.
Since:
9.0
See Also:
  • Field Details

    • DOMAIN_OBJECT_SET

      public static final QName DOMAIN_OBJECT_SET
      When this name is used, the result of evaluating the XPath expression will be a list (instance of java.util.List) of domain objects.
    • DOMAIN_OBJECT

      public static final QName DOMAIN_OBJECT
      When this name is used, the result of evaluating the XPath expression will be the first domain object that matches the expression.