NGCCRuntimeExpublic interface PatcherManager
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
PatcherManager.Patcher |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addErrorChecker(Patch p) |
|
void |
addPatcher(Patch p) |
|
void |
reportError(String message,
Locator source) |
Reports an error during the parsing.
|
void addPatcher(Patch p)
void addErrorChecker(Patch p)
void reportError(String message, Locator source) throws SAXException
source - location of the error in the source file, or null if
it's unavailable.SAXExceptionCopyright © 2018 Oracle Corporation. All rights reserved.