summaryrefslogtreecommitdiffstats
path: root/reflection/libxml.txt
blob: 24644e08d7365ca500f5dfedb274a0f3aebd1ef2 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Extension [ <persistent> extension #4 libxml version <no_version> ] {

  - Constants [25] {
    Constant [ integer LIBXML_VERSION ] { 20708 }
    Constant [ string LIBXML_DOTTED_VERSION ] { 2.7.8 }
    Constant [ string LIBXML_LOADED_VERSION ] { 20708 }
    Constant [ integer LIBXML_NOENT ] { 2 }
    Constant [ integer LIBXML_DTDLOAD ] { 4 }
    Constant [ integer LIBXML_DTDATTR ] { 8 }
    Constant [ integer LIBXML_DTDVALID ] { 16 }
    Constant [ integer LIBXML_NOERROR ] { 32 }
    Constant [ integer LIBXML_NOWARNING ] { 64 }
    Constant [ integer LIBXML_NOBLANKS ] { 256 }
    Constant [ integer LIBXML_XINCLUDE ] { 1024 }
    Constant [ integer LIBXML_NSCLEAN ] { 8192 }
    Constant [ integer LIBXML_NOCDATA ] { 16384 }
    Constant [ integer LIBXML_NONET ] { 2048 }
    Constant [ integer LIBXML_PEDANTIC ] { 128 }
    Constant [ integer LIBXML_COMPACT ] { 65536 }
    Constant [ integer LIBXML_NOXMLDECL ] { 2 }
    Constant [ integer LIBXML_PARSEHUGE ] { 524288 }
    Constant [ integer LIBXML_NOEMPTYTAG ] { 4 }
    Constant [ integer LIBXML_HTML_NOIMPLIED ] { 8192 }
    Constant [ integer LIBXML_HTML_NODEFDTD ] { 4 }
    Constant [ integer LIBXML_ERR_NONE ] { 0 }
    Constant [ integer LIBXML_ERR_WARNING ] { 1 }
    Constant [ integer LIBXML_ERR_ERROR ] { 2 }
    Constant [ integer LIBXML_ERR_FATAL ] { 3 }
  }

  - Functions {
    Function [ <internal:libxml> function libxml_set_streams_context ] {

      - Parameters [1] {
        Parameter #0 [ <required> $context ]
      }
    }
    Function [ <internal:libxml> function libxml_use_internal_errors ] {

      - Parameters [1] {
        Parameter #0 [ <optional> $use_errors ]
      }
    }
    Function [ <internal:libxml> function libxml_get_last_error ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:libxml> function libxml_clear_errors ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:libxml> function libxml_get_errors ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:libxml> function libxml_disable_entity_loader ] {

      - Parameters [1] {
        Parameter #0 [ <optional> $disable ]
      }
    }
    Function [ <internal:libxml> function libxml_set_external_entity_loader ] {

      - Parameters [1] {
        Parameter #0 [ <required> $resolver_function ]
      }
    }
  }

  - Classes [1] {
    Class [ <internal:libxml> class LibXMLError ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }
  }
}