Class MathMLTendsToElementImpl

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, MathMLContentElement, MathMLElement, MathMLNodeList, MathMLPredefinedSymbol, MathMLTendsToElement, Node, NodeList, TypeInfo

public class MathMLTendsToElementImpl extends MathMLPredefinedSymbolImpl implements MathMLTendsToElement
Implements a MathML tendsto element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLTendsToElementImpl

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

    • getType

      public String getType()
      Returns the type of the tendsto element.
      Specified by:
      getType in interface MathMLTendsToElement
      Returns:
      the type (above, below, or two-sided)
    • setType

      public void setType(String type)
      Sets the type of the tendsto element.
      Specified by:
      setType in interface MathMLTendsToElement
      Parameters:
      type - the type to set