public class Namespace
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
prefix
The prefix.
|
protected java.lang.String |
uri
The URI.
|
Constructor and Description |
---|
Namespace(java.lang.String prefix,
java.lang.String uri)
Create the namespace.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
Get the prefix.
|
java.lang.String |
getURI()
Get the uri.
|