Click or drag to resize

RdfXmlSpecsHelperIsDataTypeAttribute Method (AttributeEvent, INestedNamespaceMapper)

Checks whether an attribute is an rdf:datatype attribute.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsDataTypeAttribute(
	AttributeEvent attr,
	INestedNamespaceMapper namespaceMapper
)

Parameters

attr
Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test.
namespaceMapper
Type: VDS.RDFINestedNamespaceMapper
The namespace prefix mappings to use when expanding the namespace prefix of the attribute.

Return Value

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