]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / decorator / xml / class_XmlCompactorDecorator.php
index b8e29a4a67c5d21b6a0dc801a9ac5491f89ca89f..152eb9fb46dc8343bf8a2332fe9d807be9b08ffc 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Parser\Xml;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+
 /**
  * A XML compacting decorator class for XML parsers
  *
@@ -69,7 +75,5 @@ class XmlCompactorDecorator extends BaseDecorator implements Parseable {
                // Parse the content
                $this->getParserInstance()->parseXmlContent($content);
        }
-}
 
-// [EOF]
-?>
+}