Class Mx1Caption

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

public final class Mx1Caption extends Object implements com.io7m.blackthorne.core.BTElementHandlerType<MText,MCaption>
A parser.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    Map<com.io7m.blackthorne.core.BTQualifiedName,com.io7m.blackthorne.core.BTElementHandlerConstructorType<?,? extends MText>>
    onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context)
     
    void
    onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, MText result)
     
    onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context)
     

    Methods inherited from class java.lang.Object

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

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

    map, name, onCharacters, onElementStart, onShouldIgnoreUnrecognizedElements
  • Constructor Details

    • Mx1Caption

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

    • onChildHandlersRequested

      public Map<com.io7m.blackthorne.core.BTQualifiedName,com.io7m.blackthorne.core.BTElementHandlerConstructorType<?,? extends MText>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context)
      Specified by:
      onChildHandlersRequested in interface com.io7m.blackthorne.core.BTElementHandlerType<MText,MCaption>
    • onChildValueProduced

      public void onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, MText result)
      Specified by:
      onChildValueProduced in interface com.io7m.blackthorne.core.BTElementHandlerType<MText,MCaption>
    • onElementFinished

      public MCaption onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context)
      Specified by:
      onElementFinished in interface com.io7m.blackthorne.core.BTElementHandlerType<MText,MCaption>