| 3 | | import bcd.libxml2.globals; |
|---|
| 4 | | import bcd.libxml2.threads; |
|---|
| 5 | | import bcd.libxml2.xmlmemory; |
|---|
| 6 | | import bcd.libxml2.SAX2; |
|---|
| 7 | | import bcd.libxml2.SAX; |
|---|
| 8 | | import bcd.libxml2.xlink; |
|---|
| 9 | | import bcd.libxml2.parser; |
|---|
| 10 | | import bcd.libxml2.encoding; |
|---|
| 11 | | import bcd.libxml2.entities; |
|---|
| 12 | | import bcd.libxml2.hash; |
|---|
| 13 | | import bcd.libxml2.valid; |
|---|
| 14 | | import bcd.libxml2.xmlautomata; |
|---|
| 15 | | import bcd.libxml2.list; |
|---|
| 16 | | import bcd.libxml2.xmlerror; |
|---|
| 17 | | import bcd.libxml2.tree; |
|---|
| 18 | | import bcd.libxml2.xmlregexp; |
|---|
| 19 | | import bcd.libxml2.dict; |
|---|
| 20 | | import bcd.libxml2.xmlstring; |
|---|
| 21 | | import bcd.libxml2.xmlversion; |
|---|
| 22 | | alias int function(void *, char *, int) _BCD_func__2296; |
|---|
| 23 | | alias _BCD_func__2296 xmlOutputWriteCallback; |
|---|
| | 3 | align(4): |
|---|
| | 4 | public import bcd.libxml2.globals; |
|---|
| | 5 | public import bcd.libxml2.threads; |
|---|
| | 6 | public import bcd.libxml2.xmlmemory; |
|---|
| | 7 | public import bcd.libxml2.SAX2; |
|---|
| | 8 | public import bcd.libxml2.SAX; |
|---|
| | 9 | public import bcd.libxml2.xlink; |
|---|
| | 10 | public import bcd.libxml2.parser; |
|---|
| | 11 | public import bcd.libxml2.encoding; |
|---|
| | 12 | public import bcd.libxml2.entities; |
|---|
| | 13 | public import bcd.libxml2.hash; |
|---|
| | 14 | public import bcd.libxml2.valid; |
|---|
| | 15 | public import bcd.libxml2.xmlautomata; |
|---|
| | 16 | public import bcd.libxml2.list; |
|---|
| | 17 | public import bcd.libxml2.xmlerror; |
|---|
| | 18 | public import bcd.libxml2.tree; |
|---|
| | 19 | public import bcd.libxml2.xmlregexp; |
|---|
| | 20 | public import bcd.libxml2.dict; |
|---|
| | 21 | public import bcd.libxml2.xmlstring; |
|---|
| | 22 | public import bcd.libxml2.xmlversion; |
|---|
| | 23 | alias int function(void *, char *, int) _BCD_func__2302; |
|---|
| | 24 | alias _BCD_func__2302 xmlOutputWriteCallback; |
|---|
| 29 | | alias void * function(char *) _BCD_func__2297; |
|---|
| 30 | | alias _BCD_func__2297 xmlOutputOpenCallback; |
|---|
| 31 | | alias int function(char *) _BCD_func__2298; |
|---|
| 32 | | alias _BCD_func__2298 xmlOutputMatchCallback; |
|---|
| 33 | | alias _BCD_func__2297 xmlInputOpenCallback; |
|---|
| 34 | | alias _BCD_func__2298 xmlInputMatchCallback; |
|---|
| 35 | | extern (C) int xmlIOFTPClose(void * context); |
|---|
| 36 | | extern (C) int xmlIOFTPRead(void * context, char * buffer, int len); |
|---|
| 37 | | extern (C) void * xmlIOFTPOpen(char * filename); |
|---|
| 38 | | extern (C) int xmlIOFTPMatch(char * filename); |
|---|
| 39 | | extern (C) int xmlIOHTTPClose(void * context); |
|---|
| 40 | | extern (C) int xmlIOHTTPRead(void * context, char * buffer, int len); |
|---|
| 41 | | extern (C) void * xmlIOHTTPOpenW(char * post_uri, int compression); |
|---|
| 42 | | extern (C) void * xmlIOHTTPOpen(char * filename); |
|---|
| 43 | | extern (C) int xmlIOHTTPMatch(char * filename); |
|---|
| 44 | | extern (C) int xmlFileClose(void * context); |
|---|
| 45 | | extern (C) int xmlFileRead(void * context, char * buffer, int len); |
|---|
| 46 | | extern (C) void * xmlFileOpen(char * filename); |
|---|
| 47 | | extern (C) int xmlFileMatch(char * filename); |
|---|
| 48 | | extern (C) int xmlCheckFilename(char * path); |
|---|
| 49 | | extern (C) char * xmlNormalizeWindowsPath(char * path); |
|---|
| 50 | | extern (C) _xmlParserInput * xmlNoNetExternalEntityLoader(char * URL, char * ID, _xmlParserCtxt * ctxt); |
|---|
| 51 | | extern (C) _xmlParserInput * xmlCheckHTTPInput(_xmlParserCtxt * ctxt, _xmlParserInput * ret); |
|---|
| | 30 | alias void * function(char *) _BCD_func__2303; |
|---|
| | 31 | alias _BCD_func__2303 xmlOutputOpenCallback; |
|---|
| | 32 | alias int function(char *) _BCD_func__2304; |
|---|
| | 33 | alias _BCD_func__2304 xmlOutputMatchCallback; |
|---|
| | 34 | alias _BCD_func__2303 xmlInputOpenCallback; |
|---|
| | 35 | alias _BCD_func__2304 xmlInputMatchCallback; |
|---|
| | 36 | extern (C) int xmlIOFTPClose(void *); |
|---|
| | 37 | extern (C) int xmlIOFTPRead(void *, char *, int); |
|---|
| | 38 | extern (C) void * xmlIOFTPOpen(char *); |
|---|
| | 39 | extern (C) int xmlIOFTPMatch(char *); |
|---|
| | 40 | extern (C) int xmlIOHTTPClose(void *); |
|---|
| | 41 | extern (C) int xmlIOHTTPRead(void *, char *, int); |
|---|
| | 42 | extern (C) void * xmlIOHTTPOpenW(char *, int); |
|---|
| | 43 | extern (C) void * xmlIOHTTPOpen(char *); |
|---|
| | 44 | extern (C) int xmlIOHTTPMatch(char *); |
|---|
| | 45 | extern (C) int xmlFileClose(void *); |
|---|
| | 46 | extern (C) int xmlFileRead(void *, char *, int); |
|---|
| | 47 | extern (C) void * xmlFileOpen(char *); |
|---|
| | 48 | extern (C) int xmlFileMatch(char *); |
|---|
| | 49 | extern (C) int xmlCheckFilename(char *); |
|---|
| | 50 | extern (C) char * xmlNormalizeWindowsPath(char *); |
|---|
| | 51 | extern (C) _xmlParserInput * xmlNoNetExternalEntityLoader(char *, char *, _xmlParserCtxt *); |
|---|
| | 52 | extern (C) _xmlParserInput * xmlCheckHTTPInput(_xmlParserCtxt *, _xmlParserInput *); |
|---|
| 53 | | extern (C) _xmlOutputBuffer * __xmlOutputBufferCreateFilename(char * URI, _xmlCharEncodingHandler * encoder, int compression); |
|---|
| 54 | | extern (C) int xmlRegisterOutputCallbacks(_BCD_func__2298 matchFunc, _BCD_func__2297 openFunc, _BCD_func__2296 writeFunc, _BCD_func__1370 closeFunc); |
|---|
| 55 | | extern (C) int xmlOutputBufferClose(_xmlOutputBuffer * out_); |
|---|
| 56 | | extern (C) int xmlOutputBufferFlush(_xmlOutputBuffer * out_); |
|---|
| 57 | | alias int function(char *, int *, char *, int *) _BCD_func__1853; |
|---|
| 58 | | extern (C) int xmlOutputBufferWriteEscape(_xmlOutputBuffer * out_, char * str, _BCD_func__1853 escaping); |
|---|
| 59 | | extern (C) int xmlOutputBufferWriteString(_xmlOutputBuffer * out_, char * str); |
|---|
| 60 | | extern (C) int xmlOutputBufferWrite(_xmlOutputBuffer * out_, int len, char * buf); |
|---|
| 61 | | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateIO(_BCD_func__2296 iowrite, _BCD_func__1370 ioclose, void * ioctx, _xmlCharEncodingHandler * encoder); |
|---|
| 62 | | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFd(int fd, _xmlCharEncodingHandler * encoder); |
|---|
| 63 | | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFile(_IO_FILE * file, _xmlCharEncodingHandler * encoder); |
|---|
| 64 | | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFilename(char * URI, _xmlCharEncodingHandler * encoder, int compression); |
|---|
| 65 | | extern (C) _xmlOutputBuffer * xmlAllocOutputBuffer(_xmlCharEncodingHandler * encoder); |
|---|
| | 54 | extern (C) _xmlOutputBuffer * __xmlOutputBufferCreateFilename(char *, _xmlCharEncodingHandler *, int); |
|---|
| | 55 | extern (C) int xmlRegisterOutputCallbacks(_BCD_func__2304, _BCD_func__2303, _BCD_func__2302, _BCD_func__1370); |
|---|
| | 56 | extern (C) int xmlOutputBufferClose(_xmlOutputBuffer *); |
|---|
| | 57 | extern (C) int xmlOutputBufferFlush(_xmlOutputBuffer *); |
|---|
| | 58 | alias int function(char *, int *, char *, int *) _BCD_func__1859; |
|---|
| | 59 | extern (C) int xmlOutputBufferWriteEscape(_xmlOutputBuffer *, char *, _BCD_func__1859); |
|---|
| | 60 | extern (C) int xmlOutputBufferWriteString(_xmlOutputBuffer *, char *); |
|---|
| | 61 | extern (C) int xmlOutputBufferWrite(_xmlOutputBuffer *, int, char *); |
|---|
| | 62 | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateIO(_BCD_func__2302, _BCD_func__1370, void *, _xmlCharEncodingHandler *); |
|---|
| | 63 | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFd(int, _xmlCharEncodingHandler *); |
|---|
| | 64 | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFile(_IO_FILE *, _xmlCharEncodingHandler *); |
|---|
| | 65 | extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFilename(char *, _xmlCharEncodingHandler *, int); |
|---|
| | 66 | extern (C) _xmlOutputBuffer * xmlAllocOutputBuffer(_xmlCharEncodingHandler *); |
|---|
| 68 | | extern (C) _xmlParserInputBuffer * __xmlParserInputBufferCreateFilename(char * URI, int enc); |
|---|
| 69 | | extern (C) int xmlRegisterInputCallbacks(_BCD_func__2298 matchFunc, _BCD_func__2297 openFunc, _BCD_func__2299 readFunc, _BCD_func__1370 closeFunc); |
|---|
| 70 | | extern (C) char * xmlParserGetDirectory(char * filename); |
|---|
| 71 | | extern (C) void xmlFreeParserInputBuffer(_xmlParserInputBuffer * in_); |
|---|
| 72 | | extern (C) int xmlParserInputBufferPush(_xmlParserInputBuffer * in_, int len, char * buf); |
|---|
| 73 | | extern (C) int xmlParserInputBufferGrow(_xmlParserInputBuffer * in_, int len); |
|---|
| 74 | | extern (C) int xmlParserInputBufferRead(_xmlParserInputBuffer * in_, int len); |
|---|
| 75 | | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateIO(_BCD_func__2299 ioread, _BCD_func__1370 ioclose, void * ioctx, int enc); |
|---|
| 76 | | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateStatic(char * mem, int size, int enc); |
|---|
| 77 | | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateMem(char * mem, int size, int enc); |
|---|
| 78 | | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFd(int fd, int enc); |
|---|
| 79 | | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFile(_IO_FILE * file, int enc); |
|---|
| 80 | | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFilename(char * URI, int enc); |
|---|
| 81 | | extern (C) _xmlParserInputBuffer * xmlAllocParserInputBuffer(int enc); |
|---|
| | 69 | extern (C) _xmlParserInputBuffer * __xmlParserInputBufferCreateFilename(char *, int); |
|---|
| | 70 | extern (C) int xmlRegisterInputCallbacks(_BCD_func__2304, _BCD_func__2303, _BCD_func__2305, _BCD_func__1370); |
|---|
| | 71 | extern (C) char * xmlParserGetDirectory(char *); |
|---|
| | 72 | extern (C) void xmlFreeParserInputBuffer(_xmlParserInputBuffer *); |
|---|
| | 73 | extern (C) int xmlParserInputBufferPush(_xmlParserInputBuffer *, int, char *); |
|---|
| | 74 | extern (C) int xmlParserInputBufferGrow(_xmlParserInputBuffer *, int); |
|---|
| | 75 | extern (C) int xmlParserInputBufferRead(_xmlParserInputBuffer *, int); |
|---|
| | 76 | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateIO(_BCD_func__2305, _BCD_func__1370, void *, int); |
|---|
| | 77 | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateStatic(char *, int, int); |
|---|
| | 78 | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateMem(char *, int, int); |
|---|
| | 79 | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFd(int, int); |
|---|
| | 80 | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFile(_IO_FILE *, int); |
|---|
| | 81 | extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFilename(char *, int); |
|---|
| | 82 | extern (C) _xmlParserInputBuffer * xmlAllocParserInputBuffer(int); |
|---|
| 85 | | alias void function(_xmlNode *) _BCD_func__1658; |
|---|
| 86 | | alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1659; |
|---|
| 87 | | alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1660; |
|---|
| 88 | | alias char * function(char *) _BCD_func__1665; |
|---|
| 89 | | alias void * function(void *, uint) _BCD_func__1666; |
|---|
| 90 | | alias void * function(uint) _BCD_func__1667; |
|---|
| 91 | | alias void function(void *) _BCD_func__1668; |
|---|
| 92 | | alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1675; |
|---|
| 93 | | alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1676; |
|---|
| 94 | | alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1677; |
|---|
| 95 | | alias void function(void *, _xmlNode *) _BCD_func__1678; |
|---|
| 96 | | alias int function(void *, void *) _BCD_func__1695; |
|---|
| 97 | | alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1856; |
|---|
| 98 | | alias void function(void *, char *, char *, char *) _BCD_func__1887; |
|---|
| 99 | | alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1888; |
|---|
| 100 | | alias void function(void *, char *, ...) _BCD_func__1889; |
|---|
| 101 | | alias void function(void *, char *, int) _BCD_func__1890; |
|---|
| 102 | | alias void function(void *, char *) _BCD_func__1891; |
|---|
| 103 | | alias void function(void *, char *, char *) _BCD_func__1892; |
|---|
| 104 | | alias void function(void *, char *, char * *) _BCD_func__1893; |
|---|
| 105 | | alias void function(void *, _xmlSAXLocator *) _BCD_func__1894; |
|---|
| 106 | | alias void function(void *, char *, char *, char *, char *) _BCD_func__1895; |
|---|
| 107 | | alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1896; |
|---|
| 108 | | alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1897; |
|---|
| 109 | | alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1898; |
|---|
| 110 | | alias _xmlEntity * function(void *, char *) _BCD_func__1899; |
|---|
| 111 | | alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1900; |
|---|
| 112 | | alias void function(char *) _BCD_func__1913; |
|---|
| 113 | | alias void function(void *) _BCD_func__1933; |
|---|
| 114 | | alias void function(void *, _xmlError *) _BCD_func__1934; |
|---|
| 115 | | alias void function(void *, void *, char *, char *, char *) _BCD_func__1950; |
|---|
| 116 | | alias void function(void *, void *, char *) _BCD_func__1951; |
|---|
| 117 | | alias void * function(void *, char *) _BCD_func__1952; |
|---|
| 118 | | alias void function(void *, char *) _BCD_func__1953; |
|---|
| 119 | | alias void function(void *, char *, void *, void *) _BCD_func__2072; |
|---|
| | 86 | alias void function(_xmlNode *) _BCD_func__1664; |
|---|
| | 87 | alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1665; |
|---|
| | 88 | alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1666; |
|---|
| | 89 | alias char * function(char *) _BCD_func__1671; |
|---|
| | 90 | alias void * function(void *, uint) _BCD_func__1672; |
|---|
| | 91 | alias void * function(uint) _BCD_func__1673; |
|---|
| | 92 | alias void function(void *) _BCD_func__1674; |
|---|
| | 93 | alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1681; |
|---|
| | 94 | alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1682; |
|---|
| | 95 | alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1683; |
|---|
| | 96 | alias void function(void *, _xmlNode *) _BCD_func__1684; |
|---|
| | 97 | alias int function(void *, void *) _BCD_func__1701; |
|---|
| | 98 | alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1862; |
|---|
| | 99 | alias void function(void *, char *, char *, char *) _BCD_func__1893; |
|---|
| | 100 | alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1894; |
|---|
| | 101 | alias void function(void *, char *, ...) _BCD_func__1895; |
|---|
| | 102 | alias void function(void *, char *, int) _BCD_func__1896; |
|---|
| | 103 | alias void function(void *, char *) _BCD_func__1897; |
|---|
| | 104 | alias void function(void *, char *, char *) _BCD_func__1898; |
|---|
| | 105 | alias void function(void *, char *, char * *) _BCD_func__1899; |
|---|
| | 106 | alias void function(void *, _xmlSAXLocator *) _BCD_func__1900; |
|---|
| | 107 | alias void function(void *, char *, char *, char *, char *) _BCD_func__1901; |
|---|
| | 108 | alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1902; |
|---|
| | 109 | alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1903; |
|---|
| | 110 | alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1904; |
|---|
| | 111 | alias _xmlEntity * function(void *, char *) _BCD_func__1905; |
|---|
| | 112 | alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1906; |
|---|
| | 113 | alias void function(char *) _BCD_func__1919; |
|---|
| | 114 | alias void function(void *) _BCD_func__1939; |
|---|
| | 115 | alias void function(void *, _xmlError *) _BCD_func__1940; |
|---|
| | 116 | alias void function(void *, void *, char *, char *, char *) _BCD_func__1956; |
|---|
| | 117 | alias void function(void *, void *, char *) _BCD_func__1957; |
|---|
| | 118 | alias void * function(void *, char *) _BCD_func__1958; |
|---|
| | 119 | alias void function(void *, char *) _BCD_func__1959; |
|---|
| | 120 | alias void function(void *, char *, void *, void *) _BCD_func__2078; |
|---|