diff options
author | Mike Hommey <mh@glandium.org> | 2004-05-17 07:10:24 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-05-17 07:10:24 +0000 |
commit | b80239e51945c3c9ab5d10697c1ce0a26fe03713 (patch) | |
tree | 364f7b4d519eaade278970b9c1d4e32bfe58a83a /include/libxml/SAX2.h | |
parent | b0297dfec40c69c88f28f27e759fe8b08f399b9b (diff) | |
parent | d4e028c96af89ade493b440d4f2de6b684c03a06 (diff) | |
download | libxml2-b80239e51945c3c9ab5d10697c1ce0a26fe03713.tar.gz |
New upstream release
Diffstat (limited to 'include/libxml/SAX2.h')
-rw-r--r-- | include/libxml/SAX2.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/libxml/SAX2.h b/include/libxml/SAX2.h index f5cc53c..0ca019b 100644 --- a/include/libxml/SAX2.h +++ b/include/libxml/SAX2.h @@ -136,22 +136,6 @@ XMLPUBFUN void XMLCALL const xmlChar *target, const xmlChar *data); XMLPUBFUN void XMLCALL - xmlSAX2GlobalNamespace (void *ctx, - const xmlChar *href, - const xmlChar *prefix); -XMLPUBFUN void XMLCALL - xmlSAX2SetNamespace (void *ctx, - const xmlChar *name); -XMLPUBFUN xmlNsPtr XMLCALL - xmlSAX2GetNamespace (void *ctx); -XMLPUBFUN int XMLCALL - xmlSAX2CheckNamespace (void *ctx, - xmlChar *nameSpace); -XMLPUBFUN void XMLCALL - xmlSAX2NamespaceDecl (void *ctx, - const xmlChar *href, - const xmlChar *prefix); -XMLPUBFUN void XMLCALL xmlSAX2Comment (void *ctx, const xmlChar *value); XMLPUBFUN void XMLCALL |