NAntXsltUtilities.

IsElement(string) Method

Summary

Determines whether the given cref points to an element.

Syntax

public bool IsElement(string cref)

Remarks

When the cref points to a NAnt.Core.Task or NAnt.Core.DataTypeBase this method returns false.

Parameters

Name Type Description
cref string The cref to check.

Return Value

Type Description
bool true if the given cref points to an element; otherwise, false.