The markup type associated with the parser.
The markup type associated with the parser.
the markup type.
Convert the specified markup to an HTML fragment, without
html or body tags.
Convert the specified markup to an HTML fragment, without
html or body tags. The resulting HTML fragment can then be
included within an existing HTML document.
the source containing the markup
the HTML
Convert the specified markup to an HTML fragment, without
html or body tags.
Convert the specified markup to an HTML fragment, without
html or body tags. The resulting HTML fragment can then be
included within an existing HTML document.
the string containing the markup
the HTML
Convert the specified markup to an HTML fragment, without
html or body tags.
Convert the specified markup to an HTML fragment, without
html or body tags. The resulting HTML fragment can then be
included within an existing HTML document.
the file containing the markup
the HTML
Simple wrapper function that produces an XHTML-compliant document, complete with HTML, HEAD and BODY tags, from a markup document.
Simple wrapper function that produces an XHTML-compliant document, complete with HTML, HEAD and BODY tags, from a markup document.
The Source from which to read the
lines of markup
The document title
Source for any CSS to be included, or None
The encoding to use. Defaults to "UTF-8".
the formatted HTML document.
The common parser interface.