summaryrefslogtreecommitdiff
path: root/framework/Xml/TXmlDocument.php
diff options
context:
space:
mode:
authorxue <>2006-04-10 13:51:06 +0000
committerxue <>2006-04-10 13:51:06 +0000
commit00d32ec019a329a84190b7938cbf48f9e9494874 (patch)
tree57fc4ded1cfabf0e055a6f5822afd1572e8bedaa /framework/Xml/TXmlDocument.php
parent8afe7ea28e77a45b6fb0d4f0d0e4a86f3918353a (diff)
Merge from 3.0 branch till 885.
Diffstat (limited to 'framework/Xml/TXmlDocument.php')
-rw-r--r--framework/Xml/TXmlDocument.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/framework/Xml/TXmlDocument.php b/framework/Xml/TXmlDocument.php
index a69d982d..66f2f13b 100644
--- a/framework/Xml/TXmlDocument.php
+++ b/framework/Xml/TXmlDocument.php
@@ -386,13 +386,10 @@ class TXmlDocument extends TXmlElement
/**
- * TXmlElement class.
+ * TXmlElementList class.
*
- * TXmlElement represents an XML element node.
- * You can obtain its tagname, attributes, text between the openning and closing
- * tags via the TagName, Attributes, and Value properties, respectively.
- * You can also retrieve its parent and child elements by Parent and Elements
- * properties, respectively.
+ * TXmlElementList represents a collection of {@link TXmlElement}.
+ * You may manipulate the collection with the operations defined in {@link TList}.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
@@ -423,7 +420,6 @@ class TXmlElementList extends TList
return $this->_o;
}
-
/**
* Inserts an item at the specified position.
* This overrides the parent implementation by performing additional