org.apache.xerces.dom3.as

Interface DOMASWriter

All Superinterfaces:
org.w3c.dom.ls.LSSerializer

public interface DOMASWriter
extends org.w3c.dom.ls.LSSerializer

Method Summary

void
writeASModel(java.io.OutputStream destination, ASModel model)
Write out the specified Abstract Schema to the specified destination.

Methods inherited from interface org.w3c.dom.ls.LSSerializer

getDomConfig, getFilter, getNewLine, setFilter, setNewLine, write, writeToString, writeToURI

Method Details

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?

Parameters:
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.