reference/dom/domentity.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.domentity" 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.domentity" 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 DOMEntity class</title>
5
5
<titleabbrev>DOMEntity</titleabbrev>
6
6
...
...
@@ -19,70 +19,66 @@
19
19
&reftitle.classsynopsis;
20
20
21
21
<!-- {{{ Synopsis -->
22
-
<classsynopsis>
23
-
<ooclass><classname>DOMEntity</classname></ooclass>
22
+
<classsynopsis class="class">
23
+
<ooclass>
24
+
<classname>DOMEntity</classname>
25
+
</ooclass>
24
26

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

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

78
-
<!--
79
-
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
80
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domentity')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
81
-
-->
82
-
<!-- Again, if the class extends a class use this -->
83
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
84
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
73
+
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
74
+
<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;']]))">
75
+
<xi:fallback/>
76
+
</xi:include>
85
77

78
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
79
+
<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'])">
80
+
<xi:fallback/>
81
+
</xi:include>
86
82
</classsynopsis>
87
83
<!-- }}} -->
88
84
...
...
@@ -125,7 +121,7 @@
125
121
<para>
126
122
An attribute specifying the encoding used for this entity at the
127
123
time of parsing, when it is an external parsed entity. This is
128
-
&null; if it an entity from the internal subset or if it is not
124
+
&null; if it is an entity from the internal subset or if it is not
129
125
known.
130
126
</para>
131
127
</listitem>
...
...
@@ -171,7 +167,6 @@
171
167
172
168
173
169
</phpdoc:classref>
174
-
175
170
<!-- Keep this comment at the end of the file
176
171
Local variables:
177
172
mode: sgml
...
...
@@ -192,4 +187,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
192
187
vim: et tw=78 syn=sgml
193
188
vi: ts=1 sw=1
194
189
-->
195
-

196
190