reference/xsl/xsltprocessor/getparameter.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>string</type>
14
-
<methodname>getParameter</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 class="union"><type>string</type><type>false</type></type><methodname>XSLTProcessor::getParameter</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
Gets a parameter if previously set by
21
17
<function>XSLTProcessor::setParameter</function>.
...
...
@@ -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.
...
...
@@ -47,7 +43,7 @@
47
43
<refsect1 role="returnvalues">
48
44
&reftitle.returnvalues;
49
45
<para>
50
-
The value of the parameter or &null; if it's not set.
46
+
The value of the parameter (as a string), or &false; if it's not set.
51
47
</para>
52
48
</refsect1>
53
49
<refsect1 role="seealso">
...
...
@@ -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