public interface Element<T,C> extends TypeInfo<T,C>
Modifier and Type | Method and Description |
---|---|
QName |
getElementName()
Gets the element name of the class.
|
ClassInfo<T,C> |
getScope()
If non-null, this element is only active inside the given scope.
|
Element<T,C> |
getSubstitutionHead()
If this element can substitute another element, return that element.
|
canBeReferencedByIDREF, getType
getLocation, getUpstream
QName getElementName()
Element<T,C> getSubstitutionHead()
Substitutability of elements are transitive.
Copyright © 2017 JBoss by Red Hat. All rights reserved.