org.apache.xerces.dom3.as
Interface DOMASWriter
- org.w3c.dom.ls.LSSerializer
public interface DOMASWriter
extends org.w3c.dom.ls.LSSerializer
void | writeASModel(java.io.OutputStream destination, ASModel model) - Write out the specified Abstract Schema to the specified destination.
|
writeASModel
public void writeASModel(java.io.OutputStream destination,
ASModel model)
throws Exception
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?
destination
- The destination for the data to be written.model
- The Abstract Schema to serialize.
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.