Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyIterator

Packages that use PropertyIterator
org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. 
org.apache.commons.jxpath.ri.model.dynamic   
 

Uses of PropertyIterator in org.apache.commons.jxpath.ri.model.beans
 

Subclasses of PropertyIterator in org.apache.commons.jxpath.ri.model.beans
 class BeanAttributeIterator
          An iterator of attributes of a JavaBean.
 

Uses of PropertyIterator in org.apache.commons.jxpath.ri.model.dynamic
 

Subclasses of PropertyIterator in org.apache.commons.jxpath.ri.model.dynamic
 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).
 class DynamicPropertyIterator
          DynamicPropertyIterator is different from a regular PropertyIterator in that given a property name it will always find that property (albeit with a null value).
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.