Click or drag to resize

TriGParserContext Constructor

Overload List
  NameDescription
Public methodTriGParserContext(IRdfHandler, ITokeniser)
Creates a new TriG Parser Context with default settings.
Public methodTriGParserContext(ITripleStore, ITokeniser)
Creates a new TriG Parser Context with default settings.
Public methodTriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode)
Creates a new TrigG Parser Context with custom settings.
Public methodTriGParserContext(ITripleStore, ITokeniser, TokenQueueMode)
Creates a new TrigG Parser Context with custom settings.
Public methodTriGParserContext(IRdfHandler, ITokeniser, Boolean, Boolean)
Creates a new TriG Parser Context with custom settings.
Public methodTriGParserContext(ITripleStore, ITokeniser, Boolean, Boolean)
Creates a new TriG Parser Context with custom settings.
Public methodTriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean)
Creates a new TriG Parser Context with custom settings.
Public methodTriGParserContext(ITripleStore, ITokeniser, TokenQueueMode, Boolean, Boolean)
Creates a new TriG Parser Context with custom settings.
Top
See Also