Class Mx1JavaInfo

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

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

    Constructors
    Constructor
    Description
    Mx1JavaInfo(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<?,?>>
    onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context)
     
    void
    onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result)
     
    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, onShouldIgnoreUnrecognizedElements
  • Constructor Details

    • Mx1JavaInfo

      public Mx1JavaInfo(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<?,?>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context)
      Specified by:
      onChildHandlersRequested in interface com.io7m.blackthorne.core.BTElementHandlerType<Object, MJavaInfo>
    • onChildValueProduced

      public void onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) throws Exception
      Specified by:
      onChildValueProduced in interface com.io7m.blackthorne.core.BTElementHandlerType<Object, MJavaInfo>
      Throws:
      Exception
    • onElementStart

      public void onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes)
      Specified by:
      onElementStart in interface com.io7m.blackthorne.core.BTElementHandlerType<Object, MJavaInfo>
    • onElementFinished

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