Elemento
GitHubSamples
  • Get started
  • Builder API
  • Event Handlers
  • Typesafe CSS Selectors
  • Custom Elements
  • Attach and Detach Handlers
  • Iterators / Iterables / Streams
  • Manipulate the DOM Tree
  • Router
  • Flow
  • Logger
  • SVG
  • MathML
  • Samples
Powered by GitBook
On this page
Edit on GitHub

MathML

PreviousSVGNextSamples

Last updated 10 days ago

To create MathML elements, add the following dependency to your POM:

<dependency>
    <groupId>org.jboss.elemento</groupId>
    <artifactId>elemento-mathml</artifactId>
    <version>2.0.0</version>
</dependency>

In your GWT module, inherit from org.jboss.elemento.MathML:

<module>
    <inherits name="org.jboss.elemento.MathML"/>
</module>

Finally, use the static methods in to create MathML elements.

org.jboss.elemento.mathml.MathML