nu.validator.messages
Interface MessageTextHandler
- All Known Implementing Classes:
- JsonMessageTextHandler, TextMessageTextHandler, XhtmlMessageTextHandler
public interface MessageTextHandler
characters
void characters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
startCode
void startCode()
throws SAXException
- Throws:
SAXException
endCode
void endCode()
throws SAXException
- Throws:
SAXException
startLink
void startLink(String href,
String title)
throws SAXException
- Throws:
SAXException
endLink
void endLink()
throws SAXException
- Throws:
SAXException