User`s guide
Import the DOM API Package
13-7
Import the DOM API Package
All DOM class names, and hence constructor names, include the prefix
mlreportgen.dom. To avoid the need to include the prefix in your code, insert the
following statement at the beginning of any script or function that uses the DOM API.
import mlreportgen.dom.*;
The documentation frequently refers to DOM API objects and functions without the
mlreportgen.dom prefix, assuming that you have already imported the DOM API
package.
Related Examples
• “Create a Report Program” on page 13-3
More About
• “Document Object Model” on page 13-4