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 StringXMLManipulationHelper. changeLink(String html, String linkPrefix)static intXMLManipulationHelper. convertHTMLtoMail(File htmlFile, Template template, File jspFile)static intXMLManipulationHelper. 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 intXMLManipulationHelper. 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 StringXMLManipulationHelper. getHTMLBody(String html)static StringXMLManipulationHelper. getHTMLCleanedHead(String html)static StringCSSParser. mergeCSS(String html, boolean removeCSS)static StringCSSParser. mergeCSS_bk(String css, String html)static StringXHTMLHelper. prepareToMailing(String xhtml)static StringXHTMLHelper. 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 StringDefaultTemplate. 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. 
 -