Back to Adaptive Vision Library website
You are here: Start » Function Reference » Xml » Xml_GetNodeText
Xml_GetNodeText
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Gets the text form the selected node.
Syntax
void avl::Xml_GetNodeText ( const avl::XmlNode& inNode, atl::String& outText )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inNode | const XmlNode& | ||
![]() |
outText | String& | Text value if node is a text node. |
Errors
| Error type | Description |
|---|---|
| DomainError | Invalid XmlNode in Xml_GetNodeText. |


