Package edu.wpi.cs.dsrg.xmldb.xat.common.xatnode

Interface Summary
ColumnAccessor This class is the column structure of the XAT.
RowAccessor This class is the Row structure of the XAT.
XATDataSource This class is the Data Model of the XAT.
XATDataValue The class that represents the value of one cell in an XATTable The value is an atomic value or a Collection and can be a Dom or a String datatype.
XATNode The class defines the node of XATTree.
XATTable The class defines the data model of the XAT, which is a table of XML fragments.
XATValue This class serves as a super-type of all the types that can be contained in an XATDataSource.
 

Class Summary
XATDataSourceImp This class implemented the interface of XATDataSource.
XATDataValueImp The class that represents the value of one cell in an XATTable The value is an atomic value or a Collection and can be a Dom or a String datatype.
XATNodeImp The class defines the node of XATTree.
XATTableImp The class defines the data model of the XAT, which is a table of XML fragments.