com.atlassian.confluence.content.render.xhtml
Class DefaultHtmlToXmlConverter

java.lang.Object
  extended by 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.


Constructor Summary
DefaultHtmlToXmlConverter()
           
 
Method Summary
 String convert(String unclean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHtmlToXmlConverter

public DefaultHtmlToXmlConverter()
Method Detail

convert

public String convert(String unclean)
Specified by:
convert in interface HtmlToXmlConverter


Confluence is developed by Atlassian.