|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
---|---|
com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.xml.bind.v2.model.core | The in-memory model of the JAXB-bound beans. |
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
com.sun.xml.bind.v2.model.runtime | 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.model | |
---|---|
interface |
CClass
Either CClassInfo or CClassRef . |
interface |
CElement
Either CElementInfo , CClassInfo , or CClassRef . |
Classes in com.sun.tools.xjc.model that implement Element | |
---|---|
(package private) class |
AbstractCElement
Partial default implementation of CElement . |
class |
CClassInfo
Mutable ClassInfo represenatation. |
class |
CClassRef
Refernece to an existing class. |
class |
CElementInfo
ElementInfo implementation for the compile-time model. |
Methods in com.sun.tools.xjc.model that return Element | |
---|---|
Element<NType,NClass> |
CEnumLeafInfo.asElement()
|
Element<NType,NClass> |
CClassInfo.asElement()
|
Uses of Element in com.sun.xml.bind.v2.model.core |
---|
Subinterfaces of Element in com.sun.xml.bind.v2.model.core | |
---|---|
interface |
ElementInfo<T,C>
A particular use (specialization) of JAXBElement . |
Methods in com.sun.xml.bind.v2.model.core that return Element | |
---|---|
Element<T,C> |
MaybeElement.asElement()
Returns the Element aspect of this ClassInfo . |
Element<T,C> |
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 Element | |
---|---|
Set<? extends Element<T,C>> |
ReferencePropertyInfo.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 Element | |
---|---|
(package private) class |
ClassInfoImpl<T,C,F,M>
A part of the ClassInfo that doesn't depend on a particular
reflection library. |
(package private) class |
ElementInfoImpl<T,C,F,M>
ElementInfo implementation. |
(package private) class |
EnumLeafInfoImpl<T,C,F,M>
EnumLeafInfo implementation. |
(package private) class |
RuntimeClassInfoImpl
|
(package private) class |
RuntimeElementInfoImpl
|
(package private) class |
RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
|
Methods in com.sun.xml.bind.v2.model.impl that return Element | |
---|---|
Element<T,C> |
ClassInfoImpl.asElement()
|
Element<T,C> |
EnumLeafInfoImpl.asElement()
|
Element<TypeT,ClassDeclT> |
BuiltinLeafInfoImpl.asElement()
Deprecated. always return null at this level. |
Element<T,C> |
ClassInfoImpl.getSubstitutionHead()
If this element can substitute another element, return that element. |
Element<T,C> |
EnumLeafInfoImpl.getSubstitutionHead()
Deprecated. if you are invoking this method directly, there's something wrong. |
Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type Element | |
---|---|
Set<? extends Element<T,C>> |
ReferencePropertyInfoImpl.getElements()
|
Set<? extends Element<T,C>> |
ReferencePropertyInfoImpl.ref()
|
Uses of Element in com.sun.xml.bind.v2.model.runtime |
---|
Subinterfaces of Element in com.sun.xml.bind.v2.model.runtime | |
---|---|
interface |
RuntimeElement
|
interface |
RuntimeElementInfo
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |