|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectNodePointer
XmlAttributeNodePointer
public class XmlAttributeNodePointer
Special node pointer for an XML-attribute inside an attribute.
Field Summary |
---|
Fields inherited from class NodePointer |
---|
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION |
Constructor Summary | |
---|---|
protected |
XmlAttributeNodePointer(NodePointer parent,
Attribute feature,
Name name)
|
Method Summary | |
---|---|
int |
compareChildNodePointers(NodePointer arg0,
NodePointer arg1)
|
Object |
getBaseValue()
|
Object |
getImmediateNode()
|
int |
getLength()
|
QName |
getName()
|
boolean |
isAttribute()
|
boolean |
isCollection()
|
boolean |
isLeaf()
|
void |
setValue(Object value)
|
Methods inherited from class NodePointer |
---|
asPath, attributeIterator, childIterator, 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, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, remove, setAttribute, setIndex, setNamespaceResolver, testNode, toString |
Methods inherited from class Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected XmlAttributeNodePointer(NodePointer parent, Attribute feature, Name name)
Method Detail |
---|
public boolean isLeaf()
isLeaf
in class NodePointer
public boolean isCollection()
isCollection
in class NodePointer
public boolean isAttribute()
isAttribute
in class NodePointer
public QName getName()
getName
in class NodePointer
public Object getBaseValue()
getBaseValue
in class NodePointer
public Object getImmediateNode()
getImmediateNode
in class NodePointer
public void setValue(Object value)
setValue
in interface Pointer
setValue
in class NodePointer
public int compareChildNodePointers(NodePointer arg0, NodePointer arg1)
compareChildNodePointers
in class NodePointer
public int getLength()
getLength
in class NodePointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |