Class 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 Detail

      • 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.
        Suppressed Checkstyle violations:
        ParameterNumber (10 lines)
    • Method Detail

      • iterator

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