TriGParserContext Constructor |
| Name | Description | |
|---|---|---|
| TriGParserContext(IRdfHandler, ITokeniser) |
Creates a new TriG Parser Context with default settings.
| |
| TriGParserContext(ITripleStore, ITokeniser) |
Creates a new TriG Parser Context with default settings.
| |
| TriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode) |
Creates a new TrigG Parser Context with custom settings.
| |
| TriGParserContext(ITripleStore, ITokeniser, TokenQueueMode) |
Creates a new TrigG Parser Context with custom settings.
| |
| TriGParserContext(IRdfHandler, ITokeniser, Boolean, Boolean) |
Creates a new TriG Parser Context with custom settings.
| |
| TriGParserContext(ITripleStore, ITokeniser, Boolean, Boolean) |
Creates a new TriG Parser Context with custom settings.
| |
| TriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new TriG Parser Context with custom settings.
| |
| TriGParserContext(ITripleStore, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new TriG Parser Context with custom settings.
|