public class Namespace
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | prefixThe prefix. | 
| protected java.lang.String | uriThe 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. |