Click or drag to resize

RdfXmlSpecsHelperIsIDAttribute Method (AttributeEvent)

Note: This API is now obsolete.

Checks whether an attribute is an rdf:ID attribute.

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

Parameters

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

Return Value

Type: Boolean
True if is an rdf:ID attribute.
Remarks
Does some validation on ID value but other validation occurs at other points in the Parsing.
See Also