Summary
Provides an extension object for the XSLT transformations.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["NAntXsltUtilities"]
class Type type-node
Syntax
public class NAntXsltUtilities
Properties
| Name | Value | Summary |
|---|---|---|
| SdkDocBaseUrl | string |
Gets the base url for links to system types.
|
| SdkDocExt | string |
Gets the page file extension for links to system types.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetClassNode |
XPathNodeIterator |
Searches the document for the
<class> node with the
given id.
|
| GetElementDocType |
ElementDocType |
Determines the
NDoc.Documenter.NAnt.ElementDocType of the given type node.
|
| Get |
ElementDocType |
Determines the
NDoc.Documenter.NAnt.ElementDocType of the type to which
the given cref points.
|
| GetElementName |
string |
Returns the NAnt element name for a given cref.
|
| GetHRef |
string |
Returns an href for a cref.
|
| GetMethodNodeByID |
XmlNode |
Gets the method node by identifier.
|
| GetName |
string |
Returns the name for a given cref.
|
| GetNamespaceFilter |
string |
Gets the root namespace to document.
|
| GetTaskName |
string |
Returns the NAnt task name for a given cref.
|
| GetTypeNodeByID |
XmlNode |
Gets the type node of the specified identifier.
|
| IsDataType |
bool |
Determines whether the given cref points to a
datatype.
|
| IsElement |
bool |
Determines whether the given cref points to an
element.
|
| IsFilter |
bool |
Determines whether the given cref points to a
datatype.
|
| IsFunctionSet |
bool |
Determines whether the given cref points to a
functionset.
|
| IsTask |
bool |
Determines whether the given cref points to a
task.
|
| UrlEncode |
string |
Encodes a URL string using
System.Text.Encoding.UTF8 for reliable
HTTP transmission from the Web server to a client.
|
