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