|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestCase
org.exist.xquery.test.SAXStorageTest
This TestCase is for direct storage of SAX events in the database; one has to implement an XMLReader. It is also a stress test that creates large documents using SAX, use main() for this.
| Constructor Summary | |
SAXStorageTest(java.lang.String s)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
arguments: lines , columns, XQuery string |
protected void |
setUp()
|
void |
testQueryBigDocument()
Store in the new way: the XMLResource stores just a File object before storeResource() stores the SAX events in the database. |
void |
testQueryStoreContentAsSAX()
Store in the "classical" eXist way: the XMLResource stores an XML string before storeResource() stores it in the database. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SAXStorageTest(java.lang.String s)
| Method Detail |
protected void setUp()
public void testQueryStoreContentAsSAX()
public void testQueryBigDocument()
XMLDBExceptionpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||