public class HtmlEmptyTagReplacement
extends java.lang.Object
This class will be used to append some text to output in order to
apply a Span for this tag. Please note that this class will be used for
_void_ tags and tags that are self-closed (even if HTML spec doesn\'t specify
a tag as self-closed). This is due to the fact that underlying parser does not
validate context and does not check if a tag is correctly used. Plus it will be
used for tags without content, for example: <my-custom-element></my-custom-element>
- Since:
- 2.0.0