Interface DeclarationCallback


  • public interface DeclarationCallback
    Callback for XmlSplitter.
    • Method Detail

      • onDeclaration

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