org.geotools.xml.impl.jxpath
Class FeatureTypeAttributeIterator

java.lang.Object
  extended by org.geotools.xml.impl.jxpath.FeatureTypeAttributeIterator
All Implemented Interfaces:
org.apache.commons.jxpath.ri.model.NodeIterator

public class FeatureTypeAttributeIterator
extends java.lang.Object
implements org.apache.commons.jxpath.ri.model.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
 org.apache.commons.jxpath.ri.model.NodePointer getNodePointer()
           
 int getPosition()
           
 boolean setPosition(int position)
           
 
Methods inherited from class java.lang.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 org.apache.commons.jxpath.ri.model.NodeIterator

setPosition

public boolean setPosition(int position)
Specified by:
setPosition in interface org.apache.commons.jxpath.ri.model.NodeIterator

getNodePointer

public org.apache.commons.jxpath.ri.model.NodePointer getNodePointer()
Specified by:
getNodePointer in interface org.apache.commons.jxpath.ri.model.NodeIterator


Copyright © 1996-2010 Geotools. All Rights Reserved.