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