Class SMFXHeaderCoordinateSystem
- java.lang.Object
-
- com.io7m.smfj.format.xml.internal.SMFXHeaderCoordinateSystem
-
- All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFCoordinateSystem>
public final class SMFXHeaderCoordinateSystem extends java.lang.Object implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFCoordinateSystem>
-
-
Constructor Summary
Constructors Constructor Description SMFXHeaderCoordinateSystem(com.io7m.blackthorne.api.BTElementParsingContextType context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SMFCoordinateSystemonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)voidonElementStart(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)
-
-
-
Method Detail
-
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,SMFCoordinateSystem>- Throws:
org.xml.sax.SAXException
-
onElementFinished
public SMFCoordinateSystem onElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)
- Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFCoordinateSystem>
-
-