|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.tree.NodeImpl
public abstract class NodeImpl
A node in the "linked" tree representing any kind of node except a namespace node. Specific node kinds are represented by concrete subclasses.
| Field Summary | |
|---|---|
protected int |
index
|
static char[] |
NODE_LETTER
Chararacteristic letters to identify each type of node, indexed using the node type values. |
protected net.sf.saxon.tree.ParentNodeImpl |
parent
|
| Fields inherited from interface net.sf.saxon.om.NodeInfo |
|---|
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES |
| Fields inherited from interface net.sf.saxon.om.NodeInfo |
|---|
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES |
| Constructor Summary | |
|---|---|
NodeImpl()
|
|
| Method Summary | |
|---|---|
void |
addNamespace(int nscode,
boolean inherit)
Add a namespace binding (that is, a namespace node) to this element. |
Value |
atomize()
Get the typed value. |
int |
compareOrder(NodeInfo other)
Determine the relative position of this node and another node, in document order. |
void |
delete()
Delete this node (that is, detach it from its parent) |
boolean |
equals(java.lang.Object other)
The equals() method compares nodes for identity. |
void |
generateId(FastStringBuffer buffer)
Get a character string that uniquely identifies this node within this document (The calling code will prepend a document identifier) |
java.lang.String |
getAttributeValue(int fingerprint)
Get the value of a given attribute of this node |
java.lang.String |
getBaseURI()
Get the base URI for the node. |
int |
getColumnNumber()
Get the column number of the node. |
Configuration |
getConfiguration()
Get the configuration |
int[] |
getDeclaredNamespaces(int[] buffer)
Get all namespace undeclarations and undeclarations defined on this element. |
java.lang.String |
getDisplayName()
Get the display name of this node. |
int |
getDocumentNumber()
Get the document number of the document containing this node. |
DocumentInfo |
getDocumentRoot()
Get the root (document) node |
int |
getFingerprint()
Get the fingerprint of the node. |
NodeInfo |
getFirstChild()
Get first child - default implementation used for leaf nodes |
NodeInfo |
getLastChild()
Get last child - default implementation used for leaf nodes |
int |
getLineNumber()
Get the line number of the node within its source document entity |
java.lang.String |
getLocalPart()
Get the local name of this node. |
int |
getNameCode()
Get the nameCode of the node. |
NamePool |
getNamePool()
Get the NamePool |
NodeImpl |
getNextInDocument(NodeImpl anchor)
Get the next node in document order |
NodeInfo |
getNextSibling()
Get next sibling node |
NodeInfo |
getParent()
Find the parent node of this node. |
DocumentImpl |
getPhysicalRoot()
Get the physical root of the tree. |
java.lang.String |
getPrefix()
Get the prefix part of the name of this node. |
NodeImpl |
getPreviousInDocument()
Get the previous node in document order |
NodeInfo |
getPreviousSibling()
Get the previous sibling of the node |
java.lang.String |
getPublicId()
Get the public identifier of the document entity containing this node. |
NodeInfo |
getRoot()
Get the root node |
protected long |
getSequenceNumber()
Get the node sequence number (in document order). |
int |
getSiblingPosition()
Get the index position of this node among its siblings (starting from 0) |
java.lang.CharSequence |
getStringValueCS()
Get the value of the item as a CharSequence. |
java.lang.String |
getSystemId()
Get the system ID for the node. |
int |
getTypeAnnotation()
Get the type annotation of this node, if any |
SequenceIterator |
getTypedValue()
Get the typed value of this node. |
java.lang.String |
getURI()
Get the URI part of the name of this node. |
boolean |
hasChildNodes()
Determine whether the node has any children. |
int |
hashCode()
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode() |
void |
insertChildren(NodeInfo[] source,
boolean atStart,
boolean inherit)
Insert copies of a sequence of nodes as children of this node. |
void |
insertSiblings(NodeInfo[] source,
boolean before,
boolean inherit)
Insert copies of a sequence of nodes as siblings of this node. |
boolean |
isId()
Determine whether this node has the is-id property |
boolean |
isIdref()
Determine whether this node has the is-idref property |
boolean |
isNilled()
Determine whether the node has the is-nilled property |
boolean |
isSameNodeInfo(NodeInfo other)
Determine whether this is the same node as another node |
AxisIterator |
iterateAxis(byte axisNumber)
Return an enumeration over the nodes reached by the given axis from this node |
AxisIterator |
iterateAxis(byte axisNumber,
NodeTest nodeTest)
Return an enumeration over the nodes reached by the given axis from this node |
Builder |
newBuilder()
Get a Builder suitable for building nodes that can be attached to this document. |
void |
putAttribute(int nameCode,
int typeCode,
java.lang.CharSequence value,
int properties)
Add an attribute to this element node. |
void |
removeAttribute(int nameCode)
Remove an attribute from this element node |
void |
removeTypeAnnotation()
Remove type information from this node (and its ancestors, recursively). |
void |
rename(int newNameCode)
Rename this node |
void |
replace(NodeInfo[] replacement,
boolean inherit)
Replace this node with a given sequence of nodes * |
void |
setSystemId(java.lang.String uri)
Set the system ID of this node. |
void |
setTypeAnnotation(int typeCode)
Set the type annotation on a node. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.saxon.om.MutableNodeInfo |
|---|
replaceStringValue |
| Methods inherited from interface net.sf.saxon.om.NodeInfo |
|---|
copy, getNodeKind, getStringValue |
| Methods inherited from interface net.sf.saxon.om.NodeInfo |
|---|
copy, getNodeKind, getStringValue |
| Field Detail |
|---|
protected net.sf.saxon.tree.ParentNodeImpl parent
protected int index
public static final char[] NODE_LETTER
| Constructor Detail |
|---|
public NodeImpl()
| Method Detail |
|---|
public java.lang.CharSequence getStringValueCS()
getStringValueCS in interface ItemgetStringValueCS in interface ValueRepresentationItem.getStringValue()public int getTypeAnnotation()
getTypeAnnotation in interface NodeInfopublic int getColumnNumber()
getColumnNumber in interface javax.xml.transform.SourceLocatorgetColumnNumber in interface NodeInfopublic java.lang.String getPublicId()
getPublicId in interface javax.xml.transform.SourceLocatorpublic int getDocumentNumber()
getDocumentNumber in interface NodeInfopublic int getSiblingPosition()
getSiblingPosition in interface SiblingCountingNode
public SequenceIterator getTypedValue()
throws XPathException
getTypedValue in interface ItemXPathException - where no typed value is available, for example in the case of
an element with complex content
public Value atomize()
throws XPathException
Item.getTypedValue(). However, this method is often more convenient and may be
more efficient, especially in the common case where the value is expected to be a singleton.
atomize in interface NodeInfoXPathExceptionpublic void setSystemId(java.lang.String uri)
setSystemId in interface javax.xml.transform.Sourcepublic boolean isSameNodeInfo(NodeInfo other)
isSameNodeInfo in interface NodeInfoother - the node to be compared with this node
public boolean equals(java.lang.Object other)
equals in interface NodeInfoequals in class java.lang.Objectother - the node to be compared with this node
public int hashCode()
hashCode in interface NodeInfohashCode in class java.lang.Objectpublic int getNameCode()
getNameCode in interface NodeInfoallocate,
getFingerprintpublic int getFingerprint()
getFingerprint in interface NodeInfopublic void generateId(FastStringBuffer buffer)
generateId in interface NodeInfobuffer - a buffer which will be updated to hold a string
that uniquely identifies this node, across all documents.public java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.SourcegetSystemId in interface javax.xml.transform.SourceLocatorgetSystemId in interface NodeInfopublic java.lang.String getBaseURI()
getBaseURI in interface NodeInfoprotected long getSequenceNumber()
public final int compareOrder(NodeInfo other)
compareOrder in interface NodeInfoother - The other node, whose position is to be compared with this node
public Configuration getConfiguration()
getConfiguration in interface NodeInfopublic NamePool getNamePool()
getNamePool in interface NodeInfopublic java.lang.String getPrefix()
getPrefix in interface NodeInfopublic java.lang.String getURI()
getURI in interface NodeInfopublic java.lang.String getDisplayName()
getDisplayName in interface NodeInfopublic java.lang.String getLocalPart()
getLocalPart in interface NodeInfopublic int getLineNumber()
getLineNumber in interface javax.xml.transform.SourceLocatorgetLineNumber in interface NodeInfopublic final NodeInfo getParent()
getParent in interface NodeInfopublic NodeInfo getPreviousSibling()
public NodeInfo getNextSibling()
public NodeInfo getFirstChild()
public NodeInfo getLastChild()
public AxisIterator iterateAxis(byte axisNumber)
iterateAxis in interface NodeInfoaxisNumber - The axis to be iterated over
Axis
public AxisIterator iterateAxis(byte axisNumber,
NodeTest nodeTest)
iterateAxis in interface NodeInfoaxisNumber - The axis to be iterated overnodeTest - A pattern to be matched by the returned nodes
Axispublic java.lang.String getAttributeValue(int fingerprint)
getAttributeValue in interface NodeInfofingerprint - The fingerprint of the attribute name
public NodeInfo getRoot()
getRoot in interface NodeInfopublic DocumentInfo getDocumentRoot()
getDocumentRoot in interface NodeInfopublic DocumentImpl getPhysicalRoot()
public NodeImpl getNextInDocument(NodeImpl anchor)
anchor - the scan stops when it reaches a node that is not a descendant of the specified
anchor node
public NodeImpl getPreviousInDocument()
public int[] getDeclaredNamespaces(int[] buffer)
getDeclaredNamespaces in interface NodeInfobuffer - If this is non-null, and the result array fits in this buffer, then the result
may overwrite the contents of this array, to avoid the cost of allocating a new array on the heap.
For a node other than an element, the method returns null.
public boolean hasChildNodes()
hasChildNodes in interface NodeInfotrue if the node has any children,
false if the node has no children.public boolean isId()
isId in interface NodeInfopublic boolean isIdref()
isIdref in interface NodeInfopublic boolean isNilled()
isNilled in interface NodeInfopublic void setTypeAnnotation(int typeCode)
setTypeAnnotation in interface MutableNodeInfotypeCode - the type annotation (possibly including high bits set to indicate the isID, isIDREF, and
isNilled properties)public void delete()
delete in interface MutableNodeInfopublic void removeAttribute(int nameCode)
If this node is not an element, or if it has no attribute with the specified name, this method takes no action.
The attribute node itself is not modified in any way.
removeAttribute in interface MutableNodeInfonameCode - the name of the attribute to be removed
public void putAttribute(int nameCode,
int typeCode,
java.lang.CharSequence value,
int properties)
If this node is not an element, or if the supplied node is not an attribute, the method takes no action. If the element already has an attribute with this name, the existing attribute is replaced.
putAttribute in interface MutableNodeInfonameCode - the name of the new attributetypeCode - the type annotation of the new attributevalue - the string value of the new attributeproperties - properties including IS_ID and IS_IDREF propertiespublic void rename(int newNameCode)
rename in interface MutableNodeInfonewNameCode - the NamePool code of the new name
public void addNamespace(int nscode,
boolean inherit)
MutableNodeInfo
addNamespace in interface MutableNodeInfonscode - The namespace code representing the (prefix, uri) pair of the namespace binding to be
added. If the target element already has a namespace binding with this (prefix, uri) pair, the call has
no effect. If the target element currently has a namespace binding with this prefix and a different URI, an
exception is raised.inherit - If true, the new namespace binding will be inherited by any children of the target element
that do not already have a namespace binding for the specified prefix, recursively.
If false, the new namespace binding will not be inherited.
public void replace(NodeInfo[] replacement,
boolean inherit)
replace in interface MutableNodeInforeplacement - the replacement nodesinherit - set to true if new child elements are to inherit the in-scope namespaces
of their new parent
java.lang.IllegalArgumentException - if any of the replacement nodes is not an element, text,
comment, or processing instruction node
public void insertChildren(NodeInfo[] source,
boolean atStart,
boolean inherit)
This method takes no action unless the target node is a document node or element node. It also takes no action in respect of any supplied nodes that are not elements, text nodes, comments, or processing instructions.
The supplied nodes will be copied to form the new children. Adjacent text nodes will be merged, and zero-length text nodes removed.
insertChildren in interface MutableNodeInfosource - the nodes to be insertedatStart - true if the new nodes are to be inserted before existing children; false if they areinherit - true if the inserted nodes are to inherit the namespaces that are in-scope for their
new parent; false if such namespaces should be undeclared on the children
public void insertSiblings(NodeInfo[] source,
boolean before,
boolean inherit)
This method takes no action unless the target node is an element, text node, comment, or processing instruction, and one that has a parent node. It also takes no action in respect of any supplied nodes that are not elements, text nodes, comments, or processing instructions.
The supplied nodes must use the same data model implementation as the tree into which they will be inserted.
insertSiblings in interface MutableNodeInfosource - the nodes to be insertedbefore - true if the new nodes are to be inserted before the target node; false if they areinherit - public void removeTypeAnnotation()
removeTypeAnnotation in interface MutableNodeInfopublic Builder newBuilder()
newBuilder in interface MutableNodeInfo
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||