Package com.sun.msv.grammar
Interface IDContextProvider
- All Superinterfaces:
org.relaxng.datatype.ValidationContext
public interface IDContextProvider
extends org.relaxng.datatype.ValidationContext
Deprecated.
ValidationContextProvider that supports limited ID/IDREF implementation.
- Author:
- Kohsuke KAWAGUCHI
-
Method Summary
Methods inherited from interface org.relaxng.datatype.ValidationContext
getBaseUri, isNotation, isUnparsedEntity, resolveNamespacePrefix
-
Method Details
-
onID
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.
-
IDContextProvider2
.