See: Description
Class | Description |
---|---|
BeanAttributeIterator |
An iterator of attributes of a JavaBean.
|
BeanPointer |
A Pointer that points to a JavaBean or a collection.
|
BeanPointerFactory |
Implements NodePointerFactory for JavaBeans.
|
BeanPropertyPointer |
Pointer pointing to a property of a JavaBean.
|
CollectionAttributeNodeIterator |
Combines attribute node iterators of all elements of a collection into one
aggregate attribute node iterator.
|
CollectionChildNodeIterator |
Combines child node iterators of all elements of a collection into one
aggregate child node iterator.
|
CollectionNodeIterator |
Combines node iterators of all elements of a collection into one
aggregate node iterator.
|
CollectionPointer |
Transparent pointer to a collection (array or Collection).
|
CollectionPointerFactory |
Implements NodePointerFactory for stand-alone collections.
|
LangAttributePointer |
A Pointer that points to the "lang" attribute of a JavaBean.
|
NullElementPointer |
Used when there is a need to construct a Pointer for a collection element
that does not exist.
|
NullPointer |
Pointer whose value is
null . |
NullPropertyPointer | |
PropertyIterator |
Iterates property values of an object pointed at with a
PropertyOwnerPointer . |
PropertyOwnerPointer |
A pointer describing a node that has properties, each of which could be
a collection.
|
PropertyPointer |
A pointer allocated by a PropertyOwnerPointer to represent the value of
a property of the parent object.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.