QNameFormatter Constructor (String, QNameOutputMapper) |
Creates a new QName Formatter.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public QNameFormatter(
string formatName,
QNameOutputMapper qnameMapper
)
Public Sub New (
formatName As String,
qnameMapper As QNameOutputMapper
)
Parameters
- formatName
- Type: SystemString
Format Name. - qnameMapper
- Type: VDS.RDFQNameOutputMapper
QName Map.
See Also