Uses of Interface
com.sun.xml.bind.v2.model.core.ElementInfo
Packages that use ElementInfo
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.The in-memory model of the JAXB-bound beans.
The specialization of
com.sun.xml.bind.v2.model.core
for the runtime.Schema generator.
-
Uses of ElementInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement ElementInfoModifier and TypeClassDescriptionfinal class
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 ElementInfoModifier and TypeMethodDescriptionTypeInfoSet.getElementInfo
(C scope, QName name) Returns aElementInfo
for the given element.ElementInfo.getSubstitutionHead()
If this element can substitute another element, return that element.Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type ElementInfoModifier and TypeMethodDescriptionIterable<? extends ElementInfo<T,
C>> TypeInfoSet.getAllElements()
Returns all theElementInfo
known to this set.Map<QName,
? extends ElementInfo<T, C>> TypeInfoSet.getElementMappings
(C scope) Returns allElementInfo
s in the given scope.Collection<? extends ElementInfo<T,
C>> ElementInfo.getSubstitutionMembers()
All theElementInfo
s whosegetSubstitutionHead()
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 -
Uses of ElementInfo in com.sun.xml.bind.v2.schemagen
Methods in com.sun.xml.bind.v2.schemagen with parameters of type ElementInfoModifier and TypeMethodDescriptionvoid
XmlSchemaGenerator.add
(ElementInfo<T, C> elem) Adds a new element to the list of elements to be written.