Class CATP1VersionRange

java.lang.Object
com.io7m.cardant.type_packages.parsers.internal.CATP1VersionRange
All Implemented Interfaces:
com.io7m.blackthorne.core.BTElementHandlerType<Object,com.io7m.verona.core.VersionRange>

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

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

    Modifier and Type
    Method
    Description
    com.io7m.verona.core.VersionRange
    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, onCharacters, onChildHandlersRequested, onChildValueProduced, onShouldIgnoreUnrecognizedElements
  • Constructor Details

    • CATP1VersionRange

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

    • onElementStart

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

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