Click or drag to resize

NTriplesTokeniser Properties

The NTriplesTokeniser type exposes the following members.

Properties
  NameDescription
Protected propertyCurrentLine
Gets the Current Line in the Input Stream.
(Inherited from BaseTokeniser.)
Protected propertyCurrentPosition
Gets the Current Position in the Input Stream.
(Inherited from BaseTokeniser.)
Protected propertyEndLine
Gets the End Line in the Input Stream of the current Token.
(Inherited from BaseTokeniser.)
Protected propertyEndPosition
Gets the End Position in the Input Stream of the current Token.
(Inherited from BaseTokeniser.)
Protected propertyFormat
Gets/Sets the Format that this Tokeniser is used for.
(Inherited from BaseTokeniser.)
Protected propertyHasBacktracked
Gets whether the Tokeniser has backtracked.
(Inherited from BaseTokeniser.)
Protected propertyLastTokenType
Gets/Sets the Last Token Type.
(Inherited from BaseTokeniser.)
Protected propertyLength
Gets the current length of the Output Buffer.
(Inherited from BaseTokeniser.)
Public propertyNQuadsMode
Gets/Sets whether the output should be altered slightly to support NQuads parsing.
Protected propertyStartLine
Gets the Start Line in the Input Stream of the current Token.
(Inherited from BaseTokeniser.)
Protected propertyStartPosition
Gets the Start Position in the Input Stream of the current Token.
(Inherited from BaseTokeniser.)
Public propertySyntax
Gets/Sets the NTriples syntax that should be supported.
Protected propertyValue
Gets the value of the Output Buffer.
(Inherited from BaseTokeniser.)
Top
See Also