com.day.cq.wcm.docbook.tocq
Class ParagraphContentHandler
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.ParagraphContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class ParagraphContentHandler
- extends SubtreeContentHandler
ParagraphContentHandler
public ParagraphContentHandler(Node node,
String name)
startDocument
public void startDocument()
throws SAXException
- Description copied from class:
ProxyContentHandler
- Delegated to
ProxyContentHandler.handler.
- Specified by:
startDocument in interface ContentHandler- Overrides:
startDocument in class ProxyContentHandler
- Throws:
SAXException - if an error occurs
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Description copied from class:
ProxyContentHandler
- Delegated to
ProxyContentHandler.handler.
- Specified by:
characters in interface ContentHandler- Overrides:
characters in class ProxyContentHandler
- Parameters:
ch - passed throughstart - passed throughlength - passed through
- Throws:
SAXException - if an error occurs
startElement
public void startElement(String uri,
String localName,
String name,
Attributes attributes)
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 throughlocalName - passed throughname - passed throughattributes - passed through
- Throws:
SAXException - if an error occurs
endElement
public void endElement(String uri,
String localName,
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 throughlocalName - passed throughname - passed through
- Throws:
SAXException - if an error occurs
endDocument
public void endDocument()
throws SAXException
- Description copied from class:
ProxyContentHandler
- Delegated to
ProxyContentHandler.handler.
- Specified by:
endDocument in interface ContentHandler- Overrides:
endDocument in class ProxyContentHandler
- Throws:
SAXException - if an error occurs
Copyright © 2009 Day Management AG. All Rights Reserved.