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
)
Public Shared Function IsAmbigiousAttributeName (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Local Name to Test.
Return Value
Type:
BooleanTrue if the Local Name is ambiguous.
Remarks This embodies Local Names which must have an rdf prefix.
See Also