|
||||||||||
| 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
public class Namespace
A class representing a Namespace for an Element. Objects of this type are not part of the XML node tree.
| Constructor Summary | |
|---|---|
Namespace(String prefix,
String namespaceURI)
Creates a new Namespace object for an XML Element. |
|
| Method Summary | |
|---|---|
String |
getNamespaceUri()
Returns the string value of the namespace. |
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(String prefix,
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 String getPrefix()
public String getNamespaceUri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||