PrettyRdfXmlWriter Constructor (Int32, Boolean, Boolean) | 
 
            Creates a new RDF/XML Writer.
            
 
    Namespace: 
   VDS.RDF.Writing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic PrettyRdfXmlWriter(
	int compressionLevel,
	bool useDtd,
	bool useAttributes
)
Public Sub New ( 
	compressionLevel As Integer,
	useDtd As Boolean,
	useAttributes As Boolean
)
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