Description
-
Loads and parses file.
Return Type
-
None
Syntax
-
object.Load [Filename]
The Load Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodHtmlParser. |
| Filename |
Optional. A Variant
value. Holds name of file to be loaded. |
Remarks
-
This method Loads file from the disk and parses it
internally, creating series of wodHtmlEntity
objects you can access through Parts
property.
|