Click or drag to resize

PrettyRdfXmlWriter Constructor (Int32, Boolean, Boolean)

Creates a new RDF/XML Writer.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PrettyRdfXmlWriter(
	int compressionLevel,
	bool useDtd,
	bool useAttributes
)

Parameters

compressionLevel
Type: SystemInt32
Compression Level.
useDtd
Type: SystemBoolean
Whether to use DTDs to further compress output.
useAttributes
Type: SystemBoolean
Whether to use attributes to encode triples with simple literal objects where possible.
See Also