mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-19 09:57:23 +03:00
SAX.h: Fixed #25107, Daniel
This commit is contained in:
parent
399156223f
commit
134c9f313e
@ -1,3 +1,7 @@
|
||||
Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* SAX.h: closed #25107
|
||||
|
||||
Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* testSAX.c: fixed problem with cdata reporting
|
||||
|
4
SAX.h
4
SAX.h
@ -34,6 +34,10 @@ void internalSubset (void *ctx,
|
||||
const xmlChar *name,
|
||||
const xmlChar *ExternalID,
|
||||
const xmlChar *SystemID);
|
||||
void externalSubset (void *ctx,
|
||||
const xmlChar *name,
|
||||
const xmlChar *ExternalID,
|
||||
const xmlChar *SystemID);
|
||||
xmlEntityPtr getEntity (void *ctx,
|
||||
const xmlChar *name);
|
||||
xmlEntityPtr getParameterEntity (void *ctx,
|
||||
|
@ -34,6 +34,10 @@ void internalSubset (void *ctx,
|
||||
const xmlChar *name,
|
||||
const xmlChar *ExternalID,
|
||||
const xmlChar *SystemID);
|
||||
void externalSubset (void *ctx,
|
||||
const xmlChar *name,
|
||||
const xmlChar *ExternalID,
|
||||
const xmlChar *SystemID);
|
||||
xmlEntityPtr getEntity (void *ctx,
|
||||
const xmlChar *name);
|
||||
xmlEntityPtr getParameterEntity (void *ctx,
|
||||
|
Loading…
x
Reference in New Issue
Block a user