public class IgnoreController extends Object implements GrammarReaderController
Constructor and Description |
---|
IgnoreController() |
Modifier and Type | Method and Description |
---|---|
void |
error(Locator[] locs,
String errorMessage,
Exception nestedException) |
InputSource |
resolveEntity(String p,
String s) |
void |
warning(Locator[] locs,
String errorMessage) |
public void warning(Locator[] locs, String errorMessage)
warning
in interface GrammarReaderController
public void error(Locator[] locs, String errorMessage, Exception nestedException)
error
in interface GrammarReaderController
public InputSource resolveEntity(String p, String s)
resolveEntity
in interface EntityResolver
Copyright © 2016 Oracle Corporation. All rights reserved.