com.atlassian.confluence.content.render.xhtml
Class DefaultHtmlToXmlConverter
java.lang.Object
com.atlassian.confluence.content.render.xhtml.DefaultHtmlToXmlConverter
- All Implemented Interfaces:
- HtmlToXmlConverter
public class DefaultHtmlToXmlConverter
- extends Object
- implements HtmlToXmlConverter
There is a known issue where by this cleaner expands empty elements (i.e.
becomes
). We have the implementation of
HTMLTagBalancer.emptyElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)
to thank for this.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHtmlToXmlConverter
public DefaultHtmlToXmlConverter()
convert
public String convert(String unclean)
- Specified by:
convert
in interface HtmlToXmlConverter