org.geotools.xml.impl.jxpath
Class FeaturePropertyIterator

Object
  extended by FeaturePropertyIterator
All Implemented Interfaces:
NodeIterator

public class FeaturePropertyIterator
extends Object
implements NodeIterator


Constructor Summary
FeaturePropertyIterator(FeaturePointer pointer)
           
 
Method Summary
 NodePointer getNodePointer()
           
 int getPosition()
           
 boolean setPosition(int position)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturePropertyIterator

public FeaturePropertyIterator(FeaturePointer pointer)
Method Detail

getPosition

public int getPosition()
Specified by:
getPosition in interface NodeIterator

setPosition

public boolean setPosition(int position)
Specified by:
setPosition in interface NodeIterator

getNodePointer

public NodePointer getNodePointer()
Specified by:
getNodePointer in interface NodeIterator


Copyright © 1996-2010 Geotools. All Rights Reserved.