reference/dom/domcomment.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.domcomment" 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.domcomment" 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 DOMComment class</title>
5
5
<titleabbrev>DOMComment</titleabbrev>
6
6
...
...
@@ -20,40 +20,36 @@
20
20
&reftitle.classsynopsis;
21
21
22
22
<!-- {{{ Synopsis -->
23
-
<classsynopsis>
24
-
<ooclass><classname>DOMComment</classname></ooclass>
23
+
<classsynopsis class="class">
24
+
<ooclass>
25
+
<classname>DOMComment</classname>
26
+
</ooclass>
25
27

26
-
<!-- {{{ Class synopsis -->
27
-
<classsynopsisinfo>
28
-
<ooclass>
29
-
<classname>DOMComment</classname>
30
-
</ooclass>
31
-
32
-
<!-- If the class extends another one, use this -->
33
-
<ooclass>
34
-
<modifier>extends</modifier>
35
-
<classname>DOMCharacterData</classname>
36
-
</ooclass>
37
-
38
-
</classsynopsisinfo>
39
-
<!-- }}} -->
28
+
<ooclass>
29
+
<modifier>extends</modifier>
30
+
<classname>DOMCharacterData</classname>
31
+
</ooclass>
40
32

41
33
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
42
34
<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;']]))">
43
-
<xi:fallback />
35
+
<xi:fallback/>
44
36
</xi:include>
45
37
<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;']]))">
46
-
<xi:fallback />
38
+
<xi:fallback/>
47
39
</xi:include>
48
40

49
41
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
50
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domcomment')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
42
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domcomment')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='DOMComment'])">
43
+
<xi:fallback/>
44
+
</xi:include>
51
45

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

47
+
<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'])">
48
+
<xi:fallback/>
49
+
</xi:include>
50
+
<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'])">
51
+
<xi:fallback/>
52
+
</xi:include>
57
53
</classsynopsis>
58
54
<!-- }}} -->
59
55
...
...
@@ -73,7 +69,6 @@
73
69
&reference.dom.entities.domcomment;
74
70
75
71
</phpdoc:classref>
76
-
77
72
<!-- Keep this comment at the end of the file
78
73
Local variables:
79
74
mode: sgml
...
...
@@ -94,4 +89,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
94
89
vim: et tw=78 syn=sgml
95
90
vi: ts=1 sw=1
96
91
-->
97
-

98
92