Click or drag to resize

TokenisingStoreParserContext Constructor

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