|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DMLDocBlock | |
| com.opmath.util.dmldoc | The DMLDoc SGML template handling classes. |
| Uses of DMLDocBlock in com.opmath.util.dmldoc |
| Subclasses of DMLDocBlock in com.opmath.util.dmldoc | |
class |
DMLDoc
The Document Object Model (DOM) for the template. |
| Methods in com.opmath.util.dmldoc that return DMLDocBlock | |
protected DMLDocBlock |
DMLDocText.subBlock()
Returns the DMLDocBlock introduced by this DMLDocText. |
| Methods in com.opmath.util.dmldoc with parameters of type DMLDocBlock | |
protected void |
DMLDocText.newLoop(BufferedReader inputText,
DMLDocBlock parent,
ParseCounter countLOOP,
ParseCounter countIF)
Creates a DMLDocBlock LOOP element for this DMLDocText. |
protected void |
DMLDocText.newIf(BufferedReader inputText,
DMLDocBlock parent,
String ifToken,
boolean positive,
ParseCounter countLOOP,
ParseCounter countIF)
Creates an IF / IFNOT / IFDATAFOR / IFNODATAFOR element for this DMLDocText. |
protected void |
DMLDocText.newIfData(BufferedReader inputText,
DMLDocBlock parent,
String ifToken,
boolean positive,
ParseCounter countLOOP,
ParseCounter countIF)
|
| Constructors in com.opmath.util.dmldoc with parameters of type DMLDocBlock | |
DMLDocBlock(BufferedReader viewReader,
DMLDocBlock newParent,
String ifToken,
ParseCounter countLOOP,
ParseCounter countIF)
Constructs a DMLDocBlock for a given source text, and with
a given DMLDocBlock parent node. |
|
DMLDocBlock(BufferedReader viewReader,
DMLDocBlock newParent,
ParseCounter countLOOP,
ParseCounter countIF)
Constructs a DMLDocBlock for a given source text, and with
a given DMLDocBlock parent node. |
|
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||