|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttomp.xtcl.filter.XTFilterImpl
tomp.xtcl.filter.PokusXTFilter
| Field Summary |
| Fields inherited from class tomp.xtcl.filter.XTFilterImpl |
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, parent |
| Constructor Summary | |
PokusXTFilter()
|
|
| Method Summary | |
void |
endDocument()
Filter an end document event. |
void |
endPrefixMapping(java.lang.String prefix)
Filter an end Namespace prefix mapping event. |
void |
startDocument()
Filter a start document event. |
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
Filter a start Namespace prefix mapping event. |
| Methods inherited from class tomp.xtcl.filter.XTFilterImpl |
comment, endCDATA, endDTD, endElement, endEntity, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getParent, getProperty, characters, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setParameter, setParent, setProperty, setupParse, skippedEntity, startCDATA, startDTD, startElement, startEntity, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PokusXTFilter()
| Method Detail |
public void startDocument()
throws org.xml.sax.SAXException
XTFilterImpl
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class XTFilterImplorg.xml.sax.SAXException - The client may throw
an exception during processing.
public void endDocument()
throws org.xml.sax.SAXException
XTFilterImpl
endDocument in interface org.xml.sax.ContentHandlerendDocument in class XTFilterImplorg.xml.sax.SAXException - The client may throw
an exception during processing.
public void startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
throws org.xml.sax.SAXException
XTFilterImpl
startPrefixMapping in interface org.xml.sax.ContentHandlerstartPrefixMapping in class XTFilterImplprefix - The Namespace prefix.uri - The Namespace URI.
org.xml.sax.SAXException - The client may throw
an exception during processing.
public void endPrefixMapping(java.lang.String prefix)
throws org.xml.sax.SAXException
XTFilterImpl
endPrefixMapping in interface org.xml.sax.ContentHandlerendPrefixMapping in class XTFilterImplprefix - The Namespace prefix.
org.xml.sax.SAXException - The client may throw
an exception during processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||