1XPath::Node::Text(3) User Contributed Perl Documentation XPath::Node::Text(3)
23
4
NAME
6Text - an XML text node
7
API
9new ( text )
1011
Create a new text node.
1213
getValue / getData
1415
Returns the text
1617
string_value
1819
Returns the text
2021
appendText ( text )
2223
Adds the given text string to this node.
2425
26
27
perl v5.8.8 2001-06-12 XPath::Node::Text(3)