Lines Matching full:sgml
2 * DOCBparser.c : an attempt to parse SGML Docbook documents
29 * plus SGML entities block of chars out.
55 * @ctxt: an SGML parser context
57 * parse an SGML document (and build a tree if using the standard SAX
79 * @ctxt: an SGML parser context
135 * Create a parser context for using the DocBook SGML parser in push mode
164 * @encoding: a free form C string describing the SGML document encoding, or NULL
168 * parse an SGML in-memory document and build a tree.
196 * @encoding: a free form C string describing the SGML document encoding, or NULL
198 * parse an SGML in-memory document and build a tree.
222 * @encoding: the SGML document encoding, or NULL
248 * @encoding: a free form C string describing the SGML document encoding, or NULL
252 * parse an SGML file and build a tree. Automatic support for ZLIB/Compress
282 * parse a Docbook SGML file and build a tree. Automatic support for