com.sun.msv.writer
public interface GrammarWriter
Method Summary | |
---|---|
void | setDocumentHandler(DocumentHandler handler)
Sets DocumentHandler. |
void | write(Grammar grammar)
Converts this grammar to the XML representation.
|
Throws: 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.