Package | Description |
---|---|
com.opencloud.slee.resources.cgin.xpath |
Supports the use of XPath expressions on CGIN data structures
such as operation arguments, results and errors.
|
Constructor and Description |
---|
AbstractFieldsObjectIterator(AbstractFieldsObjectPointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith)
Constructs an iterator for the given AbstractFieldsObject
that visits only fields that pass the given test,
in the given ordering, starting from the given field.
|