Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlNodeGetContent

Name Version Deprecated
xmlNodeGetContent version 1.0 no

Prototype:
string xmlNodeGetContent(number cur)

Parameters:
cur      the node

Description:
Read the value of a node, this can be either the text carried directly by this node if it's a TEXT node or the aggregate string of the values carried by this node child's (TEXT and ENTITY_REF). Entity references are substituted.

Returns:
Return a string containing the node content (or an empty string).

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications