Class XMLOutput

    • Constructor Summary

      Constructors 
      Constructor Description
      XMLOutput()
      Deprecated.
      Do not call directly.
      XMLOutput​(boolean includeXMLinst)
      Deprecated.
      Do not call directly.
      XMLOutput​(boolean includeXMLinst, java.lang.String stylesheetURL)
      Deprecated.
      Do not call directly.
      XMLOutput​(java.lang.String stylesheetURL)
      Deprecated.
      Do not call directly.
    • Constructor Detail

      • XMLOutput

        @Deprecated
        public XMLOutput()
        Deprecated.
        Do not call directly. Use ResultsWriter.create().lang(ResultSetLang.RS_XML).write(...)
      • XMLOutput

        @Deprecated
        public XMLOutput​(java.lang.String stylesheetURL)
        Deprecated.
        Do not call directly. Use ResultsWriter.create().lang(ResultSetLang.RS_XML).write(...)
      • XMLOutput

        @Deprecated
        public XMLOutput​(boolean includeXMLinst)
        Deprecated.
        Do not call directly. Use ResultsWriter.create().lang(ResultSetLang.RS_XML).write(...)
      • XMLOutput

        @Deprecated
        public XMLOutput​(boolean includeXMLinst,
                         java.lang.String stylesheetURL)
        Deprecated.
        Do not call directly. Use ResultsWriter.create().lang(ResultSetLang.RS_XML).write(...)
    • Method Detail

      • setStylesheetURL

        public static void setStylesheetURL​(Context cxt,
                                            java.lang.String stylesheetURL)
        Deprecated.
        Set the XML style sheet processing instruction <?xml-stylesheet...>. Set to null to not use a stylesheet.
      • setXMLinstruction

        public static void setXMLinstruction​(Context cxt,
                                             java.lang.Boolean value)
        Deprecated.
        Set whether to include <?xml ...>. Set to null for "default" behaviour.
      • format

        public void format​(java.io.OutputStream out,
                           ResultSet resultSet)
        Deprecated.
        Description copied from interface: OutputFormatter
        Format a result set - output on the given stream
      • getIncludeXMLinst

        public boolean getIncludeXMLinst()
        Deprecated.
        Returns:
        Returns the includeXMLinst.
      • setIncludeXMLinst

        public void setIncludeXMLinst​(boolean includeXMLinst)
        Deprecated.
        Parameters:
        includeXMLinst - The includeXMLinst to set.
      • getStylesheetURL

        public java.lang.String getStylesheetURL()
        Deprecated.
        Returns:
        Returns the stylesheetURL.
      • setStylesheetURL

        public void setStylesheetURL​(java.lang.String stylesheetURL)
        Deprecated.
        Parameters:
        stylesheetURL - The stylesheetURL to set.
      • format

        public void format​(java.io.OutputStream out,
                           boolean booleanResult)
        Deprecated.
        Description copied from interface: OutputFormatter
        Format a boolean result - output on the given stream