Show / Hide Table of Contents

Interface IRdfAEvent

Interface for RDFa events.

Inherited Members
IEvent.EventType
IEvent.Position
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRdf.dll
Syntax
public interface IRdfAEvent : IEvent

Properties

| Edit this page View Source

Attributes

Gets the attributes of the event i.e. the attributes of the source element.

Declaration
IEnumerable<KeyValuePair<string, string>> Attributes { get; }
Property Value
Type Description
IEnumerable<KeyValuePair<string, string>>
| Edit this page View Source

this[string]

Gets the value of a specific attribute.

Declaration
string this[string name] { get; }
Parameters
Type Name Description
string name

Attribute Name.

Property Value
Type Description
string

Methods

| Edit this page View Source

HasAttribute(string)

Gets whether the Event has a given attribute.

Declaration
bool HasAttribute(string name)
Parameters
Type Name Description
string name

Attribute Name.

Returns
Type Description
bool

Extension Methods

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