reference/dom/domtext.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domtext" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
3
+
<phpdoc:classref xml:id="class.domtext" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
4
4
<title>The DOMText class</title>
5
5
<titleabbrev>DOMText</titleabbrev>
6
6
...
...
@@ -22,42 +22,47 @@
22
22
&reftitle.classsynopsis;
23
23
24
24
<!-- {{{ Synopsis -->
25
-
<classsynopsis>
26
-
<ooclass><classname>DOMText</classname></ooclass>
27
-
28
-
<!-- {{{ Class synopsis -->
29
-
<classsynopsisinfo>
30
-
<ooclass>
31
-
<classname>DOMText</classname>
32
-
</ooclass>
33
-
34
-
<!-- If the class extends another one, use this -->
35
-
<ooclass>
36
-
<modifier>extends</modifier>
37
-
<classname>DOMCharacterData</classname>
38
-
</ooclass>
39
-
40
-
</classsynopsisinfo>
41
-
<!-- }}} -->
25
+
<classsynopsis class="class">
26
+
<ooclass>
27
+
<classname>DOMText</classname>
28
+
</ooclass>
29
+

30
+
<ooclass>
31
+
<modifier>extends</modifier>
32
+
<classname>DOMCharacterData</classname>
33
+
</ooclass>
42
34

43
35
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
44
-
<!-- If the property is documented below (xml:id=domtext.props) use this -->
45
36
<fieldsynopsis>
46
-
<modifier>readonly</modifier>
47
37
<modifier>public</modifier>
38
+
<modifier>readonly</modifier>
48
39
<type>string</type>
49
40
<varname linkend="domtext.props.wholetext">wholeText</varname>
50
41
</fieldsynopsis>
51
42

43
+
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
44
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domcharacterdata')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
45
+
<xi:fallback/>
46
+
</xi:include>
47
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
48
+
<xi:fallback/>
49
+
</xi:include>
50
+

52
51
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
53
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domtext')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" />
54
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domtext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
52
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domtext')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='DOMText'])">
53
+
<xi:fallback/>
54
+
</xi:include>
55
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domtext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='DOMText'])">
56
+
<xi:fallback/>
57
+
</xi:include>
55
58

56
-
<!-- Again, if the class extends a class use this -->
57
59
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
58
-
<!--xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domcharacterdata')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" /-->
59
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
60
-

60
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domcharacterdata')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='DOMCharacterData'])">
61
+
<xi:fallback/>
62
+
</xi:include>
63
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='DOMNode'])">
64
+
<xi:fallback/>
65
+
</xi:include>
61
66
</classsynopsis>
62
67
<!-- }}} -->
63
68
...
...
@@ -80,6 +85,29 @@
80
85
</section>
81
86
<!-- }}} -->
82
87

88
+
<section role="changelog">
89
+
&reftitle.changelog;
90
+
<informaltable>
91
+
<tgroup cols="2">
92
+
<thead>
93
+
<row>
94
+
<entry>&Version;</entry>
95
+
<entry>&Description;</entry>
96
+
</row>
97
+
</thead>
98
+
<tbody>
99
+
<row>
100
+
<entry>8.0.0</entry>
101
+
<entry>
102
+
The unimplemented method <methodname>DOMText::replaceWholeText</methodname>
103
+
has been removed.
104
+
</entry>
105
+
</row>
106
+
</tbody>
107
+
</tgroup>
108
+
</informaltable>
109
+
</section>
110
+

83
111
<!-- {{{ See also -->
84
112
<!--
85
113
<section role="seealso">
...
...
@@ -98,7 +126,6 @@
98
126
&reference.dom.entities.domtext;
99
127
100
128
</phpdoc:classref>
101
-
102
129
<!-- Keep this comment at the end of the file
103
130
Local variables:
104
131
mode: sgml
...
...
@@ -119,4 +146,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
119
146
vim: et tw=78 syn=sgml
120
147
vi: ts=1 sw=1
121
148
-->
122
-

123
149