Package com.sun.xml.xsom.impl.parser
Interface PatcherManager
-
- All Known Implementing Classes:
NGCCRuntimeEx
public interface PatcherManagerManages patchers.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePatcherManager.Patcher
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddErrorChecker(Patch p)voidaddPatcher(Patch p)voidreportError(String message, Locator source)Reports an error during the parsing.
-
-
-
Method Detail
-
addPatcher
void addPatcher(Patch p)
-
addErrorChecker
void addErrorChecker(Patch p)
-
reportError
void reportError(String message, Locator source) throws SAXException
Reports an error during the parsing.- Parameters:
source- location of the error in the source file, or null if it's unavailable.- Throws:
SAXException
-
-