You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Don Stewart <Do...@corizon.com> on 2005/03/09 18:14:12 UTC

Deprecated function

The following code in SchemaTypePrinter is deprecated:-
 
/** @deprecated */

public void printLoader(Writer writer, SchemaTypeSystem system)

throws IOException

{

// deprecated

}

 

what would I use instead to generate a .java file of the TypeHolder ?