Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo

Packages that use RuntimeElementInfo
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
 

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

Methods in com.sun.xml.bind.v2.model.runtime that return RuntimeElementInfo
 RuntimeElementInfo RuntimeTypeInfoSet.getElementInfo(java.lang.Class scope, javax.xml.namespace.QName name)
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeElementInfo
 java.lang.Iterable<? extends RuntimeElementInfo> RuntimeTypeInfoSet.getAllElements()
           
 java.util.Map<javax.xml.namespace.QName,? extends RuntimeElementInfo> RuntimeTypeInfoSet.getElementMappings(java.lang.Class scope)