Package com.sun.msv.grammar
Interface IDContextProvider
-
- All Superinterfaces:
org.relaxng.datatype.ValidationContext
public interface IDContextProvider extends org.relaxng.datatype.ValidationContext
Deprecated.useIDContextProvider2
.ValidationContextProvider that supports limited ID/IDREF implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onID(org.relaxng.datatype.Datatype datatype, java.lang.String literal)
Deprecated.this method is called when a type with ID semantics is matched.
-