VirtualBox

source: vbox/trunk/src/libs/libxml2-2.13.2/include/private/io.h@ 107935

Last change on this file since 107935 was 105420, checked in by vboxsync, 7 months ago

libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730

File size: 999 bytes
Line 
1#ifndef XML_IO_H_PRIVATE__
2#define XML_IO_H_PRIVATE__
3
4#include <libxml/encoding.h>
5#include <libxml/tree.h>
6#include <libxml/xmlversion.h>
7
8XML_HIDDEN void
9xmlInitIOCallbacks(void);
10
11XML_HIDDEN int
12__xmlIOErr(int domain, int code, const char *extra);
13
14XML_HIDDEN int
15xmlNoNetExists(const char *filename);
16
17XML_HIDDEN int
18xmlParserInputBufferCreateFilenameSafe(const char *URI, xmlCharEncoding enc,
19 xmlParserInputBufferPtr *out);
20
21XML_HIDDEN xmlParserInputBufferPtr
22xmlNewInputBufferString(const char *str, int flags);
23XML_HIDDEN xmlParserInputBufferPtr
24xmlNewInputBufferMemory(const void *mem, size_t size, int flags,
25 xmlCharEncoding enc);
26
27#ifdef LIBXML_OUTPUT_ENABLED
28XML_HIDDEN xmlOutputBufferPtr
29xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
30XML_HIDDEN void
31xmlOutputBufferWriteQuotedString(xmlOutputBufferPtr buf,
32 const xmlChar *string);
33#endif
34
35#endif /* XML_IO_H_PRIVATE__ */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette