RdfXmlSpecsHelperIsDataTypeAttribute Method (AttributeEvent) |
Note: This API is now obsolete.
Checks whether an attribute is an rdf:datatype attribute.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax [ObsoleteAttribute("Use IsDataTypeAttribute(AttributeEvent, INestedNamespaceMapper) instead.")]
public static bool IsDataTypeAttribute(
AttributeEvent attr
)
<ObsoleteAttribute("Use IsDataTypeAttribute(AttributeEvent, INestedNamespaceMapper) instead.")>
Public Shared Function IsDataTypeAttribute (
attr As AttributeEvent
) As Boolean
Parameters
- attr
- Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test.
Return Value
Type:
BooleanTrue if is an rdf:datatype attribute.
See Also