ReactOS
0.4.16-dev-533-gc7d1aa3
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
precomp.h
Go to the documentation of this file.
1
#ifndef _LIBXSLT_PCH_
2
#define _LIBXSLT_PCH_
3
4
#define IN_LIBXSLT
5
#include <
libxslt.h
>
6
7
#ifndef XSLT_NEED_TRIO
8
#include <stdio.h>
9
#else
10
#include <trio.h>
11
#endif
12
13
#include <string.h>
14
#include <limits.h>
15
16
#ifdef HAVE_SYS_TYPES_H
17
#include <sys/types.h>
18
#endif
19
#include <math.h>
20
#include <float.h>
21
#include <time.h>
22
#include <stdlib.h>
23
24
#include <
libxml/xmlmemory.h
>
25
#include <
libxml/tree.h
>
26
#include <
libxml/hash.h
>
27
#include <
libxml/xmlerror.h
>
28
#include <
libxml/uri.h
>
29
#include <
libxml/parser.h
>
30
#include <
libxml/parserInternals.h
>
31
#include <
libxml/xpath.h
>
32
#include <
libxml/xpathInternals.h
>
33
#include <
libxml/valid.h
>
34
#include <
libxml/encoding.h
>
35
#include <
libxml/dict.h
>
36
#include <
libxml/xmlIO.h
>
37
#include <
libxml/HTMLtree.h
>
38
39
#include "
xslt.h
"
40
#include "
xsltInternals.h
"
41
#include "
xsltutils.h
"
42
#include "
attributes.h
"
43
#include "
namespaces.h
"
44
#include "
templates.h
"
45
#include "imports.h"
46
#include "
transform.h
"
47
#include "
preproc.h
"
48
#include "
documents.h
"
49
#include "
keys.h
"
50
#include "
security.h
"
51
#include "
extensions.h
"
52
#include "
variables.h
"
53
#include "
extra.h
"
54
#include "pattern.h"
55
#include "
numbersInternals.h
"
56
#include "
functions.h
"
57
58
#endif
/* _LIBXSLT_PCH_ */
HTMLtree.h
attributes.h
documents.h
encoding.h
extensions.h
extra.h
functions.h
keys.h
libxslt.h
namespaces.h
numbersInternals.h
parserInternals.h
preproc.h
dict.h
hash.h
parser.h
tree.h
templates.h
transform.h
uri.h
valid.h
variables.h
security.h
xmlIO.h
xmlerror.h
xmlmemory.h
xpathInternals.h
xpath.h
xsltInternals.h
xslt.h
xsltutils.h
dll
3rdparty
libxslt
precomp.h
Generated on Sun Jan 19 2025 06:15:33 for ReactOS by
1.9.6