Changeset 3243
- Timestamp:
- 02/22/08 00:58:39 (9 months ago)
- Files:
-
- trunk/example/text/xmlsax.d (modified) (1 diff)
- trunk/tango/text/xml/SaxParser.d (moved) (moved from trunk/tango/text/xml/Sax.d) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/example/text/xmlsax.d
r3240 r3243 4 4 import tango.time.StopWatch; 5 5 6 import tango.text.xml.Sax ;6 import tango.text.xml.SaxParser; 7 7 8 8 void benchmark (int iterations, SaxParser!(char) parser, char[] content) trunk/tango/text/xml/SaxParser.d
r3242 r3243 16 16 *******************************************************************************/ 17 17 18 module tango.text.xml.Sax ;18 module tango.text.xml.SaxParser; 19 19 20 20 private import tango.io.model.IConduit;












