com.sun.xml.xsom.impl.parser
Interface PatcherManager
- All Known Implementing Classes:
- NGCCRuntimeEx
public interface PatcherManager
Manages patchers.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
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
Copyright © 2012 Oracle. All Rights Reserved.