|
OpMath | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DMLDocBuildException | |
| com.opmath.util.dmldoc | The DMLDoc SGML template handling classes. |
| Uses of DMLDocBuildException in com.opmath.util.dmldoc |
| Methods in com.opmath.util.dmldoc that throw DMLDocBuildException | |
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)
|
protected void |
DMLDocBlock.parse(BufferedReader viewReader)
Constructs the DMLDocBlock according to the text supplied
by the given BufferedReader. |
| Constructors in com.opmath.util.dmldoc that throw DMLDocBuildException | |
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. |
|
DMLDocBlock(BufferedReader viewReader)
Constructs a DMLDocBlock node for a given input text, and
with a given DMLDocBlock parent node. |
|
DMLDoc(BufferedReader viewReader)
Constructs a DMLDoc for a given BufferedReader. |
|
DMLDoc(InputStream viewStream)
Constructs a DMLDoc for a given InputStream. |
|
DMLDoc(String viewPath,
String viewFile)
Constructs a DMLDoc for the text found in the named file. |
|
|
OpMath | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||