|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
sigmlstream.xml.XMLUnitFilter
sigmlanim.sigmlstream.SiGMLFilter
public class SiGMLFilter
A SAX XML document filter that converts its SiGML input event stream into a stream of top-level SiGML sign descriptors.
Constructor Summary | |
---|---|
SiGMLFilter(org.xml.sax.XMLReader parent,
SiGMLUnitStreamHandler sshdlr)
Constructs a new SiGML sign filter, with the given parent XML reader as its source and the given SiGML unit stream handler as target. |
Method Summary | |
---|---|
void |
startElement(java.lang.String uri,
java.lang.String lname,
java.lang.String qname,
org.xml.sax.Attributes attrs)
Handles the start of a new SiGML element, as characterized by the given arguments, in the source. |
Methods inherited from class sigmlstream.xml.XMLUnitFilter |
---|
endElement, getLevel |
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
---|
characters, endDocument, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiGMLFilter(org.xml.sax.XMLReader parent, SiGMLUnitStreamHandler sshdlr)
Method Detail |
---|
public void startElement(java.lang.String uri, java.lang.String lname, java.lang.String qname, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class sigmlstream.xml.XMLUnitFilter
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |