Lines Matching full:sgml
5 <summary>old DocBook SGML parser</summary>
6 <description>interface for a DocBook SGML non-verifying parser This code is DEPRECATED, and should not be used anymore. </description>
235 <description>the catalog module implements the support for XML Catalogs and SGML catalogs </description>
3994 <info>Whether the SGML Docbook support is configured in</info>
7140 <arg name='encoding' type='const char *' info='the SGML document encoding, or NULL'/>
7144 <info>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.</info>
7160 <info>Take a block of UTF-8 chars in and try to convert it to an ASCII plus SGML entities block of chars out.</info>
7172 <arg name='ctxt' type='docbParserCtxtPtr' info='an SGML parser context'/>
7185 <info>parse an SGML in-memory document and build a tree.</info>
7188 <arg name='encoding' type='const char *' info='a free form C string describing the SGML document encoding, or NULL'/>
7192 <info>parse an SGML document (and build a tree if using the standard SAX interface).</info>
7194 <arg name='ctxt' type='docbParserCtxtPtr' info='an SGML parser context'/>
7198 <info>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.</info>
7205 <info>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.</info>
7208 <arg name='encoding' type='const char *' info='a free form C string describing the SGML document encoding, or NULL'/>
7214 <info>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.</info>
7217 <arg name='encoding' type='const char *' info='a free form C string describing the SGML document encoding, or NULL'/>
8830 <info>Convert all the SGML catalog entries as XML ones</info>
8866 <arg name='catal' type='xmlCatalogPtr' info='should this create an SGML catalog'/>
9073 <info>Convert all the SGML catalog entries as XML ones</info>
10952 <info>Load the catalog and build the associated data structures. This can be either an XML Catalog or an SGML Catalog It will recurse in SGML CATALOG entries. On the other hand XML Catalogs are not handled recursively.</info>
10958 <info>Load the catalog and makes its definitions effective for the default external entity loader. It will recurse in SGML CATALOG entries. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
10977 <info>Load an SGML super catalog. It won't expand CATALOG or DELEGATE references. This is only needed for manipulating SGML Super Catalogs like adding and removing CATALOG or DELEGATE entries.</info>
11428 <arg name='sgml' type='int' info='should this create an SGML catalog'/>
12099 <info>Skip an XML (SGML) comment <!-- .... --> The spec says that "For compatibility, the string "--" (double-hyphen) must not occur within comments. " [15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'</info>