Uses of Interface
org.w3c.dom.mathml.MathMLTableCellElement

Packages that use MathMLTableCellElement
net.sourceforge.jeuclid.elements.presentation.table Tables and Matrices presentation element support (3.5). 
org.w3c.dom.mathml Standard MathML DOM Model. 
 

Uses of MathMLTableCellElement in net.sourceforge.jeuclid.elements.presentation.table
 

Classes in net.sourceforge.jeuclid.elements.presentation.table that implement MathMLTableCellElement
 class Mtd
          This class presents a cell of a table.
 

Methods in net.sourceforge.jeuclid.elements.presentation.table that return MathMLTableCellElement
 MathMLTableCellElement AbstractTableRow.insertCell(MathMLTableCellElement newCell, int index)
          A convenience method to insert a new cell in the row.
 MathMLTableCellElement AbstractTableRow.insertEmptyCell(int index)
          A convenience method to insert a new (empty) cell in the row.
 MathMLTableCellElement AbstractTableRow.setCell(MathMLTableCellElement newCell, int index)
          A convenience method to set the value of a cell in the row to newCell.
 

Methods in net.sourceforge.jeuclid.elements.presentation.table with parameters of type MathMLTableCellElement
 MathMLTableCellElement AbstractTableRow.insertCell(MathMLTableCellElement newCell, int index)
          A convenience method to insert a new cell in the row.
 MathMLTableCellElement AbstractTableRow.setCell(MathMLTableCellElement newCell, int index)
          A convenience method to set the value of a cell in the row to newCell.
 

Uses of MathMLTableCellElement in org.w3c.dom.mathml
 

Methods in org.w3c.dom.mathml that return MathMLTableCellElement
 MathMLTableCellElement MathMLTableRowElement.insertCell(MathMLTableCellElement newCell, int index)
          A convenience method to insert a new cell in the row.
 MathMLTableCellElement MathMLTableRowElement.insertEmptyCell(int index)
          A convenience method to insert a new (empty) cell in the row.
 MathMLTableCellElement MathMLTableRowElement.setCell(MathMLTableCellElement newCell, int index)
          A convenience method to set the value of a cell in the row to newCell.
 

Methods in org.w3c.dom.mathml with parameters of type MathMLTableCellElement
 MathMLTableCellElement MathMLTableRowElement.insertCell(MathMLTableCellElement newCell, int index)
          A convenience method to insert a new cell in the row.
 MathMLTableCellElement MathMLTableRowElement.setCell(MathMLTableCellElement newCell, int index)
          A convenience method to set the value of a cell in the row to newCell.
 



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.