Show / Hide Table of Contents

Class NTriplesWriterContext

Writer Context for NTriples Writers.
Inheritance
System.Object
BaseWriterContext
NTriplesWriterContext
Implements
IWriterContext
Inherited Members
BaseWriterContext._compressionLevel
BaseWriterContext._prettyPrint
BaseWriterContext._hiSpeedAllowed
BaseWriterContext._qnameMapper
BaseWriterContext._formatter
BaseWriterContext._uriFormatter
BaseWriterContext.Graph
BaseWriterContext.Output
BaseWriterContext.QNameMapper
BaseWriterContext.CompressionLevel
BaseWriterContext.PrettyPrint
BaseWriterContext.HighSpeedModePermitted
BaseWriterContext.NodeFormatter
BaseWriterContext.UriFormatter
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRDF.dll
Syntax
public class NTriplesWriterContext : BaseWriterContext, IWriterContext

Constructors

| Improve this Doc View Source

NTriplesWriterContext(IGraph, TextWriter, NTriplesSyntax)

Creates a new NTriples Writer Context with default settings.
Declaration
public NTriplesWriterContext(IGraph g, TextWriter output, NTriplesSyntax syntax)
Parameters
Type Name Description
IGraph g Graph to write.
System.IO.TextWriter output TextWriter to write to.
NTriplesSyntax syntax NTriples Syntax mode.
| Improve this Doc View Source

NTriplesWriterContext(IGraph, TextWriter, NTriplesSyntax, Boolean, Boolean)

Creates a new NTriples Writer Context with custom settings.
Declaration
public NTriplesWriterContext(IGraph g, TextWriter output, NTriplesSyntax syntax, bool prettyPrint, bool hiSpeed)
Parameters
Type Name Description
IGraph g Graph to write.
System.IO.TextWriter output TextWriter to write to.
NTriplesSyntax syntax NTriples Syntax mode.
System.Boolean prettyPrint Pretty Print Mode.
System.Boolean hiSpeed High Speed Mode.

Properties

| Improve this Doc View Source

Syntax

Gets the NTriples syntax mode.
Declaration
public NTriplesSyntax Syntax { get; }
Property Value
Type Description
NTriplesSyntax

Implements

IWriterContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NTriplesWriterContext(IGraph, TextWriter, NTriplesSyntax)
    • NTriplesWriterContext(IGraph, TextWriter, NTriplesSyntax, Boolean, Boolean)
  • Properties
    • Syntax
  • Implements
  • Extension Methods
Back to top Generated by DocFX