Parses an IDX file, or a string of IDX data, and returns a LuaDocument.
TIP: You can use this function if the file or string contains a single document. If you have a file or string that contains multiple documents, use one of the following functions instead:
parse_document_idx( input [, file] )
Argument | Description |
---|---|
input
|
(string) The path to the IDX file, or a string of IDX data. |
file
|
(boolean, default false ) Specifies whether the input is a file path. |
If you have a string named myIdxString
that contains a document in IDX format, you can obtain a LuaDocument object as follows:
local myDocument = parse_document_idx(myIdxString)
(LuaDocument). A LuaDocument object that represents the document.
_FT_HTML5_bannerTitle.htm