Package nu.validator.saxtree
Class PrefixMapping
java.lang.Object
nu.validator.saxtree.PrefixMapping
A prefix mapping.
- Version:
- $Id$
- Author:
- hsivonen
-
Constructor Summary
Constructors -
Method Summary
-
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
-