Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.ri.model.dynamic
Class DynamicAttributeIterator  view DynamicAttributeIterator download DynamicAttributeIterator.java

java.lang.Object
  extended byorg.apache.commons.jxpath.ri.model.beans.PropertyIterator
      extended byorg.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
          extended byorg.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
All Implemented Interfaces:
org.apache.commons.jxpath.ri.model.NodeIterator

public class DynamicAttributeIterator
extends org.apache.commons.jxpath.ri.model.beans.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).

Version:
$Id: DynamicAttributeIterator.java,v 1.4 2004/02/29 14:17:44 scolebourne Exp $

Field Summary
 
Fields inherited from class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
 
Fields inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
 
Constructor Summary
DynamicAttributeIterator(org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer parent, org.apache.commons.jxpath.ri.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

DynamicAttributeIterator

public DynamicAttributeIterator(org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer parent,
                                org.apache.commons.jxpath.ri.QName name)
Method Detail

prepareForIndividualProperty

protected void prepareForIndividualProperty(java.lang.String name)