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

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

Eg::Node::Document

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License