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

| Improve this Doc View Source

UseAttributes

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

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • UseAttributes
  • Extension Methods
Back to top Generated by DocFX