public class XmlDataLoadOptions
extends java.lang.Object
To learn more, visit the LINQ Reporting Engine documentation article.
An instance of this class can be passed into constructors ofXmlDataSource.| 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()
public void setAlwaysGenerateRootObject(boolean value)
value - A flag indicating whether a generated data source will always contain an object for an XML root element.