public interface GrammarContainer extends InputItem
| Modifier and Type | Method and Description |
|---|---|
void |
addGrammar(GrammarDocument document)
Adds the given converted grammar to the list of converted grammars
for this grammar container.
|
java.util.Collection<GrammarDocument> |
getGrammarDocuments()
Retrieves the list of converted grammars.
|
java.util.Collection<org.jvoicexml.xml.srgs.Grammar> |
getGrammars()
Gets all nested definitions of a
<grammar>. |
getFilledElementsgetCatchElementsevaluateCondition, evaluateExpression, getFormItemVariable, getName, getNode, getNodeTagName, init, isModal, isSelectable, setFormItemVariableacceptgetName, getNode, getPromptCount, incrementPromptCount, resetPromptCountgetEventCount, incrementEventCounter, resetEventCounterjava.util.Collection<org.jvoicexml.xml.srgs.Grammar> getGrammars()
<grammar>.<grammar> tags.java.util.Collection<GrammarDocument> getGrammarDocuments()
void addGrammar(GrammarDocument document)
document - the processed grammar document