neilg 2003/03/03 07:18:34
Modified:java/samples/xni Counter.java
Log:
when memory usage is enabled in this sample, the garbage collector should be
explicitly run before the parse so that the statistics reflect the amount of memory
the parse actually used, rather than that plus wh
neilg 2003/02/13 15:41:52
Modified:java/samples/xni Counter.java Writer.java
Log:
Synchronizing startDocument calls with the (not-so-recent) XNI change. Thanks to
Steven Dulin for discovering this problem
Revision ChangesPath
1.12 +4 -3 xml-xerces/java/sampl
neilg 2003/01/22 08:46:16
Modified:java/samples/xni Counter.java DocumentTracer.java
Writer.java xerces.properties
XMLGrammarBuilder.java
Log:
change default configuration from IntegratedParserConfiguration to XML11Configuration
neilg 2002/09/11 07:13:08
Modified:java/samples/xni Counter.java DocumentTracer.java
Writer.java
Log:
make the XNI samples use our classloading mechanism, rather than
simply relying on Class.forName().
Revision ChangesPath
1.8 +6 -3