com.thaiopensource.relaxng.parse.sax
Class SchemaParser.LexicalHandlerImpl
java.lang.Object
com.thaiopensource.xml.sax.AbstractLexicalHandler
com.thaiopensource.relaxng.parse.sax.SchemaParser.LexicalHandlerImpl
- All Implemented Interfaces:
- LexicalHandler
- Enclosing class:
- SchemaParser
class SchemaParser.LexicalHandlerImpl
- extends AbstractLexicalHandler
Field Summary |
private boolean |
inDtd
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inDtd
private boolean inDtd
SchemaParser.LexicalHandlerImpl
SchemaParser.LexicalHandlerImpl()
startDTD
public void startDTD(String s,
String s1,
String s2)
throws SAXException
- Specified by:
startDTD
in interface LexicalHandler
- Overrides:
startDTD
in class AbstractLexicalHandler
- Throws:
SAXException
endDTD
public void endDTD()
throws SAXException
- Specified by:
endDTD
in interface LexicalHandler
- Overrides:
endDTD
in class AbstractLexicalHandler
- Throws:
SAXException
comment
public void comment(char[] chars,
int start,
int length)
throws SAXException
- Specified by:
comment
in interface LexicalHandler
- Overrides:
comment
in class AbstractLexicalHandler
- Throws:
SAXException