Class AttributeNodePointer
Object
NodePointer
AttributeNodePointer
- All Implemented Interfaces:
Serializable,Cloneable,Comparable,Pointer
public class AttributeNodePointer
extends NodePointer
Special node pointer for
org.geotools.feature.Feature.- Author:
- Justin Deoliveira (The Open Planning Project), Gabriel Roldan (Axios Engineering)
- See Also:
-
Field Summary
Fields inherited from class NodePointer
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAttributeNodePointer(NodePointer parent, Attribute feature, QName name) -
Method Summary
Modifier and TypeMethodDescriptionNodeIteratorattributeIterator(QName qname) NodeIteratorchildIterator(NodeTest test, boolean reverse, NodePointer startWith) intcompareChildNodePointers(NodePointer pointer1, NodePointer pointer2) intQNamegetName()booleanbooleanisLeaf()voidMethods inherited from class NodePointer
asPath, clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, escape, getAbstractFactory, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNamespaceURI, getNode, getNodeSetByKey, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValue, getValuePointer, isActual, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, remove, setAttribute, setIndex, setNamespaceResolver, testNode, toString
-
Constructor Details
-
AttributeNodePointer
-
-
Method Details
-
isLeaf
public boolean isLeaf()- Specified by:
isLeafin classNodePointer
-
isCollection
public boolean isCollection()- Specified by:
isCollectionin classNodePointer
-
getLength
public int getLength()- Specified by:
getLengthin classNodePointer
-
getName
public QName getName()- Specified by:
getNamein classNodePointer
-
getBaseValue
- Specified by:
getBaseValuein classNodePointer
-
getImmediateNode
- Specified by:
getImmediateNodein classNodePointer
-
getImmediateAttribute
-
setValue
- Specified by:
setValuein interfacePointer- Specified by:
setValuein classNodePointer
-
compareChildNodePointers
public int compareChildNodePointers(NodePointer pointer1, NodePointer pointer2) - Specified by:
compareChildNodePointersin classNodePointer
-
childIterator
public NodeIterator childIterator(NodeTest test, boolean reverse, NodePointer startWith) - Overrides:
childIteratorin classNodePointer
-
attributeIterator
public NodeIterator attributeIterator(QName qname) - Overrides:
attributeIteratorin classNodePointer
-