Свойство | Тип | Описание | |
---|---|---|---|
CreateInstance | |||
GetElementNameForMethod | string | ||
GetElementNameForProperty | string | ||
GetElementNameForType | string | ||
GetFileNameForFunction | string | ||
GetFileNameForFunction | string | ||
GetFileNameForType | string | ||
GetFileNameForType | string | ||
GetFilenameForSystemMember | string | ||
GetHRefForFunctionSet | string | ||
GetTaskNameForType | string | ||
NAntXsltUtilities | System.Collections |
Метод | Описание | |
---|---|---|
GetClassNode ( string id ) : |
Searches the document for the
|
|
GetElementDocType ( |
Determines the ElementDocType of the given type node.
|
|
GetElementDocTypeByID ( string cref ) : ElementDocType |
Determines the ElementDocType of the type to which the given cref points.
|
|
GetElementName ( string cref ) : string |
Returns the NAnt element name for a given cref.
|
|
GetHRef ( string cref ) : string |
Returns an href for a cref.
|
|
GetMethodNodeByID ( string cref ) : |
||
GetName ( string cref ) : string |
Returns the name for a given cref.
|
|
GetNamespaceFilter ( ) : string |
Gets the root namespace to document.
|
|
GetTaskName ( string cref ) : string |
Returns the NAnt task name for a given cref.
|
|
GetTypeNodeByID ( string cref ) : |
||
IsDataType ( string cref ) : bool |
Determines whether the given cref points to a
|
|
IsElement ( string cref ) : bool |
Determines whether the given cref points to an When the cref points to a Task or DataTypeBase this method returns |
|
IsFilter ( string cref ) : bool |
Determines whether the given cref points to a
|
|
IsFunctionSet ( string cref ) : bool |
Determines whether the given cref points to a
|
|
IsTask ( string cref ) : bool |
Determines whether the given cref points to a
|
|
UrlEncode ( string value ) : string |
Encodes a URL string using Encoding.UTF8 for reliable HTTP transmission from the Web server to a client.
|
Метод | Описание | |
---|---|---|
CreateInstance ( |
||
GetElementNameForMethod ( |
Gets the function name for methods that represent a NAtn function.
|
|
GetElementNameForProperty ( |
Gets the BuildElementAttribute name for the "class/property" XmlNode
|
|
GetElementNameForType ( |
||
GetFileNameForFunction ( |
Returns the filename to use for the given function XmlElement
|
|
GetFileNameForFunction ( string type, bool urlEncode ) : string | ||
GetFileNameForType ( |
Returns the filename to use for the given class XmlNode For a type that is neither a task, enum, global type, filter or functionset, the returned filename will point to the SDK docs for that type. |
|
GetFileNameForType ( string type, bool urlEncode ) : string | ||
GetFilenameForSystemMember ( string cref ) : string | ||
GetHRefForFunctionSet ( |
Returns a partial URL to link to the functionset in the function index.
|
|
GetTaskNameForType ( |
Gets the TaskNameAttrbute name for the "class" XmlNode The class is also checked to make sure it is derived from Task |
|
NAntXsltUtilities ( |
Initializes a new instance of the NAntXsltUtilities class.
|
public GetClassNode ( string id ) : |
||
id | string | |
Результат |
public GetElementDocType ( |
||
typeNode | The type node for which to determine the |
|
Результат | ElementDocType |
public GetElementDocTypeByID ( string cref ) : ElementDocType | ||
cref | string | The cref for which to determine the |
Результат | ElementDocType |
public GetElementName ( string cref ) : string | ||
cref | string | The cref for the element name will be looked up. |
Результат | string |
public GetHRef ( string cref ) : string | ||
cref | string | The cref for which the href will be looked up. |
Результат | string |
public GetMethodNodeByID ( string cref ) : |
||
cref | string | |
Результат |
public GetName ( string cref ) : string | ||
cref | string | The cref for which the name will be looked up. |
Результат | string |
public GetTaskName ( string cref ) : string | ||
cref | string | The cref for the task name will be looked up. |
Результат | string |
public GetTypeNodeByID ( string cref ) : |
||
cref | string | |
Результат |
public IsDataType ( string cref ) : bool | ||
cref | string | The cref to check. |
Результат | bool |
public IsElement ( string cref ) : bool | ||
cref | string | The cref to check. |
Результат | bool |
public IsFilter ( string cref ) : bool | ||
cref | string | The cref to check. |
Результат | bool |
public IsFunctionSet ( string cref ) : bool | ||
cref | string | The cref to check. |
Результат | bool |
public IsTask ( string cref ) : bool | ||
cref | string | The cref to check. |
Результат | bool |
public UrlEncode ( string value ) : string | ||
value | string | The text to encode. |
Результат | string |