|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CClassInfoParent | |
---|---|
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.xmlschema |
Uses of CClassInfoParent in com.sun.tools.xjc.generator.bean |
---|
Methods in com.sun.tools.xjc.generator.bean with parameters of type CClassInfoParent | |
---|---|
com.sun.codemodel.JClassContainer |
BeanGenerator.getContainer(CClassInfoParent parent,
Aspect aspect)
|
Uses of CClassInfoParent in com.sun.tools.xjc.model |
---|
Classes in com.sun.tools.xjc.model that implement CClassInfoParent | |
---|---|
class |
CClassInfo
Mutable ClassInfo represenatation. |
static class |
CClassInfoParent.Package
JPackage as a CClassInfoParent . |
class |
CElementInfo
ElementInfo implementation for the compile-time model. |
Fields in com.sun.tools.xjc.model declared as CClassInfoParent | |
---|---|
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. |
CClassInfoParent |
CEnumLeafInfo.parent
The parent into which the enum class should be generated. |
Methods in com.sun.tools.xjc.model that return CClassInfoParent | |
---|---|
CClassInfoParent |
CClassInfo.parent()
|
Constructors in com.sun.tools.xjc.model with parameters of type CClassInfoParent | |
---|---|
CClassInfo(Model model,
CClassInfoParent p,
java.lang.String shortName,
org.xml.sax.Locator location,
javax.xml.namespace.QName typeName,
javax.xml.namespace.QName elementName,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations)
|
|
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. |
|
CElementInfo(Model model,
javax.xml.namespace.QName tagName,
CClassInfoParent parent,
TypeUse contentType,
com.sun.xml.xsom.XmlString defaultValue,
com.sun.xml.xsom.XSElementDecl source,
CCustomizations customizations,
org.xml.sax.Locator location)
Creates an element 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,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
org.xml.sax.Locator _sourceLocator)
|
Uses of CClassInfoParent in com.sun.tools.xjc.outline |
---|
Methods in com.sun.tools.xjc.outline with parameters of type CClassInfoParent | |
---|---|
com.sun.codemodel.JClassContainer |
Outline.getContainer(CClassInfoParent parent,
Aspect aspect)
|
Uses of CClassInfoParent in com.sun.tools.xjc.reader.xmlschema |
---|
Methods in com.sun.tools.xjc.reader.xmlschema that return CClassInfoParent | |
---|---|
CClassInfoParent |
ClassSelector.getClassScope()
Gets the current class scope. |
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type CClassInfoParent | |
---|---|
void |
ClassSelector.pushClassScope(CClassInfoParent clsFctry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |