Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Xml » StringToXmlNode

StringToXmlNode


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
Module: FoundationLite

Parses text as an XML tree.

Syntax

void avl::StringToXmlNode
(
	const atl::String& inText,
	avl::XmlNode& outNode
)

Parameters

Name Type Default Description
Input value inText const String& Text to be parsed as an XML tree.
Output value outNode XmlNode&

Errors

List of possible exceptions:

Error type Description
DomainError Unable to parse text as an XML tree in StringToXmlNode.

See Also