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.