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::Comment - Comment in JavaScript

Description

The Eg::Node::Comment class in SPVM represents textual notations within markup.

This class is a port of Comment in JavaScript.

Usage

  my $comment_node = Eg->document->create_comment("Comment");

Inheritance

Eg::Node::CharacterData

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License