Interface StaxWriterCallback


public interface StaxWriterCallback
Callback interface for writing to an XML file - useful e.g. for handling headers and footers.
Author:
Robert Kasanicky
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write contents using the supplied XMLEventWriter.
  • Method Details