reference/xsl/xsltprocessor/removeparameter.xml
07e6a4aaa2d28b6218a362b05e573fb13267358d
...
...
@@ -7,15 +7,11 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<classsynopsis>
11
-
<ooclass><classname>XSLTProcessor</classname></ooclass>
12
-
<methodsynopsis>
13
-
<type>bool</type>
14
-
<methodname>removeParameter</methodname>
15
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
17
-
</methodsynopsis>
18
-
</classsynopsis>
10
+
<methodsynopsis role="XSLTProcessor">
11
+
<modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::removeParameter</methodname>
12
+
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>name</parameter></methodparam>
14
+
</methodsynopsis>
19
15
<para>
20
16
Removes a parameter, if set. This will make the processor use the
21
17
default value for the parameter as specified in the stylesheet.
...
...
@@ -26,7 +22,7 @@
26
22
<para>
27
23
<variablelist>
28
24
<varlistentry>
29
-
<term><parameter>namespaceURI</parameter></term>
25
+
<term><parameter>namespace</parameter></term>
30
26
<listitem>
31
27
<para>
32
28
The namespace URI of the XSLT parameter.
...
...
@@ -34,7 +30,7 @@
34
30
</listitem>
35
31
</varlistentry>
36
32
<varlistentry>
37
-
<term><parameter>localName</parameter></term>
33
+
<term><parameter>name</parameter></term>
38
34
<listitem>
39
35
<para>
40
36
The local name of the XSLT parameter.
...
...
@@ -60,7 +56,6 @@
60
56
</para>
61
57
</refsect1>
62
58
</refentry>
63
-

64
59
<!-- Keep this comment at the end of the file
65
60
Local variables:
66
61
mode: sgml
67
62