org.apache.tika.sax
Class XHTMLContentHandlerTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.sax.XHTMLContentHandlerTest

public class XHTMLContentHandlerTest
extends TestCase

Unit tests for the XHTMLContentHandler class.


Constructor Summary
XHTMLContentHandlerTest()
           
 
Method Summary
protected  void setUp()
           
 void testExtraWhitespace()
          Test that content in block elements are properly separated in text output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHTMLContentHandlerTest

public XHTMLContentHandlerTest()
Method Detail

setUp

protected void setUp()

testExtraWhitespace

public void testExtraWhitespace()
                         throws org.xml.sax.SAXException
Test that content in block elements are properly separated in text output.

Throws:
org.xml.sax.SAXException
See Also:
TIKA-188


Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.