Class MathMLCiElementImpl

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, MathMLCiElement, MathMLContentElement, MathMLContentToken, MathMLElement, MathMLNodeList, Node, NodeList, TypeInfo

public class MathMLCiElementImpl extends MathMLContentTokenImpl implements MathMLCiElement
Implements a MathML content identifier element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MathMLCiElementImpl

      public MathMLCiElementImpl(MathMLDocumentImpl owner, String qualifiedName)
      Constructs a MathML content identifier 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 identifier.
      Specified by:
      getType in interface MathMLCiElement
      Returns:
      the identifier type
    • setType

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