Uses of Interface
com.sun.xml.bind.api.ErrorListener
Packages that use ErrorListener
Package
Description
Schema to Java compiler
API for programmatic invocation of XJC and schemagen.
implementation of the XJC API for schema to java.
Schema generator.
-
Uses of ErrorListener in com.sun.tools.xjc
Classes in com.sun.tools.xjc that implement ErrorListenerModifier and TypeClassDescriptionclassErrorReceiverthat prints to aPrintStream.classImplemented by the driver of the compiler engine to handle errors found during the compiliation.classCall-back interface that can be implemented by the caller ofDriverto receive output from XJC. -
Uses of ErrorListener in com.sun.tools.xjc.api
Subinterfaces of ErrorListener in com.sun.tools.xjc.apiModifier and TypeInterfaceDescriptioninterfaceImplemented by the driver of the compiler engine to handle errors found during the compiliation. -
Uses of ErrorListener in com.sun.tools.xjc.api.impl.s2j
Classes in com.sun.tools.xjc.api.impl.s2j that implement ErrorListener -
Uses of ErrorListener in com.sun.tools.xjc.util
Classes in com.sun.tools.xjc.util that implement ErrorListenerModifier and TypeClassDescriptionclassFilter implementation of the ErrorReceiver. -
Uses of ErrorListener in com.sun.xml.bind.v2.schemagen
Methods in com.sun.xml.bind.v2.schemagen with parameters of type ErrorListenerModifier and TypeMethodDescriptionvoidXmlSchemaGenerator.write(SchemaOutputResolver resolver, ErrorListener errorListener) Write out the schema documents.