public TestSAXDocumentInProgress(String name) {
super(name);
}
public void testLargeDocument()throws Exception{
FileStore fs = BufferManagerFactory.getStandaloneBufferManager().createFileStore("test"); //$NON-NLS-1$
DocumentInProgress doc = new DocumentInProgress(fs, Streamable.ENCODING);
//long startTime = System.currentTimeMillis();
doc.setDocumentFormat(true);
NodeDescriptor descriptor = NodeDescriptor.createNodeDescriptor("Root", null, true, null, null, null,false, null, MappingNodeConstants.NORMALIZE_TEXT_PRESERVE);//$NON-NLS-1$
doc.addElement(descriptor, (NodeDescriptor)null);