Uses of Class
com.sun.tools.xjc.model.Model
-
Packages that use Model Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.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 processing (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 -
-
Uses of Model in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return Model Modifier and Type Method Description Model
ModelLoader. annotateXMLSchema(XSSchemaSet xs)
Annotates the obtained schema set.static Model
ModelLoader. 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 Model Modifier and Type Method Description void
Plugin. postProcessModel(Model model, org.xml.sax.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 Model Modifier and Type Method Description Model
BeanGenerator. getModel()
Methods in com.sun.tools.xjc.generator.bean with parameters of type Model Modifier and Type Method Description 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 Constructor Description PackageOutlineImpl(BeanGenerator outline, Model model, JPackage _pkg)
-
Uses of Model in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as Model Modifier and Type Field Description Model
CClassInfo. model
TheModel
object to which this bean belongs.Model
CEnumLeafInfo. model
TheModel
object to which this bean belongs.Methods in com.sun.tools.xjc.model with parameters of type Model Modifier and Type Method Description void
Populatable. populate(Model model, Outline context)
Constructors in com.sun.tools.xjc.model with parameters of type Model Constructor Description CArrayInfo(Model model, CNonElement itemType, XSComponent source, CCustomizations customizations)
CClassInfo(Model model, JCodeModel cm, java.lang.String fullName, org.xml.sax.Locator location, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, XSComponent source, CCustomizations customizations)
CClassInfo(Model model, JPackage pkg, java.lang.String shortName, org.xml.sax.Locator location, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, XSComponent source, CCustomizations customizations)
CClassInfo(Model model, CClassInfoParent p, java.lang.String shortName, org.xml.sax.Locator location, javax.xml.namespace.QName typeName, javax.xml.namespace.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, javax.xml.namespace.QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, org.xml.sax.Locator location)
Creates an element in the given parent.CElementInfo(Model model, javax.xml.namespace.QName tagName, CClassInfoParent parent, java.lang.String className, CCustomizations customizations, org.xml.sax.Locator location)
Creates an element with a class in the given parent.CEnumLeafInfo(Model model, javax.xml.namespace.QName typeName, CClassInfoParent container, java.lang.String shortName, CNonElement base, java.util.Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, org.xml.sax.Locator _sourceLocator)
-
Uses of Model in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return Model Modifier and Type Method Description Model
Outline. getModel()
This outline is for this model. -
Uses of Model in com.sun.tools.xjc.reader.dtd
Methods in com.sun.tools.xjc.reader.dtd that return Model Modifier and Type Method Description static Model
TDTDReader. parse(org.xml.sax.InputSource dtd, org.xml.sax.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 Model Constructor Description BindInfo(Model model, org.w3c.dom.Document _dom, ErrorReceiver _errorReceiver)
BindInfo(Model model, org.xml.sax.InputSource source, ErrorReceiver _errorReceiver)
-
Uses of Model in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng that return Model Modifier and Type Method Description static Model
RELAXNGCompiler. 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 Model Modifier and Type Field Description Model
BGMBuilder. model
Methods in com.sun.tools.xjc.reader.xmlschema that return Model Modifier and Type Method Description static Model
BGMBuilder. build(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts)
Entry point.
-