Interface MathMLDOMImplementation
- All Superinterfaces:
DOMImplementation
- All Known Implementing Classes:
MathMLDOMImplementationImpl
This interface extends DOMImplementation with a method to create
a MathMLDocument.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new MathMLDocument.Methods inherited from interface DOMImplementation
createDocument, createDocumentType, getFeature, hasFeature
-
Method Details
-
createMathMLDocument
MathMLDocument createMathMLDocument()Creates a new MathMLDocument.- Returns:
- a new MathMLDocument object.
-