org.geotools.xml.impl.jxpath
Class FeatureTypeAttributeIterator

Object
  extended by FeatureTypeAttributeIterator
All Implemented Interfaces:
NodeIterator

public class FeatureTypeAttributeIterator
extends Object
implements NodeIterator

A special iteartor for iteating over the attributes of a feature type.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
FeatureTypeAttributeIterator(FeatureTypePointer 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

FeatureTypeAttributeIterator

public FeatureTypeAttributeIterator(FeatureTypePointer 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-2009 Geotools. All Rights Reserved.