Method | Description | |
---|---|---|
GetLoadableTypes ( this assembly ) : IEnumerable |
Gets the loadable types.
|
|
GetMatchingTypes ( this elementType ) : ReadOnlyCollection |
Gets the matching types.
|
|
GetSupportedTags ( this elementType ) : ReadOnlyCollection |
Gets the supported tags.
|
Method | Description | |
---|---|---|
FindBestMatchingType ( this elementType, IXPathNavigable node ) : |
||
FindSupportedTags ( IEnumerable |
Finds the supported tags.
|
public static GetLoadableTypes ( this assembly ) : IEnumerable |
||
assembly | this | The assembly. |
return | IEnumerable |
public static GetMatchingTypes ( this elementType ) : ReadOnlyCollection |
||
elementType | this | /// Type of the element. /// |
return | ReadOnlyCollection |
public static GetSupportedTags ( this elementType ) : ReadOnlyCollection |
||
elementType | this | /// Type of the element. /// |
return | ReadOnlyCollection |