Click or drag to resize

RdfAParserBaseTHtmlDocument, TElement, TNode, TAttributeIsTextNode 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 abstract bool IsTextNode(
	TNode node
)

Parameters

node
Type: TNode

Return Value

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