Package com.xqj2
Interface XQInsertOptions
public interface XQInsertOptions
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the encoding of the content.voidsetEncoding(String encoding) Sets the encoding of the content.
-
Field Details
-
DEFAULT_ENCODING
- See Also:
-
-
Method Details
-
setEncoding
Sets the encoding of the content. The default is UTF-8. -
getEncoding
String getEncoding()Retrieves the encoding of the content.
-