Click or drag to resize

IAttributeWriter Interface

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 (in dotNetRDF.dll) Version:
Syntax
public interface IAttributeWriter

The IAttributeWriter type exposes the following members.

Properties
  NameDescription
Public propertyUseAttributes
Gets/Sets whether literal objects can be compressed as attributes.
Top
See Also