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)
-
Field Summary
Fields inherited from interface DOMImplementationLS
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS -
Method Summary
Modifier and TypeMethodDescriptionfinal MathMLDocumentCreates a new MathML document.static DOMImplementationReturns the shared DOM implementation instance.Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl
createDocument, hasFeatureMethods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl
assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeatureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DOMImplementation
createDocument, createDocumentType, getFeature, hasFeature
-
Method Details
-
createMathMLDocument
Creates a new MathML document.- Specified by:
createMathMLDocumentin interfaceMathMLDOMImplementation- Returns:
- a new MathML document instance
-
getDOMImplementation
Returns the shared DOM implementation instance.- Returns:
- the shared DOM implementation
-