public final class MsgGen extends Object
| Constructor and Description |
|---|
MsgGen(Document syntax)
< @internal @brief A table of properties set by the user to specify the message to be generated
|
MsgGen(InputStream syntaxFileStream) |
| Modifier and Type | Method and Description |
|---|---|
MSG |
generate(String msgName) |
String |
get(String key) |
List<String> |
getGVParameterNames(String specname) |
List<String> |
getGVParameterNames(String gvname,
String version) |
List<String> |
getGVRestrictionNames(String specname) |
List<String> |
getGVRestrictionNames(String gvname,
String version) |
List<String> |
getGVResultNames(String specname) |
List<String> |
getGVResultNames(String gvname,
String version) |
Hashtable<String,List<String>> |
getLowlevelGVs() |
Document |
getSyntax() |
void |
reset() |
void |
set(String path,
String value) |
public MsgGen(Document syntax)
public MsgGen(InputStream syntaxFileStream)
public MSG generate(String msgName)
msgName - The name (i.e. XML-identifier for a MSGdef-node) of the message to be generated.public void set(String path, String value)
path - The path to the syntax element for which the value is to be set. For
more information about paths, see
SyntaxElement::SyntaxElement()value - The new value for the specified element.public void reset()
public Document getSyntax()
Copyright © 2017. All rights reserved.