org.apache.commons.jxpath.ri.model.dynamic
Class DynamicPropertyIterator
java.lang.Object
org.apache.commons.jxpath.ri.model.beans.PropertyIterator
org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyIterator
- All Implemented Interfaces:
- NodeIterator
Deprecated. - no longer needed, as it is identical to PropertyIterator.
public class DynamicPropertyIterator
- extends PropertyIterator
- Version:
- $Id: DynamicPropertyIterator.java 604304 2007-12-14 21:31:19Z mbenson $
- Author:
- Dmitri Plotnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicPropertyIterator
public DynamicPropertyIterator(PropertyOwnerPointer pointer,
String name,
boolean reverse,
NodePointer startWith)
- Deprecated.
- Create a new DynamicPropertyIterator
- Parameters:
pointer
- PropertyOwnerPointername
- Stringreverse
- iteration orderstartWith
- beginning child
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.