Click or drag to resize

RdfXmlSpecsHelperIsAboutAttribute Method (AttributeEvent)

Note: This API is now obsolete.

Checks whether an attribute is an rdf:about attribute.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[ObsoleteAttribute("Use IsAboutAttribute(AttributeEvent, INamespaceMapper)")]
public static bool IsAboutAttribute(
	AttributeEvent attr
)

Parameters

attr
Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test.

Return Value

Type: Boolean
True if is an rdf:about attribute.
See Also