nu.validator.messages
Class XhtmlResultHandler
java.lang.Object
nu.validator.messages.XhtmlResultHandler
- All Implemented Interfaces:
- ResultHandler
public class XhtmlResultHandler
- extends Object
- implements ResultHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emitter
private final XhtmlSaxEmitter emitter
XhtmlResultHandler
public XhtmlResultHandler(XhtmlSaxEmitter emitter)
- Parameters:
emitter -
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
characters in interface ResultHandler
- Throws:
SAXException
endResult
public void endResult()
throws SAXException
- Specified by:
endResult in interface ResultHandler
- Throws:
SAXException
startResult
public void startResult(Result result)
throws SAXException
- Specified by:
startResult in interface ResultHandler
- Throws:
SAXException