Click or drag to resize

RdfAParserContextTHtmlDocument Constructor (IGraph, THtmlDocument, Boolean)

Creates a new Parser Context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public RdfAParserContext(
	IGraph g,
	THtmlDocument document,
	bool traceParsing
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
document
Type: THtmlDocument
HTML Document.
traceParsing
Type: SystemBoolean
Whether to Trace Parsing.
See Also