RdfXmlSpecsHelper.IsParseTypeAttribute Method |
Checks whether an attribute is an rdf:parseType attribute.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static bool IsParseTypeAttribute(
AttributeEvent attr,
INestedNamespaceMapper nsMapper
)
Public Shared Function IsParseTypeAttribute (
attr As AttributeEvent,
nsMapper As INestedNamespaceMapper
) As Boolean
Parameters
- attr
- Type: VDS.RDF.Parsing.Events.RdfXml.AttributeEvent
Attribute to Test. - nsMapper
- Type: VDS.RDF.INestedNamespaceMapper
The namespace prefix mappings to use when expanding the namespace prefix of the attribute.
Return Value
Type:
BooleanTrue if is an rdf:parseType attribute.
See Also