reference/dom/domtext/splittext.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domtext.splittext' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domtext.splittext" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMText::splitText</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>DOMText</type><methodname>DOMText::splitText</methodname>
12
+
<methodsynopsis role="DOMText">
13
+
<modifier>public</modifier> <type class="union"><type>DOMText</type><type>false</type></type><methodname>DOMText::splitText</methodname>
14
14
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -48,7 +48,6 @@
48
48
</para>
49
49
</refsect1>
50
50
</refentry>
51
-

52
51
<!-- Keep this comment at the end of the file
53
52
Local variables:
54
53
mode: sgml
55
54