Interface FilterStreamConstants


  • public interface FilterStreamConstants
    Since:
    6.2M1
    Version:
    $Id: 93842e9f214451bfb64fb3bf3986ec7e99a3f057 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PROPERTY_ENCODING
      The standard name of the output stream property containing the encoding to use to convert to/from byte array and String.
      static String PROPERTY_FORMAT
      The standard name of the output stream property indicating if the output should be formatted (for example in a XML syntax indent and organize elements in a human friendly way).
      static String PROPERTY_SOURCE
      The standard name of the input stream property containing the InputSource to read.
      static String PROPERTY_TARGET
      The standard name of the output stream property containing the OutputTarget to write to.
    • Field Detail

      • PROPERTY_ENCODING

        static final String PROPERTY_ENCODING
        The standard name of the output stream property containing the encoding to use to convert to/from byte array and String.
        See Also:
        Constant Field Values
      • PROPERTY_FORMAT

        static final String PROPERTY_FORMAT
        The standard name of the output stream property indicating if the output should be formatted (for example in a XML syntax indent and organize elements in a human friendly way).
        See Also:
        Constant Field Values