Search
XmlInformationProvider.create Method
See Also
 






Creates a XmlInformationProvider instance from the specified Document object.

Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions

 Syntax

Java  Copy Code

public static XmlInformationProvider create (
    Document doc
)

 Parameters

doc

A Document that contains the function information.

 Return Value

An instance of the XmlInformationProvider class.

 See Also