| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.jxpath.ri.model.beans.PropertyIteratororg.apache.commons.jxpath.ri.model.beans.BeanAttributeIteratororg.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIteratorpublic class DynamicAttributeIteratorextends BeanAttributeIteratorDynamicAttributeIterator is different from a regular
BeanAttributeIterator in that given a property name it
will always find that property (albeit with a null value).
Constructor Summary | |
| |
Method Summary | |
protected void |
|
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator | |
getNodePointer, getPosition, setPosition | |
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyIterator | |
getNodePointer, getPosition, getPropertyPointer, prepareForIndividualProperty, reset, setPosition | |
protected void prepareForIndividualProperty(String name)
- Overrides:
- prepareForIndividualProperty in interface PropertyIterator