Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.xml.om   Previous This
Package
Next

 


Class DocumentBeanInfo

public class DocumentBeanInfo extends SimpleBeanInfo
{
  // Methods
  public MethodDescriptor[] getMethodDescriptors();
}

This class provides specialized JavaBeans support for the Document class to resolve which overloaded functions are accessible through scripting.

SimpleBeanInfo
  |
  +--DocumentBeanInfo

Methods

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors();

Returns the method descriptions for the methods that are to be made available through scripting.

Return Value:

Returns an array of MethodDescriptor objects.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.