|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
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)
Create a new DynamicAttributeIterator. |
Method Summary | |
---|---|
protected void |
prepareForIndividualProperty(java.lang.String name)
Prepare for an individual property. |
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)
parent
- pointername
- to match propertiesMethod Detail |
---|
protected void prepareForIndividualProperty(java.lang.String name)
PropertyIterator
prepareForIndividualProperty
in class PropertyIterator
name
- property name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |