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
extra.h
Go to the documentation of this file.
1
/*
2
* Summary: interface for the non-standard features
3
* Description: implement some extension outside the XSLT namespace
4
* but not EXSLT with is in a different library.
5
*
6
* Copy: See Copyright for the status of this software.
7
*
8
* Author: Daniel Veillard
9
*/
10
11
#ifndef __XML_XSLT_EXTRA_H__
12
#define __XML_XSLT_EXTRA_H__
13
14
#include <
libxml/xpath.h
>
15
#include "
xsltexports.h
"
16
#include "
xsltInternals.h
"
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
27
#define XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace"
)
28
34
#define XSLT_SAXON_NAMESPACE ((xmlChar *) "http://icl.com/saxon"
)
35
41
#define XSLT_XT_NAMESPACE ((xmlChar *) "http://www.jclark.com/xt"
)
42
48
#define XSLT_XALAN_NAMESPACE ((xmlChar *) \
49
"org.apache.xalan.xslt.extensions.Redirect"
)
50
51
52
XSLTPUBFUN
void
XSLTCALL
53
xsltFunctionNodeSet
(xmlXPathParserContextPtr ctxt,
54
int
nargs);
55
XSLTPUBFUN
void
XSLTCALL
56
xsltDebug
(
xsltTransformContextPtr
ctxt,
57
xmlNodePtr
node
,
58
xmlNodePtr
inst,
59
xsltElemPreCompPtr
comp);
60
61
62
XSLTPUBFUN
void
XSLTCALL
63
xsltRegisterExtras
(
xsltTransformContextPtr
ctxt);
64
XSLTPUBFUN
void
XSLTCALL
65
xsltRegisterAllExtras
(
void
);
66
67
#ifdef __cplusplus
68
}
69
#endif
70
71
#endif
/* __XML_XSLT_EXTRA_H__ */
72
xsltRegisterExtras
XSLTPUBFUN void XSLTCALL xsltRegisterExtras(xsltTransformContextPtr ctxt)
Definition:
extra.c:139
xsltFunctionNodeSet
XSLTPUBFUN void XSLTCALL xsltFunctionNodeSet(xmlXPathParserContextPtr ctxt, int nargs)
Definition:
extra.c:111
xsltDebug
XSLTPUBFUN void XSLTCALL xsltDebug(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, xsltElemPreCompPtr comp)
Definition:
extra.c:35
xsltRegisterAllExtras
XSLTPUBFUN void XSLTCALL xsltRegisterAllExtras(void)
Definition:
extra.c:149
_xmlNode
Definition:
tree.h:489
_xsltElemPreComp
Definition:
xsltInternals.h:474
_xsltTransformContext
Definition:
xsltInternals.h:1672
node
Definition:
dlist.c:348
xpath.h
xsltInternals.h
xsltexports.h
XSLTCALL
#define XSLTCALL
Definition:
xsltexports.h:39
XSLTPUBFUN
#define XSLTPUBFUN
Definition:
xsltexports.h:48
sdk
include
reactos
libs
libxslt
extra.h
Generated on Sun Jan 19 2025 06:13:05 for ReactOS by
1.9.6