Show
Ignore:
Timestamp:
11/10/07 23:27:32 (1 year ago)
Author:
mikey
Message:

make sure that the stubXMLStreamWriter interface is available when factory is used

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/stubXMLStreamWriterFactory.php

    r1020 r1026  
    88 * @subpackage  xml 
    99 */ 
    10 stubClassLoader::load('net.stubbles.xml.stubXMLException'); 
     10stubClassLoader::load('net.stubbles.xml.stubXMLException', 
     11                      'net.stubbles.xml.stubXMLStreamWriter' 
     12); 
    1113/** 
    1214 * Factory to create a xml stream writer.