com.simonstl.ents
Class EntSAXFilter

java.lang.Object
  |
  +--org.xml.sax.helpers.XMLFilterImpl
        |
        +--com.simonstl.ents.EntSAXFilter
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

public class EntSAXFilter
extends org.xml.sax.helpers.XMLFilterImpl

This class is a SAXFilter which only processes skippedEntity events. It looks up the entity, and calls characters if it knows what to do. If not, it just passes the event on.

This class is not yet functional.

Version:
0.01 4 February 2002
Author:
Simon St.Laurent

Field Summary
protected  EntRules rules
           
 
Constructor Summary
EntSAXFilter()
           
 
Method Summary
 void setRules(EntRules _rules)
           
 void skippedEntity(java.lang.String ent)
           
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rules

protected EntRules rules
Constructor Detail

EntSAXFilter

public EntSAXFilter()
Method Detail

setRules

public void setRules(EntRules _rules)

skippedEntity

public void skippedEntity(java.lang.String ent)
                   throws org.xml.sax.SAXException
Overrides:
skippedEntity in class org.xml.sax.helpers.XMLFilterImpl