PrintGame
Class XMLErrorHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byPrintGame.XMLErrorHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class XMLErrorHandler
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
XMLErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 boolean isXMLError()
           
 void warning(org.xml.sax.SAXParseException e)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLErrorHandler

public XMLErrorHandler()
Method Detail

warning

public void warning(org.xml.sax.SAXParseException e)

error

public void error(org.xml.sax.SAXParseException e)

fatalError

public void fatalError(org.xml.sax.SAXParseException e)

isXMLError

public boolean isXMLError()