Class SMFXHeader
- java.lang.Object
-
- com.io7m.smfj.format.xml.internal.SMFXHeader
-
-
Constructor Summary
Constructors Constructor Description SMFXHeader(com.io7m.blackthorne.api.BTElementParsingContextType context, SMFParserEventsErrorType inErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<com.io7m.blackthorne.api.BTQualifiedName,com.io7m.blackthorne.api.BTElementHandlerConstructorType<?,?>>onChildHandlersRequested(com.io7m.blackthorne.api.BTElementParsingContextType context)voidonChildValueProduced(com.io7m.blackthorne.api.BTElementParsingContextType context, java.lang.Object result)SMFHeaderonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)voidonElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)
-
-
-
Constructor Detail
-
SMFXHeader
public SMFXHeader(com.io7m.blackthorne.api.BTElementParsingContextType context, SMFParserEventsErrorType inErrors)
-
-
Method Detail
-
onChildHandlersRequested
public java.util.Map<com.io7m.blackthorne.api.BTQualifiedName,com.io7m.blackthorne.api.BTElementHandlerConstructorType<?,?>> onChildHandlersRequested(com.io7m.blackthorne.api.BTElementParsingContextType context)
- Specified by:
onChildHandlersRequestedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFHeader>
-
onElementStart
public void onElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException- Specified by:
onElementStartin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFHeader>- Throws:
org.xml.sax.SAXException
-
onChildValueProduced
public void onChildValueProduced(com.io7m.blackthorne.api.BTElementParsingContextType context, java.lang.Object result)- Specified by:
onChildValueProducedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFHeader>
-
-