|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DMLDocWriteException | |
| com.opmath.util.dmldoc | The DMLDoc SGML template handling classes. |
| Uses of DMLDocWriteException in com.opmath.util.dmldoc |
| Methods in com.opmath.util.dmldoc that throw DMLDocWriteException | |
protected String |
DMLDocBlock.view(ComparableTable model,
int mode,
int loopIndex)
Returns a String representaion of the DMLDocBlock
instance, with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR
elements processed, as determined by the contents of the
com.opmath.util.datastruct.ComparableTable. |
String |
DMLDocBlock.viewWithException(ComparableTable model)
Returns a String representaion of the DMLDocBlock
instance, with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR
elements processed, as determined by the contents of the
com.opmath.util.datastruct.ComparableTable. |
protected int |
DMLDocText.maxColumnSize(ComparableTable display)
Returns the size of the longest column in the ComparableTable,
for all of the SUB and IF / IFNOT / IFDATAFOR / IFNODATAFOR sources known
to this DMLDocText. |
protected String |
DMLDocText.subValue(ComparableTable display,
Comparable columnKey,
int loopIndex)
Returns a substitution value for the given Vector of data
values and index i. |
protected String |
DMLDocText.view(ComparableTable display,
int i)
Returns a string representaion of this DMLDocText instance,
with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR elements
processed, as determined by the ComparableTable and the loop
index i. |
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||