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