Class MathMLContainerMethods<E extends MathMLElement>
java.lang.Object
org.jboss.elemento.mathml.MathMLContainerMethods<E>
- All Implemented Interfaces:
ElementAttributeMethods<E, MathMLContainerMethods<E>>,ElementClassListMethods<E, MathMLContainerMethods<E>>,ElementConsumerMethods<E, MathMLContainerMethods<E>>,ElementContainerMethods<E, MathMLContainerMethods<E>>,ElementEventMethods<E, MathMLContainerMethods<E>>,ElementIdMethods<E, MathMLContainerMethods<E>>,ElementQueryMethods<E>,ElementTextMethods<E, MathMLContainerMethods<E>>,IsElement<E>,MathMLElementStyleMethods<E, MathMLContainerMethods<E>>,TypedBuilder<E, MathMLContainerMethods<E>>
public class MathMLContainerMethods<E extends MathMLElement>
extends Object
implements ElementAttributeMethods<E, MathMLContainerMethods<E>>, ElementClassListMethods<E, MathMLContainerMethods<E>>, ElementConsumerMethods<E, MathMLContainerMethods<E>>, ElementContainerMethods<E, MathMLContainerMethods<E>>, ElementEventMethods<E, MathMLContainerMethods<E>>, ElementIdMethods<E, MathMLContainerMethods<E>>, ElementQueryMethods<E>, ElementTextMethods<E, MathMLContainerMethods<E>>, MathMLElementStyleMethods<E, MathMLContainerMethods<E>>
Builder for container-like SVG elements.
mathml().style("font-size: large");
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextMethods
text, textMethods inherited from interface org.jboss.elemento.mathml.MathMLElementStyleMethods
style
-
Constructor Details
-
MathMLContainerMethods
-
-
Method Details
-
that
Description copied from interface:TypedBuilderTo make builders work with inheritance, sub-builders must return a reference to their instance.- Specified by:
thatin interfaceTypedBuilder<E extends MathMLElement, MathMLContainerMethods<E extends MathMLElement>>
-
element
- Specified by:
elementin interfaceIsElement<E extends MathMLElement>- Returns:
- the element of the custom component
-