Click or drag to resize

RdfXmlSpecsHelperIsResourceAttribute Method (AttributeEvent)

Note: This API is now obsolete.

Checks whether an attribute is an rdf:resource attribute.

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

Parameters

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

Return Value

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