Software: Apache. PHP/7.3.33 uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
DOCBparserDOCBparser - old DocBook SGML parser interface for a DocBook SGML non-verifying parser This code is DEPRECATED, and should not be used anymore. WARNING: this module is deprecated ! Author(s): Daniel Veillard Synopsistypedef xmlParserInputPtr docbParserInputPtr; typedef xmlParserCtxt docbParserCtxt; typedef xmlParserCtxtPtr docbParserCtxtPtr; typedef xmlParserInput docbParserInput; typedef xmlDocPtr docbDocPtr; typedef xmlSAXHandler docbSAXHandler; typedef xmlSAXHandlerPtr docbSAXHandlerPtr; void docbFreeParserCtxt (docbParserCtxtPtr ctxt); docbDocPtr docbParseDoc (xmlChar * cur, DescriptionDetailsTypedef docbParserCtxtxmlParserCtxt docbParserCtxt; Typedef docbParserCtxtPtrxmlParserCtxtPtr docbParserCtxtPtr; Typedef docbParserInputxmlParserInput docbParserInput; Typedef docbParserInputPtrxmlParserInputPtr docbParserInputPtr; Typedef docbSAXHandlerxmlSAXHandler docbSAXHandler; Typedef docbSAXHandlerPtrxmlSAXHandlerPtr docbSAXHandlerPtr; docbCreateFileParserCtxt ()docbParserCtxtPtr docbCreateFileParserCtxt (const char * filename, Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.
docbCreatePushParserCtxt ()docbParserCtxtPtr docbCreatePushParserCtxt (docbSAXHandlerPtr sax, Create a parser context for using the DocBook SGML parser in push mode To allow content encoding detection, @size should be >= 4 The value of @filename is used for fetching external entities and error/warning reports.
docbEncodeEntities ()int docbEncodeEntities (unsigned char * out, Take a block of UTF-8 chars in and try to convert it to an ASCII plus SGML entities block of chars out.
docbFreeParserCtxt ()void docbFreeParserCtxt (docbParserCtxtPtr ctxt) Free all the memory used by a parser context. However the parsed document in ctxt->myDoc is not freed.
docbParseChunk ()int docbParseChunk (docbParserCtxtPtr ctxt, Parse a Chunk of memory
docbParseDoc ()docbDocPtr docbParseDoc (xmlChar * cur, parse an SGML in-memory document and build a tree.
docbParseDocument ()int docbParseDocument (docbParserCtxtPtr ctxt) parse an SGML document (and build a tree if using the standard SAX interface).
docbParseFile ()docbDocPtr docbParseFile (const char * filename, parse a Docbook SGML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.
docbSAXParseDoc ()docbDocPtr docbSAXParseDoc (xmlChar * cur, parse an SGML in-memory document and build a tree. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.
docbSAXParseFile ()docbDocPtr docbSAXParseFile (const char * filename, parse an SGML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. It use the given SAX function block to handle the parsing callback. If sax is NULL, fallback to the default DOM tree building routines.
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0111 ]-- |