|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.xmlctf.xmldiff.xml.nodes.XMLNode
org.castor.xmlctf.xmldiff.xml.nodes.Attribute
public class Attribute
A class representing an Attribute XML node.
Field Summary |
---|
Fields inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode |
---|
ATTRIBUTE, ELEMENT, PROCESSING_INSTRUCTION, ROOT, TEXT |
Constructor Summary | |
---|---|
Attribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
Creates a new Attribute. |
Method Summary | |
---|---|
java.lang.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, getXPath, setNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Attribute(java.lang.String namespace, java.lang.String localName, java.lang.String value)
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 Detail |
---|
public java.lang.String getStringValue()
getStringValue
in class XMLNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |