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
)
<ObsoleteAttribute("Use IsPropertyElement(ElementEvent, INamespaceMapper) instead")>
Public Shared Function IsPropertyElementURI (
qname As String
) As Boolean
Parameters
- qname
- Type: SystemString
QName to Test.
Return Value
Type:
BooleanTrue if the QName is valid.
See Also