Click or drag to resize

RdfXmlSpecsHelperIsAmbigiousAttributeName Method

Checks whether a given Local Name is potentially ambiguous.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsAmbigiousAttributeName(
	string name
)

Parameters

name
Type: SystemString
Local Name to Test.

Return Value

Type: Boolean
True if the Local Name is ambiguous.
Remarks
This embodies Local Names which must have an rdf prefix.
See Also