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 SourceUseAttributes
Gets/Sets whether literal objects can be compressed as attributes.
Declaration
bool UseAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |