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
Public Interface IAttributeWriter
The IAttributeWriter type exposes the following members.
Properties
| Name | Description |
---|
| UseAttributes |
Gets/Sets whether literal objects can be compressed as attributes.
|
TopSee Also