Class MathMLXMLAnnotationElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.episteme.core.mathematics.loaders.mathml.MathMLElementImpl
org.episteme.core.mathematics.loaders.mathml.MathMLXMLAnnotationElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, MathMLElement, MathMLNodeList, MathMLXMLAnnotationElement, Node, NodeList, TypeInfo

public class MathMLXMLAnnotationElementImpl extends MathMLElementImpl implements MathMLXMLAnnotationElement
Implements a MathML XML annotation element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLXMLAnnotationElementImpl

      public MathMLXMLAnnotationElementImpl(MathMLDocumentImpl owner, String qualifiedName)
      Constructs a MathML XML annotation element.
      Parameters:
      owner - the value to set
      qualifiedName - the value to set
  • Method Details