Class XmlAttributeNodePointer
- Object
- 
- NodePointer
- 
- XmlAttributeNodePointer
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable,- Pointer
 
 public class XmlAttributeNodePointer extends NodePointerSpecial node pointer for an XML-attribute inside an attribute.- Author:
- Niels Charlier (Curtin University of Technology)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedXmlAttributeNodePointer(NodePointer parent, Attribute feature, Name name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareChildNodePointers(NodePointer arg0, NodePointer arg1)ObjectgetBaseValue()ObjectgetImmediateNode()intgetLength()QNamegetName()booleanisAttribute()booleanisCollection()booleanisLeaf()voidsetValue(Object value)- 
Methods inherited from class NodePointerasPath, 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
 
- 
 
- 
- 
- 
Method Detail- 
isLeafpublic boolean isLeaf() - Specified by:
- isLeafin class- NodePointer
 
 - 
isCollectionpublic boolean isCollection() - Specified by:
- isCollectionin class- NodePointer
 
 - 
isAttributepublic boolean isAttribute() - Overrides:
- isAttributein class- NodePointer
 
 - 
getNamepublic QName getName() - Specified by:
- getNamein class- NodePointer
 
 - 
getBaseValuepublic Object getBaseValue() - Specified by:
- getBaseValuein class- NodePointer
 
 - 
getImmediateNodepublic Object getImmediateNode() - Specified by:
- getImmediateNodein class- NodePointer
 
 - 
setValuepublic void setValue(Object value) - Specified by:
- setValuein interface- Pointer
- Specified by:
- setValuein class- NodePointer
 
 - 
compareChildNodePointerspublic int compareChildNodePointers(NodePointer arg0, NodePointer arg1)- Specified by:
- compareChildNodePointersin class- NodePointer
 
 - 
getLengthpublic int getLength() - Specified by:
- getLengthin class- NodePointer
 
 
- 
 
-