Attribute Types

JXPATH_VALUE

The attribute type for jxpath attributes that get their value with JXPathContet.getValue(String jxpath)

JXPATH_SELECT_NODES

The attribute type for jxpath attributes that get their value with JXPathContext.selectNodes(String jxpath)

JXPATH_SELECT_SINGLE_NODE

The attribute type for jxpath attributes that get their value with JXPathContext.selectSingleNode(String jxpath)

JXPATH_POINTER

The attribute type for jxpath attributes that get their value with JXPathContext.getPointer(String jxpath)

JXPATH_ITERATE_POINTERS

The attribute type for jxpath attributes that get their value with JXPathContext.iteratePointers(String jxpath)

QNAME

The attribute type for qname attributes.

LITERAL

The attribute type for literal attributes. Currently, literal attributes can only be of type String or enum. This will be expanded in the future.

ATTRIBUTE_VALUE_TEMPLATE

The attribute type for attribute value template attributes. Currently, attribute value template attributes can only be of type String or enum. This will be expanded in the future.