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
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License