summaryrefslogtreecommitdiff
path: root/include/libxml/SAX2.h
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-05-17 06:56:59 +0000
committerMike Hommey <mh@glandium.org>2004-05-17 06:56:59 +0000
commitd4e028c96af89ade493b440d4f2de6b684c03a06 (patch)
tree4b74b3cd4b14524309bc5a3e776d81d4bbc5efe4 /include/libxml/SAX2.h
parent81bcf076ea11e114a60e429338a15748066de163 (diff)
downloadlibxml2-d4e028c96af89ade493b440d4f2de6b684c03a06.tar.gz
Load /tmp/tmp.QVLX5b/libxml2-2.6.10 intoupstream/2.6.10
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'include/libxml/SAX2.h')
-rw-r--r--include/libxml/SAX2.h16
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