System.Web.UI.WebControls.XmlDataSource: Method Members

The methods of System.Web.UI.WebControls.XmlDataSource are listed below. For a list of all members, see the XmlDataSource Members list.

See Also: Inherited members from System.Web.UI.HierarchicalDataSourceControl

Public Methods

GetXmlDocument() : System.Xml.XmlDocument

Loads the XML data into memory, either directly from the underlying data storage or from the cache, and returns it in the form of an System.Xml.XmlDataDocument object.

Save()

Saves the XML data currently held in memory by the System.Web.UI.WebControls.XmlDataSource control to disk if the XmlDataSource.DataFile property is set.

Protected Methods

override
GetHierarchicalView(string) : System.Web.UI.HierarchicalDataSourceView

Gets the data source view object for the System.Web.UI.WebControls.XmlDataSource control. The viewPath parameter can be an XPath expression.

OnTransforming(EventArgs)

Raises the XmlDataSource.Transforming event before the System.Web.UI.WebControls.XmlDataSource control performs an XSLT transformation on its XML data.