HtmlAllCollection
sealed class HtmlAllCollection : IHtmlAllCollection, IHtmlCollection<IElement>, IEnumerable<IElement>, IEnumerable
A general collection for all elements of type IElement.
Creates a new live collection for the given document.