reference/dom/domelement/hasattributens.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domelement.hasattributens' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domelement.hasattributens" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMElement::hasAttributeNS</refname>
6
6
<refpurpose>
...
...
@@ -9,13 +9,13 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<methodsynopsis role="DOMElement">
13
13
<modifier>public</modifier> <type>bool</type><methodname>DOMElement::hasAttributeNS</methodname>
14
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
14
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>namespace</parameter></methodparam>
15
15
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Indicates whether attribute in namespace <parameter>namespaceURI</parameter>
18
+
Indicates whether attribute in namespace <parameter>namespace</parameter>
19
19
named <parameter>localName</parameter> exists as a member of the element.
20
20
</para>
21
21
</refsect1>
...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>namespaceURI</parameter></term>
27
+
<term><parameter>namespace</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The namespace URI.
...
...
@@ -60,7 +60,6 @@
60
60
</para>
61
61
</refsect1>
62
62
</refentry>
63
-

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