com.icl.saxon.om
Interface NamespaceInfo

All Superinterfaces:
org.w3c.dom.Node, NodeInfo
All Known Implementing Classes:
NamespaceImpl

public interface NamespaceInfo
extends NodeInfo

A node in the XML parse tree representing a namespace node.


Fields inherited from interface com.icl.saxon.om.NodeInfo
ATTRIBUTE, COMMENT, DOCUMENT, ELEMENT, NAMESPACE, NODE, NONE, NUMBER_OF_TYPES, PI, TEXT
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 java.lang.String getNamespacePrefix()
          Get the prefix of the namespace that this node relates to
 java.lang.String getNamespaceURI()
          Get the uri of the namespace that this node relates to
 void setNamespacePrefix(java.lang.String prefix)
          Set the prefix of the namespace that this node relates to
 void setNamespaceURI(java.lang.String uri)
          Set the uri of the namespace that this node relates to
 
Methods inherited from interface com.icl.saxon.om.NodeInfo
copy, copyStringValue, defaultAction, getAbsoluteName, getAllChildNodes, getAncestor, getAncestor, getAttributeValue, getAttributeValue, getDisplayName, getDocumentElement, getDocumentRoot, getExpandedName, getFirstChild, getIndex, getLastChild, getLineNumber, getLocalName, getNextInDocument, getNextSibling, getNodeName, getNodeType, getNumberAny, getNumberMulti, getNumberOfChildren, getNumberSimple, getNumberSimple, getNumberSingle, getPath, getPrefix, getPreviousInDocument, getPreviousInDocument, getPreviousSibling, getSequenceNumber, getSequentialKey, getSystemId, getURI, getValue, hasName, isa, isAncestor, isDocumentElement, isSameNode
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Method Detail

getNamespacePrefix

public java.lang.String getNamespacePrefix()
Get the prefix of the namespace that this node relates to

getNamespaceURI

public java.lang.String getNamespaceURI()
Get the uri of the namespace that this node relates to
Specified by:
getNamespaceURI in interface org.w3c.dom.Node

setNamespacePrefix

public void setNamespacePrefix(java.lang.String prefix)
Set the prefix of the namespace that this node relates to

setNamespaceURI

public void setNamespaceURI(java.lang.String uri)
Set the uri of the namespace that this node relates to