public class XMLRealiser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLRealiser.LexiconType
The Enum LexiconType.
|
static class |
XMLRealiser.OpCode
The Enum OpCode.
|
| Constructor and Description |
|---|
XMLRealiser() |
| Modifier and Type | Method and Description |
|---|---|
static RecordSet |
getRecording(Reader input)
Gets the recording.
|
static RequestType |
getRequest(Reader input)
Gets the request.
|
static String |
main(Object[] args)
The main method to perform realisation.
|
static String |
realise(XmlDocumentElement wt)
Realise.
|
static void |
setLexicon(XMLRealiser.LexiconType lexType,
String lexFile)
Sets the lexicon.
|
static void |
startRecording(String path)
Start recording.
|
static String |
stopRecording()
Stop recording.
|
public static String main(Object[] args) throws XMLRealiserException
args - the argsXMLRealiserException - the xML realiser exceptionpublic static void setLexicon(XMLRealiser.LexiconType lexType, String lexFile)
lexType - the lex typelexFile - the lex filepublic static RequestType getRequest(Reader input) throws XMLRealiserException
input - the inputXMLRealiserException - the xML realiser exceptionpublic static RecordSet getRecording(Reader input) throws XMLRealiserException
input - the inputXMLRealiserException - the XML realiser exceptionpublic static String realise(XmlDocumentElement wt) throws XMLRealiserException
wt - the wtXMLRealiserException - the xML realiser exceptionpublic static void startRecording(String path) throws XMLRealiserException
path - the pathXMLRealiserException - the xML realiser exceptionpublic static String stopRecording() throws XMLRealiserException
XMLRealiserException - the xML realiser exceptionCopyright © 2020. All Rights Reserved.