Mojo::DOM::HTML man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Mojo::DOM::HTML(3)    User Contributed Perl Documentation   Mojo::DOM::HTML(3)

NAME
       Mojo::DOM::HTML - HTML5/XML Engine

SYNOPSIS
	 use Mojo::DOM::HTML;

	 # Turn HTML5 into DOM tree
	 my $html = Mojo::DOM::HTML->new;
	 $html->parse('<div><p id="a">A</p><p id="b">B</p></div>');
	 my $tree = $html->tree;

DESCRIPTION
       Mojo::DOM::HTML is the HTML5/XML engine used by Mojo::DOM.  Note that
       this module is EXPERIMENTAL and might change without warning!

ATTRIBUTES
       Mojo::DOM::HTML implements the following attributes.

   "charset"
	 my $charset = $html->charset;
	 $html	     = $html->charset('UTF-8');

       Charset used for decoding and encoding HTML5/XML.

   "tree"
	 my $tree = $html->tree;
	 $html	  = $html->tree(['root', ['text', 'lalala']]);

       Document Object Model.

   "xml"
	 my $xml = $html->xml;
	 $html	 = $html->xml(1);

       Disable HTML5 semantics in parser and activate case sensitivity,
       defaults to auto detection based on processing instructions.

METHODS
       Mojo::DOM::HTML inherits all methods from Mojo::Base and implements the
       following new ones.

   "parse"
	 $html = $html->parse('<foo bar="baz">test</foo>');

       Parse HTML5/XML document.

   "render"
	 my $xml = $html->render;

       Render DOM to XML.

SEE ALSO
       Mojolicious, Mojolicious::Guides, <http://mojolicio.us>.

perl v5.14.1			  2011-09-13		    Mojo::DOM::HTML(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net