Class MathMLStringLitElementImpl

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
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, MathMLElement, MathMLNodeList, MathMLPresentationElement, MathMLPresentationToken, MathMLStringLitElement, Node, NodeList, TypeInfo

public class MathMLStringLitElementImpl extends MathMLPresentationTokenImpl implements MathMLStringLitElement
Implements a MathML string literal element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLStringLitElementImpl

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