Class WXM1PathParser

java.lang.Object
com.io7m.waxmill.xml.config.v1.WXM1PathParser
All Implemented Interfaces:
com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​WXM1Path>

public final class WXM1PathParser
extends java.lang.Object
implements com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​WXM1Path>
  • Constructor Summary

    Constructors 
    Constructor Description
    WXM1PathParser​(java.nio.file.FileSystem inFileSystem)  
  • Method Summary

    Modifier and Type Method Description
    WXM1Path onElementFinished​(com.io7m.blackthorne.api.BTElementParsingContextType context)  
    void onElementStart​(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.io7m.blackthorne.api.BTElementHandlerType

    map, name, onCharacters, onChildHandlersRequested, onChildValueProduced, onShouldIgnoreUnrecognizedElements
  • Constructor Details

    • WXM1PathParser

      public WXM1PathParser​(java.nio.file.FileSystem inFileSystem)
  • Method Details

    • onElementStart

      public void onElementStart​(com.io7m.blackthorne.api.BTElementParsingContextType context, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
      Specified by:
      onElementStart in interface com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​WXM1Path>
      Throws:
      org.xml.sax.SAXException
    • onElementFinished

      public WXM1Path onElementFinished​(com.io7m.blackthorne.api.BTElementParsingContextType context)
      Specified by:
      onElementFinished in interface com.io7m.blackthorne.api.BTElementHandlerType<java.lang.Object,​WXM1Path>