Description
-
Holds body of the file that is parsed.
Property type
-
A String value.
Syntax
-
object.Body [= value]
The Body Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodHtmlParser. |
| value |
A String value. |
Remarks
-
You can use Body property to put document data directly
from memory to wodHtmlParser's engine. Once data is put
to Body property, it is immediately parsed and accessible
through Parts
collection.
If you use Load method
instead, you can read contents of loaded file through this
property.
|