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

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

41
33
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
42
-
<!-- If the property is documented below (xml:id=domdocumenttype.props) use this -->
43
34
<fieldsynopsis>
44
-
<modifier>readonly</modifier>
45
35
<modifier>public</modifier>
46
-
<type>string</type>
47
-
<varname linkend="domdocumenttype.props.publicid">publicId</varname>
48
-
</fieldsynopsis>
49
-
<fieldsynopsis>
50
36
<modifier>readonly</modifier>
51
-
<modifier>public</modifier>
52
-
<type>string</type>
53
-
<varname linkend="domdocumenttype.props.systemid">systemId</varname>
54
-
</fieldsynopsis>
55
-
<fieldsynopsis>
56
-
<modifier>readonly</modifier>
57
-
<modifier>public</modifier>
58
37
<type>string</type>
59
38
<varname linkend="domdocumenttype.props.name">name</varname>
60
39
</fieldsynopsis>
61
40
<fieldsynopsis>
62
-
<modifier>readonly</modifier>
63
41
<modifier>public</modifier>
42
+
<modifier>readonly</modifier>
64
43
<type>DOMNamedNodeMap</type>
65
44
<varname linkend="domdocumenttype.props.entities">entities</varname>
66
45
</fieldsynopsis>
67
46
<fieldsynopsis>
68
-
<modifier>readonly</modifier>
69
47
<modifier>public</modifier>
48
+
<modifier>readonly</modifier>
70
49
<type>DOMNamedNodeMap</type>
71
50
<varname linkend="domdocumenttype.props.notations">notations</varname>
72
51
</fieldsynopsis>
73
52
<fieldsynopsis>
53
+
<modifier>public</modifier>
74
54
<modifier>readonly</modifier>
55
+
<type>string</type>
56
+
<varname linkend="domdocumenttype.props.publicid">publicId</varname>
57
+
</fieldsynopsis>
58
+
<fieldsynopsis>
75
59
<modifier>public</modifier>
60
+
<modifier>readonly</modifier>
76
61
<type>string</type>
62
+
<varname linkend="domdocumenttype.props.systemid">systemId</varname>
63
+
</fieldsynopsis>
64
+
<fieldsynopsis>
65
+
<modifier>public</modifier>
66
+
<modifier>readonly</modifier>
67
+
<type class="union"><type>string</type><type>null</type></type>
77
68
<varname linkend="domdocumenttype.props.internalsubset">internalSubset</varname>
78
69
</fieldsynopsis>
79
70

80
-
<!--
81
-
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
82
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domdocumenttype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
83
-
-->
71
+
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
72
+
<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;']]))">
73
+
<xi:fallback/>
74
+
</xi:include>
84
75

85
-
<!-- Again, if the class extends a class use this -->
86
76
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
87
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
88
-

77
+
<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'])">
78
+
<xi:fallback/>
79
+
</xi:include>
89
80
</classsynopsis>
90
81
<!-- }}} -->
91
82
...
...
@@ -141,7 +132,7 @@
141
132
<term><varname>internalSubset</varname></term>
142
133
<listitem>
143
134
<para>
144
-
The internal subset as a string, or null if there is none. This
135
+
The internal subset as a string, or &null; if there is none. This
145
136
does not contain the delimiting square brackets.
146
137
</para>
147
138
</listitem>
...
...
@@ -166,7 +157,6 @@
166
157
</partintro>
167
158
168
159
</phpdoc:classref>
169
-
170
160
<!-- Keep this comment at the end of the file
171
161
Local variables:
172
162
mode: sgml
...
...
@@ -187,4 +177,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
187
177
vim: et tw=78 syn=sgml
188
178
vi: ts=1 sw=1
189
179
-->
190
-

191
180