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

Description

The Eg::Node::CDATASection class in SPVM represents a CDATA section that can be used within XML to include extended portions of unescaped text.

This class is a port of CDATASection in JavaScript.

Usage

  my $cdata_section_node = Eg->document->create_cdata_section("Some Data");

Inheritance

Eg::Node::CharacterData

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License