|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.template.TemplateParser
public class TemplateParser
The TemplateParser
class contains method for parsing template files.
Constructor Summary | |
---|---|
TemplateParser()
Initializes a newly created TemplateParser . |
Method Summary | |
---|---|
void |
readTemplate(ConfigData configData,
java.lang.String templateFile)
Parses the file with template. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateParser()
TemplateParser
. Sets up the SAX parser used for
parsing.
Method Detail |
---|
public void readTemplate(ConfigData configData, java.lang.String templateFile) throws ConfigException, FileNotFoundException
configData
- the data containing editor data structure.templateFile
- the path to the file with template.
ConfigException
- if the template or its XML schema isn't well-formed.
FileNotFoundException
- if the template or its XML schema doesn't exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |