|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrammarWriter
Converter from AGM to the XML representation.
Method Summary | |
---|---|
void |
setDocumentHandler(DocumentHandler handler)
Sets DocumentHandler. |
void |
write(Grammar grammar)
Converts this grammar to the XML representation. |
Method Detail |
---|
void setDocumentHandler(DocumentHandler handler)
void write(Grammar grammar) throws UnsupportedOperationException, SAXException
UnsupportedOperationException
- if this grammar cannot be serialized.
this exception can be thrown on the half way of the conversion.
SAXException
- DocumentHandler may throw a SAXException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |