 | toolsGetTagNames Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the tag and its parent nodes names, until the limit is reached
Namespace:
imbNLP.PartOfSpeech.decomposing.html
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic static List<string> GetTagNames(
this HtmlNode node,
int limit = 5
)
Parameters
- node
- Type: HtmlNode
The node. - limit (Optional)
- Type: SystemInt32
The limit.
Return Value
Type:
ListString[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.GetTagNames(HtmlAgilityPack.HtmlNode,System.Int32)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
HtmlNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also