PrintSaxMessager
, ReporterSaxMessager
public interface SaxMessager
Modifier and Type | Interface | Description |
---|---|---|
static class |
SaxMessager.Level |
Defines the levels of severity at which messages can be reported.
|
Modifier and Type | Method | Description |
---|---|---|
void |
reportMessage(SaxMessager.Level level,
java.lang.String msg,
org.xml.sax.Locator locator) |
Reports a message.
|
void reportMessage(SaxMessager.Level level, java.lang.String msg, org.xml.sax.Locator locator)
level
- severity level of the message, not nullmsg
- message textlocator
- location in the XML document that provoked the message,
or null if unknown/inapplicableCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.