Class Mx1ExtraOption

java.lang.Object
com.io7m.montarre.xml.internal.v1.Mx1ExtraOption
All Implemented Interfaces:
com.io7m.blackthorne.core.BTElementHandlerType<Object, Mx1ExtraOption.ExtraOption>

public final class Mx1ExtraOption extends Object implements com.io7m.blackthorne.core.BTElementHandlerType<Object, Mx1ExtraOption.ExtraOption>
A parser.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
    The option.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Mx1ExtraOption(com.io7m.blackthorne.core.BTElementParsingContextType context)
    A parser.
  • Method Summary

    Modifier and Type
    Method
    Description
    onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context)
     
    void
    onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.io7m.blackthorne.core.BTElementHandlerType

    map, name, onCharacters, onChildHandlersRequested, onChildValueProduced, onShouldIgnoreUnrecognizedElements
  • Constructor Details

    • Mx1ExtraOption

      public Mx1ExtraOption(com.io7m.blackthorne.core.BTElementParsingContextType context)
      A parser.
      Parameters:
      context - The context
  • Method Details