Back to FabImage Library websiteYou are here:
Start »
Function Reference »
All Functions »
Xml »
Xml_GetNodeText
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: |
STD.h
|
Namespace: |
fil |
Module: |
FoundationLite |
Gets the text from the selected node.
Syntax
void fil::Xml_GetNodeText
(
const fil::XmlNode& inNode,
ftl::String& outText
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inNode |
const XmlNode& |
|
|
 |
outText |
String& |
|
Text value if node is a text node. |
Errors
List of possible exceptions:
Error type |
Description |
DomainError |
Invalid XmlNode in Xml_GetNodeText. |