* of JSP.
*/
IContentType thisContentType = Platform.getContentTypeManager().getContentType(sm.getContentTypeIdentifier());
IContentType tagContentType = Platform.getContentTypeManager().getContentType(ContentTypeIdForJSP.ContentTypeID_JSPTAG);
if (thisContentType.isKindOf(tagContentType)) {
INodeAdapterFactory factory = new TagTranslationAdapterFactory();
sm.getFactoryRegistry().addFactory(factory);
}
else {
INodeAdapterFactory factory = null;
// if (false) {