Description

wodHtmlEntities Class


Object Model




Remarks

This object holds collection of entities. To access specific entity from the collection, you can use Item property.

Instead of accessing full collection (through Item property), you can only filter our some elements from the collection, using Filter and Search methods. For example, to get only images, you can use Filter("IMG") which will return new wodHtmlEntities object - collection of IMG entities only. You can narrow even more using Search to get, for example, only ones that have border=0 attribute.




Members
Methods
Filter Returns new filtered collection.
Search Returns new collection based on the search.

Properties
Count Read-only property Holds total number of items in the collection.
Item Read-only property Holds reference to specific item in the collection.