Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Xml » 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 | |
---|---|---|---|---|
![]() |
inText | const String& | Text to be parsed as an XML tree. | |
![]() |
outNode | XmlNode& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unable to parse text as an XML tree in StringToXmlNode. |
See Also
- XmlNodeToString – Converts an XML tree to the string.