XML::XPath::Node::Comment

Section: User Contributed Perl Documentation (3)
Updated: 2021-01-27
Page Index
 

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).


 

Index

NAME
API
new ( data )
getValue / getData
toString