public class DOMAttributePointer extends NodePointer
index, locale, parent, UNKNOWN_NAMESPACE, WHOLE_COLLECTION
Constructor and Description |
---|
DOMAttributePointer(NodePointer parent,
org.w3c.dom.Attr attr)
Create a new DOMAttributePointer.
|
Modifier and Type | Method and Description |
---|---|
String |
asPath()
Returns an XPath that maps to this Pointer.
|
int |
compareChildNodePointers(NodePointer pointer1,
NodePointer pointer2)
Compares two child NodePointers and returns a positive number,
zero or a positive number according to the order of the pointers.
|
boolean |
equals(Object object) |
Object |
getBaseValue()
Returns the value represented by the pointer before indexing.
|
Object |
getImmediateNode()
Returns the object the pointer points to; does not convert it
to a "canonical" type.
|
int |
getLength()
If the pointer represents a collection (or collection element),
returns the length of the collection.
|
QName |
getName()
Returns the name of this node.
|
String |
getNamespaceURI()
Returns the namespace URI associated with this Pointer.
|
Object |
getValue()
By default, returns
getNode() , can be overridden to
return a "canonical" value, like for instance a DOM element should
return its string value. |
int |
hashCode() |
boolean |
isActual()
An actual pointer points to an existing part of an object graph, even
if it is null.
|
boolean |
isCollection()
Returns
true if the value of the pointer is an array or
a Collection. |
boolean |
isLeaf()
If true, this node does not have children
|
void |
remove()
Remove the node of the object graph this pointer points to.
|
void |
setValue(Object value)
Sets the value of this attribute.
|
boolean |
testNode(NodeTest nodeTest)
Checks if this Pointer matches the supplied NodeTest.
|
attributeIterator, childIterator, clone, compareTo, createAttribute, createChild, createChild, createPath, createPath, escape, getAbstractFactory, getDefaultNamespaceURI, getImmediateParentPointer, getImmediateValuePointer, getIndex, getLocale, getNamespaceResolver, getNamespaceURI, getNode, getNodeSetByKey, getNodeValue, getParent, getPointerByID, getPointerByKey, getRootNode, getValuePointer, handle, handle, isAttribute, isContainer, isDefaultNamespace, isLanguage, isNode, isRoot, namespaceIterator, namespacePointer, newChildNodePointer, newNodePointer, printPointerChain, setAttribute, setExceptionHandler, setIndex, setNamespaceResolver, toString, verify
public DOMAttributePointer(NodePointer parent, org.w3c.dom.Attr attr)
parent
- pointerattr
- pointedpublic QName getName()
NodePointer
getName
in class NodePointer
public String getNamespaceURI()
NodePointer
getNamespaceURI
in class NodePointer
public Object getValue()
NodePointer
getNode()
, can be overridden to
return a "canonical" value, like for instance a DOM element should
return its string value.getValue
in interface Pointer
getValue
in class NodePointer
public Object getBaseValue()
NodePointer
getBaseValue
in class NodePointer
public boolean isCollection()
NodePointer
true
if the value of the pointer is an array or
a Collection.isCollection
in class NodePointer
public int getLength()
NodePointer
getLength
in class NodePointer
public Object getImmediateNode()
NodePointer
getImmediateNode
in class NodePointer
public boolean isActual()
NodePointer
isActual
in class NodePointer
public boolean isLeaf()
NodePointer
isLeaf
in class NodePointer
public boolean testNode(NodeTest nodeTest)
NodePointer
testNode
in class NodePointer
nodeTest
- the NodeTest to executepublic void setValue(Object value)
setValue
in interface Pointer
setValue
in class NodePointer
value
- to setpublic void remove()
NodePointer
remove
in class NodePointer
public String asPath()
NodePointer
asPath
in interface Pointer
asPath
in class NodePointer
public int compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)
NodePointer
compareChildNodePointers
in class NodePointer
pointer1
- first pointer to be comparedpointer2
- second pointer to be comparedCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.