org.apache.tika.sax.xpath
Class XPathParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.sax.xpath.XPathParserTest

public class XPathParserTest
extends TestCase


Constructor Summary
XPathParserTest()
           
 
Method Summary
protected  void setUp()
           
 void testAnyAttribute()
           
 void testAnyElement()
           
 void testNamedAttribute()
           
 void testNamedElement()
           
 void testPrefixedAttribute()
           
 void testPrefixedElement()
           
 void testText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathParserTest

public XPathParserTest()
Method Detail

setUp

protected void setUp()

testText

public void testText()

testAnyAttribute

public void testAnyAttribute()

testNamedAttribute

public void testNamedAttribute()

testPrefixedAttribute

public void testPrefixedAttribute()

testAnyElement

public void testAnyElement()

testNamedElement

public void testNamedElement()

testPrefixedElement

public void testPrefixedElement()


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