Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6d

Application v 6.1b

  

 

Chapter FiveGeneral Functions (continued)

XMLParseIsSelfContained Function

Overview

The XMLParseIsSelfContained function test for the currently parse tag as being self-contained, i.e. <br/>.

Syntax/Parameters

Syntax

boolean = XMLParseIsSelfContained ( handle hXPO );

Parameters

hXPO

handle specifying an XML Parse Object.

Return Value

Returns a boolean value as TRUE or FALSE as to whether the last tag parsed was a shelf contained tag. The function will return FALSE on failure. Use the GetLastError function to retrieve error information and IsError / IsNotError to test for an error.

Remarks

Any tag with a ‘/’ as the last item will return TRUE.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic

Page revised 2025-08-15