org.geotools.feature.xpath
Class DescriptorXmlAttributeNodeIterator

Object
  extended by DescriptorXmlAttributeNodeIterator
All Implemented Interfaces:
NodeIterator

public class DescriptorXmlAttributeNodeIterator
extends Object
implements NodeIterator

Special node iterator for Attribute.

Author:
Justin Deoliveira (The Open Planning Project), Gabriel Roldan (Axios Engineering)

Constructor Summary
DescriptorXmlAttributeNodeIterator(FeatureTypeAttributePointer pointer, Name name)
           
 
Method Summary
 NodePointer getNodePointer()
           
 int getPosition()
          Always return 1, only a single property.
 boolean setPosition(int position)
          Return true if position == 1.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorXmlAttributeNodeIterator

public DescriptorXmlAttributeNodeIterator(FeatureTypeAttributePointer pointer,
                                          Name name)
Method Detail

getPosition

public int getPosition()
Always return 1, only a single property.

Specified by:
getPosition in interface NodeIterator

setPosition

public boolean setPosition(int position)
Return true if position == 1.

Specified by:
setPosition in interface NodeIterator

getNodePointer

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


Copyright © 1996-2014 Geotools. All Rights Reserved.