Click or drag to resize

Notation3ParserContext Constructor

Overload List
  NameDescription
Public methodNotation3ParserContext(IGraph, ITokeniser)
Creates a new Notation 3 Parser Context with default settings.
Public methodNotation3ParserContext(IRdfHandler, ITokeniser)
Creates a new Notation 3 Parser Context with default settings.
Public methodNotation3ParserContext(IGraph, ITokeniser, TokenQueueMode)
Creates a new Notation 3 Parser Context with custom settings.
Public methodNotation3ParserContext(IRdfHandler, ITokeniser, TokenQueueMode)
Creates a new Notation 3 Parser Context with custom settings.
Public methodNotation3ParserContext(IGraph, ITokeniser, Boolean, Boolean)
Creates a new Notation 3 Parser Context with custom settings.
Public methodNotation3ParserContext(IRdfHandler, ITokeniser, Boolean, Boolean)
Creates a new Notation 3 Parser Context with custom settings.
Public methodNotation3ParserContext(IGraph, ITokeniser, TokenQueueMode, Boolean, Boolean)
Creates a new Notation 3 Parser Context with custom settings.
Public methodNotation3ParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean)
Creates a new Notation 3 Parser Context with custom settings.
Top
See Also