Search
CalcExporter.setSharedBuilder Method
See Also
 






Sets a shared DocumentBuilder to use for XML parsing.

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

 Syntax

Java  Copy Code

public void setSharedBuilder (
    DocumentBuilder value
)

 Parameters

value

A javax.xml.parsers.DocumentBuilder instance.

 Remarks

DocumentBuilder instantiation is very slow. You can set this property to improve performance when exporting a batch of documents or using CalcExporter on a server. Make sure the instance you set is namespace aware.

 See Also