org.exolab.adaptx.xslt.dom
public class Attribute extends BaseNode
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
Attribute(String localName, String value)
Creates a new Attribute
| |
Attribute(String namespace, String localName, String value)
Creates a new Attribute
|
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: localName the local-name of this node. [Cannot be null] value the value of this attribute
Parameters: namespace the namespace URI for this node. [May be null] localName the local-name of this node. [Cannot be null] value the value of this attribute
Returns: The type of this node
Returns: The string value of the node