Class SMFXIgnoring
- java.lang.Object
-
- com.io7m.smfj.format.xml.internal.SMFXIgnoring
-
-
Constructor Summary
Constructors Constructor Description SMFXIgnoring(com.io7m.blackthorne.api.BTElementParsingContextType context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SMFVoidonElementFinished(com.io7m.blackthorne.api.BTElementParsingContextType context)com.io7m.blackthorne.api.BTIgnoreUnrecognizedElementsonShouldIgnoreUnrecognizedElements(com.io7m.blackthorne.api.BTElementParsingContextType context)
-
-
-
Method Detail
-
onShouldIgnoreUnrecognizedElements
public com.io7m.blackthorne.api.BTIgnoreUnrecognizedElements onShouldIgnoreUnrecognizedElements(com.io7m.blackthorne.api.BTElementParsingContextType context)
- Specified by:
onShouldIgnoreUnrecognizedElementsin interfacecom.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,SMFVoid>
-
-