com.sun.msv.reader

Interface GrammarReader.PrefixResolver

public static interface GrammarReader.PrefixResolver

namespace prefix to URI conversion map. this variable is evacuated to InclusionContext when the parser is switched.
Method Summary
Stringresolve(String prefix)
returns URI.

Method Detail

resolve

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