The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.