public interface PatcherManager
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PatcherManager.Patcher |
| Modifier and Type | Method and 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 © 2005–2017 Oracle Corporation. All rights reserved.