Click or drag to resize

RdfXmlSpecsHelperIsPropertyElement Method

Checks whether a given element is a valid property element.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPropertyElement(
	ElementEvent e,
	INamespaceMapper nsMapper
)

Parameters

e
Type: VDS.RDF.Parsing.Events.RdfXmlElementEvent
The element to test.
nsMapper
Type: VDS.RDFINamespaceMapper
The namespace mappings to use when expanding element QName prefixes.

Return Value

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