|
|||||||||
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(org.xml.sax.DocumentHandler handler)
Sets DocumentHandler. |
void |
write(Grammar grammar)
Converts this grammar to the XML representation. |
Method Detail |
---|
void setDocumentHandler(org.xml.sax.DocumentHandler handler)
void write(Grammar grammar) throws java.lang.UnsupportedOperationException, org.xml.sax.SAXException
java.lang.UnsupportedOperationException
- if this grammar cannot be serialized.
this exception can be thrown on the half way of the conversion.
org.xml.sax.SAXException
- DocumentHandler may throw a SAXException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |