nu.validator.saxtree
Class NullLexicalHandler

java.lang.Object
  extended by nu.validator.saxtree.NullLexicalHandler
All Implemented Interfaces:
LexicalHandler

final class NullLexicalHandler
extends Object
implements LexicalHandler

A lexical handler that does nothing.

Version:
$Id: NullLexicalHandler.java 367 2008-07-02 18:27:22Z hsivonen $
Author:
hsivonen

Constructor Summary
NullLexicalHandler()
           
 
Method Summary
 void comment(char[] arg0, int arg1, int arg2)
           
 void endCDATA()
           
 void endDTD()
           
 void endEntity(String arg0)
           
 void startCDATA()
           
 void startDTD(String arg0, String arg1, String arg2)
           
 void startEntity(String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLexicalHandler

NullLexicalHandler()
Method Detail

comment

public void comment(char[] arg0,
                    int arg1,
                    int arg2)
             throws SAXException
Specified by:
comment in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.comment(char[], int, int)

endCDATA

public void endCDATA()
              throws SAXException
Specified by:
endCDATA in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.endCDATA()

endDTD

public void endDTD()
            throws SAXException
Specified by:
endDTD in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.endDTD()

endEntity

public void endEntity(String arg0)
               throws SAXException
Specified by:
endEntity in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.endEntity(java.lang.String)

startCDATA

public void startCDATA()
                throws SAXException
Specified by:
startCDATA in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.startCDATA()

startDTD

public void startDTD(String arg0,
                     String arg1,
                     String arg2)
              throws SAXException
Specified by:
startDTD in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.startDTD(java.lang.String, java.lang.String, java.lang.String)

startEntity

public void startEntity(String arg0)
                 throws SAXException
Specified by:
startEntity in interface LexicalHandler
Throws:
SAXException
See Also:
LexicalHandler.startEntity(java.lang.String)