|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.castor.xmlctf.xmldiff.xml.nodes.Namespace
A class representing a Namespace for an Element. Objects of this type are not part of the XML node tree.
| Constructor Summary | |
Namespace(java.lang.String prefix,
java.lang.String namespaceURI)
Creates a new Namespace object for an XML Element. |
|
| Method Summary | |
java.lang.String |
getNamespaceUri()
Returns the string value of the namespace. |
java.lang.String |
getPrefix()
Returns the prefix of this namespace. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Namespace(java.lang.String prefix,
java.lang.String namespaceURI)
prefix - the prefix of this namespace binding. (May be null.)namespaceURI - the namespace URI mapped to this prefix. (May be
null.)| Method Detail |
public java.lang.String getPrefix()
public java.lang.String getNamespaceUri()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||