Uses of Interface
org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
Packages that use ElementInfo Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
Uses of ElementInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return ElementInfo Modifier and Type Method Description ElementInfo<T,C>TypeInfoSet. getElementInfo(C scope, QName name)Returns aElementInfofor the given element.ElementInfo<T,C>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 ElementInfo Modifier and Type Method Description Iterable<? 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 theElementInfos whosegetSubstitutionHead()points to this object.
-