reference/dom/domelement/getattributens.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,19 +1,19 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domelement.getattributens' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domelement.getattributens" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMElement::getAttributeNS</refname>
6
6
<refpurpose>Returns value of attribute</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="DOMElement">
11
11
<modifier>public</modifier> <type>string</type><methodname>DOMElement::getAttributeNS</methodname>
12
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
12
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>namespace</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
-
Gets the value of the attribute in namespace <parameter>namespaceURI</parameter>
16
+
Gets the value of the attribute in namespace <parameter>namespace</parameter>
17
17
with local name <parameter>localName</parameter> for the current node.
18
18
</para>
19
19
</refsect1>
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>namespaceURI</parameter></term>
25
+
<term><parameter>namespace</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The namespace URI.
...
...
@@ -44,7 +44,7 @@
44
44
&reftitle.returnvalues;
45
45
<para>
46
46
The value of the attribute, or an empty string if no attribute with the
47
-
given <parameter>localName</parameter> and <parameter>namespaceURI</parameter>
47
+
given <parameter>localName</parameter> and <parameter>namespace</parameter>
48
48
is found.
49
49
</para>
50
50
</refsect1>
...
...
@@ -59,7 +59,6 @@
59
59
</para>
60
60
</refsect1>
61
61
</refentry>
62
-

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