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