com.thaiopensource.relaxng.parse.sax
Class SchemaParser.LexicalHandlerImpl

java.lang.Object
  extended by com.thaiopensource.xml.sax.AbstractLexicalHandler
      extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.LexicalHandlerImpl
All Implemented Interfaces:
LexicalHandler
Enclosing class:
SchemaParser

 class SchemaParser.LexicalHandlerImpl
extends AbstractLexicalHandler


Field Summary
private  boolean inDtd
           
 
Constructor Summary
SchemaParser.LexicalHandlerImpl()
           
 
Method Summary
 void comment(char[] chars, int start, int length)
           
 void endDTD()
           
 void startDTD(String s, String s1, String s2)
           
 
Methods inherited from class com.thaiopensource.xml.sax.AbstractLexicalHandler
endCDATA, endEntity, startCDATA, startEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inDtd

private boolean inDtd
Constructor Detail

SchemaParser.LexicalHandlerImpl

SchemaParser.LexicalHandlerImpl()
Method Detail

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