com.xqj2
Interface XQInsertOptions


public interface XQInsertOptions


Field Summary
static String DEFAULT_ENCODING
           
 
Method Summary
 String getEncoding()
          Retrieves the encoding of the content.
 void setEncoding(String encoding)
          Sets the encoding of the content.
 

Field Detail

DEFAULT_ENCODING

static final String DEFAULT_ENCODING
See Also:
Constant Field Values
Method Detail

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.