org.apache.commons.jxpath.ri.model.dynamic
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
public class DynamicAttributeIterator
- extends 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 652845 2008-05-02 17:46:46Z ebourg $
- Author:
- Dmitri Plotnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicAttributeIterator
public DynamicAttributeIterator(PropertyOwnerPointer parent,
QName name)
- Create a new DynamicAttributeIterator.
- Parameters:
parent
- pointername
- to match properties
prepareForIndividualProperty
protected void prepareForIndividualProperty(String name)
- Description copied from class:
PropertyIterator
- Prepare for an individual property.
- Overrides:
prepareForIndividualProperty
in class PropertyIterator
- Parameters:
name
- property name
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.