Interface EQNameFactory.PrefixToNamespaceResolver

Enclosing class:
EQNameFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EQNameFactory.PrefixToNamespaceResolver
Provides a callback for resolving namespace prefixes.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(String prefix)
    Get the URI string for the provided namespace prefix.
  • Method Details

    • resolve

      @Nullable String resolve(@NonNull String prefix)
      Get the URI string for the provided namespace prefix.
      Parameters:
      prefix - the namespace prefix
      Returns:
      the URI string or null if the prefix is unbound