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 Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextMethods
text, textMethods inherited from interface 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
-