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

com.alogic.xscript.doc.XsElement Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.xscript.doc;

/**
 * xscrtipt文档节点
 * 
 * @author yyduan
 *
 * @since 1.6.8.14
 */
public interface XsElement {	
	/**
	 * 获取节点内容
	 * @return content
	 */
	public Object getContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy