Class EmptyElementHandler.HtmlEmptyElementHandler

java.lang.Object
com.ctc.wstx.api.EmptyElementHandler.SetEmptyElementHandler
com.ctc.wstx.api.EmptyElementHandler.HtmlEmptyElementHandler
All Implemented Interfaces:
EmptyElementHandler
Enclosing interface:
EmptyElementHandler

public static class EmptyElementHandler.HtmlEmptyElementHandler extends EmptyElementHandler.SetEmptyElementHandler
HTML specific empty element handler. Extends the EmptyElementHandler.SetEmptyElementHandler and configures the HTML elements that must be self-closing according to the W3C: http://www.w3.org/TR/html4/index/elements.html

Note that element name comparison is case-insensitive as required by HTML specification.