public class RelaxNGErrorHandler extends Object implements org.apache.xerces.xni.parser.XMLErrorHandler
XMLErrorHandler
Xerces implementation for RelaxNG.Constructor and Description |
---|
RelaxNGErrorHandler(org.apache.xerces.impl.XMLErrorReporter report) |
Modifier and Type | Method and Description |
---|---|
void |
error(String domain,
String key,
org.apache.xerces.xni.parser.XMLParseException exception) |
void |
fatalError(String domain,
String key,
org.apache.xerces.xni.parser.XMLParseException exception) |
void |
warning(String domain,
String key,
org.apache.xerces.xni.parser.XMLParseException exception) |
public RelaxNGErrorHandler(org.apache.xerces.impl.XMLErrorReporter report)
public void warning(String domain, String key, org.apache.xerces.xni.parser.XMLParseException exception) throws org.apache.xerces.xni.XNIException
warning
in interface org.apache.xerces.xni.parser.XMLErrorHandler
org.apache.xerces.xni.XNIException
public void fatalError(String domain, String key, org.apache.xerces.xni.parser.XMLParseException exception) throws org.apache.xerces.xni.XNIException
fatalError
in interface org.apache.xerces.xni.parser.XMLErrorHandler
org.apache.xerces.xni.XNIException
Copyright © 2022. All rights reserved.