vrana Tue Nov 23 04:22:13 2004 EDT
Modified files:
/phpdoc/en/reference/domxml/functions DomDocument-add-root.xml
DomDocument-create-attribute.xml
DomDocument-create-cdata-section.xml
DomDocument-create-comment.xml
DomDocument-create-element-ns.xml
DomDocument-create-element.xml
DomDocument-create-entity-reference.xml
DomDocument-create-processing-instruction.xml
DomDocument-create-text-node.xml
DomDocument-doctype.xml
DomDocument-document-element.xml
DomDocument-get-element-by-id.xml
DomElement-get-attribute-node.xml
DomElement-set-attribute-node.xml
DomElement-set-attribute.xml
DomNode-append-child.xml
DomNode-append-sibling.xml
DomNode-clone-node.xml
DomNode-first-child.xml
DomNode-insert-before.xml
DomNode-last-child.xml
DomNode-next-sibling.xml
DomNode-owner-document.xml
DomNode-parent-node.xml
DomNode-previous-sibling.xml
DomNode-remove-child.xml
DomNode-replace-child.xml
DomNode-replace-node.xml
DomNode-unlink-node.xml
DomXsltStylesheet-process.xml
DomXsltStylesheet-result-dump-file.xml
DomXsltStylesheet-result-dump-mem.xml
domxml-new-doc.xml
domxml-open-file.xml
domxml-open-mem.xml
domxml-xmltree.xml
domxml-xslt-stylesheet-doc.xml
domxml-xslt-stylesheet-file.xml
domxml-xslt-stylesheet.xml
xpath-eval-expression.xml
xpath-eval.xml
xpath-new-context.xml
xptr-eval.xml
xptr-new-context.xml
Log:
Change "object" to specific objects
# please revise it
# letter case is taken from sources
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml:1.6 Mon Nov
1 11:20:47 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
<refentry id="function.domdocument-add-root">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->add_root</methodname>
+ <type>domelement</type><methodname>DomDocument->add_root</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml:1.7
Mon Nov 1 11:20:47 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-attribute">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->create_attribute</methodname>
+
<type>domattribute</type><methodname>DomDocument->create_attribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.8
phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.9
---
phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.8
Mon Nov 1 11:20:48 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-cdata-section">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
-
<type>object</type><methodname>DomDocument->create_cdata_section</methodname>
+
<type>domcdata</type><methodname>DomDocument->create_cdata_section</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml:1.7
Mon Nov 1 11:20:48 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-comment">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->create_comment</methodname>
+
<type>domcomment</type><methodname>DomDocument->create_comment</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml:1.7
Mon Nov 1 11:20:48 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-element-ns">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->create_element_ns</methodname>
+
<type>domelement</type><methodname>DomDocument->create_element_ns</methodname>
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>prefix</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml:1.8
phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml:1.8
Mon Nov 1 11:20:48 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-element">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->create_element</methodname>
+
<type>domelement</type><methodname>DomDocument->create_element</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml?r1=1.7&r2=1.8&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml:1.8
---
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml:1.7
Mon Nov 1 11:20:48 2004
+++
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-entity-reference">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
-
<type>object</type><methodname>DomDocument->create_entity_reference</methodname>
+
<type>domentityreference</type><methodname>DomDocument->create_entity_reference</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml?r1=1.8&r2=1.9&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.8
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.9
---
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.8
Mon Nov 1 11:20:48 2004
+++
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-processing-instruction">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
-
<type>object</type><methodname>DomDocument->create_processing_instruction</methodname>
+
<type>domprocessinginstruction</type><methodname>DomDocument->create_processing_instruction</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml:1.7
Mon Nov 1 11:20:48 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-text-node">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->create_text_node</methodname>
+ <type>domtext</type><methodname>DomDocument->create_text_node</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-doctype.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-doctype.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-doctype.xml:1.4
phpdoc/en/reference/domxml/functions/DomDocument-doctype.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomDocument-doctype.xml:1.4 Mon Nov
1 11:20:49 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-doctype.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-doctype">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->doctype</methodname>
+ <type>domdocumenttype</type><methodname>DomDocument->doctype</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-document-element.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-document-element.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-document-element.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocument-document-element.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocument-document-element.xml:1.6
Mon Nov 1 11:20:49 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-document-element.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
<refentry id="function.domdocument-document-element">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->document_element</methodname>
+
<type>domelement</type><methodname>DomDocument->document_element</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml:1.6
Mon Nov 1 11:20:49 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-get-element-by-id">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomDocument->get_element_by_id</methodname>
+
<type>domelement</type><methodname>DomDocument->get_element_by_id</methodname>
<methodparam><type>string</type><parameter>id</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomElement-get-attribute-node.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomElement-get-attribute-node.xml
diff -u
phpdoc/en/reference/domxml/functions/DomElement-get-attribute-node.xml:1.5
phpdoc/en/reference/domxml/functions/DomElement-get-attribute-node.xml:1.6
--- phpdoc/en/reference/domxml/functions/DomElement-get-attribute-node.xml:1.5
Mon Nov 1 11:22:46 2004
+++ phpdoc/en/reference/domxml/functions/DomElement-get-attribute-node.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.27 -->
<refentry id='function.domelement-get-attribute-node'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomElement->get_attribute_node</methodname>
+
<type>domattribute</type><methodname>DomElement->get_attribute_node</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml
diff -u
phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml:1.4
phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml:1.4
Fri Apr 23 08:14:15 2004
+++ phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<!-- This function is not implemented at all for the time being
<refentry id='function.domelement-set-attribute-node'>
@@ -12,8 +12,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>DomElement->set_attribute_node</methodname>
- <methodparam><type>object</type><parameter>attr</parameter></methodparam>
+
<type>domnode</type><methodname>DomElement->set_attribute_node</methodname>
+ <methodparam><type>domnode</type><parameter>attr</parameter></methodparam>
</methodsynopsis>
<para>
&warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml
diff -u phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml:1.8
phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml:1.8
Mon Nov 1 11:22:47 2004
+++ phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.27 -->
<refentry id='function.domelement-set-attribute'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomElement->set_attribute</methodname>
+
<type>domattribute</type><methodname>DomElement->set_attribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-append-child.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-append-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.11
phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.12
--- phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.11 Mon Nov
1 11:22:48 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-append-child.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.40 -->
<refentry id='function.domnode-append-child'>
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->append_child</methodname>
-
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
+ <type>domelement</type><methodname>DomNode->append_child</methodname>
+
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
</methodsynopsis>
<para>
This functions appends a child to an existing list of children or creates
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.6
phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.6 Mon Nov
1 11:22:48 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id='function.domnode-append-sibling'>
<refnamediv>
<refname>DomNode->append_sibling</refname>
@@ -10,8 +10,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->append_sibling</methodname>
-
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
+ <type>domelement</type><methodname>DomNode->append_sibling</methodname>
+
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
</methodsynopsis>
<para>
This functions appends a sibling to an existing node.
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-clone-node.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-clone-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-clone-node.xml:1.4
phpdoc/en/reference/domxml/functions/DomNode-clone-node.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-clone-node.xml:1.4 Mon Nov
1 11:22:48 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-clone-node.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
<refentry id='function.domnode-clone-node'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->clone_node</methodname>
+ <type>domelement</type><methodname>DomNode->clone_node</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-first-child.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-first-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-first-child.xml:1.8
phpdoc/en/reference/domxml/functions/DomNode-first-child.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomNode-first-child.xml:1.8 Mon Nov
1 11:25:02 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-first-child.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-first-child'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->first_child</methodname>
+ <type>domelement</type><methodname>DomNode->first_child</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.9
phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.10
--- phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.9 Mon Nov
1 11:25:03 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-insert-before'>
<refnamediv>
@@ -11,9 +11,9 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->insert_before</methodname>
-
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
-
<methodparam><type>object</type><parameter>refnode</parameter></methodparam>
+ <type>domelement</type><methodname>DomNode->insert_before</methodname>
+
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
+
<methodparam><type>domelement</type><parameter>refnode</parameter></methodparam>
</methodsynopsis>
<para>
This function inserts the new node <parameter>newnode</parameter> right
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-last-child.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-last-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-last-child.xml:1.8
phpdoc/en/reference/domxml/functions/DomNode-last-child.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomNode-last-child.xml:1.8 Mon Nov
1 11:25:03 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-last-child.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-last-child'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->last_child</methodname>
+ <type>domelement</type><methodname>DomNode->last_child</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.8
phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.8 Mon Nov
1 11:25:03 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-next-sibling'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->next_sibling</methodname>
+ <type>domelement</type><methodname>DomNode->next_sibling</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml:1.5
phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml:1.6
--- phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml:1.5 Mon Nov
1 11:25:03 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-owner-document'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->owner_document</methodname>
+ <type>domdocument</type><methodname>DomNode->owner_document</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-parent-node.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-parent-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-parent-node.xml:1.5
phpdoc/en/reference/domxml/functions/DomNode-parent-node.xml:1.6
--- phpdoc/en/reference/domxml/functions/DomNode-parent-node.xml:1.5 Mon Nov
1 11:25:04 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-parent-node.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-parent-node'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->parent_node</methodname>
+ <type>domnode</type><methodname>DomNode->parent_node</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.7
phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.7
Mon Nov 1 11:25:04 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-previous-sibling'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->previous_sibling</methodname>
+ <type>domelement</type><methodname>DomNode->previous_sibling</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml:1.6
phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml:1.6 Mon Nov
1 11:25:04 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domnode-remove-child'>
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->remove_child</methodname>
-
<methodparam><type>object</type><parameter>oldchild</parameter></methodparam>
+ <type>domtext</type><methodname>DomNode->remove_child</methodname>
+
<methodparam><type>domtext</type><parameter>oldchild</parameter></methodparam>
</methodsynopsis>
<para>
This functions removes a child from a list of children. If child cannot
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml:1.8
phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml:1.8 Mon Nov
1 11:25:04 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id='function.domnode-replace-child'>
<refnamediv>
<refname>DomNode->replace_child</refname>
@@ -10,9 +10,9 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->replace_child</methodname>
-
<methodparam><type>object</type><parameter>oldnode</parameter></methodparam>
-
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
+ <type>domelement</type><methodname>DomNode->replace_child</methodname>
+
<methodparam><type>domelement</type><parameter>oldnode</parameter></methodparam>
+
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
</methodsynopsis>
<para>
(PHP 4.2) This function replaces the child <parameter>oldnode</parameter>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml:1.11
phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml:1.12
--- phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml:1.11 Mon Nov
1 11:25:04 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
<refentry id='function.domnode-replace-node'>
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->replace_node</methodname>
-
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
+ <type>domelement</type><methodname>DomNode->replace_node</methodname>
+
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
</methodsynopsis>
<para>
(PHP 4.2) This function replaces an existing node with the passed
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomNode-unlink-node.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/DomNode-unlink-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-unlink-node.xml:1.4
phpdoc/en/reference/domxml/functions/DomNode-unlink-node.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-unlink-node.xml:1.4 Mon Nov
1 11:27:03 2004
+++ phpdoc/en/reference/domxml/functions/DomNode-unlink-node.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
<refentry id='function.domnode-unlink-node'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomNode->unlink_node</methodname>
+ <type>void</type><methodname>DomNode->unlink_node</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml
diff -u phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml:1.6
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml:1.6
Mon Nov 1 11:27:06 2004
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.domxsltstylesheet-process">
<refnamediv>
<refname>DomXsltStylesheet->process</refname>
@@ -10,8 +10,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>DomXsltStylesheet->process</methodname>
-
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
+
<type>domdocument</type><methodname>DomXsltStylesheet->process</methodname>
+
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>xslt_parameters</parameter></methodparam>
<methodparam
choice="opt"><type>bool</type><parameter>param_is_xpath</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml?r1=1.5&r2=1.6&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml
diff -u
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml:1.5
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml:1.6
---
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml:1.5
Mon Nov 1 11:27:06 2004
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.domxsltstylesheet-result-dump-file">
<refnamediv>
<refname>DomXsltStylesheet->result_dump_file</refname>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DomXsltStylesheet->result_dump_file</methodname>
-
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
+
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml?r1=1.7&r2=1.8&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml
diff -u
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.7
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.8
---
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.7
Mon Nov 1 11:27:06 2004
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.domxsltstylesheet-result-dump-mem">
<refnamediv>
<refname>DomXsltStylesheet->result_dump_mem</refname>
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DomXsltStylesheet->result_dump_mem</methodname>
-
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
+
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-new-doc.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-new-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.5
phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.6
--- phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.5 Mon Nov 1
11:27:04 2004
+++ phpdoc/en/reference/domxml/functions/domxml-new-doc.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
<refentry id="function.domxml-new-doc">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_new_doc</methodname>
+ <type>domdocument</type><methodname>domxml_new_doc</methodname>
<methodparam><type>string</type><parameter>version</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-open-file.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-open-file.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.9
phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.10
--- phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.9 Wed Nov
10 03:30:28 2004
+++ phpdoc/en/reference/domxml/functions/domxml-open-file.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.domxml-open-file">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_open_file</methodname>
+ <type>domdocument</type><methodname>domxml_open_file</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter
role="reference">error</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-open-mem.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-open-mem.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.8
phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.9
--- phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.8 Wed Nov
10 03:30:28 2004
+++ phpdoc/en/reference/domxml/functions/domxml-open-mem.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.domxml-open-mem">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_open_mem</methodname>
+ <type>domdocument</type><methodname>domxml_open_mem</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter
role="reference">error</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xmltree.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xmltree.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.3
phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.4
--- phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.3 Mon Nov 1
11:27:05 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xmltree.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.domxml-xmltree">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_xmltree</methodname>
+ <type>domdocument</type><methodname>domxml_xmltree</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.6
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.7
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.6
Mon Nov 1 11:27:05 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.domxml-xslt-stylesheet-doc">
<refnamediv>
<refname>domxml_xslt_stylesheet_doc</refname>
@@ -10,8 +10,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_xslt_stylesheet_doc</methodname>
- <methodparam><type>object</type><parameter>DocDocument
Object</parameter></methodparam>
+
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_doc</methodname>
+
<methodparam><type>domdocument</type><parameter>DocDocumentObject</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
&warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
diff -u
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.7
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.8
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.7
Mon Nov 1 11:27:06 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.domxml-xslt-stylesheet-file">
<refnamediv>
<refname>domxml_xslt_stylesheet_file</refname>
@@ -10,8 +10,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_xslt_stylesheet_file</methodname>
- <methodparam><type>string</type><parameter>xsl
file</parameter></methodparam>
+
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_file</methodname>
+
<methodparam><type>string</type><parameter>xsl_file</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
&warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.7
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.8
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.7 Mon Nov
1 11:27:06 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.domxml-xslt-stylesheet">
<refnamediv>
<refname>domxml_xslt_stylesheet</refname>
@@ -10,8 +10,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>domxml_xslt_stylesheet</methodname>
- <methodparam><type>string</type><parameter>xsl
document</parameter></methodparam>
+
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet</methodname>
+
<methodparam><type>string</type><parameter>xsl_document</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
&warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml:1.5
phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml:1.6
--- phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml:1.5 Mon Nov
1 11:27:07 2004
+++ phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml Tue Nov
23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.29 -->
<refentry id="function.xpath-eval-expression">
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>xpath_eval_expression</methodname>
-
<methodparam><type>object</type><parameter>xpath_context</parameter></methodparam>
+ <type>XPathObject</type><methodname>xpath_eval_expression</methodname>
+
<methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
<methodparam><type>string</type><parameter>expression</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-eval.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/xpath-eval.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.6
phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.7
--- phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.6 Mon Nov 1
11:27:07 2004
+++ phpdoc/en/reference/domxml/functions/xpath-eval.xml Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.xpath-eval">
<refnamediv>
@@ -12,9 +12,9 @@
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>xpath_eval</methodname>
- <methodparam><type>object</type><parameter>xpath
context</parameter></methodparam>
- <methodparam><type>string</type><parameter>xpath
expression</parameter></methodparam>
- <methodparam
choice="opt"><type>object</type><parameter>contextnode</parameter></methodparam>
+
<methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
+
<methodparam><type>string</type><parameter>xpath_expression</parameter></methodparam>
+ <methodparam
choice="opt"><type>domnode</type><parameter>contextnode</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-new-context.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/xpath-new-context.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-new-context.xml:1.4
phpdoc/en/reference/domxml/functions/xpath-new-context.xml:1.5
--- phpdoc/en/reference/domxml/functions/xpath-new-context.xml:1.4 Mon Nov
1 11:27:07 2004
+++ phpdoc/en/reference/domxml/functions/xpath-new-context.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.xpath-new-context">
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>xpath_new_context</methodname>
- <methodparam><type>object</type><parameter>dom
document</parameter></methodparam>
+ <type>XPathContext</type><methodname>xpath_new_context</methodname>
+
<methodparam><type>domdocument</type><parameter>dom_document</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xptr-eval.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/domxml/functions/xptr-eval.xml
diff -u phpdoc/en/reference/domxml/functions/xptr-eval.xml:1.3
phpdoc/en/reference/domxml/functions/xptr-eval.xml:1.4
--- phpdoc/en/reference/domxml/functions/xptr-eval.xml:1.3 Mon Nov 1
11:27:07 2004
+++ phpdoc/en/reference/domxml/functions/xptr-eval.xml Tue Nov 23 04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
<refentry id='function.xptr-eval'>
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xptr_eval</methodname>
- <methodparam
choice="opt"><type>object</type><parameter>xpath_context</parameter></methodparam>
+ <methodparam
choice="opt"><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
<methodparam><type>string</type><parameter>eval_str</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xptr-new-context.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/domxml/functions/xptr-new-context.xml
diff -u phpdoc/en/reference/domxml/functions/xptr-new-context.xml:1.3
phpdoc/en/reference/domxml/functions/xptr-new-context.xml:1.4
--- phpdoc/en/reference/domxml/functions/xptr-new-context.xml:1.3 Mon Nov
1 11:27:07 2004
+++ phpdoc/en/reference/domxml/functions/xptr-new-context.xml Tue Nov 23
04:22:12 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.29 -->
<refentry id='function.xptr-new-context'>
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>xptr_new_context</methodname>
- <methodparam
choice="opt"><type>object</type><parameter>doc_handle</parameter></methodparam>
+ <type>XPathContext</type><methodname>xptr_new_context</methodname>
+ <void/>
</methodsynopsis>
<para>
&warn.undocumented.func;