com.sosnoski.xmlbench |
|
Java Source File Name | Type | Comment |
BenchBase.java | Class | Base class for XML benchmark tests. |
BenchCrimson.java | Class | Benchmark for measuring performance of the Apache Crimson DOM document
representation. |
BenchDocBase.java | Class | Abstract base class for document representation benchmark tests. |
BenchDOM.java | Class | Abstract base class for measuring performance of any of the DOM document
representations. |
BenchDOM4J.java | Class | Benchmark for measuring performance of the dom4j document representation.
author: Dennis M. |
BenchElectric.java | Class | Benchmark for measuring performance of the Electric XML document
representation.
author: Dennis M. |
BenchJDOM.java | Class | Benchmark for measuring performance of the JDOM document representation.
author: Dennis M. |
BenchSAX.java | Class | SAX parser benchmark test class. |
BenchXerces.java | Class | Abstract base class for benchmarks measuring performance of the Xerces DOM
document representation. |
BenchXerces2.java | Class | Abstract base class for benchmarks measuring performance of the Xerces2 DOM
document representation. |
BenchXerces2Base.java | Class | Benchmark for measuring performance of the Xerces2 DOM document
representation with deferred node expansion disabled.
author: Dennis M. |
BenchXerces2Deferred.java | Class | Benchmark for measuring performance of the Xerces2 DOM document
representation with deferred node expansion enabled.
author: Dennis M. |
BenchXercesBase.java | Class | Benchmark for measuring performance of the Xerces DOM document
representation with deferred node expansion disabled.
author: Dennis M. |
BenchXercesDeferred.java | Class | Benchmark for measuring performance of the Xerces DOM document
representation with deferred node expansion enabled.
author: Dennis M. |
BenchXPP.java | Class | Abstract base class for benchmarks measuring performance of the XPP
document representation. |
BenchXPPBase.java | Class | Benchmark for measuring performance of the XPP document representation
with normal nodes.
This code is based on a sample provided by Aleksander Slominski.
author: Dennis M. |
BenchXPPPull.java | Class | Benchmark for measuring performance of the XPP document representation
with pull nodes.
This code is based on a sample provided by Aleksander Slominski.
author: Dennis M. |
DocumentSummary.java | Class | Document summary information. |
XMLBench.java | Class | Benchmark program for comparing performance of Java XML parsers and
document representations. |