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
static interface PatcherManager.Patcher
           
 
Method Summary
 void addErrorChecker(Patch p)
           
 void addPatcher(Patch p)
           
 void reportError(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


Copyright © 2012 Oracle. All Rights Reserved.