Uses of Interface
org.glassfish.jaxb.core.v2.model.core.ElementInfo
Packages that use ElementInfo
Package
Description
The in-memory model of the JAXB-bound beans.
Implementation of the org.glassfish.jaxb.j2s.model package.
The specialization of
org.glassfish.jaxb.core.v2.model.core for the runtime.Schema generator.
-
Uses of ElementInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return ElementInfoModifier and TypeMethodDescriptionTypeInfoSet.getElementInfo(C scope, QName name) Returns aElementInfofor the given element.ElementInfo.getSubstitutionHead()If this element can substitute another element, return that element.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type ElementInfoModifier and TypeMethodDescriptionIterable<? extends ElementInfo<T,C>> TypeInfoSet.getAllElements()Returns all theElementInfoknown to this set.Map<QName,? extends ElementInfo<T, C>> TypeInfoSet.getElementMappings(C scope) Returns allElementInfos in the given scope.Collection<? extends ElementInfo<T,C>> ElementInfo.getSubstitutionMembers()All the s whosegetSubstitutionHead()points to this object. -
Uses of ElementInfo in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return ElementInfoModifier and TypeMethodDescriptionprotected ElementInfo<T,C> ModelBuilder.createElementInfo(RegistryInfo<T, C> registryInfo, M m) RuntimeModelBuilder.createElementInfo(RegistryInfo<Type, Class> registryInfo, Method method) -
Uses of ElementInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of ElementInfo in org.glassfish.jaxb.runtime.v2.model.runtime -
Uses of ElementInfo in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type ElementInfoModifier and TypeMethodDescriptionvoidXmlSchemaGenerator.add(ElementInfo<T, C> elem) Adds a new element to the list of elements to be written.