Package com.progress.open4gl
Class DatasetAsXml
java.lang.Object
com.progress.open4gl.DatasetAsXml
- Direct Known Subclasses:
DatasetHandleAsXml
A ProDataSet serialized as an XML document.
Currently used by the WSA. The Java OpenClient and the .NET OpenClient each
have their own way of representing a ProDataset.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DatasetAsXml
public DatasetAsXml()
-
-
Method Details
-
putXml
- Parameters:
xml
- String containing an XML document representing a dataset. This may be null.
-
getXml
- Returns:
- String containing the XML representation of a dataset. This may be null.
-