类 XMLDatastore
java.lang.Object
com.sh.javax.datastore.XMLDatastore
Title: XML数据集
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidintcolCount()voidcreateRootEelement(String rootName) org.jdom2.DocumentgetItem(int rowNo, int colNo) getItemByName(int rowNo, String colName) getItemDatetime(int rowNo, int colNo) getItemDatetime(int rowNo, String colName) getItemDouble(int rowNo, int colNo) getItemDouble(int rowNo, String colName) getItemFloat(int rowNo, int colNo) getItemFloat(int rowNo, String colName) getItemInteger(int rowNo, int colNo) getItemInteger(int rowNo, String colName) getItemString(int rowNo, int colNo) getItemString(int rowNo, String colName) getXML()intinsertRow(int rowNo) intvoidvoidvoidoutputXML(OutputStream outStream) voidoutputXML(OutputStream outStream, String encoding) introwCount()voidvoidvoidsetItemByName(int rowNo, String colName, String value)
-
构造器详细资料
-
方法详细资料
-
createRootEelement
-
getDocument
public org.jdom2.Document getDocument() -
rowCount
public int rowCount() -
colCount
public int colCount() -
getItem
-
getItem
-
getItemByName
-
getItemString
-
getItemInteger
-
getItemFloat
-
getItemDouble
-
getItemDatetime
- 抛出:
Exception
-
getItemString
-
getItemInteger
-
getItemFloat
-
getItemDouble
-
getItemDatetime
- 抛出:
Exception
-
insertRow
-
insertRow
public int insertRow(int rowNo) -
addColumn
-
setItem
-
setItem
-
setItemByName
-
getXML
- 抛出:
Exception
-
getXML
- 抛出:
Exception
-
outputXML
- 抛出:
Exception
-
outputXML
- 抛出:
Exception
-
load
- 抛出:
Exception
-
load
- 抛出:
Exception
-