Click or drag to resize

Notation3ParserContextPushGraph Method

Pushes the current in-scope Graph onto the Graph stack and creates a new empty Graph to be the in-scope Graph.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void PushGraph()
Remarks
Used for Graph Literal parsing - Base Uri and Namespace Maps of the outermost Graph is propogated to the innermost Graph.
See Also