Class Mx1Paragraph

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

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

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

    Modifier and Type
    Method
    Description
    void
    onCharacters(com.io7m.blackthorne.core.BTElementParsingContextType context, char[] data, int offset, int length)
     
    onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context)
     
    void
    onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes)
     

    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, onChildHandlersRequested, onChildValueProduced, onShouldIgnoreUnrecognizedElements
  • Constructor Details

    • Mx1Paragraph

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

    • onCharacters

      public void onCharacters(com.io7m.blackthorne.core.BTElementParsingContextType context, char[] data, int offset, int length)
      Specified by:
      onCharacters in interface com.io7m.blackthorne.core.BTElementHandlerType<Object,MParagraph>
    • onElementStart

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

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