RdfXmlSpecsHelperIsNodeIDAttribute Method (AttributeEvent) |
Note: This API is now obsolete.
Checks whether an attribute is an rdf:nodeID attribute.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax [ObsoleteAttribute("Use IsNodeIDAttribute(AttributeEvent, INamespaceMapper) instead")]
public static bool IsNodeIDAttribute(
AttributeEvent attr
)
<ObsoleteAttribute("Use IsNodeIDAttribute(AttributeEvent, INamespaceMapper) instead")>
Public Shared Function IsNodeIDAttribute (
attr As AttributeEvent
) As Boolean
Parameters
- attr
- Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test.
Return Value
Type:
BooleanTrue if is an rdf:nodeID attribute.
Remarks Does some validation on ID value but other validation occurs at other points in the Parsing.
See Also