Click or drag to resize

BaseRdfAEventHasAttribute Method

Gets whether the Event has a given attribute.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasAttribute(
	string name
)

Parameters

name
Type: SystemString
Attribute Name.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Events.BaseRdfAEvent.HasAttribute(System.String)"]

Implements

IRdfAEventHasAttribute(String)
See Also