Uses of Interface
org.glassfish.jaxb.core.v2.model.core.Element
-
Packages that use Element Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
Uses of Element in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of Element in org.glassfish.jaxb.core.v2.model.core Modifier and Type Interface Description interfaceElementInfo<T,C>A particular use (specialization) ofJAXBElement.Methods in org.glassfish.jaxb.core.v2.model.core that return Element Modifier and Type Method Description Element<T,C>MaybeElement. asElement()Element<T,C>Element. 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 Element Modifier and Type Method Description Set<? extends Element<T,C>>ReferencePropertyInfo. getElements()Returns the information about the possible elements in this property.
-