com.day.cq.wcm.docbook.tocq
Class DocbookContentHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.day.cq.wcm.docbook.sax.ProxyContentHandler
          extended by com.day.cq.wcm.docbook.sax.SubtreeContentHandler
              extended by com.day.cq.wcm.docbook.tocq.DocbookContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class DocbookContentHandler
extends SubtreeContentHandler


Field Summary
 
Fields inherited from class com.day.cq.wcm.docbook.sax.ProxyContentHandler
handler
 
Constructor Summary
DocbookContentHandler(Node node)
           
 
Method Summary
 void endElement(String uri, String local, String name)
          Delegated to ProxyContentHandler.handler.
 void startElement(String uri, String local, String name, Attributes atts)
          Delegated to ProxyContentHandler.handler.
 
Methods inherited from class com.day.cq.wcm.docbook.sax.SubtreeContentHandler
getRedirector, redirectSubtreeTo
 
Methods inherited from class com.day.cq.wcm.docbook.sax.ProxyContentHandler
characters, endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, toString
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocbookContentHandler

public DocbookContentHandler(Node node)
Method Detail

startElement

public void startElement(String uri,
                         String local,
                         String name,
                         Attributes atts)
                  throws SAXException
Description copied from class: ProxyContentHandler
Delegated to ProxyContentHandler.handler.

Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class ProxyContentHandler
Parameters:
uri - passed through
local - passed through
name - passed through
atts - passed through
Throws:
SAXException - if an error occurs

endElement

public void endElement(String uri,
                       String local,
                       String name)
                throws SAXException
Description copied from class: ProxyContentHandler
Delegated to ProxyContentHandler.handler.

Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class ProxyContentHandler
Parameters:
uri - passed through
local - passed through
name - passed through
Throws:
SAXException - if an error occurs


Copyright © 2009 Day Management AG. All Rights Reserved.