Click or drag to resize

RdfXmlSpecsHelperIsLiElement Method

Checks whether a give element is an rdf:li element.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsLiElement(
	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 an rdf:li element, false otherwise.
See Also