Summary
    Searches the document for the 
		<class> node with the 
    given id.
    - Assembly
- NDoc.Documenter .NAnt .dll 
- Namespace
- NDoc.Documenter .NAnt 
- Containing Type
- NAntXsltUtilities
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, ornullif the node does not exist. | 
