GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
DTDEnumerateProperties Function
Overview
The DTDEnumerateProperties function returns a table of CSS property names and tokens for a specified DTD.
Syntax/Parameters
Syntax
string[] = DTDEnumerateProperties ( handle hDTD );
Parameters
hDTD
A handle to a DTD Object or an object employing a DTD.
Return Value
A string table containing the properties with names, token values and flags or an empty array on error. Use the GetLastError to retrieve a formatted error code.
Remarks
The table will contain a list of CSS property items with the following column key names:
Key Name | Description | |||
Property | Name of property. CSS properties are not case-sensitive. | |||
PropertyToken | A string in hexadecimal form containing the token value. | |||
Context | Context information. This is not used for CSS. | |||
Flags | A string in hexadecimal form containing bitwise flags. |
The Flags parameter has the following standard meanings:
Definition | Value | Description | ||||
CSS_SPEC_MASK | 0x000F0000 | Mask for flags specifying the origin of the item. | ||||
CSS_CSS2 | 0x00000000 | From CSS 2 (or 1) W3C specification. | ||||
CSS_CSS3 | 0x00010000 | From CSS 3 W3C specification. | ||||
CSS_MSO | 0x00020000 | Microsoft Office defined property. Not all properties are included. | ||||
CSS_MOZILLA | 0x00030000 | Mozilla defined property. Not all properties are included. | ||||
CSS_WEBKIT | 0x00040000 | WebKit defined property. Not all properties are included. | ||||
CSS_SEC | 0x00050000 | EDGAR/XBRL defined property. Not all properties are included. |
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.