Class XhtmlResultHandler

java.lang.Object
nu.validator.messages.XhtmlResultHandler
All Implemented Interfaces:
ResultHandler

public class XhtmlResultHandler
extends java.lang.Object
implements ResultHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    XhtmlResultHandler​(XhtmlSaxEmitter emitter)  
  • Method Summary

    Modifier and Type Method Description
    void characters​(char[] ch, int start, int length)
    Append a string consisting of the characters from ch[start] thru ch[start+length-1] inclusive to the result message.
    void endResult()  
    void startResult​(Result result)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • characters

      public void characters​(char[] ch, int start, int length) throws org.xml.sax.SAXException
      Description copied from interface: ResultHandler
      Append a string consisting of the characters from ch[start] thru ch[start+length-1] inclusive to the result message.
      Specified by:
      characters in interface ResultHandler
      Throws:
      org.xml.sax.SAXException
      See Also:
      StringBuffer.append(char[], int, int), ContentHandler.characters(char[], int, int)
    • endResult

      public void endResult() throws org.xml.sax.SAXException
      Specified by:
      endResult in interface ResultHandler
      Throws:
      org.xml.sax.SAXException
    • startResult

      public void startResult​(Result result) throws org.xml.sax.SAXException
      Specified by:
      startResult in interface ResultHandler
      Throws:
      org.xml.sax.SAXException