Skip to content

Latest commit

 

History

History

mathml-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

MathML Java Tools

Build Status MavenCentral Coverage Status

The core module provides essential tools to handle MathML and XML in Java. Internally we parse MathML to Java Document Object Model (DOM) objects with namespaces, doctype and validation techniques. Each successfully parsed document will be a valid MathML 3.0 document. Furthermore, we provide tools to easily access representation and content parts of content MathML. Most of these access methods use XPath or XQuery. For used XPath strings check MathML Libraries.

Parts of this library originate from the MathMLQueryGenerator.