Uses of Class
com.sun.tools.xjc.model.Model
Packages that use Model
Package
Description
Schema to Java compiler
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.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.
Object Model that represents DTD binding information.
-
Uses of Model in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return ModelModifier and TypeMethodDescriptionModelLoader.annotateXMLSchema(XSSchemaSet xs) Annotates the obtained schema set.static ModelModelLoader.load(Options opt, JCodeModel codeModel, ErrorReceiver er) A convenience method to load schemas into aModel.Methods in com.sun.tools.xjc with parameters of type ModelModifier and TypeMethodDescriptionvoidPlugin.postProcessModel(Model model, ErrorHandler errorHandler) Performs the post-processing of theModel. -
Uses of Model in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return ModelMethods in com.sun.tools.xjc.generator.bean with parameters of type ModelModifier and TypeMethodDescriptionstatic OutlineBeanGenerator.generate(Model model, ErrorReceiver _errorReceiver) Generates beans into code model according to the BGM, and produces the reflection model.Constructors in com.sun.tools.xjc.generator.bean with parameters of type ModelModifierConstructorDescriptionprotectedPackageOutlineImpl(BeanGenerator outline, Model model, JPackage _pkg) -
Uses of Model in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as ModelModifier and TypeFieldDescriptionfinal ModelCClassInfo.modelTheModelobject to which this bean belongs.final ModelCEnumLeafInfo.modelTheModelobject to which this bean belongs.Methods in com.sun.tools.xjc.model with parameters of type ModelConstructors in com.sun.tools.xjc.model with parameters of type ModelModifierConstructorDescriptionCArrayInfo(Model model, CNonElement itemType, XSComponent source, CCustomizations customizations) CClassInfo(Model model, JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) CClassInfo(Model model, JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) CClassInfo(Model model, CClassInfoParent p, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) CClassRef(Model model, XSComponent source, BIClass decl, CCustomizations customizations) CClassRef(Model model, XSComponent source, BIEnum decl, CCustomizations customizations) CElementInfo(Model model, QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location) Creates an element in the given parent.CElementInfo(Model model, QName tagName, CClassInfoParent parent, String className, CCustomizations customizations, Locator location) Creates an element with a class in the given parent.CEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator) -
Uses of Model in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return Model -
Uses of Model in com.sun.tools.xjc.reader.dtd
Methods in com.sun.tools.xjc.reader.dtd that return ModelModifier and TypeMethodDescriptionstatic ModelTDTDReader.parse(InputSource dtd, InputSource bindingInfo, ErrorReceiver errorReceiver, Options opts) Parses DTD grammar and a binding information into BGM. -
Uses of Model in com.sun.tools.xjc.reader.dtd.bindinfo
Constructors in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type ModelModifierConstructorDescriptionBindInfo(Model model, Document _dom, ErrorReceiver _errorReceiver) BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver) -
Uses of Model in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng that return ModelModifier and TypeMethodDescriptionstatic ModelRELAXNGCompiler.build(DPattern grammar, JCodeModel codeModel, Options opts) -
Uses of Model in com.sun.tools.xjc.reader.xmlschema
Fields in com.sun.tools.xjc.reader.xmlschema declared as ModelMethods in com.sun.tools.xjc.reader.xmlschema that return ModelModifier and TypeMethodDescriptionstatic ModelBGMBuilder.build(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts) Entry point.