Interface GrammarReader.PrefixResolver

All Known Implementing Classes:
GrammarReader.ChainPrefixResolver
Enclosing class:
GrammarReader

public static interface GrammarReader.PrefixResolver
namespace prefix to URI conversion map. this variable is evacuated to InclusionContext when the parser is switched.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(String prefix)
    returns URI.
  • Method Details

    • resolve

      String resolve(String prefix)
      returns URI. Or null if the prefix is not declared.