|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathMLNodeList | |
---|---|
net.sourceforge.jeuclid.elements | Provides support for generic MathML elements. |
net.sourceforge.jeuclid.elements.presentation | Provides support for presentation markup (3). |
net.sourceforge.jeuclid.elements.presentation.script | Script and Limit Schemata presentation element support (3.4). |
net.sourceforge.jeuclid.elements.presentation.table | Tables and Matrices presentation element support (3.5). |
net.sourceforge.jeuclid.elements.support | Element handling support. |
org.w3c.dom.mathml | Standard MathML DOM Model. |
Uses of MathMLNodeList in net.sourceforge.jeuclid.elements |
---|
Methods in net.sourceforge.jeuclid.elements that return MathMLNodeList | |
---|---|
MathMLNodeList |
AbstractJEuclidElement.getContents()
Returns the children as a MathML NodeList. |
Uses of MathMLNodeList in net.sourceforge.jeuclid.elements.presentation |
---|
Methods in net.sourceforge.jeuclid.elements.presentation that return MathMLNodeList | |
---|---|
MathMLNodeList |
AbstractContainer.getArguments()
This attribute accesses the child MathMLElements of this element which are arguments of it, as a MathMLNodeList. |
MathMLNodeList |
AbstractContainer.getDeclarations()
Provides access to the declare elements which are children of this element, in a MathMLNodeList. |
Uses of MathMLNodeList in net.sourceforge.jeuclid.elements.presentation.script |
---|
Methods in net.sourceforge.jeuclid.elements.presentation.script that return MathMLNodeList | |
---|---|
MathMLNodeList |
Mmultiscripts.getPrescripts()
A NodeList representing the prescripts of the script, which appear in the order described by the expression (prescript presuperscript)*. |
MathMLNodeList |
Mmultiscripts.getScripts()
A MathMLNodeList representing the scripts of the script, which appear in the order described by the expression (script superscript)*. |
Uses of MathMLNodeList in net.sourceforge.jeuclid.elements.presentation.table |
---|
Methods in net.sourceforge.jeuclid.elements.presentation.table that return MathMLNodeList | |
---|---|
MathMLNodeList |
AbstractTableRow.getCells()
A MathMLNodeList consisting of the cells of the row. |
MathMLNodeList |
Mtable.getRows()
A MathMLNodeList consisting of MathMLTableRowElements and MathMLLabeledRowElements representing the rows of the table. |
Uses of MathMLNodeList in net.sourceforge.jeuclid.elements.support |
---|
Classes in net.sourceforge.jeuclid.elements.support that implement MathMLNodeList | |
---|---|
class |
MathMLNodeListImpl
Implements a MathMLNodeList based on a java.util.List. |
Uses of MathMLNodeList in org.w3c.dom.mathml |
---|
Methods in org.w3c.dom.mathml that return MathMLNodeList | |
---|---|
MathMLNodeList |
MathMLContentToken.getArguments()
The arguments of this element, returned as a MathMLNodeList. |
MathMLNodeList |
MathMLContainer.getArguments()
This attribute accesses the child MathMLElements of this element which are arguments of it, as a MathMLNodeList. |
MathMLNodeList |
MathMLTableRowElement.getCells()
A MathMLNodeList consisting of the cells of the row. |
MathMLNodeList |
MathMLPresentationToken.getContents()
Returns the child Nodes of the element. |
MathMLNodeList |
MathMLContainer.getDeclarations()
Provides access to the declare elements which are children of this element, in a MathMLNodeList. |
MathMLNodeList |
MathMLPiecewiseElement.getPieces()
A MathMLNodeList containing one MathMLCaseElement representing each of the piece element children of this MathMLPiecewiseElement. |
MathMLNodeList |
MathMLMultiScriptsElement.getPrescripts()
A NodeList representing the prescripts of the script, which appear in the order described by the expression (prescript presuperscript)*. |
MathMLNodeList |
MathMLTableElement.getRows()
A MathMLNodeList consisting of MathMLTableRowElements and MathMLLabeledRowElements representing the rows of the table. |
MathMLNodeList |
MathMLMatrixElement.getRows()
The rows of the matrix, returned as a MathMLNodeList consisting of MathMLMatrixrowElements. |
MathMLNodeList |
MathMLMultiScriptsElement.getScripts()
A MathMLNodeList representing the scripts of the script, which appear in the order described by the expression (script superscript)*. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |