Class DirectivesNestHost

  • All Implemented Interfaces:
    Iterable<org.xembly.Directive>

    public final class DirectivesNestHost
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives for NestHost attribute.
    Since:
    0.14.0
    • Constructor Detail

      • DirectivesNestHost

        public DirectivesNestHost​(Format format,
                                  String host)
        Constructor.
        Parameters:
        format - Format of the directives.
        host - Host class internal name.
    • Method Detail

      • iterator

        public Iterator<org.xembly.Directive> iterator()
        Specified by:
        iterator in interface Iterable<org.xembly.Directive>