Package com.sun.xml.xsom.impl.parser
Interface PatcherManager
- All Known Implementing Classes:
NGCCRuntimeEx
public interface PatcherManager
Manages patchers.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addPatcher
(Patch p) void
reportError
(String message, Locator source) Reports an error during the parsing.
-
Method Details
-
addPatcher
-
addErrorChecker
-
reportError
Reports an error during the parsing.- Parameters:
source
- location of the error in the source file, or null if it's unavailable.- Throws:
SAXException
-