|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines an XML dataset from two
IByteArray
objects, representing the XML data and schema.
Method Summary | |
IByteArray |
getXMLData()
Returns the XML data from the XML dataset used in the report. |
IByteArray |
getXMLSchema()
Returns the XML schema from the XML dataset used in the report. |
void |
setXMLData(IByteArray xmlData)
Sets the XML data for the XML dataset used in the report. |
void |
setXMLSchema(IByteArray xmlSchema)
Sets the XML schema for the XML dataset used in the report. |
Method Detail |
public void setXMLData(IByteArray xmlData)
Sets the XML data for the XML dataset used in the report.
xmlData
- The XML data as an IByteArray
object.public IByteArray getXMLData()
Returns the XML data from the XML dataset used in the report.
IByteArray
object.public void setXMLSchema(IByteArray xmlSchema)
Sets the XML schema for the XML dataset used in the report.
xmlSchema
- The XML schema as an IByteArray
object.public IByteArray getXMLSchema()
Returns the XML schema from the XML dataset used in the report.
IByteArray
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |