Package com.io7m.waxmill.xml.vm.v1
Class WXM1LinuxInitRDDeviceParser
java.lang.Object
com.io7m.waxmill.xml.vm.v1.WXM1LinuxInitRDDeviceParser
- All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXM1LinuxInitRDDevice>
public final class WXM1LinuxInitRDDeviceParser extends java.lang.Object implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXM1LinuxInitRDDevice>
-
Constructor Summary
Constructors Constructor Description WXM1LinuxInitRDDeviceParser(java.nio.file.FileSystem inFileSystem)
-
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)
void
onChildValueProduced(com.io7m.blackthorne.api.BTElementParsingContextType context, java.lang.Object result)
WXM1LinuxInitRDDevice
onElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)
void
onElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)
-
Constructor Details
-
WXM1LinuxInitRDDeviceParser
public WXM1LinuxInitRDDeviceParser(java.nio.file.FileSystem inFileSystem)
-
-
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:
onChildHandlersRequested
in interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXM1LinuxInitRDDevice>
-
onChildValueProduced
public void onChildValueProduced(com.io7m.blackthorne.api.BTElementParsingContextType context, java.lang.Object result)- Specified by:
onChildValueProduced
in interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXM1LinuxInitRDDevice>
-
onElementStart
public void onElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXParseException- Specified by:
onElementStart
in interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXM1LinuxInitRDDevice>
- Throws:
org.xml.sax.SAXParseException
-
onElementFinished
public WXM1LinuxInitRDDevice onElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)- Specified by:
onElementFinished
in interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,WXM1LinuxInitRDDevice>
-