Interface ElementScope

All Known Implementing Classes:
DefaultElementScope

public interface ElementScope
Associates a set of Attributes with a transient state for the Element. The Element retains this scope for the current thread until the scope is closed. Opening new scopes will inherit and override the variables set in the associated MutableAttributes.
  • Field Details

  • Method Details

    • getName

      String getName()
      Gets the name of the scope.
      Returns:
      the name
    • getMutableAttributes

      MutableAttributes getMutableAttributes()
      Gets the Attributes associated with this scope.
      Returns:
      the Attributes associated with the scope