org.geotools.feature.xpath
Class DescriptorXmlAttributeNodeIterator
Object
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)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptorXmlAttributeNodeIterator
public DescriptorXmlAttributeNodeIterator(FeatureTypeAttributePointer pointer,
Name name)
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.