Method | Description | |
---|---|---|
createNewMappings ( TSF attribute, string basepath, ElementWrapper targetRootElement ) : List |
||
createOwnedMappings ( ElementWrapper ownerElement, string basepath ) : List |
||
createOwnedMappings ( ElementWrapper ownerElement, string basepath, ElementWrapper targetRootElement ) : List |
||
createRootMappings ( ElementWrapper root, string basePath ) : List |
||
getConnectorString ( |
||
getValueForKey ( string key, string source ) : string |
parses the the given source string for any keyvalue pairs and returns the value corresponding to the given key. The format of the soure string is assumed as follows: key1=value1;key2=value2,...
|
public static createNewMappings ( TSF attribute, string basepath, ElementWrapper targetRootElement ) : List |
||
attribute | TSF | |
basepath | string | |
targetRootElement | ElementWrapper | |
return | List |
public static createOwnedMappings ( ElementWrapper ownerElement, string basepath ) : List |
||
ownerElement | ElementWrapper | |
basepath | string | |
return | List |
public static createOwnedMappings ( ElementWrapper ownerElement, string basepath, ElementWrapper targetRootElement ) : List |
||
ownerElement | ElementWrapper | |
basepath | string | |
targetRootElement | ElementWrapper | |
return | List |
public static createRootMappings ( ElementWrapper root, string basePath ) : List |
||
root | ElementWrapper | |
basePath | string | |
return | List |
public static getConnectorString ( |
||
mappedConnector | ||
return | string |
public static getValueForKey ( string key, string source ) : string | ||
key | string | the key to searche for |
source | string | the source string to search in |
return | string |