| |
|
| java.lang.Object org.custommonkey.xmlunit.HTMLDocumentBuilder
HTMLDocumentBuilder | public class HTMLDocumentBuilder (Code) | | 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: TolerantSaxDocumentBuilder |
swingEvent2SaxAdapter | final protected SwingEvent2SaxAdapter swingEvent2SaxAdapter(Code) | | |
HTMLDocumentBuilder | public HTMLDocumentBuilder(TolerantSaxDocumentBuilder tolerantSaxDocumentBuilder)(Code) | | Constructor
Parameters: tolerantSaxDocumentBuilder - the instance that will receive SAXcalls generated as the HTML is parsed and build up a DOM Document |
getTrace | public String getTrace()(Code) | | the trace of events and / or warnings encountered during parsing |
|
|
|