| Package | Description |
|---|---|
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| Modifier and Type | Method | Description |
|---|---|---|
ElementInfo<T,C> |
TypeInfoSet.getElementInfo(C scope,
javax.xml.namespace.QName name) |
Returns a
ElementInfo for the given element. |
ElementInfo<T,C> |
ElementInfo.getSubstitutionHead() |
If this element can substitute another element, return that element.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Iterable<? extends ElementInfo<T,C>> |
TypeInfoSet.getAllElements() |
Returns all the
ElementInfo known to this set. |
java.util.Map<javax.xml.namespace.QName,? extends ElementInfo<T,C>> |
TypeInfoSet.getElementMappings(C scope) |
Returns all
ElementInfos in the given scope. |
java.util.Collection<? extends ElementInfo<T,C>> |
ElementInfo.getSubstitutionMembers() |
All the
ElementInfos whose getSubstitutionHead() points
to this object. |
Copyright © 2017 Oracle Corporation. All rights reserved.