Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.jxpath.ri.model.beans.PropertyIterator
org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
public class DynamicAttributeIterator
extends BeanAttributeIterator
DynamicAttributeIterator
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