Package org.jboss.elemento.mathml
Class MathML
java.lang.Object
org.jboss.elemento.mathml.MathML
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends MathMLElement>
EcreateMathMLElement(String element, Class<E> type) Creates the specified SVG element.static MathMLContainerMethods<MathMLElement> mathml()static <E extends MathMLElement>
MathMLContainerMethods<E> mathMLContainer(String element, Class<E> type) Returns a builder for the specified SVG container.static <E extends MathMLElement>
MathMLElementBuilder<E> mathMLElement(String element, Class<E> type) Returns a builder for the specified SVG element.static <E extends MathMLElement>
MathMLContainerMethods<E> wrapMathMLContainer(E element) Returns a builder for the existing SVG container.static <E extends MathMLElement>
MathMLElementBuilder<E> wrapMathMLElement(E element) Returns a builder for the existing SVG element.
-
Method Details
-
mathml
-
mathMLElement
public static <E extends MathMLElement> MathMLElementBuilder<E> mathMLElement(String element, Class<E> type) Returns a builder for the specified SVG element. -
wrapMathMLElement
Returns a builder for the existing SVG element. -
mathMLContainer
public static <E extends MathMLElement> MathMLContainerMethods<E> mathMLContainer(String element, Class<E> type) Returns a builder for the specified SVG container. -
wrapMathMLContainer
Returns a builder for the existing SVG container. -
createMathMLElement
Creates the specified SVG element.
-