Uses of Class
com.sun.tools.xjc.ErrorReceiver
-
Packages that use ErrorReceiver Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java.com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.dtd com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information.com.sun.tools.xjc.reader.internalizer internalization of external binding files and <jaxb:bindings> customizations.com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.parser com.sun.tools.xjc.util -
-
Uses of ErrorReceiver in com.sun.tools.xjc
Subclasses of ErrorReceiver in com.sun.tools.xjc Modifier and Type Class Description classConsoleErrorReporterErrorReceiverthat prints to aPrintStream.Methods in com.sun.tools.xjc with parameters of type ErrorReceiver Modifier and Type Method Description static ModelModelLoader. load(Options opt, JCodeModel codeModel, ErrorReceiver er)A convenience method to load schemas into aModel.Constructors in com.sun.tools.xjc with parameters of type ErrorReceiver Constructor Description ModelLoader(Options _opt, JCodeModel _codeModel, ErrorReceiver er) -
Uses of ErrorReceiver in com.sun.tools.xjc.api.impl.s2j
Subclasses of ErrorReceiver in com.sun.tools.xjc.api.impl.s2j Modifier and Type Class Description classSchemaCompilerImplSchemaCompilerimplementation. -
Uses of ErrorReceiver in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return ErrorReceiver Modifier and Type Method Description ErrorReceiverBeanGenerator. getErrorReceiver()Methods in com.sun.tools.xjc.generator.bean with parameters of type ErrorReceiver Modifier and Type Method Description static OutlineBeanGenerator. generate(Model model, ErrorReceiver _errorReceiver)Generates beans into code model according to the BGM, and produces the reflection model. -
Uses of ErrorReceiver in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model with parameters of type ErrorReceiver Modifier and Type Method Description OutlineModel. generateCode(Options opt, ErrorReceiver receiver)Fully-generate the source code into the given model. -
Uses of ErrorReceiver in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return ErrorReceiver Modifier and Type Method Description ErrorReceiverOutline. getErrorReceiver()Any error during the back-end proccessing should be sent to this object. -
Uses of ErrorReceiver in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader with parameters of type ErrorReceiver Modifier and Type Method Description static JTypeTypeUtil. getType(JCodeModel codeModel, String typeName, ErrorReceiver errorHandler, Locator errorSource)Obtains aJTypeobject for the string representation of a type. -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.dtd
Methods in com.sun.tools.xjc.reader.dtd with parameters of type ErrorReceiver Modifier and Type Method Description static ModelTDTDReader. parse(InputSource dtd, InputSource bindingInfo, ErrorReceiver errorReceiver, Options opts)Parses DTD grammar and a binding information into BGM.Constructors in com.sun.tools.xjc.reader.dtd with parameters of type ErrorReceiver Constructor Description TDTDReader(ErrorReceiver errorReceiver, Options opts, InputSource _bindInfo) -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.dtd.bindinfo
Fields in com.sun.tools.xjc.reader.dtd.bindinfo declared as ErrorReceiver Modifier and Type Field Description protected ErrorReceiverBindInfo. errorReceiverController object that can be used to report errors.Constructors in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type ErrorReceiver Constructor Description BindInfo(Model model, Document _dom, ErrorReceiver _errorReceiver)BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver) -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.internalizer
Methods in com.sun.tools.xjc.reader.internalizer that return ErrorReceiver Modifier and Type Method Description ErrorReceiverDOMForest. getErrorHandler()Methods in com.sun.tools.xjc.reader.internalizer with parameters of type ErrorReceiver Modifier and Type Method Description voidSCDBasedBindingSet. apply(XSSchemaSet schema, ErrorReceiver errorReceiver)Applies the additional binding customizations.booleanDOMForest. checkSchemaCorrectness(ErrorReceiver errorHandler)Checks the correctness of the XML Schema documents and return true if it's OK.voidDOMForest. setErrorHandler(ErrorReceiver errorHandler) -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type ErrorReceiver Modifier and Type Method Description static ModelBGMBuilder. build(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts)Entry point. -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.xmlschema.parser
Methods in com.sun.tools.xjc.reader.xmlschema.parser with parameters of type ErrorReceiver Modifier and Type Method Description static booleanSchemaConstraintChecker. check(InputSource[] schemas, ErrorReceiver errorHandler, EntityResolver entityResolver, boolean disableXmlSecurity) -
Uses of ErrorReceiver in com.sun.tools.xjc.util
Subclasses of ErrorReceiver in com.sun.tools.xjc.util Modifier and Type Class Description classErrorReceiverFilterFilter implementation of the ErrorReceiver.Constructors in com.sun.tools.xjc.util with parameters of type ErrorReceiver Constructor Description CodeModelClassFactory(ErrorReceiver _errorReceiver)
-