Package com.sun.msv.grammar
Interface IDContextProvider2
-
- All Superinterfaces:
org.relaxng.datatype.ValidationContext
- All Known Implementing Classes:
AbstractVerifier,GrammarReader,IDConstraintChecker,IDContextProviderWrapper,RELAXCoreIslandSchemaReader,RELAXCoreReader,RELAXNGCompReader,RELAXNGReader,RELAXNSReader,RELAXReader,TREXBaseReader,TREXGrammarReader,TREXIslandVerifier,TypeDetector,Verifier,XMLSchemaReader
public interface IDContextProvider2 extends org.relaxng.datatype.ValidationContextValidationContextProvider that supports limited ID/IDREF implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonID(org.relaxng.datatype.Datatype datatype, StringToken literal)this method is called when a type with ID semantics is matched.
-
-
-
Method Detail
-
onID
void onID(org.relaxng.datatype.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.
-
-