Class Mtd

    • Field Detail

      • ELEMENT

        public static final java.lang.String ELEMENT
        The XML element from this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Mtd

        public Mtd​(java.lang.String qname,
                   org.apache.batik.dom.AbstractDocument odoc)
        Default constructor. Sets MathML Namespace.
        Parameters:
        qname - Qualified name.
        odoc - Owner Document.
    • Method Detail

      • newNode

        protected org.w3c.dom.Node newNode()
        Overrides:
        newNode in class org.apache.batik.dom.GenericElementNS
      • getRowspan

        public java.lang.String getRowspan()
        Description copied from interface: MathMLTableCellElement
        A string representing a positive integer that specifies the number of rows spanned by this cell. The default is 1.
        Specified by:
        getRowspan in interface MathMLTableCellElement
        Returns:
        Rowspan
      • getColumnspan

        public java.lang.String getColumnspan()
        Description copied from interface: MathMLTableCellElement
        A string representing a positive integer that specifies the number of columns spanned by this cell. The default is 1.
        Specified by:
        getColumnspan in interface MathMLTableCellElement
        Returns:
        Columnspan
      • getCellindex

        public java.lang.String getCellindex()
        A string representing the integer index (1-based?) of the cell in its containing row. [What about spanning cells? How do these affect this value?]
        Specified by:
        getCellindex in interface MathMLTableCellElement
        Returns:
        value of the cellindex attribute.
      • getHasaligngroups

        public boolean getHasaligngroups()
        A string with the values true or false indicating whether the cell contains align groups.
        Specified by:
        getHasaligngroups in interface MathMLTableCellElement
        Returns:
        value of the hasaligngroups attribute.