Class AbstractLexicalHandler
java.lang.Object
com.thaiopensource.xml.sax.AbstractLexicalHandler
- All Implemented Interfaces:
LexicalHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractLexicalHandler
public AbstractLexicalHandler()
-
-
Method Details
-
startDTD
- Specified by:
startDTDin interfaceLexicalHandler- Throws:
SAXException
-
endDTD
- Specified by:
endDTDin interfaceLexicalHandler- Throws:
SAXException
-
startEntity
- Specified by:
startEntityin interfaceLexicalHandler- Throws:
SAXException
-
endEntity
- Specified by:
endEntityin interfaceLexicalHandler- Throws:
SAXException
-
startCDATA
- Specified by:
startCDATAin interfaceLexicalHandler- Throws:
SAXException
-
endCDATA
- Specified by:
endCDATAin interfaceLexicalHandler- Throws:
SAXException
-
comment
- Specified by:
commentin interfaceLexicalHandler- Throws:
SAXException
-