RdfXmlWriterContext Constructor  | 
 
            Creates a new RDF/XML Writer Context.
            
 
    Namespace: 
   VDS.RDF.Writing.Contexts
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic RdfXmlWriterContext(
	IGraph g,
	TextWriter output
)
Public Sub New ( 
	g As IGraph,
	output As TextWriter
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph. - output
 - Type: System.IOTextWriter
Output destination. 
See Also