fi.iki.hsivonen.xml
Class SkippedEntityErrorFilter

java.lang.Object
  extended by fi.iki.hsivonen.xml.ContentHandlerFilter
      extended by fi.iki.hsivonen.xml.SkippedEntityErrorFilter
All Implemented Interfaces:
ContentHandler

public class SkippedEntityErrorFilter
extends ContentHandlerFilter

Version:
$Id: SkippedEntityErrorFilter.java,v 1.1 2005/09/17 07:27:00 hsivonen Exp $
Author:
hsivonen

Field Summary
 
Fields inherited from class fi.iki.hsivonen.xml.ContentHandlerFilter
contentHandler, errorHandler, locator
 
Constructor Summary
SkippedEntityErrorFilter()
           
 
Method Summary
 void skippedEntity(String arg0)
           
 
Methods inherited from class fi.iki.hsivonen.xml.ContentHandlerFilter
characters, endDocument, endElement, endPrefixMapping, err, fatal, getContentHandler, getErrorHandler, ignorableWhitespace, processingInstruction, setContentHandler, setDocumentLocator, setErrorHandler, startDocument, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkippedEntityErrorFilter

public SkippedEntityErrorFilter()
Method Detail

skippedEntity

public void skippedEntity(String arg0)
                   throws SAXException
Specified by:
skippedEntity in interface ContentHandler
Overrides:
skippedEntity in class ContentHandlerFilter
Throws:
SAXException
See Also:
ContentHandler.skippedEntity(java.lang.String)