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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldsObjectPointer
A NodePointer for an AbstractFieldsObject.
|
class |
ArrayDataObjectPointer<T>
A NodePointer for an ArrayDataObject.
|
class |
ArrayPointer<T>
A NodePointer for an array.
|
class |
ASN1NullPointer
A NodePointer for an ASN1Null.
|
class |
BitStringPointer
A NodePointer for a BitString.
|
class |
BooleanPointer
A NodePointer for a Boolean.
|
class |
ByteArrayPointer
A NodePointer for a byte[].
|
class |
BytePointer
A NodePointer for a Byte.
|
class |
CollectionCGINPointer
Abstract superclass of NodePointers for collections.
|
class |
DoublePointer
A NodePointer for a Double.
|
class |
EnumPointer
A NodePointer for an enum.
|
class |
FloatPointer
A NodePointer for a Float.
|
class |
IntegerPointer
A NodePointer for an Integer.
|
class |
LeafCGINPointer
Abstract superclass of NodePointers for leaves.
|
class |
LongPointer
A NodePointer for a Long.
|
class |
NamedIntegerPointer
A NodePointer for a NamedInteger.
|
class |
ObjectIDPointer
A NodePointer for an ObjectID.
|
class |
ShortPointer
A NodePointer for a Short.
|
class |
StringPointer
A NodePointer for a String.
|
Modifier and Type | Field and Description |
---|---|
protected CGINPointer[] |
CGINIterator.children
Array of pointers to nodes that passed the NodeTest.
|
Modifier and Type | Method and Description |
---|---|
CGINPointer |
CGINPointer.createChild(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName name,
Object object)
Modifies the referenced node to have an additional child.
|
CGINPointer |
CGINPointerFactory.createNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName name,
Object object)
Creates a NodePointer for the given CGIN data structure within a larger data structure.
|
CGINPointer |
CGINPointerFactory.createNodePointer(org.apache.commons.jxpath.ri.QName name,
Object object,
Locale locale)
Creates a NodePointer for the given CGIN data structure.
|
CGINPointer |
CGINIterator.getNodePointer()
Gets pointer to node at current position.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<CGINPointer> |
Utils.getElementPointers(T[] array,
CGINPointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest)
Gets pointers to the elements of the given array that satisfy the given test.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<CGINPointer> |
Utils.getElementPointers(T[] array,
CGINPointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest)
Gets pointers to the elements of the given array that satisfy the given test.
|
Constructor and Description |
---|
AbstractArrayIterator(T[] array,
CGINPointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith)
Creates a NodeIterator for the elements of the given array.
|