Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Xml » XmlNodeToString

XmlNodeToString


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: avl

Converts an XML tree to the string.

Syntax

void avl::XmlNodeToString
(
	const avl::XmlNode& inNode,
	atl::String& outText
)

Parameters

Name Type Default Description
Input value inNode const XmlNode& XmlNode to be converted.
Output value outText String&

Errors

List of possible exceptions:

Error type Description
DomainError Invalid XmlNode in XmlNodeToString.

See Also