Changeset 1229

Show
Ignore:
Timestamp:
01/12/08 18:51:35 (9 months ago)
Author:
mikey
Message:

continued refactoring #119: replaced package dots in net::stubbles::xml

Files:

Legend:

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

    r1127 r1229  
    77 * @subpackage  xml_rss 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.rss.stubRSSFeedItem', 
    10                       'net.stubbles.xml.stubXMLStreamWriter' 
     9stubClassLoader::load('net::stubbles::xml::rss::stubRSSFeedItem', 
     10                      'net::stubbles::xml::stubXMLStreamWriter' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/rss/stubRSSFeedItem.php

    r1127 r1229  
    77 * @subpackage  xml_rss 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.stubXMLStreamWriter'); 
     9stubClassLoader::load('net::stubbles::xml::stubXMLStreamWriter'); 
    1010/** 
    1111 * Class for a rss 2.0 feed item. 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLAttributeAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLFragmentAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLIgnoreAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMatcherAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation'); 
    1111 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMethodsAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.serializer.annotations.stubXMLPropertiesAnnotation'); 
     9stubClassLoader::load('net::stubbles::xml::serializer::annotations::stubXMLPropertiesAnnotation'); 
    1010/** 
    1111 * Annotation for XMLSerializer 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLPropertiesAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLStrategyAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLTagAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_serializer_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/serializer/stubXMLSerializer.php

    r1127 r1229  
    77 * @subpackage  xml_serializer 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.serializer.annotations.stubXMLTagAnnotation', 
    10                       'net.stubbles.xml.serializer.annotations.stubXMLFragmentAnnotation', 
    11                       'net.stubbles.xml.serializer.annotations.stubXMLAttributeAnnotation', 
    12                       'net.stubbles.xml.serializer.annotations.stubXMLIgnoreAnnotation', 
    13                       'net.stubbles.xml.serializer.annotations.stubXMLPropertiesAnnotation', 
    14                       'net.stubbles.xml.serializer.annotations.stubXMLMethodsAnnotation', 
    15                       'net.stubbles.xml.serializer.annotations.stubXMLMatcherAnnotation', 
    16                       'net.stubbles.xml.serializer.annotations.stubXMLStrategyAnnotation', 
    17                       'net.stubbles.reflection.reflection' 
     9stubClassLoader::load('net::stubbles::xml::serializer::annotations::stubXMLTagAnnotation', 
     10                      'net::stubbles::xml::serializer::annotations::stubXMLFragmentAnnotation', 
     11                      'net::stubbles::xml::serializer::annotations::stubXMLAttributeAnnotation', 
     12                      'net::stubbles::xml::serializer::annotations::stubXMLIgnoreAnnotation', 
     13                      'net::stubbles::xml::serializer::annotations::stubXMLPropertiesAnnotation', 
     14                      'net::stubbles::xml::serializer::annotations::stubXMLMethodsAnnotation', 
     15                      'net::stubbles::xml::serializer::annotations::stubXMLMatcherAnnotation', 
     16                      'net::stubbles::xml::serializer::annotations::stubXMLStrategyAnnotation', 
     17                      'net::stubbles::reflection::reflection' 
    1818); 
    1919/** 
  • trunk/src/main/php/net/stubbles/xml/stubDomXMLStreamWriter.php

    r1127 r1229  
    99 */ 
    1010 
    11 stubClassLoader::load('net.stubbles.xml.stubXMLStreamWriter', 
    12                       'net.stubbles.xml.stubAbstractXMLStreamWriter'); 
     11stubClassLoader::load('net::stubbles::xml::stubXMLStreamWriter', 
     12                      'net::stubbles::xml::stubAbstractXMLStreamWriter'); 
    1313 
    1414/** 
  • trunk/src/main/php/net/stubbles/xml/stubLibXmlXMLStreamWriter.php

    r1127 r1229  
    88 */ 
    99 
    10 stubClassLoader::load('net.stubbles.xml.stubXMLStreamWriter', 
    11                       'net.stubbles.xml.stubAbstractXMLStreamWriter'); 
     10stubClassLoader::load('net::stubbles::xml::stubXMLStreamWriter', 
     11                      'net::stubbles::xml::stubAbstractXMLStreamWriter'); 
    1212 
    1313/** 
  • trunk/src/main/php/net/stubbles/xml/stubXMLException.php

    r1127 r1229  
    77 * @subpackage xml 
    88 */ 
    9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 
     9stubClassLoader::load('net::stubbles::lang::exceptions::stubChainedException'); 
    1010/** 
    1111 * XML Exception 
  • trunk/src/main/php/net/stubbles/xml/stubXMLStreamWriter.php

    r1127 r1229  
    88 * @subpackage  xml 
    99 */ 
    10 stubClassLoader::load('net.stubbles.xml.stubXMLException'); 
     10stubClassLoader::load('net::stubbles::xml::stubXMLException'); 
    1111/** 
    1212 * Interface to create XML documents 
  • trunk/src/main/php/net/stubbles/xml/stubXMLXIncludeStreamWrapper.php

    r1127 r1229  
    77 * @subpackage  xml 
    88 */ 
    9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIOException', 
    10                       'net.stubbles.util.stubRegistry', 
    11                       'net.stubbles.xml.stubXMLException', 
    12                       'net.stubbles.xml.xsl.stubXSLProcessor' 
     9stubClassLoader::load('net::stubbles::lang::exceptions::stubIOException', 
     10                      'net::stubbles::util::stubRegistry', 
     11                      'net::stubbles::xml.stubXMLException', 
     12                      'net::stubbles::xml.xsl.stubXSLProcessor' 
    1313); 
    1414/** 
  • trunk/src/main/php/net/stubbles/xml/unserializer/stubXMLUnserializer.php

    r1172 r1229  
    77 * @subpackage  xml_unserializer 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.unserializer.stubXMLUnserializerOption'); 
     9stubClassLoader::load('net::stubbles::xml::unserializer::stubXMLUnserializerOption'); 
    1010/** 
    1111 * Class to read XML files and turn them into simple PHP types. 
  • trunk/src/main/php/net/stubbles/xml/xsl/stubXSLCallback.php

    r1127 r1229  
    77 * @subpackage  xml_xsl 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.xsl.stubXSLCallbackException', 
    10                       'net.stubbles.xml.xsl.stubXSLMethodAnnotation' 
     9stubClassLoader::load('net::stubbles::xml::xsl::stubXSLCallbackException', 
     10                      'net::stubbles::xml::xsl::stubXSLMethodAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/xsl/stubXSLMethodAnnotation.php

    r1127 r1229  
    77 * @subpackage  xml_xsl 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/xml/xsl/stubXSLProcessor.php

    r1127 r1229  
    77 * @subpackage  xml_xsl 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.xsl.stubXSLCallback', 
    10                       'net.stubbles.xml.xsl.stubXSLProcessorException', 
    11                       'net.stubbles.lang.stubClonable' 
     9stubClassLoader::load('net::stubbles::xml::xsl::stubXSLCallback', 
     10                      'net::stubbles::xml::xsl::stubXSLProcessorException', 
     11                      'net::stubbles::lang::stubClonable' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/xml/xsl/util/stubXSLImageDimensions.php

    r1127 r1229  
    77 * @subpackage  xml_xsl_util 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.stubXMLStreamWriter', 
    10                       'net.stubbles.xml.xsl.stubXSLCallbackException' 
     9stubClassLoader::load('net::stubbles::xml::stubXMLStreamWriter', 
     10                      'net::stubbles::xml::xsl::stubXSLCallbackException' 
    1111); 
    1212/** 
  • trunk/src/test/php/net/stubbles/xml/rss/stubRSSFeedGeneratorTestCase.php

    r169 r1229  
    11<?php 
    22/** 
    3  * Test for net.stubbles.xml.rss.stubRSSFeedGenerator 
     3 * Test for net::stubbles::xml::rss::stubRSSFeedGenerator. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  xml_rss_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.rss.stubRSSFeedGenerator'); 
     9stubClassLoader::load('net::stubbles::xml::rss::stubRSSFeedGenerator'); 
    1010Mock::generate('stubXMLStreamWriter'); 
    1111/** 
    12  * Test for net.stubbles.xml.rss.stubRSSFeedGenerator 
     12 * Test for net::stubbles::xml::rss::stubRSSFeedGenerator. 
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/xml/rss/stubRSSFeedItemTestCase.php

    r169 r1229  
    11<?php 
    22/** 
    3  * Test for net.stubbles.xml.rss.stubRSSFeedItem 
     3 * Test for net::stubbles::xml::rss::stubRSSFeedItem. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  xml_rss_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.rss.stubRSSFeedItem'); 
     9stubClassLoader::load('net::stubbles::xml::rss::stubRSSFeedItem'); 
    1010Mock::generate('stubXMLStreamWriter'); 
    1111/** 
    12  * Test for net.stubbles.xml.rss.stubRSSFeedItem 
     12 * Test for net::stubbles::xml::rss::stubRSSFeedItem. 
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/xml/serializer/annotations/stubXMLMatcherAnnotationTestCase.php

    r851 r1229  
    11<?php 
    22/** 
    3  * Test for net.stubbles.xml.serializer.annotation.stubXMMatcherAnnotation 
     3 * Test for net::stubbles::xml::serializer::annotations::stubXMLMatcherAnnotation. 
    44 * 
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
     
    77 * @subpackage  xml_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.serializer.annotations.stubXMLMatcherAnnotation'); 
     9stubClassLoader::load('net::stubbles::xml::serializer::annotations::stubXMLMatcherAnnotation'); 
    1010 
    1111/** 
     
    2121 
    2222/** 
    23  * Test for XMLSerializer 
     23 * Test for net::stubbles::xml::serializer::annotations::stubXMLMatcherAnnotation. 
    2424 * 
    2525 * @author      Stephan Schmidt <schst@stubbles.net> 
  • trunk/src/test/php/net/stubbles/xml/serializer/stubXMLSerializerStrategyTestCase.php

    r1017 r1229  
    11<?php 
    22/** 
    3  * Test for XMLSerializer 
     3 * Test for net::stubbles::xml::serializer::stubXMLSerializer. 
    44 * 
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
     
    77 * @subpackage  xml_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.stubDomXMLStreamWriter', 
    10                       'net.stubbles.xml.serializer.stubXMLSerializer'); 
     9stubClassLoader::load('net::stubbles::xml::stubDomXMLStreamWriter', 
     10                      'net::stubbles::xml::serializer::stubXMLSerializer'); 
    1111 
    1212/** 
     
    8686} 
    8787/** 
    88  * Test for XMLSerializer 
     88 * Test for net::stubbles::xml::serializer::stubXMLSerializer. 
    8989 * 
    9090 * @author      Stephan Schmidt <schst@stubbles.net> 
  • trunk/src/test/php/net/stubbles/xml/serializer/stubXMLSerializerTestCase.php

    r1062 r1229  
    11<?php 
    22/** 
    3  * Test for XMLSerializer 
     3 * Test for net::stubbles::xml::serializer::stubXMLSerializer. 
    44 * 
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
     
    88 * @todo        Split this into smaller test cases 
    99 */ 
    10 stubClassLoader::load('net.stubbles.xml.stubDomXMLStreamWriter', 
    11                       'net.stubbles.xml.serializer.stubXMLSerializer'); 
     10stubClassLoader::load('net::stubbles::xml::stubDomXMLStreamWriter', 
     11                      'net::stubbles::xml::serializer::stubXMLSerializer'); 
    1212 
    1313/** 
     
    246246 
    247247/** 
    248  * Test for XMLSerializer 
     248 * Test for net::stubbles::xml::serializer::stubXMLSerializer. 
    249249 * 
    250250 * @author      Stephan Schmidt <schst@stubbles.net> 
  • trunk/src/test/php/net/stubbles/xml/stubDomXMLStreamWriterTestCase.php

    r1058 r1229  
    11<?php 
    22/** 
    3  * Test for stubDomXMLStreamWriter 
     3 * Test for net::stubbles::xml::stubDomXMLStreamWriter. 
    44 * 
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
     
    77 * @subpackage  xml_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.stubDomXMLStreamWriter'); 
     9stubClassLoader::load('net::stubbles::xml::stubDomXMLStreamWriter'); 
    1010 
    1111/** 
    12  * Test for stubDomXMLStreamWriter 
     12 * Test for net::stubbles::xml::stubDomXMLStreamWriter. 
    1313 * 
    1414 * @author      Stephan Schmidt <schst@stubbles.net> 
  • trunk/src/test/php/net/stubbles/xml/stubLibXmlXMLStreamWriterTestCase.php

    r1019 r1229  
    11<?php 
    22/** 
    3  * Test for stubLibXmlXMLStreamWriter 
     3 * Test for net::stubbles::xml::stubLibXmlXMLStreamWriter. 
    44 * 
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
     
    77 * @subpackage  xml_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.stubLibXmlXMLStreamWriter'); 
     9stubClassLoader::load('net::stubbles::xml::stubLibXmlXMLStreamWriter'); 
    1010 
    1111/** 
    12  * Test for stubLibXmlXMLStreamWriter 
     12 * Test for net::stubbles::xml::stubLibXmlXMLStreamWriter. 
    1313 * 
    1414 * @author      Stephan Schmidt <schst@stubbles.net> 
  • trunk/src/test/php/net/stubbles/xml/unserializer/stubXMLUnserializerTestCase.php

    r1172 r1229  
    77 * @subpackage  xml_unserializer_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.unserializer.stubXMLUnserializer'); 
     9stubClassLoader::load('net::stubbles::xml::unserializer::stubXMLUnserializer'); 
    1010 
    1111/** 
  • trunk/src/test/php/net/stubbles/xml/xsl/stubXSLCallbackTestCase.php

    r180 r1229  
    11<?php 
    22/** 
    3  * Test for net.stubbles.xml.xsl.stubXSLCallback 
     3 * Test for net::stubbles::xml::xsl::stubXSLCallback. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  xml_xsl_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.xsl.stubXSLCallback'); 
     9stubClassLoader::load('net::stubbles::xml::xsl::stubXSLCallback'); 
    1010class TestXSLCallback extends stubBaseObject 
    1111{ 
     
    6565} 
    6666/** 
    67  * Test for net.stubbles.xml.xsl.stubXSLCallback 
     67 * Test for net::stubbles::xml::xsl::stubXSLCallback. 
    6868 * 
    6969 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/xml/xsl/stubXSLProcessorTestCase.php

    r394 r1229  
    11<?php 
    22/** 
    3  * Test for net.stubbles.xml.xsl.stubXSLProcessor 
     3 * Test for net::stubbles::xml::xsl::stubXSLProcessor. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  xml_xsl_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.xsl.stubXSLProcessor'); 
     9stubClassLoader::load('net::stubbles::xml::xsl::stubXSLProcessor'); 
    1010Mock::generate('XSLTProcessor'); 
    1111Mock::generate('stubObject'); 
     
    3535} 
    3636/** 
    37  * Test for net.stubbles.xml.xsl.stubXSLProcessor 
     37 * Test for net::stubbles::xml::xsl::stubXSLProcessor. 
    3838 * 
    3939 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/xml/xsl/util/stubXSLImageDimensionsTestCase.php

    r290 r1229  
    11<?php 
    22/** 
    3  * Test for net.stubbles.xml.xsl.util.stubXSLImageDimensions 
     3 * Test for net::stubbles::xml::xsl::util::stubXSLImageDimensions. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  xml_xsl_util_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.xml.xsl.util.stubXSLImageDimensions'); 
     9stubClassLoader::load('net::stubbles::xml::xsl::util::stubXSLImageDimensions'); 
    1010Mock::generate('stubXMLStreamWriter'); 
    1111/** 
    12  * Test for net.stubbles.xml.xsl.util.stubXSLImageDimensions 
     12 * Test for net::stubbles::xml::xsl::util::stubXSLImageDimensions. 
    1313 * 
    1414 * @package     stubbles