Rudiments
include
rudiments
private
xmlsax.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
xmlsax
(
xmlsax
&
x
) {};
5
xmlsax
&operator=(
xmlsax
&
x
) {
return
*
this
; };
6
7
private
:
8
bool
parse();
9
bool
parseTag(
char
current
,
char
*next);
10
bool
parseTagName(
char
current
,
11
stringbuffer
*
ns
,
12
stringbuffer
*
name
,
13
char
*next);
14
char
parseComment(
char
current
);
15
char
parseCData(
char
current
);
16
char
parseAttribute(
char
current
,
char
standalone
);
17
int32_t getGeneralEntity(
char
breakchar
);
18
bool
parseText(
char
current
,
char
*next);
19
20
xmlsaxprivate
*pvt;
avltreenode
Definition
avltree.h:11
stringbuffer
Definition
stringbuffer.h:13
xmlsax
Definition
xmlsax.h:12
Generated on Tue Dec 3 2024 01:50:19 for Rudiments by
1.10.0