Class SMFXHeaderAttribute

  • All Implemented Interfaces:
    com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​SMFAttribute>

    public final class SMFXHeaderAttribute
    extends java.lang.Object
    implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​SMFAttribute>
    • Constructor Summary

      Constructors 
      Constructor Description
      SMFXHeaderAttribute​(com.io7m.blackthorne.api.BTElementParsingContextType context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SMFAttribute onElementFinished​(com.io7m.blackthorne.api.BTElementParsingContextType context)  
      void onElementStart​(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.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.api.BTElementHandlerType

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

      • SMFXHeaderAttribute

        public SMFXHeaderAttribute​(com.io7m.blackthorne.api.BTElementParsingContextType context)
    • Method Detail

      • onElementStart

        public void onElementStart​(com.io7m.blackthorne.api.BTElementParsingContextType context,
                                   org.xml.sax.Attributes attributes)
                            throws org.xml.sax.SAXException
        Specified by:
        onElementStart in interface com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​SMFAttribute>
        Throws:
        org.xml.sax.SAXException
      • onElementFinished

        public SMFAttribute onElementFinished​(com.io7m.blackthorne.api.BTElementParsingContextType context)
        Specified by:
        onElementFinished in interface com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​SMFAttribute>