Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3243

Show
Ignore:
Timestamp:
02/22/08 00:58:39 (9 months ago)
Author:
stonecobra
Message:

renamed Sax to SaxParser? to match current package naming convention

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/text/xmlsax.d

    r3240 r3243  
    44import tango.time.StopWatch; 
    55 
    6 import tango.text.xml.Sax
     6import tango.text.xml.SaxParser
    77 
    88void benchmark (int iterations, SaxParser!(char) parser, char[] content)  
  • trunk/tango/text/xml/SaxParser.d

    r3242 r3243  
    1616 *******************************************************************************/ 
    1717 
    18 module tango.text.xml.Sax
     18module tango.text.xml.SaxParser
    1919 
    2020private import tango.io.model.IConduit;