Uses of Interface
com.sun.xml.bind.v2.model.core.Element
Packages that use Element
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.The in-memory model of the JAXB-bound beans.
Implementation of the com.sun.xml.bind.j2s.model package.
The specialization of
com.sun.xml.bind.v2.model.core
for the runtime.-
Uses of Element in com.sun.tools.xjc.model
Subinterfaces of Element in com.sun.tools.xjc.modelClasses in com.sun.tools.xjc.model that implement ElementModifier and TypeClassDescriptionfinal class
MutableClassInfo
representation.final class
Reference to an existing class.final class
ElementInfo
implementation for the compile-time model.Methods in com.sun.tools.xjc.model that return Element -
Uses of Element in com.sun.xml.bind.v2.model.core
Subinterfaces of Element in com.sun.xml.bind.v2.model.coreModifier and TypeInterfaceDescriptioninterface
ElementInfo<T,
C> A particular use (specialization) ofJAXBElement
.Methods in com.sun.xml.bind.v2.model.core that return ElementModifier and TypeMethodDescriptionMaybeElement.asElement()
Element.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 ElementModifier and TypeMethodDescriptionReferencePropertyInfo.getElements()
Returns the information about the possible elements in this property. -
Uses of Element in com.sun.xml.bind.v2.model.impl
Classes in com.sun.xml.bind.v2.model.impl that implement ElementModifier and TypeClassDescriptionclass
ClassInfoImpl<T,
C, F, M> A part of theClassInfo
that doesn't depend on a particular reflection library.Methods in com.sun.xml.bind.v2.model.impl that return ElementModifier and TypeMethodDescriptionfinal Element<TypeT,
ClassDeclT> BuiltinLeafInfoImpl.asElement()
Deprecated.always return null at this level.ClassInfoImpl.asElement()
ClassInfoImpl.getSubstitutionHead()
If this element can substitute another element, return that element. -
Uses of Element in com.sun.xml.bind.v2.model.runtime
Subinterfaces of Element in com.sun.xml.bind.v2.model.runtime