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
)
Public Shared Function IsPropertyElement (
e As ElementEvent,
nsMapper As INamespaceMapper
) As Boolean
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:
BooleanTrue if the element is valid.
See Also