Name
SPVM::Eg - HTML
Description
The Eg class in SPVM provides components of web platform SPVM Engine.
Usage
use Eg;
my $document = Eg->document;
my $div = $document->create_element("div");
$div->set_attribute(atrr => "value");
$div->set_text("foo");
Repository
Class Methods
window
static method window : Eg::Window ();
document
static method document : Eg::Node::Document::HTML ();
Author
Yuki Kimoto kimoto.yuki@gmail.com
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License