Package | Description |
---|---|
org.apache.commons.jxpath.ri.model.beans |
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects,
collections and null.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NullElementPointer |
Used when there is a need to construct a Pointer for a collection element
that does not exist.
|
Modifier and Type | Field | Description |
---|---|---|
private CollectionPointer |
CollectionNodeIterator.pointer |
Constructor | Description |
---|---|
CollectionAttributeNodeIterator(CollectionPointer pointer,
QName name) |
Create a new CollectionAttributeNodeIterator.
|
CollectionChildNodeIterator(CollectionPointer pointer,
NodeTest test,
boolean reverse,
NodePointer startWith) |
Create a new CollectionChildNodeIterator.
|
CollectionNodeIterator(CollectionPointer pointer,
boolean reverse,
NodePointer startWith) |
Create a new CollectionNodeIterator.
|