Class HTMLDocumentBuilder

java.lang.Object
org.custommonkey.xmlunit.HTMLDocumentBuilder

public class HTMLDocumentBuilder extends Object
Build a DOM document from HTML content converting from 'plain' HTML into 'XHTML' along the way with the help of a TolerantSaxDocumentBuilder and the Swing html parser classes. This allows XML assertions to be made against badly formed HTML.
Examples and more at xmlunit.sourceforge.net
See Also: