Uses of Class
io.wcm.handler.commons.dom.AbstractElement
-
Packages that use AbstractElement Package Description io.wcm.handler.commons.dom DOM convenience objects used by handler implementations to build markup fragments for links and media. -
-
Uses of AbstractElement in io.wcm.handler.commons.dom
Classes in io.wcm.handler.commons.dom with type parameters of type AbstractElement Modifier and Type Class Description classAbstractElement<T extends AbstractElement>Generic DOM element.Subclasses of AbstractElement in io.wcm.handler.commons.dom 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.classAnchorHtml anchor (a) element.classAreaHtml area element.classAudioHtml audio (audio) element.classDivHtml div element.classFigCaptionHtml figure caption (figcaption) element.classFigureHtml figure (figure) element.classHtmlElement<T extends HtmlElement>Html element wrapper object.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 AbstractElement Modifier and Type Method Description <ElementType extends AbstractElement>
ElementTypeAbstractElement. add(ElementType element)Appends the child to the end of the element's content list.
-