Class MathMLDOMImplementationImpl

java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.episteme.core.mathematics.loaders.mathml.MathMLDOMImplementationImpl
All Implemented Interfaces:
DOMImplementation, DOMImplementationLS, MathMLDOMImplementation

public class MathMLDOMImplementationImpl extends org.apache.xerces.dom.DOMImplementationImpl implements MathMLDOMImplementation
Implements a MathML DOM implementation.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • createMathMLDocument

      public final MathMLDocument createMathMLDocument()
      Creates a new MathML document.
      Specified by:
      createMathMLDocument in interface MathMLDOMImplementation
      Returns:
      a new MathML document instance
    • getDOMImplementation

      public static DOMImplementation getDOMImplementation()
      Returns the shared DOM implementation instance.
      Returns:
      the shared DOM implementation