Class NullLexicalHandler
java.lang.Object
nu.validator.saxtree.NullLexicalHandler
- All Implemented Interfaces:
LexicalHandler
A lexical handler that does nothing.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullLexicalHandler
NullLexicalHandler()
-
-
Method Details
-
comment
- Specified by:
commentin interfaceLexicalHandler- Throws:
SAXException- See Also:
-
endCDATA
- Specified by:
endCDATAin interfaceLexicalHandler- Throws:
SAXException- See Also:
-
endDTD
- Specified by:
endDTDin interfaceLexicalHandler- Throws:
SAXException- See Also:
-
endEntity
- Specified by:
endEntityin interfaceLexicalHandler- Throws:
SAXException- See Also:
-
startCDATA
- Specified by:
startCDATAin interfaceLexicalHandler- Throws:
SAXException- See Also:
-
startDTD
- Specified by:
startDTDin interfaceLexicalHandler- Throws:
SAXException- See Also:
-
startEntity
- Specified by:
startEntityin interfaceLexicalHandler- Throws:
SAXException- See Also:
-