Click or drag to resize

RdfAParserIsTextNode Method

Determine if a node in the parsed Html document tree is a text node.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool IsTextNode(
	HtmlNode node
)

Parameters

node
Type: HtmlNode

Return Value

Type: Boolean
True if node is a text node, false otherwise.
See Also