Click or drag to resize

HtmlTagCategoryTreeCountTags Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Counts the tags.

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public void CountTags(
	IEnumerable<HtmlNode> nodes
)

Parameters

nodes
Type: System.Collections.GenericIEnumerableHtmlNode
The nodes.
See Also