Click or drag to resize

toolsbuildTree Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Builds the content tree out of HtmlDocument

Namespace:  imbNLP.PartOfSpeech.decomposing.html
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static nodeTree buildTree(
	this HtmlDocument htmlDoc,
	string __name,
	bool allowTitle = false,
	bool allowMeta = false
)

Parameters

htmlDoc
Type: HtmlDocument
The HTML document
__name
Type: SystemString
The name of the root
allowTitle (Optional)
Type: SystemBoolean

[Missing <param name="allowTitle"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.buildTree(HtmlAgilityPack.HtmlDocument,System.String,System.Boolean,System.Boolean)"]

allowMeta (Optional)
Type: SystemBoolean

[Missing <param name="allowMeta"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.buildTree(HtmlAgilityPack.HtmlDocument,System.String,System.Boolean,System.Boolean)"]

Return Value

Type: nodeTree

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.buildTree(HtmlAgilityPack.HtmlDocument,System.String,System.Boolean,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlDocument. 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