Package | Description |
---|---|
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 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 |
Modifier and Type | Method and Description |
---|---|
Model |
ModelLoader.annotateXMLSchema(com.sun.xml.xsom.XSSchemaSet xs)
Annotates the obtained schema set.
|
static Model |
ModelLoader.load(Options opt,
JCodeModel codeModel,
ErrorReceiver er)
A convenience method to load schemas into a
Model . |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.postProcessModel(Model model,
ErrorHandler errorHandler)
Performs the post-processing of the
Model . |
Modifier and Type | Method and Description |
---|---|
Model |
BeanGenerator.getModel() |
Modifier and Type | Method and Description |
---|---|
static Outline |
BeanGenerator.generate(Model model,
ErrorReceiver _errorReceiver)
Generates beans into code model according to the BGM,
and produces the reflection model.
|
Constructor and Description |
---|
PackageOutlineImpl(BeanGenerator outline,
Model model,
JPackage _pkg) |
Modifier and Type | Field and Description |
---|---|
Model |
CEnumLeafInfo.model
The
Model object to which this bean belongs. |
Model |
CClassInfo.model
The
Model object to which this bean belongs. |
Modifier and Type | Method and Description |
---|---|
void |
Populatable.populate(Model model,
Outline context) |
Constructor and Description |
---|
CArrayInfo(Model model,
CNonElement itemType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CClassInfo(Model model,
CClassInfoParent p,
String shortName,
Locator location,
QName typeName,
QName elementName,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CClassInfo(Model model,
JCodeModel cm,
String fullName,
Locator location,
QName typeName,
QName elementName,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CClassInfo(Model model,
JPackage pkg,
String shortName,
Locator location,
QName typeName,
QName elementName,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CClassRef(Model model,
com.sun.xml.xsom.XSComponent source,
BIClass decl,
CCustomizations customizations) |
CClassRef(Model model,
com.sun.xml.xsom.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,
com.sun.xml.xsom.XmlString defaultValue,
com.sun.xml.xsom.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,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator _sourceLocator) |
Modifier and Type | Method and Description |
---|---|
Model |
Outline.getModel()
This outline is for this model.
|
Modifier and Type | Method and Description |
---|---|
static Model |
TDTDReader.parse(InputSource dtd,
InputSource bindingInfo,
ErrorReceiver errorReceiver,
Options opts)
Parses DTD grammar and a binding information into BGM.
|
Constructor and Description |
---|
BindInfo(Model model,
Document _dom,
ErrorReceiver _errorReceiver) |
BindInfo(Model model,
InputSource source,
ErrorReceiver _errorReceiver) |
Modifier and Type | Method and Description |
---|---|
static Model |
RELAXNGCompiler.build(DPattern grammar,
JCodeModel codeModel,
Options opts) |
Modifier and Type | Field and Description |
---|---|
Model |
BGMBuilder.model |
Modifier and Type | Method and Description |
---|---|
static Model |
BGMBuilder.build(com.sun.xml.xsom.XSSchemaSet _schemas,
JCodeModel codeModel,
ErrorReceiver _errorReceiver,
Options opts)
Entry point.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.