public interface ExtendedXMLBuilder extends SimpleXMLBuilder
Modifier and Type | Method and Description |
---|---|
SimpleXMLBuilder |
addClass(java.lang.CharSequence s)
Convenience method to add an additional class attribute using
the HTML convention that multiple classes are represented
as one attribute with values separated by spaces.
|
default void |
br()
Insert line break.
|
void |
nbs()
Insert a non-breaking space.
|
addObject, appendParent, attr, attr, clean, clean, clean, close, getNested, getParent, open, open, setEscapeUnicode
void nbs()
default void br()
SimpleXMLBuilder addClass(java.lang.CharSequence s)
s
- CharSequence attribute value or null for no value