Uses of Interface
com.sun.tools.xjc.model.CElement

Packages that use CElement
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.reader.xmlschema   
 

Uses of CElement in com.sun.tools.xjc.api.impl.s2j
 

Classes in com.sun.tools.xjc.api.impl.s2j with type parameters of type CElement
(package private)  class AbstractMappingImpl<InfoT extends CElement>
          Partial common implementation between ElementMappingImpl and BeanMappingImpl
 

Fields in com.sun.tools.xjc.api.impl.s2j declared as CElement
protected  InfoT AbstractMappingImpl.clazz
           
 

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

Classes in com.sun.tools.xjc.model that implement CElement
 class CClassInfo
          Mutable ClassInfo represenatation.
 class CElementInfo
          ElementInfo implementation for the compile-time model.
 

Methods in com.sun.tools.xjc.model that return types with arguments of type CElement
 java.util.Set<CElement> CReferencePropertyInfo.getElements()
           
 

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

Methods in com.sun.tools.xjc.reader.xmlschema that return CElement
 CElement ClassBinderFilter.annotation(com.sun.xml.xsom.XSAnnotation xsAnnotation)
           
 CElement DefaultClassBinder.attGroupDecl(com.sun.xml.xsom.XSAttGroupDecl decl)
           
 CElement ClassBinderFilter.attGroupDecl(com.sun.xml.xsom.XSAttGroupDecl xsAttGroupDecl)
           
 CElement DefaultClassBinder.attributeDecl(com.sun.xml.xsom.XSAttributeDecl decl)
           
 CElement ClassBinderFilter.attributeDecl(com.sun.xml.xsom.XSAttributeDecl xsAttributeDecl)
           
 CElement ClassBinderFilter.attributeUse(com.sun.xml.xsom.XSAttributeUse xsAttributeUse)
           
 CElement ClassSelector.bindToType(com.sun.xml.xsom.XSElementDecl e)
           
 CElement DefaultClassBinder.complexType(com.sun.xml.xsom.XSComplexType type)
           
 CElement ClassBinderFilter.complexType(com.sun.xml.xsom.XSComplexType xsComplexType)
           
 CElement DefaultClassBinder.elementDecl(com.sun.xml.xsom.XSElementDecl decl)
           
 CElement ClassBinderFilter.elementDecl(com.sun.xml.xsom.XSElementDecl xsElementDecl)
           
 CElement Abstractifier.elementDecl(com.sun.xml.xsom.XSElementDecl xs)
           
 CElement ClassBinderFilter.empty(com.sun.xml.xsom.XSContentType xsContentType)
           
 CElement ClassBinderFilter.facet(com.sun.xml.xsom.XSFacet xsFacet)
           
 CElement ClassBinderFilter.identityConstraint(com.sun.xml.xsom.XSIdentityConstraint xsIdentityConstraint)
           
 CElement ClassSelector.isBound(com.sun.xml.xsom.XSElementDecl x)
          Checks if the given component is bound to a class.
 CElement DefaultClassBinder.modelGroup(com.sun.xml.xsom.XSModelGroup mgroup)
           
 CElement ClassBinderFilter.modelGroup(com.sun.xml.xsom.XSModelGroup xsModelGroup)
           
 CElement DefaultClassBinder.modelGroupDecl(com.sun.xml.xsom.XSModelGroupDecl decl)
           
 CElement ClassBinderFilter.modelGroupDecl(com.sun.xml.xsom.XSModelGroupDecl xsModelGroupDecl)
           
 CElement ClassBinderFilter.notation(com.sun.xml.xsom.XSNotation xsNotation)
           
 CElement ClassBinderFilter.particle(com.sun.xml.xsom.XSParticle xsParticle)
           
 CElement ClassBinderFilter.schema(com.sun.xml.xsom.XSSchema xsSchema)
           
 CElement DefaultClassBinder.simpleType(com.sun.xml.xsom.XSSimpleType type)
           
 CElement ClassBinderFilter.simpleType(com.sun.xml.xsom.XSSimpleType xsSimpleType)
           
 CElement ClassBinderFilter.wildcard(com.sun.xml.xsom.XSWildcard xsWildcard)
           
 CElement ClassBinderFilter.xpath(com.sun.xml.xsom.XSXPath xsxPath)
           
 

Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type CElement
 void ClassSelector.queueBuild(com.sun.xml.xsom.XSComponent sc, CElement bean)