com.sun.msv.grammar
Interface IDContextProvider
- All Superinterfaces:
- ValidationContext
Deprecated. use IDContextProvider2
.
public interface IDContextProvider
- extends ValidationContext
ValidationContextProvider that supports limited ID/IDREF implementation.
- Author:
- Kohsuke KAWAGUCHI
Method Summary |
void |
onID(Datatype datatype,
String literal)
Deprecated. this method is called when a type with ID semantics is matched. |
onID
void onID(Datatype datatype,
String literal)
- Deprecated.
- 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.