reference/dom/domcharacterdata/substringdata.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domcharacterdata.substringdata' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domcharacterdata.substringdata" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMCharacterData::substringData</refname>
6
6
<refpurpose>
...
...
@@ -9,8 +9,8 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type><methodname>DOMCharacterData::substringData</methodname>
12
+
<methodsynopsis role="DOMCharacterData">
13
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>DOMCharacterData::substringData</methodname>
14
14
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>count</parameter></methodparam>
16
16
</methodsynopsis>
...
...
@@ -78,7 +78,6 @@
78
78
</para>
79
79
</refsect1>
80
80
</refentry>
81
-

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