com.day.cq.wcm.docbook.tocq
Class DocbookContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.day.cq.wcm.docbook.sax.ProxyContentHandler
com.day.cq.wcm.docbook.sax.SubtreeContentHandler
com.day.cq.wcm.docbook.tocq.DocbookContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class DocbookContentHandler
- extends SubtreeContentHandler
DocbookContentHandler
public DocbookContentHandler(Node node)
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 throughlocal - passed throughname - passed throughatts - 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 throughlocal - passed throughname - passed through
- Throws:
SAXException - if an error occurs
Copyright © 2009 Day Management AG. All Rights Reserved.