接口 XmlResultProvider


  • public interface XmlResultProvider
    Interface defining handling involved with providing Result data for XML input.
    从以下版本开始:
    2.5.5
    作者:
    Thomas Risberg
    另请参阅:
    Result
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidprovideXml​(Result result)
      Implementations must implement this method to provide the XML content for the Result.
    • 方法详细资料

      • provideXml

        void provideXml​(Result result)
        Implementations must implement this method to provide the XML content for the Result. Implementations will vary depending on the Result implementation used.
        参数:
        result - the Result object being used to provide the XML input