Interface PrefixResolver
public interface PrefixResolver
Interface for resolving XML prefixes to their bound
QNameModule
s. This resolution entails determining
the correct Revision
bound at the use site.-
Method Summary
Modifier and TypeMethodDescription@Nullable QNameModule
resolvePrefix
(String prefix) Returns QNameModule (namespace + revision) associated with supplied prefix.
-
Method Details
-
resolvePrefix
Returns QNameModule (namespace + revision) associated with supplied prefix.- Parameters:
prefix
- Prefix- Returns:
- QNameModule associated with supplied prefix, or null if prefix is not defined.
-