Class SMFXAttributeData
- java.lang.Object
-
- com.io7m.smfj.format.xml.internal.SMFXAttributeData
-
-
Constructor Summary
Constructors Constructor Description SMFXAttributeData(com.io7m.blackthorne.api.BTElementParsingContextType inContext, SMFHeader inHeader, SMFParserEventsDataAttributesNonInterleavedType inEvents)
-
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)SMFVoidonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)voidonElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)
-
-
-
Constructor Detail
-
SMFXAttributeData
public SMFXAttributeData(com.io7m.blackthorne.api.BTElementParsingContextType inContext, SMFHeader inHeader, SMFParserEventsDataAttributesNonInterleavedType inEvents)
-
-
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,SMFVoid>
-
onElementStart
public void onElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)- Specified by:
onElementStartin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFVoid>
-
-