Package com.xqj2
Interface XQInsertOptions
-
public interface XQInsertOptions
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ENCODING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()Retrieves the encoding of the content.voidsetEncoding(String encoding)Sets the encoding of the content.
-
-
-
Field Detail
-
DEFAULT_ENCODING
static final String DEFAULT_ENCODING
- See Also:
- Constant Field Values
-
-