nu.validator.htmlparser.impl
Interface CharacterHandler

All Known Implementing Classes:
NormalizationChecker, SourceCode

public interface CharacterHandler


Method Summary
 void characters(char[] ch, int start, int length)
           
 void end()
           
 void start()
           
 

Method Detail

characters

void characters(char[] ch,
                int start,
                int length)
                throws SAXException
Throws:
SAXException

end

void end()
         throws SAXException
Throws:
SAXException

start

void start()
           throws SAXException
Throws:
SAXException