Back to FabImage Library website
You are here: Start » Function Reference » Xml » 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: | fil |
Converts an XML tree to the string.
Syntax
void fil::XmlNodeToString ( const fil::XmlNode& inNode, ftl::String& outText )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid XmlNode in XmlNodeToString. |
See Also
- StringToXmlNode – Parses text as an XML tree.