File: libXMLError.xml

package info (click to toggle)
phpdox 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 7,672 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (45 lines) | stat: -rw-r--r-- 1,600 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="libXMLError" namespace="" name="libXMLError">
  <member name="level" static="false" visibility="public">
    <default>null</default>
    <docblock>
      <description compact="the severity of the error (one of the following constants: LIBXML_ERR_WARNING, LIBXML_ERR_ERROR or LIBXML_ERR_FATAL)"/>
      <var type="int"/>
    </docblock>
  </member>
  <member name="code" static="false" visibility="public">
    <default>null</default>
    <docblock>
      <description compact="The error's code."/>
      <var type="int"/>
    </docblock>
  </member>
  <member name="column" static="false" visibility="public">
    <default>null</default>
    <docblock>
      <description compact="The column where the error occurred.">The column where the error occurred.</description>
      <var type="int"/>
    </docblock>
  </member>
  <member name="message" static="false" visibility="public">
    <default>null</default>
    <docblock>
      <description compact="The error message, if any."/>
      <var type="string"/>
    </docblock>
  </member>
  <member name="file" static="false" visibility="public">
    <default>null</default>
    <docblock>
      <description compact="The filename, or empty if the XML was loaded from a string."/>
      <var type="string"/>
    </docblock>
  </member>
  <member name="line" static="false" visibility="public">
    <default>null</default>
    <docblock>
      <description compact="The line where the error occurred."/>
      <var type="int"/>
    </docblock>
  </member>
</class>