The ElementImplBeanInfo class of the com.ms.xml.om package provides specialized JavaBeans support for the ElementImpl class to resolve which overloaded functions are accessible through scripting.
public class ElementImplBeanInfo extends SimpleBeanInfo { // Methods public MethodDescriptor[] getMethodDescriptors(); }
SimpleBeanInfo | +--ElementImplBeanInfo