| Package | Description |
|---|---|
| io.wcm.handler.commons.dom |
DOM convenience objects used by handler implementations to build markup fragments for links and media.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement<T extends AbstractElement>
Generic DOM element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHtmlElementFactory<T extends HtmlElement>
Contains factory methods for creating and adding Html elements and specialized types.
|
class |
AbstractNonSelfClosingHtmlElement<T extends HtmlElement>
Html element wrapper tags that must not rendered self-closing to avoid problems in certain browsers.
|
class |
Anchor
Html anchor (a) element.
|
class |
Audio
Html audio (audio) element.
|
class |
Div
Html div element.
|
class |
FigCaption
Html figure caption (figcaption) element.
|
class |
Figure
Html figure (figure) element.
|
class |
HtmlElement<T extends HtmlElement>
Html element wrapper object.
|
class |
Image
Html image (img) element.
|
class |
NoScript
Html noscript element.
|
class |
Script
Html script element.
|
class |
Source
Html source (source) element.
|
class |
Span
Html span element.
|
class |
Video
Html video (video) element.
|
| Modifier and Type | Method and Description |
|---|---|
<ElementType extends AbstractElement> |
AbstractElement.add(ElementType element)
Appends the child to the end of the element's content list.
|
Copyright © 2014–2017 wcm.io. All rights reserved.