Class FormatXMLSPIProbe

java.lang.Object
com.io7m.coffeepick.runtime.format.xml.FormatXMLSPIProbe

public final class FormatXMLSPIProbe
extends java.lang.Object
An XML probe.
  • Constructor Summary

    Constructors 
    Constructor Description
    FormatXMLSPIProbe​(SPIParserRequest in_request, org.xml.sax.XMLReader in_reader)
    Construct a parser.
  • Method Summary

    Modifier and Type Method Description
    SPIProbeResultType probe()
    Execute the probe.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FormatXMLSPIProbe

      public FormatXMLSPIProbe​(SPIParserRequest in_request, org.xml.sax.XMLReader in_reader)
      Construct a parser.
      Parameters:
      in_request - The parse request
      in_reader - The XML reader
  • Method Details

    • probe

      public SPIProbeResultType probe() throws java.io.IOException
      Execute the probe.
      Returns:
      The probe result
      Throws:
      java.io.IOException - On I/O errors