com.sun.msv.grammar
public interface IDContextProvider extends ValidationContext
Deprecated: use IDContextProvider2.
ValidationContextProvider that supports limited ID/IDREF implementation.Method Summary | |
---|---|
void | onID(Datatype datatype, String literal)
this method is called when a type with ID semantics is matched.
|