summaryrefslogtreecommitdiff
path: root/framework/Xml/TXmlElement.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Xml/TXmlElement.php')
-rw-r--r--framework/Xml/TXmlElement.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Xml/TXmlElement.php b/framework/Xml/TXmlElement.php
index 2df8308c..6ed1c62f 100644
--- a/framework/Xml/TXmlElement.php
+++ b/framework/Xml/TXmlElement.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Xml
+ * @package Prado\Xml
*/
+namespace Prado\Xml;
+
/**
* TXmlElement class.
*
@@ -21,7 +23,7 @@
* TBD: xpath
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Xml
+ * @package Prado\Xml
* @since 3.0
*/
class TXmlElement extends TComponent