Package com.io7m.waxmill.xml.vm.v1
Class WXM1DeviceSlotParser
java.lang.Object
com.io7m.waxmill.xml.vm.v1.WXM1DeviceSlotParser
- All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceSlot>
public final class WXM1DeviceSlotParser extends java.lang.Object implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceSlot>
-
Constructor Summary
Constructors Constructor Description WXM1DeviceSlotParser() -
Method Summary
Modifier and Type Method Description WXMDeviceSlotonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)voidonElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)
-
Constructor Details
-
WXM1DeviceSlotParser
public WXM1DeviceSlotParser()
-
-
Method Details
-
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,WXMDeviceSlot>- Throws:
org.xml.sax.SAXException
-
onElementFinished
public WXMDeviceSlot onElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)- Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXMDeviceSlot>
-