Uses of Class
com.sun.tools.xjc.model.Model

Packages that use Model
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code. 
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.relaxng   
com.sun.tools.xjc.reader.xmlschema   
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of Model in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc that return Model
 Model ModelLoader.annotateXMLSchema(XSSchemaSet xs)
          Annotates the obtained schema set.
static Model ModelLoader.load(Options opt, com.sun.codemodel.JCodeModel codeModel, ErrorReceiver er)
          A convenience method to load schemas into a Model.
 

Methods in com.sun.tools.xjc with parameters of type Model
 void Plugin.postProcessModel(Model model, ErrorHandler errorHandler)
          Performs the post-processing of the Model.
 

Uses of Model in com.sun.tools.xjc.generator.bean
 

Methods in com.sun.tools.xjc.generator.bean that return Model
 Model BeanGenerator.getModel()
           
 

Methods in com.sun.tools.xjc.generator.bean with parameters of type Model
static Outline BeanGenerator.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 Model
DualObjectFactoryGenerator(BeanGenerator outline, Model model, com.sun.codemodel.JPackage targetPackage)
           
ObjectFactoryGeneratorImpl(BeanGenerator outline, Model model, com.sun.codemodel.JPackage targetPackage)
           
PackageOutlineImpl(BeanGenerator outline, Model model, com.sun.codemodel.JPackage _pkg)
           
PrivateObjectFactoryGenerator(BeanGenerator outline, Model model, com.sun.codemodel.JPackage targetPackage)
           
PublicObjectFactoryGenerator(BeanGenerator outline, Model model, com.sun.codemodel.JPackage targetPackage)
           
 

Uses of Model in com.sun.tools.xjc.model
 

Fields in com.sun.tools.xjc.model declared as Model
 Model CEnumLeafInfo.model
          The Model object to which this bean belongs.
 Model CClassInfo.model
          The Model object to which this bean belongs.
 

Methods in com.sun.tools.xjc.model with parameters of type Model
 void Populatable.populate(Model model, Outline context)
           
(package private)  void CCustomizations.setParent(Model model, CCustomizable owner)
           
 

Constructors in com.sun.tools.xjc.model with parameters of type Model
AbstractCElement(Model model, XSComponent source, Locator locator, CCustomizations customizations)
           
AbstractCTypeInfoImpl(Model model, XSComponent source, CCustomizations customizations)
           
CArrayInfo(Model model, CNonElement itemType, XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, CClassInfoParent p, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, com.sun.codemodel.JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, com.sun.codemodel.JPackage pkg, 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, String className, CCustomizations customizations, Locator location)
          Creates an element with a class in the given parent.
CElementInfo(Model model, QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location)
          Creates an element 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
 Model Outline.getModel()
          This outline is for this model.
 

Uses of Model in com.sun.tools.xjc.reader.dtd
 

Fields in com.sun.tools.xjc.reader.dtd declared as Model
(package private)  Model TDTDReader.model
           
 

Methods in com.sun.tools.xjc.reader.dtd that return Model
static Model TDTDReader.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
 

Fields in com.sun.tools.xjc.reader.dtd.bindinfo declared as Model
(package private)  Model BindInfo.model
           
 

Constructors in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type Model
BindInfo(Model model, Document _dom, ErrorReceiver _errorReceiver)
           
BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver)
           
 

Uses of Model in com.sun.tools.xjc.reader.relaxng
 

Fields in com.sun.tools.xjc.reader.relaxng declared as Model
(package private)  Model RELAXNGCompiler.model
           
 

Methods in com.sun.tools.xjc.reader.relaxng that return Model
static Model RELAXNGCompiler.build(org.kohsuke.rngom.digested.DPattern grammar, com.sun.codemodel.JCodeModel codeModel, Options opts)
           
 

Uses of Model in com.sun.tools.xjc.reader.xmlschema
 

Fields in com.sun.tools.xjc.reader.xmlschema declared as Model
 Model BGMBuilder.model
           
 

Methods in com.sun.tools.xjc.reader.xmlschema that return Model
static Model BGMBuilder.build(XSSchemaSet _schemas, com.sun.codemodel.JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts)
          Entry point.
 

Uses of Model in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type Model
(package private)  FieldRenderer CollectionTypeAttribute.get(Model m)