com.icl.saxon.tinytree
final class TinyNamespaceImpl extends TinyNodeImpl
Version: 28 September 2000
Constructor Summary | |
---|---|
TinyNamespaceImpl(TinyDocumentImpl doc, int nodeNr) |
Method Summary | |
---|---|
void | copy(Outputter out)
Copy this node to a given outputter |
String | generateId()
Get unique identifier. |
String | getDisplayName()
Get the display name of this node. |
int | getFingerprint()
Get the fingerprint |
String | getLocalName()
Get the local name of this node. |
int | getNameCode()
Get the nameCode, for name matching |
int | getNamespaceCode()
Get the namespace code (a numeric representation of the prefix and URI) |
short | getNodeType()
Return the type of node. |
NodeInfo | getParent()
Get the parent element of this namespace node |
String | getPrefix()
Get the prefix part of the name of this node. |
protected long | getSequenceNumber()
Get the node sequence number (in document order). |
String | getStringValue()
Return the string value of the node. |
String | getURI()
Get the URI part of the name of this node. |
boolean | isSameNodeInfo(NodeInfo other)
Determine whether this is the same node as another node |
void | setParentNode(int nodeNr)
Set the parent element for this namespace node |
Returns: The display name of this node. For a node with no name, return an empty string.
Returns: The local name of this node.
Returns: NodeInfo.NAMESPACE
Returns: the prefix part of the name. Always null.
Returns: the namespace uri
Returns: The URI of the namespace of this node. Always null.
Returns: true if this Node object and the supplied Node object represent the same node in the tree.