Class MathMLMatrixrowElementImpl

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.MathMLMatrixrowElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, MathMLContentElement, MathMLElement, MathMLMatrixrowElement, MathMLNodeList, Node, NodeList, TypeInfo

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

    • MathMLMatrixrowElementImpl

      public MathMLMatrixrowElementImpl(MathMLDocumentImpl owner, String qualifiedName)
      Constructs a MathML matrixrow element.
      Parameters:
      owner - the MathML document that owns this element
      qualifiedName - the qualified name of the element type
  • Method Details