reference/dom/domnode/c14n.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="domnode.c14n" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>DOMNode::C14N</refname>
...
...
@@ -9,12 +8,12 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type><methodname>DOMNode::C14N</methodname>
14
-
<methodparam choice="opt"><type>bool</type><parameter>exclusive</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>with_comments</parameter></methodparam>
16
-
<methodparam choice="opt"><type>array</type><parameter>xpath</parameter></methodparam>
17
-
<methodparam choice="opt"><type>array</type><parameter>ns_prefixes</parameter></methodparam>
11
+
<methodsynopsis role="DOMNode">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>DOMNode::C14N</methodname>
13
+
<methodparam choice="opt"><type>bool</type><parameter>exclusive</parameter><initializer>&false;</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>withComments</parameter><initializer>&false;</initializer></methodparam>
15
+
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>xpath</parameter><initializer>&null;</initializer></methodparam>
16
+
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>nsPrefixes</parameter><initializer>&null;</initializer></methodparam>
18
17
</methodsynopsis>
19
18
<para>
20
19
Canonicalize nodes to a string
...
...
@@ -34,7 +33,7 @@
34
33
</listitem>
35
34
</varlistentry>
36
35
<varlistentry>
37
-
<term><parameter>with_comments</parameter></term>
36
+
<term><parameter>withComments</parameter></term>
38
37
<listitem>
39
38
<para>
40
39
Retain comments in output.
...
...
@@ -50,7 +49,7 @@
50
49
</listitem>
51
50
</varlistentry>
52
51
<varlistentry>
53
-
<term><parameter>ns_prefixes</parameter></term>
52
+
<term><parameter>nsPrefixes</parameter></term>
54
53
<listitem>
55
54
<para>
56
55
An array of namespace prefixes to filter the nodes by.
...
...
@@ -77,7 +76,6 @@
77
76
</refsect1>
78
77

79
78
</refentry>
80
-

81
79
<!-- Keep this comment at the end of the file
82
80
Local variables:
83
81
mode: sgml
84
82