org.apache.any23.extractor.html
Class DomUtilsTest

java.lang.Object
  extended by org.apache.any23.extractor.html.DomUtilsTest

public class DomUtilsTest
extends Object

Reference test class for the DomUtils class.

Author:
Davide Palmisano (dpalmisano@gmail.com)

Constructor Summary
DomUtilsTest()
           
 
Method Summary
 void testFindAllByClassName()
           
 void testFindAllByTag()
           
 void testFindAllByTagAndClassName()
           
 void testGetXPathForNode()
           
 void testHasClassName()
           
 void testReadAttribute()
           
 void testSerializeToXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomUtilsTest

public DomUtilsTest()
Method Detail

testGetXPathForNode

public void testGetXPathForNode()

testFindAllByClassName

public void testFindAllByClassName()

testFindAllByTag

public void testFindAllByTag()

testFindAllByTagAndClassName

public void testFindAllByTagAndClassName()

testHasClassName

public void testHasClassName()

testReadAttribute

public void testReadAttribute()

testSerializeToXML

public void testSerializeToXML()
                        throws ParserConfigurationException,
                               TransformerException,
                               IOException
Throws:
ParserConfigurationException
TransformerException
IOException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.