Serialized Form


Package jcs.xml

Class jcs.xml.JXml implements Serializable

Serialized Fields

xmlText

java.lang.String xmlText
The character text of the XML document contained in the JXml object.

For a simple JXml instance, the xmlText is not validated by the JXml constructor. Subclasses of JXml will commonly validate the xmlText in their constructors. This is the reason for making the xmlText field private.

A String value containing XML text.


Package jcs.xml.order

Class jcs.xml.order.OrderXml implements Serializable


Package jcs.xml.resultset

Class jcs.xml.resultset.Do2Vector implements Serializable

Class jcs.xml.resultset.ResultSetVector implements Serializable

Serialized Fields

content

java.util.Vector content
The contents of the ResultSetVector. This field is private because it is constrained to have square properties appropriate for an SQL result set.
content is the rows and columns of the SQL result set that the ResultSetVector represents. It is a vector of vectors whose elements are SQL column values.

Class jcs.xml.resultset.ResultSetXml implements Serializable

Class jcs.xml.resultset.RX implements Serializable

Class jcs.xml.resultset.XR implements Serializable