Class DirectivesOperand

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

    public final class DirectivesOperand
    extends Object
    implements Iterable<org.xembly.Directive>
    Operand XML directives.
    Since:
    0.1
    • Constructor Detail

      • DirectivesOperand

        public DirectivesOperand​(Object operand)
        Constructor.
        Parameters:
        operand - Raw operand.
    • Method Detail

      • iterator

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