Click or drag to resize

RdfXmlSpecsHelperIsPropertyElementURI Method

Note: This API is now obsolete.

Checks whether a given QName is valid as a Property Element Uri.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[ObsoleteAttribute("Use IsPropertyElement(ElementEvent, INamespaceMapper) instead")]
public static bool IsPropertyElementURI(
	string qname
)

Parameters

qname
Type: SystemString
QName to Test.

Return Value

Type: Boolean
True if the QName is valid.
See Also