public class AttributeNodePointer
extends NodePointer
org.geotools.feature.Feature.| Modifier | Constructor and Description |
|---|---|
protected |
AttributeNodePointer(NodePointer parent,
Attribute feature,
QName name) |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
attributeIterator(QName qname) |
NodeIterator |
childIterator(NodeTest test,
boolean reverse,
NodePointer startWith) |
int |
compareChildNodePointers(NodePointer pointer1,
NodePointer pointer2) |
Object |
getBaseValue() |
Attribute |
getImmediateAttribute() |
Object |
getImmediateNode() |
int |
getLength() |
QName |
getName() |
boolean |
isCollection() |
boolean |
isLeaf() |
void |
setValue(Object value) |
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, toStringprotected AttributeNodePointer(NodePointer parent,
Attribute feature,
QName name)
public boolean isLeaf()
isLeaf in class NodePointerpublic boolean isCollection()
isCollection in class NodePointerpublic int getLength()
getLength in class NodePointerpublic QName getName()
getName in class NodePointerpublic Object getBaseValue()
getBaseValue in class NodePointerpublic Object getImmediateNode()
getImmediateNode in class NodePointerpublic Attribute getImmediateAttribute()
public void setValue(Object value)
setValue in interface PointersetValue in class NodePointerpublic int compareChildNodePointers(NodePointer pointer1,
NodePointer pointer2)
compareChildNodePointers in class NodePointerpublic NodeIterator childIterator(NodeTest test,
boolean reverse,
NodePointer startWith)
childIterator in class NodePointerpublic NodeIterator attributeIterator(QName qname)
attributeIterator in class NodePointerCopyright © 1996–2019 Geotools. All rights reserved.