org.jvnet.wom.impl.parser
Interface PatcherManager
public interface PatcherManager
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
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.