Notation3ParserContext Constructor |
Name | Description | |
---|---|---|
Notation3ParserContext(IGraph, ITokeniser) |
Creates a new Notation 3 Parser Context with default settings.
| |
Notation3ParserContext(IRdfHandler, ITokeniser) |
Creates a new Notation 3 Parser Context with default settings.
| |
Notation3ParserContext(IGraph, ITokeniser, TokenQueueMode) |
Creates a new Notation 3 Parser Context with custom settings.
| |
Notation3ParserContext(IRdfHandler, ITokeniser, TokenQueueMode) |
Creates a new Notation 3 Parser Context with custom settings.
| |
Notation3ParserContext(IGraph, ITokeniser, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
| |
Notation3ParserContext(IRdfHandler, ITokeniser, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
| |
Notation3ParserContext(IGraph, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
| |
Notation3ParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new Notation 3 Parser Context with custom settings.
|