Interface DeclarationCallback


public interface DeclarationCallback
Callback for XmlSplitter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDeclaration(String declaration)
    Invoked once an XML declaration got split.
  • Method Details

    • onDeclaration

      void onDeclaration(String declaration)
      Invoked once an XML declaration got split.
      Parameters:
      declaration - the declaration string that was split.