Class MathMLEncloseElementImpl

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, MathMLContainer, MathMLElement, MathMLEncloseElement, MathMLNodeList, MathMLPresentationContainer, MathMLPresentationElement, Node, NodeList, TypeInfo

public class MathMLEncloseElementImpl extends MathMLPresentationContainerImpl implements MathMLEncloseElement
Implements a MathML enclose element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLEncloseElementImpl

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

    • getNotation

      public String getNotation()
      Gets the notation attribute of the enclose element.
      Specified by:
      getNotation in interface MathMLEncloseElement
      Returns:
      the notation value
    • setNotation

      public void setNotation(String notation)
      Sets the notation attribute of the enclose element.
      Specified by:
      setNotation in interface MathMLEncloseElement
      Parameters:
      notation - the new notation value