1XML::DOM::Comment(3) User Contributed Perl Documentation XML::DOM::Comment(3)
2
3
4
6 XML::DOM::Comment - An XML comment in XML::DOM
7
9 XML::DOM::Comment extends XML::DOM::CharacterData which extends
10 XML::DOM::Node.
11
12 This node represents the content of a comment, i.e., all the characters
13 between the starting '<!--' and ending '-->'. Note that this is the
14 definition of a comment in XML, and, in practice, HTML, although some
15 HTML tools may implement the full SGML comment structure.
16
17
18
19perl v5.32.1 2021-01-27 XML::DOM::Comment(3)