language/predefined/parseerror.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -1,11 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
-
<phpdoc:exceptionref xml:id="class.parseerror"
5
-
xmlns="http://docbook.org/ns/docbook"
6
-
xmlns:xlink="http://www.w3.org/1999/xlink"
7
-
xmlns:xi="http://www.w3.org/2001/XInclude"
8
-
xmlns:phpdoc="http://php.net/ns/phpdoc">
3
+
<phpdoc:exceptionref xml:id="class.parseerror" 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">
9
4
<title>ParseError</title>
10
5
<titleabbrev>ParseError</titleabbrev>
11
6
...
...
@@ -32,29 +27,28 @@
32
27
&reftitle.classsynopsis;
33
28
34
29
<!-- {{{ Synopsis -->
35
-
<classsynopsis>
36
-
<ooclass><classname>ParseError</classname></ooclass>
37
-
38
-
<!-- {{{ Class synopsis -->
39
-
<classsynopsisinfo>
40
-
<ooclass>
41
-
<classname>ParseError</classname>
42
-
</ooclass>
30
+
<classsynopsis class="class">
31
+
<ooexception>
32
+
<exceptionname>ParseError</exceptionname>
33
+
</ooexception>
43
34

44
-
<ooclass>
45
-
<modifier>extends</modifier>
46
-
<classname>CompileError</classname>
47
-
</ooclass>
48
-
</classsynopsisinfo>
49
-
<!-- }}} -->
35
+
<ooclass>
36
+
<modifier>extends</modifier>
37
+
<classname>CompileError</classname>
38
+
</ooclass>
50
39

51
40
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
52
41
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
53
-
<xi:fallback />
42
+
<xi:fallback/>
54
43
</xi:include>
55
44

56
45
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
57
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
46
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='Error'])">
47
+
<xi:fallback/>
48
+
</xi:include>
49
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='Error'])">
50
+
<xi:fallback/>
51
+
</xi:include>
58
52
</classsynopsis>
59
53
60
54
<!-- }}} -->
...
...
@@ -62,7 +56,6 @@
62
56
</section>
63
57
</partintro>
64
58
</phpdoc:exceptionref>
65
-
66
59
<!-- Keep this comment at the end of the file
67
60
Local variables:
68
61
mode: sgml
69
62