Class Method


  • @Deprecated(since="2021-09-01")
    public final class Method
    extends Object
    Deprecated.
    Util Classes related to Xerces are removed in subsequent releases causing a major version change. As these utils are for internal use in Filevault the API is getting deprecated from public API surface.
    See Also:
    OutputFormat
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String FOP
      Deprecated.
      The output method for FO documents as PDF.
      static String HTML
      Deprecated.
      The output method for HTML documents.
      static String TEXT
      Deprecated.
      The output method for text documents.
      static String XHTML
      Deprecated.
      The output method for HTML documents as XHTML.
      static String XML
      Deprecated.
      The output method for XML documents.
    • Constructor Summary

      Constructors 
      Constructor Description
      Method()
      Deprecated.