|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
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 | |
DynamicAttributeIterator(PropertyOwnerPointer parent,
QName name)
|
Method Summary | |
protected void |
prepareForIndividualProperty(java.lang.String name)
|
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 |
getPropertyPointer, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)
Method Detail |
protected void prepareForIndividualProperty(java.lang.String name)
prepareForIndividualProperty
in class PropertyIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |