Scroll to navigation

XML::XPath::Node::Comment(3pm) User Contributed Perl Documentation XML::XPath::Node::Comment(3pm)

NAME

Comment - an XML comment: <!--comment-->

API

new ( data )

Create a new comment node.

getValue / getData

Returns the value in the comment

toString

Returns the comment with -- encoded as a numeric entity (if it exists in the comment text).

2022-08-13 perl v5.34.0