public class XmlDataLoadOptions
extends java.lang.Object
To learn more, visit the LINQ Reporting Engine documentation article.
Remarks:
An instance of this class can be passed into constructors of XmlDataSource.
| Constructor and Description |
|---|
XmlDataLoadOptions()
Initializes a new instance of this class with default options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlwaysGenerateRootObject()
Gets a flag indicating whether a generated data source will always contain an object for an XML root element.
|
void |
setAlwaysGenerateRootObject(boolean value)
Sets a flag indicating whether a generated data source will always contain an object for an XML root element.
|
public XmlDataLoadOptions()
public boolean getAlwaysGenerateRootObject()
Remarks:
The default value is false.
public void setAlwaysGenerateRootObject(boolean value)
Remarks:
The default value is false.
value - A flag indicating whether a generated data source will always contain an object for an XML root element.