Package com.sun.msv.reader
Interface GrammarReader.BackPatch
- All Known Implementing Classes:
XSDatatypeExp
- Enclosing class:
- GrammarReader
public static interface GrammarReader.BackPatch
-
Method Summary
Modifier and TypeMethodDescriptiongets State object who has submitted this patch job.void
patch()
do back-patching.
-
Method Details
-
patch
void patch()do back-patching. -
getOwnerState
State getOwnerState()gets State object who has submitted this patch job.
-