com.sun.xml.bind.v2.model.impl
class ElementInfoImpl<T,C,F,M> extends TypeInfoImpl<T,C,F,M> implements ElementInfo<T,C>
Nested Class Summary | |
---|---|
protected class | ElementInfoImpl.PropertyImpl
Singleton instance of ElementPropertyInfo for this element. |
Constructor Summary | |
---|---|
ElementInfoImpl(ModelBuilder<T,C,F,M> builder, RegistryInfoImpl<T,C,F,M> registry, M m) |
Method Summary | |
---|---|
boolean | canBeReferencedByIDREF()
Leaf-type cannot be referenced from IDREF.
|
protected ElementInfoImpl.PropertyImpl | createPropertyImpl() |
T | getContentInMemoryType() |
NonElement<T,C> | getContentType() |
QName | getElementName() |
Location | getLocation() |
ElementPropertyInfo<T,C> | getProperty() |
ClassInfo<T,C> | getScope() |
ElementInfo<T,C> | getSubstitutionHead() |
Collection<? extends ElementInfoImpl<T,C,F,M>> | getSubstitutionMembers() |
T | getType() |
void | link()
Called after all the TypeInfos are collected into the ElementInfoImpl. |
QName | parseElementName(XmlElementDecl e) |
Parameters: m The factory method on ObjectFactory that comes with XmlElementDecl.
Deprecated: why are you calling a method whose return value is always known?
Leaf-type cannot be referenced from IDREF.