Click or drag to resize

QNameFormatter Constructor (String, QNameOutputMapper, Boolean)

Creates a new QName Formatter.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public QNameFormatter(
	string formatName,
	QNameOutputMapper qnameMapper,
	bool allowAKeyword
)

Parameters

formatName
Type: SystemString
Format Name.
qnameMapper
Type: VDS.RDFQNameOutputMapper
QName Map.
allowAKeyword
Type: SystemBoolean
Whether the 'a' keyword can be used for the RDF type predicate.
See Also