Back to Adaptive Vision Library website
You are here: Start » Function Reference » Xml » XmlNodeToString
XmlNodeToString
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Converts an XML tree to the string.
Syntax
void avl::XmlNodeToString ( const avl::XmlNode& inNode, atl::String& outText )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inNode | const XmlNode& | XmlNode to be converted. | |
![]() |
outText | String& |
Errors
| Error type | Description |
|---|---|
| DomainError | Invalid XmlNode in XmlNodeToString. |


