Package | Description |
---|---|
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.xmlschema |
Modifier and Type | Method and Description |
---|---|
JClassContainer |
BeanGenerator.getContainer(CClassInfoParent parent,
Aspect aspect) |
Modifier and Type | Class and Description |
---|---|
class |
CClassInfo
Mutable
ClassInfo representation. |
static class |
CClassInfoParent.Package
JPackage as a CClassInfoParent . |
class |
CElementInfo
ElementInfo implementation for the compile-time model. |
Modifier and Type | Field and Description |
---|---|
CClassInfoParent |
CEnumLeafInfo.parent
The parent into which the enum class should be generated.
|
CClassInfoParent |
CElementInfo.parent
If this element is global, the element info is considered to be
package-level, and this points to the package in which this element
lives in.
|
Modifier and Type | Method and Description |
---|---|
CClassInfoParent |
CClassInfo.parent() |
Constructor and Description |
---|
CClassInfo(Model model,
CClassInfoParent p,
String shortName,
Locator location,
QName typeName,
QName elementName,
com.sun.xml.xsom.XSComponent source,
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 |
---|---|
JClassContainer |
Outline.getContainer(CClassInfoParent parent,
Aspect aspect) |
Modifier and Type | Method and Description |
---|---|
CClassInfoParent |
ClassSelector.getClassScope()
Gets the current class scope.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassSelector.pushClassScope(CClassInfoParent clsFctry) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.