Uses of Class
org.javlo.helper.XMLManipulationHelper.BadXMLException
-
Packages that use XMLManipulationHelper.BadXMLException Package Description org.javlo.helper org.javlo.navigation org.javlo.template -
-
Uses of XMLManipulationHelper.BadXMLException in org.javlo.helper
Methods in org.javlo.helper that throw XMLManipulationHelper.BadXMLException Modifier and Type Method Description static String
XMLManipulationHelper. changeLink(String html, String linkPrefix)
static int
XMLManipulationHelper. convertHTMLtoMail(File htmlFile, Template template, File jspFile)
static int
XMLManipulationHelper. 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
XMLManipulationHelper. 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<ComponentBean>
ContentHelper. createContentWithHTML(String html, String lg)
static String
XMLManipulationHelper. getHTMLBody(String html)
static String
XMLManipulationHelper. getHTMLCleanedHead(String html)
static String
CSSParser. mergeCSS(String html, boolean removeCSS)
static String
CSSParser. mergeCSS_bk(String css, String html)
static String
XHTMLHelper. prepareToMailing(String xhtml)
static String
XHTMLHelper. removeTag(String html, String tag)
static XMLManipulationHelper.TagDescription[]
XMLManipulationHelper. searchAllTag(String xml, boolean validation)
-
Uses of XMLManipulationHelper.BadXMLException in org.javlo.navigation
Methods in org.javlo.navigation that throw XMLManipulationHelper.BadXMLException Modifier and Type Method Description String
DefaultTemplate. getRenderer(ContentContext ctx, String file)
-
Uses of XMLManipulationHelper.BadXMLException in org.javlo.template
Methods in org.javlo.template that throw XMLManipulationHelper.BadXMLException Modifier and Type Method Description List<GenericMessage>
Template. checkRenderer(GlobalContext globalContext, I18nAccess i18nAccess)
check the structure of the template.
-