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