Name
SPVM::Eg - Components of SPVM Engine
Description
The Eg class in SPVM provides components of a web platform SPVM Engine.
Usage
use Eg;
my $document = Eg->document;
my $div = $document->create_element("div");
$div->set_attribute("class", "foo");
$div->set_text("Hello World!");
Class Methods
window
static method window : Eg::Window ();
document
static method document : L<Eg::Node::Document::HTML|SPVM::Eg::Node::Document::HTML> ();
Classes
Repository
Author
Yuki Kimoto kimoto.yuki@gmail.com
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 31:
Unterminated C<...> sequence
- Around line 39:
'=item' outside of any '=over'
- Around line 51:
You forgot a '=back' before '=head1'