GrammarReaderController
, EntityResolver
public class IgnoreController extends Object implements GrammarReaderController
Constructor | Description |
---|---|
IgnoreController() |
Modifier and Type | Method | 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 © 2019 Oracle Corporation. All rights reserved.