Class Namespace
java.lang.Object
org.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.
- Since:
- Castor 1.1
- Version:
- $Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
- Author:
- Edward Kuns
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the string value of the namespace.Returns the prefix of this namespace.
-
Constructor Details
-
Namespace
-
-
Method Details
-
getPrefix
Returns the prefix of this namespace.- Returns:
- The prefix of this namespace.
-
getNamespaceUri
Returns the string value of the namespace.- Returns:
- The string value of the namespace.
-