public class TLcdXMLXPathConstants
extends java.lang.Object
XPathExpression
instances working on Luciad domain objects.XPathConstants
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.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.
|
static javax.xml.namespace.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.
|
public static final javax.xml.namespace.QName DOMAIN_OBJECT_SET
public static final javax.xml.namespace.QName DOMAIN_OBJECT