Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Xml » Xml_GetStringAttribute

Xml_GetStringAttribute


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

Gets a node attribute value as String.

Syntax

void avl::Xml_GetStringAttribute
(
	const avl::XmlNode& inNode,
	const atl::String& inName,
	const atl::Optional<atl::String>& inDefault,
	atl::String& outValue
)

Parameters

Name Type Default Description
Input value inNode const XmlNode& Source node.
Input value inName const String& Attribute name.
Input value inDefault const Optional<String>& NIL Value if attribute was not found.
Output value outValue String& Attribute value.

See Also

  • Xml_SetAttributes – Sets values of attributes which were selected using XPath request.