org.geotools.feature.xpath
Class AttributeNodeIterator
java.lang.Object
org.geotools.feature.xpath.AttributeNodeIterator
- All Implemented Interfaces:
- org.apache.commons.jxpath.ri.model.NodeIterator
public class AttributeNodeIterator
- extends java.lang.Object
- implements org.apache.commons.jxpath.ri.model.NodeIterator
Special node iterator for Attribute
.
- Author:
- Justin Deoliveira, The Open Planning Project, Gabriel Roldan, Axios Engineering
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeNodeIterator
public AttributeNodeIterator(AttributeNodePointer pointer)
AttributeNodeIterator
public AttributeNodeIterator(AttributeNodePointer pointer,
org.apache.commons.jxpath.ri.compiler.NodeNameTest filter)
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.