Class XSMessageListener

java.lang.Object
com.io7m.xstructural.vanilla.internal.XSMessageListener
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, net.sf.saxon.s9api.MessageListener2

public final class XSMessageListener
extends java.lang.Object
implements net.sf.saxon.s9api.MessageListener2, java.io.Closeable
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void message​(net.sf.saxon.s9api.XdmNode content, net.sf.saxon.s9api.QName errorCode, boolean terminate, javax.xml.transform.SourceLocator locator)  

    Methods inherited from class java.lang.Object

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

    • message

      public void message​(net.sf.saxon.s9api.XdmNode content, net.sf.saxon.s9api.QName errorCode, boolean terminate, javax.xml.transform.SourceLocator locator)
      Specified by:
      message in interface net.sf.saxon.s9api.MessageListener2
    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Throws:
      java.io.IOException