RdfXmlParserContext Constructor (IGraph, Stream) |
Creates a new Parser Context which uses Streaming parsing.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public RdfXmlParserContext(
IGraph g,
Stream stream
)
Public Sub New (
g As IGraph,
stream As Stream
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - stream
- Type: System.IOStream
Stream.
See Also