Name
SPVM::Eg::Node::Document::XML - XMLDocument in JavaScript
Description
The Eg::Node::Document::XML class in SPVM represents an XML document.
This class is a port of XMLDocument in JavaScript.
Usage
my $xml_document = Eg->document->implementation->create_document(
"http://www.w3.org/1999/xhtml",
"html",
);
my $element = $xml_document->create_element("div");
Inheritance
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License