Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Xml » Xml_GetIntegerAttribute

Xml_GetIntegerAttribute


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
Module: FoundationLite

Gets a node attribute value as Integer.

Syntax

void avl::Xml_GetIntegerAttribute
(
	const avl::XmlNode& inNode,
	const atl::String& inName,
	const atl::Optional<int>& inDefault,
	int& 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<int>& NIL Value if attribute was not found.
Output value outValue int& Attribute value.

See Also

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