Package com.xqj2

Interface XQInsertOptions


public interface XQInsertOptions
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the encoding of the content.
    void
    setEncoding(String encoding)
    Sets the encoding of the content.
  • Field Details

  • Method Details

    • setEncoding

      void setEncoding(String encoding)
      Sets the encoding of the content. The default is UTF-8.
    • getEncoding

      String getEncoding()
      Retrieves the encoding of the content.