Click or drag to resize

RdfXmlSpecsHelperIsPropertyAttribute Method (AttributeEvent)

Note: This API is now obsolete.

Checks whether an attribute is an property attribute.

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

Parameters

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

Return Value

Type: Boolean
True if is an property attribute.
See Also