|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttomp.xtcl.filter.XTFilterImpl
tomp.docbook.filter.QAAppender
tomp.docbook.filter.QuestionAppender
Field Summary |
Fields inherited from class tomp.docbook.filter.QAAppender |
action, depth, DOCBOOK_ANSWER_LOCALNAME, DOCBOOK_ANSWER_QNAME, DOCBOOK_NAMESPACE, DOCBOOK_PARA_LOCALNAME, DOCBOOK_PARA_QNAME, DOCBOOK_QANDADIV_LOCALNAME, DOCBOOK_QANDAENTRY_LOCALNAME, DOCBOOK_QANDAENTRY_QNAME, DOCBOOK_QANDASET_LOCALNAME, DOCBOOK_QUESTION_LOCALNAME, DOCBOOK_QUESTION_QNAME, EMPTY_ATTRS, ID_LOCALNAME, ID_NAMESPACE, qid, text |
Fields inherited from class tomp.xtcl.filter.XTFilterImpl |
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, parent |
Constructor Summary | |
QuestionAppender()
|
Method Summary | |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Filter an end element event. |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Filter a start element event. |
Methods inherited from class tomp.docbook.filter.QAAppender |
setParameter, startDocument |
Methods inherited from class tomp.xtcl.filter.XTFilterImpl |
comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getParent, getProperty, characters, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setParent, setProperty, setupParse, skippedEntity, startCDATA, startDTD, startEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QuestionAppender()
Method Detail |
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
XTFilterImpl
startElement
in interface org.xml.sax.ContentHandler
startElement
in class XTFilterImpl
uri
- The element's Namespace URI, or the empty string.localName
- The element's local name, or the empty string.qName
- The element's qualified (prefixed) name, or the empty
string.atts
- The element's attributes.
org.xml.sax.SAXException
- The client may throw
an exception during processing.public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
XTFilterImpl
endElement
in interface org.xml.sax.ContentHandler
endElement
in class XTFilterImpl
uri
- The element's Namespace URI, or the empty string.localName
- The element's local name, or the empty string.qName
- The element's qualified (prefixed) name, or the empty
string.
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 |