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