com.sun.msv.reader.util

Class IgnoreController

public class IgnoreController extends Object implements GrammarReaderController

Default implementation of GrammarReaderController. This class ignores every errors and warnings.

Author: Kohsuke KAWAGUCHI

Method Summary
voiderror(Locator[] locs, String errorMessage, Exception nestedException)
InputSourceresolveEntity(String p, String s)
voidwarning(Locator[] locs, String errorMessage)

Method Detail

error

public void error(Locator[] locs, String errorMessage, Exception nestedException)

resolveEntity

public InputSource resolveEntity(String p, String s)

warning

public void warning(Locator[] locs, String errorMessage)