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

Description

The Eg::Node::Text class in SPVM represents a text node in a DOM tree.

This class is a port of Text in JavaScript.

Usage

  my $text_node = Eg->document->create_text_node("Hello World!");

Inheritance

Eg::Node::CharacterData

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License