RdfXmlSpecsHelperIsSyntaxTerm Method (Uri, String) |
Checks whether a given expanded name is a Syntax Term.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsSyntaxTerm(
Uri nsUri,
string localName
)
Public Shared Function IsSyntaxTerm (
nsUri As Uri,
localName As String
) As Boolean
Parameters
- nsUri
- Type: SystemUri
The namespace URI of the expanded name. - localName
- Type: SystemString
The local name part of the expanded name.
Return Value
Type:
BooleanTrue if the expanded name is a Syntax Term.
See Also