Class DirectivesGlobalObject

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

    public final class DirectivesGlobalObject
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives that represent a global object. Similar to DirectivesJeoObject, but instead of 'as' attribute, it has 'name' attribute.
    Since:
    0.8
    • Method Detail

      • iterator

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