Click or drag to resize

RdfXmlSpecsHelperIsParseTypeAttribute Method

Checks whether an attribute is an rdf:parseType attribute.

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

Parameters

attr
Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test.
nsMapper
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:parseType attribute.
See Also