|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.XMLFilterImpl | +--com.simonstl.ents.EntSAXFilter
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.
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 |
protected EntRules rules
Constructor Detail |
public EntSAXFilter()
Method Detail |
public void setRules(EntRules _rules)
public void skippedEntity(java.lang.String ent) throws org.xml.sax.SAXException
skippedEntity
in class org.xml.sax.helpers.XMLFilterImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |