| org.apache.xerces.dom3.as.DOMASWriter
writeASModel | public void writeASModel(java.io.OutputStream destination, ASModel model) throws Exception(Code) | | Write out the specified Abstract Schema to the specified destination.
Does it write a DTD or an XML Schema (or something else)? Is it
possible to use this method to convert a DTD to an XML Schema?
Parameters: destination - The destination for the data to be written. Parameters: model - The Abstract Schema to serialize. exception: DOMSystemException - This exception will be raised in response to any sort of IO or system error that occurs while writing to the destination. It may wrap an underlying system exception. |
|
|