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 Type
    Method
    Description
    @Nullable QNameModule
    Returns QNameModule (namespace + revision) associated with supplied prefix.
  • Method Details

    • resolvePrefix

      @Nullable QNameModule resolvePrefix(String prefix)
      Returns QNameModule (namespace + revision) associated with supplied prefix.
      Parameters:
      prefix - Prefix
      Returns:
      QNameModule associated with supplied prefix, or null if prefix is not defined.