Uses of Interface
com.sun.xml.bind.v2.model.core.ElementInfo

Packages that use ElementInfo
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
com.sun.xml.bind.v2.schemagen Schema generator. 
 

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

Classes in com.sun.tools.xjc.model that implement ElementInfo
 class CElementInfo
          ElementInfo implementation for the compile-time model.
 

Uses of ElementInfo in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return ElementInfo
 ElementInfo<T,C> TypeInfoSet.getElementInfo(C scope, javax.xml.namespace.QName name)
          Returns a ElementInfo for the given element.
 ElementInfo<T,C> ElementInfo.getSubstitutionHead()
           
 

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type ElementInfo
 java.lang.Iterable<? extends ElementInfo<T,C>> TypeInfoSet.getAllElements()
          Returns all the ElementInfo known to this set.
 java.util.Map<javax.xml.namespace.QName,? extends ElementInfo<T,C>> TypeInfoSet.getElementMappings(C scope)
          Returns all ElementInfos in the given scope.
 java.util.Collection<? extends ElementInfo<T,C>> ElementInfo.getSubstitutionMembers()
          All the ElementInfos whose getSubstitutionHead() points to this object.
 

Uses of ElementInfo in com.sun.xml.bind.v2.model.runtime
 

Subinterfaces of ElementInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeElementInfo
           
 

Uses of ElementInfo in com.sun.xml.bind.v2.schemagen
 

Methods in com.sun.xml.bind.v2.schemagen with parameters of type ElementInfo
 void XmlSchemaGenerator.add(ElementInfo<T,C> elem)
          Adds a new element to the list of elements to be written.