All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.weicoder.xml.output.Format Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.weicoder.xml.output;

/**
 * XML输出格式格式接口
 * @author WD 
 * @version 1.0 
 */
public interface Format {
	/**
	 * 设置编码格式
	 * @param encoding 编码
	 */
	void setEncoding(String encoding);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy