The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::EmacsColor::Result - represents HTML-ified text

METHODS

full_html

The entire HTML file returned by emacs, in string form.

css

A CSS::Tiny object representing the CSS style information returned by emacs.

html_dom

An XML::LibXML::Document object representing the HTML returned by emacs. (You can use html_dom and css to reformat the result as something other than XML.)

SEE ALSO

See Text::EmacsColor for more information.