jetbrains.buildServer
Class TCNonValidatedSAXParserWithDebug

java.lang.Object
  extended by jetbrains.buildServer.TCNonValidatedSAXParser
      extended by jetbrains.buildServer.TCNonValidatedSAXParserWithDebug
All Implemented Interfaces:
org.xml.sax.Parser

public class TCNonValidatedSAXParserWithDebug
extends TCNonValidatedSAXParser

User: Eugene.Petrenko Date: 21.12.2006 Time: 20:11:34


Constructor Summary
TCNonValidatedSAXParserWithDebug()
           
 
Method Summary
 void parse(org.xml.sax.InputSource inputSource)
           
 
Methods inherited from class jetbrains.buildServer.TCNonValidatedSAXParser
parse, setDocumentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCNonValidatedSAXParserWithDebug

public TCNonValidatedSAXParserWithDebug()
Method Detail

parse

public void parse(org.xml.sax.InputSource inputSource)
           throws org.xml.sax.SAXException,
                  java.io.IOException
Specified by:
parse in interface org.xml.sax.Parser
Overrides:
parse in class TCNonValidatedSAXParser
Throws:
org.xml.sax.SAXException
java.io.IOException