Back to FabImage Library Lite website

You are here: Start » Xml » Xml_SetNodeValues

Xml_SetNodeValues


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Set values of nodes which were selected using XPath request.

Syntax

void fil::Xml_SetNodeValues
(
	const fil::XmlNode& inNode,
	const ftl::String& inXPath,
	const ftl::String& inText,
	fil::XmlNode& outNode
)

Parameters

Name Type Default Description
inNode const XmlNode& Source node.
inXPath const String& XPath criteria.
inText const String& Value to set to nodes
outNode XmlNode&

Errors

Error type Description
DomainError Invalid XmlNode in Xml_SetNodeValues.
DomainError Invalid XPath in Xml_SetNodeValues.

See Also