Class FeatureTypeAttributeIterator
Object
FeatureTypeAttributeIterator
- All Implemented Interfaces:
NodeIterator
A special iterator for iterating over the attributes of a feature type.
- Author:
- Niels Charlier (Curtin University of Technology)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PropertyDescriptor>protected ComplexTypeThe feature typeprotected NodePointerThe feature type node pointerprotected intcurrent position -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pointer
protected NodePointer pointerThe feature type node pointer -
featureType
The feature type -
children
-
position
protected int positioncurrent position
-
-
Constructor Details
-
FeatureTypeAttributeIterator
-
-
Method Details
-
getPosition
public int getPosition()- Specified by:
getPositionin interfaceNodeIterator
-
setPosition
public boolean setPosition(int position) - Specified by:
setPositionin interfaceNodeIterator
-
getNodePointer
public NodePointer getNodePointer()- Specified by:
getNodePointerin interfaceNodeIterator
-