Interface PrefixResolver
public interface PrefixResolver
Interface for resolving XML prefixes to their bound
QNameModules. This resolution entails determining
the correct Revision bound at the use site.-
Method Summary
Modifier and TypeMethodDescription@Nullable QNameModuleresolvePrefix(@NonNull 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.
-