BaseRdfAEvent.HasAttribute Method |
Gets whether the Event has a given attribute.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool HasAttribute(
string name
)
Public Function HasAttribute (
name As String
) As Boolean
Parameters
- name
- Type: System.String
Attribute Name.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Events.BaseRdfAEvent.HasAttribute(System.String)"]
Implements
IRdfAEvent.HasAttribute(String)
See Also