Uses of Interface
com.sun.xml.bind.v2.model.core.Element

Packages that use Element
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

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.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.