Show / Hide Table of Contents

Interface IAttributeWriter

Interface for Writers that can use attributes (e.g. XML or HTML based writers) which allows you to control whether the writer will choose to use attributes to encode data which could otherwise be expressed as elements.

Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public interface IAttributeWriter

Properties

| Edit this page View Source

UseAttributes

Gets/Sets whether literal objects can be compressed as attributes.

Declaration
bool UseAttributes { get; set; }
Property Value
Type Description
bool

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • UseAttributes
  • Extension Methods
Back to top Generated by DocFX