Class FormatXMLSPIProbe
- java.lang.Object
-
- com.io7m.coffeepick.runtime.format.xml.FormatXMLSPIProbe
-
public final class FormatXMLSPIProbe extends java.lang.ObjectAn XML probe.
-
-
Constructor Summary
Constructors Constructor Description FormatXMLSPIProbe(SPIParserRequest in_request, org.xml.sax.XMLReader in_reader)Construct a parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SPIProbeResultTypeprobe()Execute the probe.
-
-
-
Constructor Detail
-
FormatXMLSPIProbe
public FormatXMLSPIProbe(SPIParserRequest in_request, org.xml.sax.XMLReader in_reader)
Construct a parser.- Parameters:
in_request- The parse requestin_reader- The XML reader
-
-
Method Detail
-
probe
public SPIProbeResultType probe() throws java.io.IOException
Execute the probe.- Returns:
- The probe result
- Throws:
java.io.IOException- On I/O errors
-
-