Show / Hide Table of Contents

Class HtmlWriterContext

Writer Context for XHTML+RDFa Writers.
Inheritance
System.Object
BaseWriterContext
HtmlWriterContext
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 HtmlWriterContext : BaseWriterContext, IWriterContext

Constructors

| Improve this Doc View Source

HtmlWriterContext(IGraph, TextWriter)

Creates a new HTML Writer Context.
Declaration
public HtmlWriterContext(IGraph g, TextWriter writer)
Parameters
Type Name Description
IGraph g Graph.
System.IO.TextWriter writer Text Writer.

Properties

| Improve this Doc View Source

HtmlWriter

HTML Writer to use.
Declaration
public HtmlTextWriter HtmlWriter { get; }
Property Value
Type Description
HtmlTextWriter

Implements

IWriterContext

Extension Methods

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