org.castor.xmlctf.xmldiff.xml.nodes
Class Attribute
A class representing an Attribute XML node.
$Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
Attribute(String namespace, String localName, String value)- Creates a new Attribute.
|
getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getStringValue, getXPath, setNamespace, setParent |
Attribute
public Attribute(String namespace,
String localName,
String value) Creates a new Attribute.
namespace - the namespace URI for this node. (May be null.)localName - the localname of this node. (Cannot be null.)value - the String value of this attribute. (Cannot be null.)
getStringValue
public String getStringValue()
Returns the string value of this attribute.
- getStringValue in interface XMLNode
- The string value of this attribute.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com