org.castor.xmlctf.xmldiff.xml.nodes

Class Attribute


public class Attribute
extends XMLNode

A class representing an Attribute XML node.
Version:
$Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
Author:
Edward Kuns
Since:
Castor 1.1

Field Summary

Fields inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode

ATTRIBUTE, ELEMENT, PROCESSING_INSTRUCTION, ROOT, TEXT

Constructor Summary

Attribute(String namespace, String localName, String value)
Creates a new Attribute.

Method Summary

String
getStringValue()
Returns the string value of this attribute.

Methods inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode

getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getStringValue, getXPath, setNamespace, setParent

Constructor Details

Attribute

public Attribute(String namespace,
                 String localName,
                 String value)
Creates a new Attribute.
Parameters:
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.)

Method Details

getStringValue

public String getStringValue()
Returns the string value of this attribute.
Overrides:
getStringValue in interface XMLNode
Returns:
The string value of this attribute.

Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com