com.sun.msv.grammar
Interface IDContextProvider2
- ValidationContext
- AbstractVerifier, GrammarReader, IDConstraintChecker, IDContextProviderWrapper, RELAXCoreIslandSchemaReader, RELAXCoreReader, RELAXNGCompReader, RELAXNGReader, RELAXNSReader, RELAXReader, TREXBaseReader, TREXGrammarReader, TypeDetector, Verifier, XMLSchemaReader
public interface IDContextProvider2
extends ValidationContext
ValidationContextProvider that supports limited ID/IDREF implementation.
void | onID(Datatype datatype, StringToken literal) - this method is called when a type with ID semantics is matched.
|
onID
public void onID(Datatype datatype,
StringToken literal)
this method is called when a type with ID semantics is matched.
It is the callee's responsibility that stores
ID and checks doubly defined ID, if it is necessary.