All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static String |
changeLink(String html,
String linkPrefix) |
static int |
convertHTMLtoMail(File htmlFile,
Template template,
File jspFile) |
static int |
convertHTMLtoTemplate(GlobalContext globalContext,
Template template,
File htmlFile,
File jspFile,
Map<String,String> tagsID,
List<String> areas,
List<String> resources,
List<TemplatePlugin> templatePlugins,
List<String> ids,
boolean isMailing,
String fontIncluding) |
static int |
convertHTMLtoTemplate(GlobalContext globalContext,
Template template,
I18nAccess i18nAccess,
File htmlFile,
File jspFile,
Map<String,String> tagsID,
List<String> areas,
List<String> resources,
List<TemplatePlugin> templatePlugins,
List<GenericMessage> messages,
String fontIncluding) |
static List<String> |
getAllParentName(XMLManipulationHelper.TagDescription[] allTags,
XMLManipulationHelper.TagDescription tag)
return all parents name as lowercase.
|
static String |
getHTMLBody(String html) |
static String |
getHTMLCleanedHead(String html) |
static void |
main(String[] args) |
static XMLManipulationHelper.TagDescription[] |
searchAllTag(String xml,
boolean validation) |
static List<XMLManipulationHelper.TagDescription> |
searchChildren(XMLManipulationHelper.TagDescription[] allTags,
XMLManipulationHelper.TagDescription tag) |
static XMLManipulationHelper.TagDescription |
searchParent(XMLManipulationHelper.TagDescription[] allTags,
XMLManipulationHelper.TagDescription tag) |