Package com.io7m.waxmill.xml.vm.v1
Class WXM1PassthruDeviceParser
java.lang.Object
com.io7m.waxmill.xml.vm.v1.WXM1PassthruDeviceParser
- All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDevicePassthru>
public final class WXM1PassthruDeviceParser extends java.lang.Object implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDevicePassthru>
-
Constructor Summary
Constructors Constructor Description WXM1PassthruDeviceParser() -
Method Summary
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)WXMDevicePassthruonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)
-
Constructor Details
-
WXM1PassthruDeviceParser
public WXM1PassthruDeviceParser()
-
-
Method Details
-
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,WXMDevicePassthru>
-
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,WXMDevicePassthru>
-
onElementFinished
public WXMDevicePassthru onElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)- Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDevicePassthru>
-