Uses of Class
io.wcm.handler.commons.dom.HtmlElement
-
Packages that use HtmlElement Package Description io.wcm.handler.commons.dom DOM convenience objects used by handler implementations to build markup fragments for links and media. -
-
Uses of HtmlElement in io.wcm.handler.commons.dom
Classes in io.wcm.handler.commons.dom with type parameters of type HtmlElement Modifier and Type Class Description classAbstractHtmlElementFactory<T extends HtmlElement>Contains factory methods for creating and adding Html elements and specialized types.classAbstractNonSelfClosingHtmlElement<T extends HtmlElement>Html element wrapper tags that must not rendered self-closing to avoid problems in certain browsers.classHtmlElement<T extends HtmlElement>Html element wrapper object.Subclasses of HtmlElement in io.wcm.handler.commons.dom Modifier and Type Class Description classAbstractNonSelfClosingHtmlElement<T extends HtmlElement>Html element wrapper tags that must not rendered self-closing to avoid problems in certain browsers.classAnchorHtml anchor (a) element.classAreaHtml area element.classAudioHtml audio (audio) element.classDivHtml div element.classFigCaptionHtml figure caption (figcaption) element.classFigureHtml figure (figure) element.classImageHtml image (img) element.classMapHtml map element.classNoScriptHtml noscript element.classPictureHtml picture element.classScriptHtml script element.classSourceHtml source (source) element.classSpanHtml span element.classVideoHtml video (video) element.Methods in io.wcm.handler.commons.dom with type parameters of type HtmlElement Modifier and Type Method Description <HtmlElementType extends HtmlElement>
HtmlElementTypeHtmlElement. add(HtmlElementType element)Appends the child to the end of the element's content list.Methods in io.wcm.handler.commons.dom that return HtmlElement Modifier and Type Method Description HtmlElementAbstractHtmlElementFactory. create(java.lang.String elementName)Creates and adds html element.
-