Back to FabImage 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: fil
Module: FoundationLite

Parses text as an XML tree.

Syntax

void fil::StringToXmlNode
(
	const ftl::String& inText,
	fil::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