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

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.ParagraphContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ParagraphContentHandler
extends SubtreeContentHandler


Field Summary
 
Fields inherited from class com.day.cq.wcm.docbook.sax.ProxyContentHandler
handler
 
Constructor Summary
ParagraphContentHandler(Node node, String name)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
          Delegated to ProxyContentHandler.handler.
 void endDocument()
          Delegated to ProxyContentHandler.handler.
 void endElement(String uri, String localName, String name)
          Delegated to ProxyContentHandler.handler.
 void startDocument()
          Delegated to ProxyContentHandler.handler.
 void startElement(String uri, String localName, String name, Attributes attributes)
          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
endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, 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

ParagraphContentHandler

public ParagraphContentHandler(Node node,
                               String name)
Method Detail

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 through
start - passed through
length - 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 through
localName - passed through
name - passed through
attributes - 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 through
localName - passed through
name - 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.