Public Member Functions | |
String | getPrefix () |
String | getURI () |
boolean | equals (Object ob) |
String | toString () |
int | hashCode () |
Static Public Member Functions | |
Namespace | getNamespace (String prefix, String uri) |
Namespace | getNamespace (String uri) |
Static Public Attributes | |
final Namespace | NO_NAMESPACE = new Namespace("", "") |
final Namespace | XML_NAMESPACE |
Static Package Functions | |
[static initializer] |
Elliotte Rusty Harold
Jason Hunter
Wesley Biggs
|
This static initializer acts as a factory contructor. It sets up storage and required initial values. |
|
This tests for equality - Two
|
|
This will retrieve (if in existence) or create (if not) a
|
|
This will retrieve (if in existence) or create (if not) a
|
|
This returns the prefix mapped to this
|
|
This returns the namespace URI for this
|
|
This returns a probably unique hash code for the
|
|
This returns a
|
|
Define a |
|
Initial value: new Namespace("xml", "http://www.w3.org/XML/1998/namespace") Namespace for the standard xml prefix. |