Class HtmlElementMixed

java.lang.Object
org.apache.juneau.dto.html5.HtmlElement
org.apache.juneau.dto.html5.HtmlElementMixed
Direct Known Subclasses:
A, Abbr, Address, Article, Aside, B, Bdo, Blockquote, Body, Button, Caption, Cite, Code, Data, Dd, Del, Dfn, Div, Dt, Em, Fieldset, Figcaption, Footer, Form, H1, H2, H3, H4, H5, H6, Header, I, Iframe, Ins, Kbd, Label, Legend, Li, Mark, Meter, Nav, Noscript, Object_, Output, P, Pre, Progress, Q, Rb, Rp, Rt, Rtc, Ruby, S, Samp, Section, Small, Span, Strong, Sub, Sup, Td, Template, Th, Time, U, Var

public class HtmlElementMixed extends HtmlElement
A subclass of HTML elements that contain mixed content (elements and text).
See Also: