checkIfCorePropertyExists check if a property is a core property and if
yes return true if the type exists; we only allow one core with one tyype
per MOL
checkIfCorePropertyExists check if a property is a core property and if
yes return true if the type exists; we only allow one core with one tyype
per MOL
checkIfTranslationExistsInDataSource function checks if for a given
combination of source segment/source language - target segment
(translation)/target language a translation exists
convertXliffStringToHtml convert an xliff formatted string to html
version; all tags are converted to an a link representatation; it insert
for the onClick the JavaScript code supplied
convertXliffStringToHtml convert an xliff formatted string to html
version; all tags are converted to an a link representatation; it insert
for the onClick the JavaScript code supplied
copyFrom copies the content of the data source dataSource to the this
data source; this requires that the data source implements the methods
nextElement; iniEnumeration and hasMoreElements.
copyTo copies the content of this data source to the specified data
source; this requires that the data source implements the methods
nextElement; iniEnumeration and hasMoreElements.