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

Packages that use CElement
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.model
 

Subinterfaces of CElement in com.sun.tools.xjc.model
 interface CClass
          Either CClassInfo or CClassRef.
 

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

Methods in com.sun.tools.xjc.model that return CElement
 CElement CClassRef.getSubstitutionHead()
           
 

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 ClassSelector.bindToType(com.sun.xml.xsom.XSElementDecl e, com.sun.xml.xsom.XSComponent referer)
           
 CElement ClassSelector.isBound(com.sun.xml.xsom.XSElementDecl x, com.sun.xml.xsom.XSComponent referer)
          Checks if the given component is bound to a class.
 

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