Class DynamicAttributeIterator
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
- All Implemented Interfaces:
NodeIterator
DynamicAttributeIterator is different from a regular
BeanAttributeIterator in that given a property name it
will always find that property (albeit with a null value).- Version:
- $Id: DynamicAttributeIterator.java 652845 2008-05-02 17:46:46Z ebourg $
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicAttributeIterator(PropertyOwnerPointer parent, QName name) Create a new DynamicAttributeIterator. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPrepare for an individual property.Methods inherited from class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
getNodePointer, getPosition, setPositionMethods inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
getPropertyPointer, reset
-
Constructor Details
-
DynamicAttributeIterator
Create a new DynamicAttributeIterator.- Parameters:
parent- pointername- to match properties
-
-
Method Details
-
prepareForIndividualProperty
Description copied from class:PropertyIteratorPrepare for an individual property.- Overrides:
prepareForIndividualPropertyin classPropertyIterator- Parameters:
name- property name
-