public class Namespace extends Object implements Serializable
Constructor and Description |
---|
Namespace(String name,
String uri)
Creates a namespace, like xmlns:name="uri".
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object target)
|
String |
getName()
Returns the name of the namespace.
|
String |
getURI()
Returns the URI of the namespace.
|
int |
hashCode()
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.