Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.convert.plugins.text.extractors
Class HtmlHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.nuxeo.ecm.core.convert.plugins.text.extractors.Xml2TextHandler
          extended by org.nuxeo.ecm.core.convert.plugins.text.extractors.HtmlHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class HtmlHandler
extends Xml2TextHandler


Constructor Summary
HtmlHandler()
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class org.nuxeo.ecm.core.convert.plugins.text.extractors.Xml2TextHandler
characters, endElement, getParser, parse, parse, parse, startDocument, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlHandler

public HtmlHandler()
            throws org.xml.sax.SAXException,
                   javax.xml.parsers.ParserConfigurationException
Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail

getText

public java.lang.String getText()
Overrides:
getText in class Xml2TextHandler

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.