Class DirectivesUnknownAttribute

java.lang.Object
org.eolang.jeo.representation.directives.DirectivesUnknownAttribute
All Implemented Interfaces:
Iterable<org.xembly.Directive>

public final class DirectivesUnknownAttribute extends Object implements Iterable<org.xembly.Directive>
Unknown attribute directives.
Since:
0.15.0
  • Constructor Details

    • DirectivesUnknownAttribute

      public DirectivesUnknownAttribute(Format format, int index, String type, byte[] data)
      Constructor.
      Parameters:
      format - Format of the directives.
      index - Index of the attribute.
      type - Type of the attribute.
      data - Data of the attribute.
  • Method Details

    • iterator

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