GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
Overview
The SGMLSetHandle function sets a handle as the data source for parsing.
Syntax/Parameters
Syntax
int = SGMLSetHandle ( handle hSGML, handle hSource );
Parameters
hSGML
A handle to an SGML Object.
hSource
A handle to the source data to map. The handle can be to a Mapped Text Object, an Edit Object, a Pool Object or to an edit window.
Return Value
An int as ERROR_NONE (0) or a formatted error code.
Remarks
The DTD will automatically be set according to the source data. To force a specific DTD, perform a SGMLSetHTMLDTD after setting the handle.
When specifying a window handle, it must point to a Code View or Page View edit window. A window handle can be retrieved using the FindEditWindowView or GetActiveEditWindow functions.
An SGML Object is not reusable so this function in not reusable once an object has been setup.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.