Back to Adaptive Vision Library website

You are here: Start » Function Reference » Xml » Xml_GetBoolAttribute

Xml_GetBoolAttribute


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 Bool.

Syntax

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

Parameters

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

See Also

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