Uses of Class
com.sun.tools.xjc.ErrorReceiver

Packages that use ErrorReceiver
com.sun.tools.xjc Schema to Java compiler 
 

Uses of ErrorReceiver in com.sun.tools.xjc
 

Subclasses of ErrorReceiver in com.sun.tools.xjc
 class ConsoleErrorReporter
          ErrorReceiver that prints to a PrintStream.
 

Methods in com.sun.tools.xjc with parameters of type ErrorReceiver
static com.sun.tools.xjc.model.Model ModelLoader.load(Options opt, com.sun.codemodel.JCodeModel codeModel, ErrorReceiver er)
          A convenience method to load schemas into a Model.
 

Constructors in com.sun.tools.xjc with parameters of type ErrorReceiver
ModelLoader(Options _opt, com.sun.codemodel.JCodeModel _codeModel, ErrorReceiver er)