Class MathMLPresentationTokenImpl

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.MathMLPresentationTokenImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, MathMLElement, MathMLNodeList, MathMLPresentationElement, MathMLPresentationToken, Node, NodeList, TypeInfo
Direct Known Subclasses:
MathMLStringLitElementImpl

public class MathMLPresentationTokenImpl extends MathMLElementImpl implements MathMLPresentationToken
Implements a MathML presentation token.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLPresentationTokenImpl

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