Interface InterpretedContainer

All Superinterfaces:
Adaptable, Container, Iterable<Entry>

public interface InterpretedContainer extends Container
  • Method Details

    • setStructureHelper

      void setStructureHelper(StructureHelper sh)
      Set a structure helper into this interpreted container.

      Structure helpers can promote Containers to become isRoot = true.

      Parameters:
      sh -
      Throws:
      IllegalStateException - if a StructureHelper is already set.