Package nu.validator.saxtree
Class PrefixMapping
java.lang.Object
nu.validator.saxtree.PrefixMapping
A prefix mapping.
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prefix
The namespace prefix. -
uri
The namespace URI.
-
-
Constructor Details
-
PrefixMapping
Constructor.- Parameters:
prefix
- the prefixuri
- the URI
-
-
Method Details
-
getPrefix
Returns the prefix.- Returns:
- the prefix
-
getUri
Returns the uri.- Returns:
- the uri
-