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

25
-
<!-- {{{ Class synopsis -->
26
-
<classsynopsisinfo>
27
-
<ooclass>
28
-
<classname>SimpleXMLElement</classname>
29
-
</ooclass>
27
+
<oointerface>
28
+
<modifier>implements</modifier>
29
+
<interfacename>Stringable</interfacename>
30
+
</oointerface>
30
31

31
-
<oointerface>
32
-
<interfacename>Traversable</interfacename>
33
-
</oointerface>
34
-
</classsynopsisinfo>
35
-
<!-- }}} -->
32
+
<oointerface>
33
+
<interfacename>Countable</interfacename>
34
+
</oointerface>
35
+

36
+
<oointerface>
37
+
<interfacename>RecursiveIterator</interfacename>
38
+
</oointerface>
36
39

37
40
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
38
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.simplexmlelement')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
39
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.simplexmlelement')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
41
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.simplexmlelement')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SimpleXMLElement'])">
42
+
<xi:fallback/>
43
+
</xi:include>
44
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.simplexmlelement')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SimpleXMLElement'])">
45
+
<xi:fallback/>
46
+
</xi:include>
40
47
</classsynopsis>
41
48
<!-- }}} -->
42
49
43
50
</section>
44
51

52
+
<section role="changelog">
53
+
&reftitle.changelog;
54
+
<informaltable>
55
+
<tgroup cols="2">
56
+
<thead>
57
+
<row>
58
+
<entry>&Version;</entry>
59
+
<entry>&Description;</entry>
60
+
</row>
61
+
</thead>
62
+
<tbody>
63
+
<row>
64
+
<entry>8.0.0</entry>
65
+
<entry>
66
+
<classname>SimpleXMLElement</classname> implements
67
+
<interfacename>Stringable</interfacename>,
68
+
<interfacename>Countable</interfacename>,
69
+
and <interfacename>RecursiveIterator</interfacename> now.
70
+
</entry>
71
+
</row>
72
+
</tbody>
73
+
</tgroup>
74
+
</informaltable>
75
+
</section>
76
+
45
77
</partintro>
46
78
47
79
&reference.simplexml.entities.simplexmlelement;
48
80

49
81
</phpdoc:classref>
50
-
51
82
<!-- Keep this comment at the end of the file
52
83
Local variables:
53
84
mode: sgml
54
85