Table of Contents

Interface IHtmlAllCollection

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

An HTMLAllCollection is always rooted at document and matching all elements. It represents the tree of elements in a one-dimensional fashion.

[DomName("HTMLAllCollection")]
public interface IHtmlAllCollection : IHtmlCollection<IElement>, IEnumerable<IElement>, IEnumerable
Inherited Members
Extension Methods