Class DirectivesAttribute

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

    public final class DirectivesAttribute
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives for an attribute.
    Since:
    0.4
    • Constructor Detail

      • DirectivesAttribute

        @SafeVarargs
        public DirectivesAttribute​(String base,
                                   Iterable<org.xembly.Directive>... data)
        Constructor.
        Parameters:
        base - The name of the attribute.
        data - Properties of an attribute.
    • Method Detail

      • iterator

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