Interface Element<T,​C>

    • Method Detail

      • getElementName

        javax.xml.namespace.QName getElementName()
        Gets the element name of the class.
        Returns:
        Always non-null.
      • getSubstitutionHead

        Element<T,​C> getSubstitutionHead()
        If this element can substitute another element, return that element.

        Substitutability of elements are transitive.

        Returns:
        null if no such element exists.
      • getScope

        ClassInfo<T,​C> getScope()
        If non-null, this element is only active inside the given scope.