RdfXmlSpecsHelperIsPropertyAttribute Method (AttributeEvent, INamespaceMapper) |
Checks whether an attribute is an property attribute.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsPropertyAttribute(
AttributeEvent attr,
INamespaceMapper nsMapper
)
Public Shared Function IsPropertyAttribute (
attr As AttributeEvent,
nsMapper As INamespaceMapper
) As Boolean
Parameters
- attr
- Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test. - nsMapper
- Type: VDS.RDFINamespaceMapper
The namespace prefix mappings to use when expanding the namespace prefix of the attribute.
Return Value
Type:
BooleanTrue if is an property attribute.
See Also