com.salmonllc.xml |
This package contains classes that are used by various components in
framework that uses XML files for datadefinition
This package contains classes that are used by various
components in framework that uses XML files for data definition.
|
Java Source File Name | Type | Comment |
Column.java | Class | This object contains a cell of a datastore. |
ColumnMetaData.java | Class | |
DOMParser.java | Class | Licensed Material - Property of Salmon LLC
(C) Copyright Salmon LLC. |
DOMParserWrapper.java | Interface | Encapsulates a DOM parser. |
Options.java | Class | This data structure is used to store Option details which can be a part of a Dropdown, readioButtonGroup etc. |
ResultSetData.java | Class | This object contains the rows of a datastore. |
ResultSetMetaData.java | Class | This object is used to store the metadata, header of the datastore. |
Row.java | Class | This object stores all the columns in form of a Hashtable. |
Tree.java | Class | Datastructure used to upload the Tree XML file. |
TreeItem.java | Class | This datastructure is used to store a node of a tree. |
TreeItemAddImage.java | Class | This datastructure is used to store the attributes for Image which is added to a node, TreeItem. |
XMLDataStore.java | Class | The XML Datastore is used to store any XML file or data from datastore. |
XMLOptionsParser.java | Class | |
XMLStoreParser.java | Class | |
XMLTransporter.java | Class | XML Transporter is used to transport data to and from data store as XML documents based on datastore.dtd file. |
XMLTreeParser.java | Class | |