org.exolab.adaptx.xslt.dom
public class Namespace extends BaseNode
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
Namespace(String prefix, String namespaceURI)
Creates a new Namespace
|
Method Summary | |
---|---|
int | getNodeType()
Returns the type of this node.
|
String | getStringValue()
Returns the string value of the node. |
void | setValue(String value)
Sets the value for this XPathNode
|
Parameters: prefix the prefix of this namespace binding. [May be null] namespaceURI the namespace URI mapped to this prefix. [May be null]
Returns: The type of this node
Returns: The string value of the node