NAntXsltUtilities.

GetClassNode(string) Method

Summary

Searches the document for the <class> node with the given id.

Syntax

public XPathNodeIterator GetClassNode(string id)

Parameters

Name Type Description
id string Type.FullName of class to return

Return Value

Type Description
XPathNodeIterator The <class> node with the given id, or null if the node does not exist.