ReactOS
0.4.16-dev-424-ge4748fe
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
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
_
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
save.h
Go to the documentation of this file.
1
/*
2
* Summary: Internal Interfaces for saving in libxml2
3
* Description: this module describes a few interfaces which were
4
* added along with the API changes in 2.9.0
5
* those are private routines at this point
6
*
7
* Copy: See Copyright for the status of this software.
8
*
9
* Author: Daniel Veillard
10
*/
11
12
#ifndef __XML_SAVE_H__
13
#define __XML_SAVE_H__
14
15
#include <
libxml/tree.h
>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
#ifdef LIBXML_OUTPUT_ENABLED
22
void
xmlBufAttrSerializeTxtContent(
xmlBufPtr
buf
,
xmlDocPtr
doc,
23
xmlAttrPtr
attr
,
const
xmlChar
*
string
);
24
void
xmlBufDumpNotationTable(
xmlBufPtr
buf
,
xmlNotationTablePtr
table
);
25
void
xmlBufDumpElementDecl(
xmlBufPtr
buf
,
xmlElementPtr
elem
);
26
void
xmlBufDumpAttributeDecl(
xmlBufPtr
buf
,
xmlAttributePtr
attr
);
27
void
xmlBufDumpEntityDecl(
xmlBufPtr
buf
,
xmlEntityPtr
ent);
28
#endif
29
30
xmlChar
*
xmlEncodeAttributeEntities
(
xmlDocPtr
doc,
const
xmlChar
*
input
);
31
32
#ifdef __cplusplus
33
}
34
#endif
35
#endif
/* __XML_SAVE_H__ */
36
buf
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition:
glext.h:7751
input
GLenum GLenum GLenum input
Definition:
glext.h:9031
elem
static size_t elem
Definition:
string.c:68
xmlEncodeAttributeEntities
xmlChar * xmlEncodeAttributeEntities(xmlDocPtr doc, const xmlChar *input)
tree.h
_xmlAttr
Definition:
tree.h:434
_xmlAttribute
Definition:
tree.h:253
_xmlBuf
Definition:
buf.c:43
_xmlDoc
Definition:
tree.h:551
_xmlElement
Definition:
tree.h:346
_xmlEntity
Definition:
entities.h:38
_xmlHashTable
Definition:
hash.c:63
attr
Definition:
cookie.c:202
table
Definition:
wbemprox_private.h:109
xmlChar
unsigned char xmlChar
Definition:
xmlstring.h:28
sdk
lib
3rdparty
libxml2
save.h
Generated on Mon Jan 6 2025 06:15:33 for ReactOS by
1.9.6