Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransaction.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransaction.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransaction.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransaction.java
index b2609b613c..bb1be62e97 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransaction.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransaction.java
@@ -71,6 +71,11 @@ public interface CDOTransaction extends CDOView, CDOUserTransaction, CDOChangeSe
/**
* @since 4.0
*/
+ public CDOChangeSetData merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger);
+
+ /**
+ * @since 4.0
+ */
public CDOResourceFolder createResourceFolder(String path);
/**

Back to the top

Descriptor.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractMethodDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractSuperclassDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/GeneralizeTypeDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InferTypeArgumentsDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineConstantDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineLocalVariableDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineMethodDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceFactoryDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceIndirectionDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceParameterDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringContribution.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringDescriptor.java464
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveDescriptor.java348
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveMethodDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveStaticMembersDescriptor.java142
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PullUpDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PushDownDescriptor.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.java566
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameLocalVariableDescriptor.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameResourceDescriptor.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/UseSupertypeDescriptor.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/IStatusConstants.java23
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaElementPropertyTester.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.properties11
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationPlugin.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.java80
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.properties37
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.classpath7
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.project34
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/.jsdtscope6
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.runtime.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.core.prefs80
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.ui.prefs4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.pde.prefs16
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.container1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.name1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox.html405
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox_V1_NoJSDoc.html344
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/FireFox2.0.0.3.js_NOJSDOC10552
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/META-INF/MANIFEST.MF15
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/about.html28
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/build.properties19
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/libraries/FireFox2.0.0.3.js8841
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/libraries/XMLHttpRequest.js184
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/plugin.properties14
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/plugin.xml29
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxLibInitializer.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxSmall.gifbin760 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxUiInitializer.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.java21
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.properties14
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/FireFoxLibraryWizardPage.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.classpath7
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.project34
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/.jsdtscope6
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.runtime.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.core.prefs96
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.ui.prefs51
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.pde.prefs16
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.container1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.name1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF13
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/about.html28
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/build.properties19
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_a.js159
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abbr.js96
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abstract.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_acronym.js96
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_address.js131
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_all.js2
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altkey.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altleft.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_anchors.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applet.js137
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applets.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js131
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_areas.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attribute.js21
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attributes.js8
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_b.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_banner.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_base.js55
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js57
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bdo.js125
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_behaviorurns.js2
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bgsound.js47
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_big.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockformats.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockquote.js132
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_body.js152
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bookmarks.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_boundelements.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_br.js53
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_button.js141
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cancelbubble.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_caption.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cells.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_center.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_childnodes.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_children.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cite.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientinformation.js18
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientx.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clienty.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clipboarddata.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_code.js114
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_col.js78
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_colgroup.js74
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js58
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_contentoverflow.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_controlrange.js9
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlkey.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlleft.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_custom.js122
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datafld.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datatransfer.js6
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dd.js135
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_defaults.js12
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_del.js84
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dfn.js129
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dialog.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dir.js131
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_div.js145
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dl.js129
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_document.js128
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dt.js134
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_elements.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_em.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embed.js122
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embeds.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_event.js47
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_external.js12
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fieldset.js137
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_filters.js2
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_font.js123
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fonts.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_form.js145
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frame.js97
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frames.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frameset.js83
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fromelement.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_head.js58
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_history.js2
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js132
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hr.js117
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_html.js72
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_i.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_iframe.js105
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_images.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_img.js159
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_implementation.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_import.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_imports.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_input.js13
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ins.js84
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_isindex.js62
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_kbd.js128
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_keycode.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_label.js139
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js129
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_li.js136
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_link.js60
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_links.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_listing.js131
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_location.js10
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_map.js103
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_marquee.js154
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_menu.js131
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_meta.js28
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_moreinfo.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespace.js7
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespaces.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_navigator.js18
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextid.js80
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextpage.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nobr.js91
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noframes.js20
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js20
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_object.js134
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsetx.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsety.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ol.js137
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onabort.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onactivate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterprint.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterupdate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeactivate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecopy.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecut.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforedeactivate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeeditfocus.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforepaste.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeprint.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeunload.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeupdate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onblur.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbounce.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncellchange.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onchange.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onclick.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontentsave.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontextmenu.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontrolselect.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncopy.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncut.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondataavailable.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetchanged.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetcomplete.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondblclick.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondeactivate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrag.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragend.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragenter.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragleave.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragover.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragstart.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrop.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerror.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerrorupdate.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfilterchange.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfinish.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocus.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusin.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusout.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onhelp.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeydown.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeypress.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeyup.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlayoutcomplete.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onload.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlosecapture.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousedown.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseenter.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseleave.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousemove.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseout.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseover.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseup.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmove.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmoveend.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmovestart.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpaste.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpropertychange.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreadystatechange.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreset.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresize.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizeend.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizestart.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowenter.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowexit.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsdelete.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsinserted.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onscroll.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselect.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectionchange.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectstart.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstart.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstop.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onsubmit.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ontimeerror.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onunload.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_optgroup.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_option.js84
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_options.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_p.js135
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_page.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_param.js6
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plaintext.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plugins.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_popup.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pre.js133
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_propertyname.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_q.js94
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_qualifier.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_reason.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_recordset.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_repeat.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_returnvalue.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rows.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rt.js85
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ruby.js85
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rule.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rules.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_s.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_samp.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_savetype.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screen.js14
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screenx.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screeny.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_script.js72
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_scripts.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_select.js146
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_selection.js9
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftkey.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftleft.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_small.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_span.js140
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcelement.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcfilter.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcurn.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strike.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strong.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_style.js9
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheet.js23
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheets.js4
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sub.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sup.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_table.js164
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbodies.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbody.js137
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_td.js152
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textarea.js152
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textnode.js9
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrange.js24
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tfoot.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_th.js144
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_thead.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timeall.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timechildren.js5
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_title.js54
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_toelement.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tr.js148
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tt.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_u.js130
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ul.js136
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_userprofile.js3
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_var.js128
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wbr.js22
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wheeldelta.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_window.js63
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_x.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xml.js31
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmlhttprequest.js10
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmp.js128
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_y.js1
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/JScriptObjects.js1825
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties14
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml26
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerLibInitializer.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerUILibInitializer.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/Thumbs.dbbin13824 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.JPGbin1533 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.gifbin961 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_small.gifbin1015 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.properties14
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/InternetExplorerLibraryWizardPage.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/ElementInfo.java243
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/GenerateJsDoc.java119
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/IJsDocSource.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/MappingException.java24
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/Util.java173
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XSLTMap.java112
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XmlBasedSource.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/IeFromMsdn.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/MsdnElement.java703
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/webCache/.cvsignore1
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.classpath7
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.options1
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.project28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.runtime.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.core.prefs106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.ui.prefs51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.pde.prefs28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/JavadocHoverStyleSheet.css1
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/JavadocViewStyleSheet.css33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF135
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/about.html87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/about.ini12
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/about.mappings6
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/about.properties24
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/build.properties25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/WTP_icon_x32_v2.pngbin5616 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_as_source_folder.gifbin356 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_exc.gifbin205 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gifbin336 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_to_buildpath.gifbin217 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/alphab_sort_co.gifbin157 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/category_menu.gifbin354 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callees.gifbin147 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callers.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_cancel.gifbin152 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/class_obj.gifbin359 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/clear_co.gifbin364 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/collapseall.gifbin155 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_build_path.gifbin343 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_buildpath_filters.gifbin222 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_output_folder.gifbin364 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/cpyqual_menu.gifbin353 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/default_co.gifbin124 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/definingtype_sort_co.gifbin220 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exc_catch.gifbin204 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclude_from_buildpath.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclusion_filter_attrib.gifbin892 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/fields_co.gifbin350 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/file_mode.gifbin234 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/filter_ps.gifbin155 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/flatLayout.gifbin97 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/gointo_toplevel_type.gifbin315 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/goto_input.gifbin235 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_externalized.gifbin374 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_ignored.gifbin360 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_internalized.gifbin373 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchicalLayout.gifbin101 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchy_co.gifbin199 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/history_list.gifbin225 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/impl_co.gifbin143 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/include_on_buildpath.gifbin210 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inclusion_filter_attrib.gifbin899 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inher_co.gifbin199 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/javaassist_co.gifbin211 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/jtypeassist_co.gifbin224 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/localtypes_co.gifbin138 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/metharg_obj.gifbin223 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/newpackfolder_wiz.gifbin350 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/output_folder_attrib.gifbin905 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/pack_empty_co.gifbin151 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/package_mode.gifbin166 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/private_co.gifbin128 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/prj_mode.gifbin339 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/protected_co.gifbin182 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/public_co.gifbin193 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/refresh_nav.gifbin211 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_as_source_folder.gifbin359 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_exc.gifbin159 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_from_buildpath.gifbin152 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/removea_exc.gifbin187 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/search_sortmatch.gifbin206 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/smartmode_co.gifbin330 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/static_co.gifbin140 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/sub_co.gifbin209 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/super_co.gifbin206 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/synced.gifbin149 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/templateprop_co.gifbin224 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_automatic.gifbin338 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_horizontal.gifbin245 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_showqualified.gifbin156 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_single.gifbin222 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_vertical.gifbin222 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/type_mode.gifbin230 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/view_menu.gifbin89 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/wordassist_co.gifbin141 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/comment_edit.gifbin88 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportapp_wiz.gifbin210 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportjar_wiz.gifbin338 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/importjar_wiz.gifbin336 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_app.gifbin339 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_attach.gifbin362 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/javadoc.gifbin358 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/jdoc_hover_edit.gifbin348 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/mark_occurrences.gifbin208 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newannotation_wiz.gifbin354 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newclass_wiz.gifbin571 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newenum_wiz.gifbin353 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newint_wiz.gifbin361 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjprj_wiz.gifbin369 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjworkingSet_wiz.gifbin342 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpack_wiz.gifbin230 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpackfolder_wiz.gifbin350 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newsbook_wiz.gifbin235 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/opentype.gifbin947 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/segment_edit.gifbin232 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_l_edit.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_r_edit.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_as_source_folder.gifbin370 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_exc.gifbin318 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gifbin570 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_to_buildpath.gifbin341 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/alphab_sort_co.gifbin153 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/category_menu.gifbin588 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callees.gifbin209 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callers.gifbin205 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_cancel.gifbin215 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/class_obj.gifbin585 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/clear_co.gifbin595 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/collapseall.gifbin157 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_build_path.gifbin358 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_buildpath_filters.gifbin361 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_output_folder.gifbin384 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/cpyqual_menu.gifbin378 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/default_co.gifbin176 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/definingtype_sort_co.gifbin323 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exc_catch.gifbin204 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclude_from_buildpath.gifbin215 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclusion_filter_attrib.gifbin914 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/fields_co.gifbin554 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/file_mode.gifbin368 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/filter_ps.gifbin219 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/flatLayout.gifbin97 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/gointo_toplevel_type.gifbin530 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/goto_input.gifbin372 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/help.gifbin259 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_externalized.gifbin600 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_ignored.gifbin578 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_internalized.gifbin598 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchicalLayout.gifbin101 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchy_co.gifbin199 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/history_list.gifbin586 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/impl_co.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/include_on_buildpath.gifbin229 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inclusion_filter_attrib.gifbin920 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inher_co.gifbin200 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/javaassist_co.gifbin344 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/jtypeassist_co.gifbin362 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/localtypes_co.gifbin204 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/metharg_obj.gifbin371 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/pack_empty_co.gifbin212 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/package_mode.gifbin249 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/private_co.gifbin183 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/prj_mode.gifbin363 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/protected_co.gifbin182 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/public_co.gifbin194 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/refresh_nav.gifbin327 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_as_source_folder.gifbin374 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_exc.gifbin163 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_from_buildpath.gifbin216 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/removea_exc.gifbin204 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/search_sortmatch.gifbin330 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/smartmode_co.gifbin553 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/static_co.gifbin213 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/sub_co.gifbin209 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/super_co.gifbin208 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/synced.gifbin160 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/templateprop_co.gifbin359 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_automatic.gifbin358 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_horizontal.gifbin374 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_showqualified.gifbin222 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_single.gifbin370 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_vertical.gifbin352 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/type_mode.gifbin387 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/view_menu.gifbin90 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/wordassist_co.gifbin152 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/comment_edit.gifbin111 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportapp_wiz.gifbin349 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportjar_wiz.gifbin581 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/importjar_wiz.gifbin580 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_app.gifbin590 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_attach.gifbin604 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/javadoc.gifbin586 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/jdoc_hover_edit.gifbin588 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/mark_occurrences.gifbin321 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newannotation_wiz.gifbin371 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newclass_wiz.gifbin598 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newenum_wiz.gifbin580 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newint_wiz.gifbin588 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjprj_wiz.gifbin382 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjscript_wiz.gifbin581 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjworkingSet_wiz.gifbin590 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpack_wiz.gifbin337 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpackfolder_wiz.gifbin356 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newsbook_wiz.gifbin588 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/opentype.gifbin944 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/segment_edit.gifbin585 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_l_edit.gifbin323 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_r_edit.gifbin328 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/browse_persp.gifbin613 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gifbin209 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gifbin200 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/classfilegeneration_tab.gifbin364 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/errorwarning_tab.gifbin577 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/hierch_persp.gifbin223 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gifbin323 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jdkcompliance_tab.gifbin367 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jperspective.gifbin376 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/members.gifbin344 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/packages.gifbin360 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/projects.gifbin365 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gifbin583 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/types.gifbin364 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/access_restriction_attrib.gifbin365 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/add_correction.gifbin299 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_alt_obj.gifbin242 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_default_obj.gifbin375 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_obj.gifbin350 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_private_obj.gifbin376 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_protected_obj.gifbin376 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/brkpi_obj.gifbin111 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/change.gifbin321 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_default_obj.gifbin604 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_obj.gifbin586 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_generate.gifbin365 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_obj.gifbin373 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classfo_obj.gifbin260 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_field.gifbin178 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_method.gifbin193 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_cast.gifbin235 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_change.gifbin136 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_delete_import.gifbin186 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_linked_rename.gifbin208 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_move.gifbin560 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_rename.gifbin136 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cp_order_obj.gifbin326 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cu_obj.gifbin570 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_logical_package_obj.gifbin232 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_fldr_obj.gifbin334 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_obj.gifbin212 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_alt_obj.gifbin250 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_default_obj.gifbin587 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_obj.gifbin361 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_private_obj.gifbin590 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_protected_obj.gifbin586 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/envvar_obj.gifbin206 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/error_obj.gifbin339 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/exclusion_filter_attrib.gifbin214 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/externalize.gifbin601 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/fatalerror_obj.gifbin333 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_default_obj.gifbin118 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_private_obj.gifbin87 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_protected_obj.gifbin119 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_public_obj.gifbin124 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/file_obj.gifbin561 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/history_working_set_obj.gifbin594 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/html_tag_obj.gifbin82 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/ignore.gifbin374 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/imp_obj.gifbin114 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/impc_obj.gifbin185 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/implm_co.gifbin104 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/inclusion_filter_attrib.gifbin229 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/info_obj.gifbin121 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_default_obj.gifbin604 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_private_obj.gifbin603 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_protected_obj.gifbin600 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_public_obj.gifbin586 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_default_obj.gifbin595 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_private_obj.gifbin594 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_protected_obj.gifbin592 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_public_obj.gifbin574 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_default_obj.gifbin595 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_obj.gifbin574 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/internalize.gifbin599 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/intf_obj.gifbin242 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_desc_obj.gifbin618 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_l_obj.gifbin581 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_lsrc_obj.gifbin589 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_obj.gifbin587 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_src_obj.gifbin596 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/java_model_obj.gifbin208 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/javadoc_location_attrib.gifbin596 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_obj.gifbin345 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_resource_obj.gifbin345 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jdoc_tag_obj.gifbin323 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexception_obj.gifbin205 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexceptiond_obj.gifbin209 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jrtexception_obj.gifbin207 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsbook_obj.gifbin374 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsearch_obj.gifbin383 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jworkingSet_obj.gifbin228 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/library_obj.gifbin338 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/localvariable_obj.gifbin152 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/logical_package_obj.gifbin359 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methdef_obj.gifbin176 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpri_obj.gifbin183 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpro_obj.gifbin181 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpub_obj.gifbin193 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/native_lib_path_attrib.gifbin366 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/never_translate.gifbin159 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/nls_search_obj.gifbin596 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/no_breakpoint.gifbin204 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_match.gifbin145 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_read.gifbin229 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_write.gifbin218 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/output_folder_attrib.gifbin348 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/over_co.gifbin131 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/package_obj.gifbin244 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packagefolder_obj.gifbin226 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packd_obj.gifbin222 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickassist_obj.gifbin225 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_error_obj.gifbin348 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_warning_obj.gifbin559 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/remove_correction.gifbin120 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_decl_obj.gifbin361 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_ref_obj.gifbin356 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/searchm_obj.gifbin200 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/settings_obj.gifbin343 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/skip.gifbin159 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/source_attach_attrib.gifbin582 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/template_obj.gifbin359 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/translate.gifbin343 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/type_separator.gifbin85 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/typevariable_obj.gifbin208 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/unknown_obj.gifbin368 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/warning_obj.gifbin324 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/abstract_co.gifbin79 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/annotation_tsk.gifbin63 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/callee_co.gifbin110 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/caller_co.gifbin110 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_abs_tsk.gifbin63 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_tsk.gifbin64 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/constr_ovr.gifbin81 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/deprecated.gifbin78 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/enum_tsk.gifbin65 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/error_co.gifbin82 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/final_co.gifbin64 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/focus_ovr.gifbin75 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/implm_co.gifbin63 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/interface_tsk.gifbin65 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/java_ovr.gifbin54 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/maxlevel_co.gifbin82 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/native_co.gifbin74 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/over_co.gifbin79 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/read.gifbin82 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/recursive_co.gifbin108 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/run_co.gifbin79 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/static_co.gifbin62 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_impl.gifbin112 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_over.gifbin111 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/synch_co.gifbin117 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/transient_co.gifbin99 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/volatile_co.gifbin75 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/warning_co.gifbin173 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/write.gifbin112 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/addlibrary_wiz.pngbin8001 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/cleanup_wiz.pngbin5416 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/coderefact_wiz.pngbin7686 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/compunitrefact_wiz.pngbin7572 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/export_javadoc_wiz.pngbin6525 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/exportapp_wiz.pngbin5207 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extractsupertype_wiz.pngbin4262 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extstr_wiz.pngbin6405 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fieldrefact_wiz.pngbin8469 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fixdepr_wiz.pngbin7277 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/jar_pack_wiz.pngbin7469 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_app_wiz.pngbin5277 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_attach_wiz.pngbin5468 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_workingset_wiz.pngbin8344 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/methrefact_wiz.pngbin8538 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newannotation_wiz.pngbin6974 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newclass_wiz.pngbin7824 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newenum_wiz.pngbin7276 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newint_wiz.pngbin7173 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjprj_wiz.pngbin6287 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjscriptfile_wiz.pngbin5728 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newpack_wiz.pngbin6523 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsbook_wiz.pngbin6507 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsrcfldr_wiz.pngbin6683 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/packrefact_wiz.pngbin8541 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/pullup_wiz.pngbin6002 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/refactor_wiz.pngbin7443 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/replacejar_wiz.pngbin8624 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/typerefact_wiz.pngbin8536 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/plugin.properties1026
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/plugin.xml6017
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/DocumentationProvider.exsd102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeContainerPage.exsd130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeUIInitializer.exsd104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/classpathAttributeConfiguration.exsd128
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/foldingStructureProviders.exsd142
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalComputer.exsd209
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalSorters.exsd149
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/javaEditorTextHovers.exsd143
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/javaElementFilters.exsd168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/javadocCompletionProcessor.exsd137
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/queryParticipants.exsd144
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/quickAssistProcessors.exsd165
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/schema/quickFixProcessors.exsd201
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/Corext.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.properties24
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/SourceRange.java125
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/ValidateEditException.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/BuildpathDelta.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/CPJavaProject.java80
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/ClasspathModifier.java1067
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/IBuildpathModifierListener.java22
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchy.java229
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.properties13
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyVisitor.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallLocation.java136
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallSearchResultCollector.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java313
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeMethodWrapper.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallerMethodWrapper.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/IImplementorFinder.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/Implementors.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/JavaImplementorFinder.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodCall.java80
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodReferencesSearchRequestor.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodWrapper.java320
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java259
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java244
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddGetterSetterOperation.java357
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddImportsOperation.java406
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java197
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java285
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java244
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.properties28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationSettings.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java207
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/GetterSetterUtil.java215
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/IRequestQuery.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ImportReferencesCollector.java395
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/OrganizeImportsOperation.java546
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/SortMembersOperation.java258
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility.java1474
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility2.java696
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ASTFlattener.java1407
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ASTNodeFactory.java200
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ASTNodes.java805
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/Bindings.java1014
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/BodyDeclarationRewrite.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/CodeScopeBuilder.java241
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/GenericVisitor.java659
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/HierarchicalASTVisitor.java789
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/JdtASTMatcher.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/LinkedNodeFinder.java280
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/LocalVariableIndex.java90
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ModifierRewrite.java139
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/NodeFinder.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ReplaceRewrite.java94
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ScopeAnalyzer.java787
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/Selection.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/SelectionAnalyzer.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/StatementRewrite.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/TokenScanner.java450
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/TypeBindingVisitor.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/TypeRules.java207
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/VariableDeclarationRewrite.java155
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/ASTFragment.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/ASTFragmentFactory.java192
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/ASTMatchingFragmentFinder.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/AssociativeInfixExpressionFragment.java437
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/IASTFragment.java88
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/IExpressionFragment.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/SimpleExpressionFragment.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/SimpleFragment.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/fragments/Util.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/AbstractFix.java140
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/CleanUpConstants.java1246
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/CleanUpPostSaveListener.java379
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/CleanUpPreferenceUtil.java215
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/CleanUpRefactoring.java1057
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/CodeStyleFix.java705
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ControlStatementsFix.java485
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ConvertForLoopOperation.java639
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ConvertIterableLoopOperation.java562
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ConvertLoopFix.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ConvertLoopOperation.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ExpressionsFix.java377
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/FixMessages.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/FixMessages.properties78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/IFix.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/IFixRewriteOperation.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ILinkedFixRewriteOperation.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/ImportsFix.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/LinkedFix.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/LinkedProposalModel.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/LinkedProposalPositionGroup.java184
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/SortMembersFix.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/StringFix.java229
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/UnusedCodeFix.java637
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/fix/VariableDeclarationFix.java535
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/javadoc/JavaDocCommentReader.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/javadoc/JavaDocLocations.java582
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/AbstractJavaElementRenameChange.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/Checks.java829
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/CollectingSearchRequestor.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/CuCollectingSearchRequestor.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/ExceptionInfo.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/IRefactoringSearchRequestor.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/JDTRefactoringContribution.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/JDTRefactoringDescriptor.java338
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/JDTRefactoringDescriptorComment.java300
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/JavaRefactoringArguments.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/ParameterInfo.java226
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringAvailabilityTester.java1124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringCoreMessages.java2350
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringElementFilter.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringExecutionStarter.java467
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringScopeFactory.java272
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringSearchEngine.java229
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/RefactoringSearchEngine2.java726
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/ReturnTypeInfo.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/SearchResultGroup.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/StubTypeContext.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/TypeContextChecker.java753
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/TypedSource.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/base/JDTChange.java260
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/base/JavaStatusContext.java272
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/base/JavaStringStatusContext.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/base/RefactoringStatusCodes.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/binary/AbstractCodeCreationOperation.java182
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/binary/SourceCreationOperation.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/binary/StubCreationOperation.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/binary/StubCreator.java255
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/AbstractDeleteChange.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/AddToClasspathChange.java128
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CompilationUnitChange.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CompilationUnitReorgChange.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CopyCompilationUnitChange.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CopyPackageChange.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CopyPackageFragmentRootChange.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CopyResourceChange.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CreateCompilationUnitChange.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/CreatePackageChange.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DeleteFileChange.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DeleteFolderChange.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DeleteFromClasspathChange.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DeletePackageFragmentRootChange.java170
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DynamicValidationRefactoringChange.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/DynamicValidationStateChange.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/MoveCompilationUnitChange.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/MovePackageChange.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/MovePackageFragmentRootChange.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/MoveResourceChange.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/MultiStateCompilationUnitChange.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/PackageFragmentRootReorgChange.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/PackageReorgChange.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/RefactoringDescriptorChange.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java127
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/RenamePackageChange.java199
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/RenameResourceChange.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/ResourceReorgChange.java153
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/TextChangeCompatibility.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/UndoCompilationUnitChange.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/UndoDeleteResourceChange.java80
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/UndoablePackageDeleteChange.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/Utils.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/changes/WorkspaceTracker.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/AstMatchingNodeFinder.java594
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/CallContext.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/CallInliner.java833
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/CodeRefactoringUtil.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ConstantChecks.java194
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java1032
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ExceptionAnalyzer.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java831
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java719
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java993
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ExtractTempRefactoring.java1007
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/InlineConstantRefactoring.java970
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/InlineMethodRefactoring.java566
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/InlineTempRefactoring.java437
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java1238
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java1275
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java575
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/Invocations.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/LocalTypeAnalyzer.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/NameCollector.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/OperatorPrecedence.java101
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ParameterData.java105
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java929
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java554
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/ScriptableRefactoring.java121
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/SnippetFinder.java221
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/SourceAnalyzer.java465
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/SourceProvider.java637
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/TargetProvider.java431
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/TempAssignmentFinder.java92
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/BlockFlowInfo.java19
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/BranchFlowInfo.java26
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/ConditionalFlowInfo.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/DoWhileFlowInfo.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/EnhancedForFlowInfo.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java889
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/FlowContext.java147
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/FlowInfo.java515
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/ForFlowInfo.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/GenericConditionalFlowInfo.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/GenericSequentialFlowInfo.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/IfFlowInfo.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/InOutFlowAnalyzer.java126
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java299
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/LocalFlowInfo.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/MessageSendFlowInfo.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/ReturnFlowInfo.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/SwitchFlowInfo.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/ThrowFlowInfo.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/TryFlowInfo.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/TypeVariableFlowInfo.java22
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/WhileFlowInfo.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/code/flow/WithFlowInfo.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/delegates/DelegateCreator.java460
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/delegates/DelegateFieldCreator.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/delegates/DelegateMethodCreator.java221
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/AccessorClassCreator.java331
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/AccessorClassModifier.java281
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/AccessorClassReference.java57
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/KeyValuePair.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSElement.java154
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSHint.java304
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSHintHelper.java454
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSLine.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSMessages.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSMessages.properties45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSPropertyFileModifier.java221
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSRefactoring.java527
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSScanner.java166
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSSourceModifier.java333
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSSubstitution.java331
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/NLSUtil.java209
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java327
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/SimpleLineReader.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/changes/CreateFileChange.java218
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/changes/CreateTextFileChange.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/changes/DeleteFileChange.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/changes/NLSChangesMessages.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/nls/changes/NLSChangesMessages.properties16
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/participants/JavaProcessors.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/participants/RefactoringProcessors.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/participants/ResourceModifications.java352
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/participants/ResourceProcessors.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/refactoring.properties1354
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/GenericRefactoringHandleTransplanter.java147
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/JavaRenameProcessor.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/JavaRenameRefactoring.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/MethodChecks.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/MethodOccurenceCollector.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RefactoringHandleTransplanter.java230
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RefactoringScanner.java214
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameAnalyzeUtil.java453
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java464
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameFieldProcessor.java907
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameJavaProjectProcessor.java227
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameLocalVariableProcessor.java440
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameMethodProcessor.java883
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameModifications.java265
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameNonVirtualMethodProcessor.java235
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenamePackageProcessor.java1073
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameResourceProcessor.java214
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java203
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameTypeProcessor.java1702
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameVirtualMethodProcessor.java217
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenamingNameSuggestor.java570
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RippleMethodFinder2.java358
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/TempDeclarationFinder.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/TempOccurrenceAnalyzer.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/TextMatchUpdater.java199
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/TypeOccurrenceCollector.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/rename/todo.txt3
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ASTNodeDeleteUtil.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ArrayTypeConverter.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/CopyModifications.java159
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/CreateCopyOfCompilationUnitChange.java208
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/CreateTargetExecutionLog.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/DeleteChangeCreator.java229
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/DeleteModifications.java240
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/IConfirmQuery.java18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ICreateTargetQueries.java17
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ICreateTargetQuery.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/INewNameQueries.java26
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/INewNameQuery.java17
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/IPackageFragmentRootManipulationQuery.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/IReorgDestinationValidator.java22
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/IReorgPolicy.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/IReorgQueries.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JDTCopyRefactoringDescriptor.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JDTMoveRefactoringDescriptor.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaCopyProcessor.java238
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaCopyRefactoring.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java884
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaDeleteRefactoring.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaElementTransfer.java136
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java312
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/LoggedCreateTargetChange.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/LoggedCreateTargetQueries.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/LoggedNewNameQueries.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/MonitoringCreateTargetQueries.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/MonitoringNewNameQueries.java88
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java420
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/MoveModifications.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/NullReorgQueries.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/OverwriteHelper.java228
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ParentChecker.java192
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ReadOnlyResourceFinder.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/RefactoringModifications.java94
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java3474
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ReorgUtils.java603
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/SourceReferenceUtil.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ChangeMethodSignatureRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ChangeTypeRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ConvertAnonymousRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/CopyRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/DeleteRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ExtractConstantRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ExtractMethodRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ExtractSupertypeRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/ExtractTempRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/InlineConstantRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/InlineMethodRefactoringContribution.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/InlineTempRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/IntroduceFactoryRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/IntroduceIndirectionRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/IntroduceParameterRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/MoveMemberTypeRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/MoveMethodRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/MoveRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/MoveStaticMembersRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/PromoteTempToFieldRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/PullUpRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/PushDownRefactoringContribution.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameCompilationUnitRefactoringContribution.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameFieldRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameJavaProjectRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameLocalVariableRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameMethodRefactoringContribution.java60
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenamePackageRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameResourceRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameSourceFolderRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/RenameTypeRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/SelfEncapsulateRefactoringContribution.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/scripting/UseSupertypeRefactoringContribution.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/sef/AccessAnalyzer.java316
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java823
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ASTNodeSearchUtil.java237
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/BodyUpdater.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java2623
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java1419
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/CompilationUnitRewrite.java323
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java265
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ExtractInterfaceConstraintsSolver.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java1110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ExtractSupertypeRefactoring.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/HierarchyProcessor.java634
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/IDefaultValueAdvisor.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/IMemberActionInfo.java14
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ImportRemover.java232
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ImportRewriteUtil.java177
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/JavaMoveRefactoring.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MemberCheckUtil.java161
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java1331
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java1488
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java2980
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MoveInstanceMethodRefactoring.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MoveStaticMemberAnalyzer.java204
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java1035
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/MovedMemberAnalyzer.java189
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/PullUpRefactoring.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java1862
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/PushDownRefactoring.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java993
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ReferenceAnalyzer.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ReferenceFinderUtil.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/TypeVariableMaplet.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/UseSuperTypeProcessor.java460
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/UseSuperTypeRefactoring.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/ConditionalTypeConstraint.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/CovariantTypeConstraint.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java758
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsModel.java564
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsSolver.java279
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java1250
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/structure/constraints/SuperTypeSet.java287
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/surround/ISurroundWithTryCatchQuery.java17
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/surround/LocalDeclarationAnalyzer.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/surround/SurroundWithAnalyzer.java135
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/surround/SurroundWithTryCatchRefactoring.java361
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/ICommentProvider.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/IDelegateUpdating.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/INameUpdating.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/IQualifiedNameUpdating.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/IReferenceUpdating.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/IScriptableRefactoring.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/ISimilarDeclarationUpdating.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/tagging/ITextUpdating.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ASTCreator.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/CompilationUnitRange.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/CompositeOrTypeConstraint.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ConstraintCollector.java622
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ConstraintCreator.java533
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ConstraintOperator.java107
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ConstraintVariable.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ConstraintVariableFactory.java258
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/DeclaringTypeVariable.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ExpressionVariable.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java675
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/IConstraintVariableFactory.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/IContext.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ITypeConstraint.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ITypeConstraintFactory.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/NullContext.java16
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ParameterTypeVariable.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/RawBindingVariable.java21
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/ReturnTypeVariable.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/SimpleTypeConstraint.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java147
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/TypeVariable.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/AbstractTypeVariable.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/ArrayType.java159
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/CaptureType.java106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/GenericType.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/HierarchyType.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/NullType.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/PrimitiveType.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/RawType.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/StandardType.java88
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/TType.java574
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java367
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/TypeTuple.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/UnboundWildcardType.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/VoidType.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/types/WildcardType.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java197
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/ArrayTypeSet.java207
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/EmptyTypeSet.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/EnumeratedTypeSet.java488
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/SingletonTypeSet.java178
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesOfSingleton.java265
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesSet.java300
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesOfSingleton.java253
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesSet.java293
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/TypeSet.java236
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetEnvironment.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java321
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetUnion.java152
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints/typesets/TypeUniverseSet.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ArrayElementVariable2.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ArrayTypeVariable2.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/CastVariable2.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/CollectionElementVariable2.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ConstraintVariable2.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ISourceConstraintVariable.java26
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ITypeConstraint2.java18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ITypeConstraintVariable.java18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ITypeSet.java24
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ImmutableTypeVariable2.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/IndependentTypeVariable2.java22
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ParameterTypeVariable2.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ParameterizedTypeVariable2.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/ReturnTypeVariable2.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/SubTypeConstraint2.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/TTypes.java138
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/TypeEquivalenceSet.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/TypeVariable2.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/typeconstraints2/VariableVariable2.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/AbstractExceptionAnalyzer.java125
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/Changes.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/CodeAnalyzer.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/CommentAnalyzer.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/JavaElementUtil.java240
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/JavadocUtil.java100
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/NoCommentSourceRangeComputer.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/QualifiedNameFinder.java158
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/QualifiedNameSearchResult.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/RefactoringASTParser.java147
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/RefactoringFileBuffers.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/ResourceUtil.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/SelectionAwareSourceRangeComputer.java105
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/StatementAnalyzer.java272
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/TextChangeManager.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/TextEditBasedChangeManager.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/refactoring/util/TightSourceRangeComputer.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/CodeTemplateContext.java107
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/CodeTemplateContextType.java353
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/CodeTemplates.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/CompilationUnitCompletion.java700
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/CompilationUnitContext.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/CompilationUnitContextType.java214
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/ElementTypeResolver.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/ExclusivePositionUpdater.java101
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/FieldResolver.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaContext.java603
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaContextType.java350
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaDocContext.java218
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaDocContextType.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaFormatter.java354
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaTemplateMessages.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaTemplateMessages.properties73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/JavaVariable.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/LocalVarResolver.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/NameResolver.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/SignatureUtil.java150
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/TemplateSet.java376
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/Templates.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/TypeVariableResolver.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/template/java/VarResolver.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/CodeFormatterUtil.java383
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/History.java311
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/IOCloser.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/JavaElementResourceMapping.java398
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/JavaModelUtil.java947
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/JdtFlags.java228
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/LRUMap.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/Messages.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/MethodOverrideTester.java373
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/OpenTypeHistory.java419
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/QualifiedTypeNameHistory.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/Resources.java238
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/SearchUtils.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/Strings.java433
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/SuperTypeHierarchyCache.java211
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/TypeFilter.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/TypeInfoFilter.java259
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/TypeInfoRequestorAdapter.java55
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/util/TypeNameMatchCollector.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/CompatibilityTemplateStore.java117
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/EditorInputAdapterFactory.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IJavaHelpContextIds.java440
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IJavaStatusConstants.java60
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IJavaThemeConstants.java152
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IJsGlobalScopeContainerInitializerExtension.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IProductConstants.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IResourceLocator.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/IUIConstants.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/InitializeAfterLoadJob.java55
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaElementAdapterFactory.java213
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaElementContainmentAdapter.java137
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaElementProperties.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaPerspectiveFactory.java100
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaPluginImages.java595
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaProjectAdapterFactory.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaScriptPlugin.java927
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaTaskListAdapter.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaUIException.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaUIMessages.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaUIMessages.properties179
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaUIPreferenceInitializer.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaUIStatus.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/JavaWorkbenchAdapter.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/Logger.java156
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/LogicalPackageAdapterFactory.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/MarkerAdapterFactory.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/PersistableJavaElementFactory.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/ProductProperties.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/ResourceAdapterFactory.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/ResourceLocator.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/SetupProjectsWizzard.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/SharedImages.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/AbstractToggleLinkingAction.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/ActionMessages.java376
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/ActionMessages.properties412
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/ActionUtil.java178
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/AddBlockCommentAction.java215
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/AddTaskAction.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/AllCleanUpsAction.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/BlockCommentAction.java327
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/CategoryFilterActionGroup.java530
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/CleanUpAction.java287
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/CompositeActionGroup.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/ConfigureContainerAction.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/CopyQualifiedNameAction.java269
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/ExtractSuperClassAction.java191
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/FindBrokenNLSKeysAction.java358
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/FoldingActionGroup.java246
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/FoldingMessages.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/FoldingMessages.properties49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/GenerateConstructorUsingFieldsContentProvider.java201
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java352
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/GenerateConstructorUsingFieldsValidator.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/GenerateJavadocAction.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/IndentAction.java570
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/JDTQuickMenuAction.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/LexicalSortingAction.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/MultiActionGroup.java126
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/MultiOrganizeImportAction.java60
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/MultiSortMembersAction.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/NewWizardsActionGroup.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/OccurrencesSearchMenuAction.java182
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/OpenBrowserUtil.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/OpenTypeAction.java119
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/OpenTypeInHierarchyAction.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/QuickMenuAction.java300
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/RemoveBlockCommentAction.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/SelectAllAction.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/SelectionConverter.java310
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/SurroundWithActionGroup.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/SurroundWithTemplateMenuAction.java412
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/actions/WorkbenchRunnableAdapter.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/IPackagesViewViewer.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/JavaBrowsingContentProvider.java537
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/JavaBrowsingMessages.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/JavaBrowsingMessages.properties24
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/JavaBrowsingPart.java1315
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java180
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/JavaElementTypeComparator.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/LogicalPackage.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/LogicalPackagesProvider.java214
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/MembersView.java336
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackageViewerWrapper.java343
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackagesView.java653
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackagesViewFlatContentProvider.java300
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.java646
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackagesViewLabelProvider.java162
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackagesViewTableViewer.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PackagesViewTreeViewer.java121
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/PatchedOpenInNewWindowAction.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/ProjectAndSourceFolderContentProvider.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/ProjectsView.java211
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/ToggleLinkingAction.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/TopLevelTypeProblemsLabelDecorator.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/browsing/TypesView.java219
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java204
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyFiltersActionGroup.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java154
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyLabelDecorator.java106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyLabelProvider.java106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyMessages.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyMessages.properties116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyUI.java276
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyViewPart.java948
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CallHierarchyViewer.java138
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CancelSearchAction.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/CopyCallHierarchyAction.java128
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/DeferredMethodWrapper.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/FiltersDialog.java226
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/FocusOnSelectionAction.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/HistoryAction.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/HistoryDropDownAction.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/HistoryListAction.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/ICallHierarchyViewPart.java19
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/LocationCopyAction.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/LocationLabelProvider.java103
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/LocationViewer.java127
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/MethodWrapperWorkbenchAdapter.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/OpenCallHierarchyAction.java239
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/OpenDeclarationAction.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/OpenLocationAction.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/RefreshAction.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchScopeAction.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchScopeActionGroup.java355
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchScopeHierarchyAction.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchScopeProjectAction.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchScopeWorkingSetAction.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchScopeWorkspaceAction.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SearchUtil.java137
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/SelectWorkingSetAction.java55
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/ToggleCallModeAction.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/ToggleOrientationAction.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/TreeRoot.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/callhierarchy/TreeTermination.java17
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/commands/JavaElementReferenceConverter.java233
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/commands/OpenElementInEditorHandler.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/commands/ShowElementInPackageViewHandler.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/commands/ShowElementInTypeHierarchyViewHandler.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/AddFromHistoryAction.properties33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/CompareAction.properties20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/CompareDialog.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/CompareMessages.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/CompareMessages.properties89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/CompareWithEditionAction.properties33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/EclipsePreferencesAdapter.java317
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaAddElementFromHistory.java22
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java304
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaCompareAction.java183
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaCompareUtilities.java454
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaCompareWithEditionAction.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaCompareWithEditionActionImpl.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaContentViewerCreator.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaElementHistoryPageSource.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaHistoryAction.java80
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaHistoryActionImpl.java334
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaMergeViewer.java423
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaNode.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaParseTreeBuilder.java205
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaReplaceWithEditionAction.java24
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaReplaceWithEditionActionImpl.java212
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaReplaceWithPreviousEditionAction.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaStructureCreator.java501
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaStructureDiffViewer.java215
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaStructureDiffViewerCreator.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaTextBufferNode.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaTextViewer.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaTextViewerCreator.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/JavaTokenComparator.java225
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/LocalHistoryActionGroup.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/ReplaceWithEditionAction.properties33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/ResizableDialog.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/compare/TextMergeViewerCreator.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/DialogsMessages.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/DialogsMessages.properties18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java1650
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/ListDialog.java107
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/MultiElementListSelectionDialog.java323
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/OpenTypeSelectionDialog.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java136
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/OptionalMessageDialog.java121
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/OverrideMethodDialog.java391
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/PackageSelectionDialog.java321
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/SortMembersMessageDialog.java186
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/SourceActionDialog.java655
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/StatusInfo.java196
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/StatusUtil.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/TableTextCellEditor.java437
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/TextFieldNavigationHandler.java505
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/TypeInfoViewer.java1583
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/TypeSelectionComponent.java437
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dialogs/TypeSelectionDialog2.java332
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dnd/BasicSelectionTransferDragAdapter.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dnd/DelegatingDragAdapter.java115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dnd/DelegatingDropAdapter.java268
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dnd/JdtViewerDragAdapter.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dnd/JdtViewerDropAdapter.java295
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/dnd/ResourceTransferDragAdapter.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/ClassFilter.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/ClosedProjectFilter.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/ContainedLibraryFilter.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/CustomFiltersDialog.java417
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/EmptyInnerPackageFilter.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/EmptyPackageFilter.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/FieldsFilter.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/FilterDescriptor.java277
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/FilterMessages.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/FilterMessages.properties23
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/ImportDeclarationFilter.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/JavaFileFilter.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/LibraryFilter.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/LocalTypesFilter.java24
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/NamePatternFilter.java105
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/NoPackageContainingFoldersFilter.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/NonJavaElementFilter.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/NonPublicFilter.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/NonPublicTypeFilter.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/NonSharedProjectFilter.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/filters/StaticsFilter.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/AbstractCleanUp.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CleanUpRefactoringWizard.java494
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CleanUpSaveParticipantConfigurationModifyDialog.java285
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java345
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CodeFormatCleanUp.java118
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CodeFormatFix.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CodeStyleCleanUp.java237
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CommentFormatCleanUp.java106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/CommentFormatFix.java204
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/ControlStatementsCleanUp.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/ConvertLoopCleanUp.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/ExpressionsCleanUp.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/ICleanUp.java175
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/ImportsCleanUp.java145
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/MultiFixMessages.java92
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/MultiFixMessages.properties73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/SaveParticipantMessages.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/SaveParticipantMessages.properties25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/SortMembersCleanUp.java175
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/StringCleanUp.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/UnnecessaryCodeCleanUp.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/UnusedCodeCleanUp.java219
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/fix/VariableDeclarationCleanUp.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/AbstractInfoView.java572
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/CopyToClipboardAction.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/GotoInputAction.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/InfoViewMessages.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/InfoViewMessages.properties35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/JavadocView.java703
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/SourceView.java518
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/infoviews/TextSelectionConverter.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/CheckboxTreeAndListGroup.java804
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/CreateJavadocActionDelegate.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocConsoleLineTracker.java158
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocExportMessages.java125
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocExportMessages.properties119
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocLinkDialogLabelProvider.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocLinkRef.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocMemberContentProvider.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocOptionsManager.java1158
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocProjectContentProvider.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocReader.java92
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java302
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocStandardWizardPage.java573
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocTreeWizardPage.java706
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocWizard.java456
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocWizardPage.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/JavadocWriter.java310
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javadocexport/RecentSettingsStore.java277
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ASTProvider.java672
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/AddClassFileMarkerAction.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/AddImportOnSelectionAction.java245
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java191
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java230
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileDocumentProvider.java388
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileEditor.java871
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileEditorActionContributor.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileEditorInputFactory.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileMarkerRulerAction.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ClipboardOperationAction.java507
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/CompilationUnitAnnotationModelEvent.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java1566
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/CompilationUnitEditor.java1739
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/CompoundEditExitStrategy.java242
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ConstructedJavaEditorMessages.properties218
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/DocumentAdapter.java524
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/EditorHighlightingSynchronizer.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/EditorUtility.java633
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ExternalClassFileEditorInput.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/GotoMatchingBracketAction.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/IClassFileEditorInput.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ICompilationUnitDocumentProvider.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ICompoundEditListener.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/IJavaAnnotation.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/IJavaEditorActionConstants.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ISavePolicy.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/IndentUtil.java476
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/InternalClassFileEditorInput.java129
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JarEntryEditorInput.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaAnnotationImageProvider.java165
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaAnnotationIterator.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaDocumentSetupParticipant.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaEditor.java3630
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaEditorErrorTickUpdater.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaEditorMessages.java127
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaEditorMessages.properties115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaElementHyperlink.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaMarkerAnnotation.java159
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaMoveLinesAction.java481
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaOutlinePage.java1401
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaSelectAnnotationRulerAction.java179
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaSelectMarkerRulerAction2.java115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaSelectRulerAction.java26
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaSourceViewer.java630
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/JavaTextSelection.java211
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/NLSKeyHyperlink.java184
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/NLSKeyHyperlinkDetector.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/OverrideIndicatorImageProvider.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/OverrideIndicatorManager.java248
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/RemoveOccurrenceAnnotations.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SemanticHighlighting.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SemanticHighlightingManager.java627
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SemanticHighlightingPresenter.java772
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java469
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SemanticHighlightings.java1665
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SemanticToken.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SpecificContentAssistAction.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/SpecificContentAssistExecutor.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/StorageMarkerAnnotationModel.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ToggleCommentAction.java318
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ToggleMarkOccurrencesAction.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/TogglePresentationAction.java149
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/ToggleTextHoverAction.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/WorkingCopyManager.java129
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/AbstractSaveParticipantPreferenceConfiguration.java177
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/IPostSaveListener.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/ISaveParticipantPreferenceConfiguration.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/SaveParticipantDescriptor.java90
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/SaveParticipantMessages.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/SaveParticipantMessages.properties12
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/saveparticipant/SaveParticipantRegistry.java160
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/GoToNextPreviousMemberAction.java241
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/SelectionActionMessages.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/SelectionActionMessages.properties32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/SelectionHistory.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/StructureSelectEnclosingAction.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/StructureSelectHistoryAction.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/StructureSelectNextAction.java98
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/StructureSelectPreviousAction.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/javaeditor/selectionactions/StructureSelectionAction.java170
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaModelAdapterFactory.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaModelContentProvider.java83
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaModelLabelProvider.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaModelMerger.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaModelProvider.java80
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaRefactoringDescriptorResourceMapping.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaRefactoringHistoryResourceMapping.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaResourceMapping.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaSynchronizationCompareAdapter.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaSynchronizationContentProvider.java808
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/JavaSynchronizationLabelProvider.java173
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/ModelMessages.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/model/ModelMessages.properties12
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/CommonLayoutActionGroup.java146
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/ContainerFolder.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/IExtensionStateConstants.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaDropAdapterAssistant.java252
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaFileLinkHelper.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaNavigatorActionProvider.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaNavigatorContentProvider.java343
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaNavigatorLabelProvider.java199
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaNavigatorRefactorActionProvider.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/JavaNavigatorViewActionProvider.java154
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/NonEssentialElementsFilter.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/NonEssentialEmptyInnerPackageFilter.java21
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/NonEssentialEmptyPackageFilter.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/OpenAndExpand.java264
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/navigator/PackageExplorerOpenActionProvider.java92
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/CollapseAllAction.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/CustomHashtable.java403
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/DefaultElementComparer.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/FileTransferDragAdapter.java240
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/FileTransferDropAdapter.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/GotoPackageAction.java83
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/GotoRequiredProjectAction.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/GotoResourceAction.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/GotoTypeAction.java100
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/HierarchicalDecorationContext.java94
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/IMultiElementTreeContentProvider.java18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/JsGlobalScopeContainer.java188
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/LayoutActionGroup.java112
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/LibraryContainer.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/NamespaceGroup.java314
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackageExplorerActionGroup.java393
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackageExplorerContentProvider.java1527
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackageExplorerLabelProvider.java166
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackageExplorerPart.java1604
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackageExplorerProblemsDecorator.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackageFragmentRootContainer.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesFrameSource.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/SelectionTransferDragAdapter.java21
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/SelectionTransferDropAdapter.java244
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/ToggleLinkingAction.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/WorkingSetAwareContentProvider.java246
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/WorkingSetAwareJavaElementSorter.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/WorkingSetDropAdapter.java262
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/AbstractConfigurationBlock.java469
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/AbstractConfigurationBlockPreferenceAndPropertyPage.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/AbstractConfigurationBlockPreferencePage.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/AppearancePreferencePage.java235
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/BuildPathsPropertyPage.java269
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/BulletListBlock.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CleanUpPreferencePage.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeAssistAdvancedConfigurationBlock.java768
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeAssistAdvancedPreferencePage.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeAssistConfigurationBlock.java420
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeAssistFavoritesConfigurationBlock.java464
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeAssistFavoritesPreferencePage.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeAssistPreferencePage.java98
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeFormatterPreferencePage.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeFormatterPreviewCode.txt44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeStylePreferencePage.java126
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeTemplateBlock.java580
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeTemplatePreferencePage.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CodeTemplateSourceViewerConfiguration.java159
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ColorSettingPreviewCode.txt31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ComplianceConfigurationBlock.java617
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/CompliancePreferencePage.java146
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/EditTemplateDialog.java608
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/FoldingConfigurationBlock.java377
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/FoldingPreferencePage.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/IPreferenceAndPropertyConfigurationBlock.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/IPreferenceConfigurationBlock.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ImportOrganizeConfigurationBlock.java508
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ImportOrganizeInputDialog.java240
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ImportOrganizePreferencePage.java135
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaBasePreferencePage.java223
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaBuildConfigurationBlock.java310
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaBuildPreferencePage.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaCategoryPropertyPage.java113
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java433
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java960
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorColoringPreferencePage.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java580
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorHoverPreferencePage.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorPreferencePage.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaEditorPropertyPage.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaElementInfoPage.java142
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaPreferencesSettings.java113
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaScriptMainPage.java60
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaSourcePreviewerUpdater.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavaTemplatePreferencePage.java164
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavadocConfigurationBlock.java920
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java254
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavadocProblemsConfigurationBlock.java266
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/JavadocProblemsPreferencePage.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java267
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/MarkOccurrencesPreferencePage.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/MembersOrderPreferenceCache.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/MembersOrderPreferencePage.java409
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/MockupPreferenceStore.java273
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/NameConventionConfigurationBlock.java513
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/NewJavaProjectPreferencePage.java519
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/OccurrencesPreferencePage.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/OptionsConfigurationBlock.java881
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/OverlayPreferenceStore.java486
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/PreferencesAccess.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/PreferencesMessages.java780
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/PreferencesMessages.properties911
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java606
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ProblemSeveritiesPreferencePage.java154
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ProfilePreferencePage.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ProjectSelectionDialog.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/PropertiesFileEditorColorSettingPreviewCode.txt5
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/PropertyAndPreferencePage.java339
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/SaveParticipantConfigurationBlock.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/SaveParticipantPreferencePage.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/ScrolledPageContent.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/SmartTypingConfigurationBlock.java263
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/SmartTypingPreferencePage.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/SourceAttachmentPropertyPage.java212
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/TodoTaskConfigurationBlock.java369
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/TodoTaskInputDialog.java162
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/TodoTaskPreferencePage.java143
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/TypeFilterInputDialog.java150
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/TypeFilterPreferencePage.java280
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/UserLibraryPreferencePage.java1311
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/WorkInProgressPreferencePage.java165
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java269
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpMessages.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpMessages.properties55
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpModifyDialog.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpPreview.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpProfileManager.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpProfileVersioner.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CleanUpTabPage.java158
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CodeFormatingTabPage.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/CodeStyleTabPage.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/cleanup/UnnecessaryCodeTabPage.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java208
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/BlankLinesTabPage.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/BracesTabPage.java182
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/CommentsTabPage.java242
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/CompilationUnitPreview.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ControlStatementsTabPage.java143
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/CreateProfileDialog.java215
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.java498
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties561
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterModifyDialog.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterProfileManager.java128
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterProfileStore.java144
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterTabPage.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/IProfileVersioner.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/IndentationTabPage.java191
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/JavaPreview.java216
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/LineWrappingTabPage.java893
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ModifyDialog.java389
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java817
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/NewLinesTabPage.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ProfileConfigurationBlock.java452
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ProfileManager.java795
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ProfileStore.java342
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/ProfileVersioner.java687
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/SnippetPreview.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java1261
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java475
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ChangeExceptionHandler.java160
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ChangeExceptionsControl.java317
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ChangeParametersControl.java732
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ChangeSignatureWizard.java396
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ChangeTypeContentProvider.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ChangeTypeWizard.java371
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ComboSelectionDialog.java92
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/CompilationUnitChangeNode.java202
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.java152
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/CreateTextFileChangePreviewViewer.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/DelegateUIHelper.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ExtractConstantWizard.java315
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java563
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ExtractSupertypeMethodPage.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ExtractSupertypeWizard.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ExtractTempWizard.java172
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IExceptionListChangeListener.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IParameterListChangeListener.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IScheduledRefactoring.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IVisibilityChangeListener.java15
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/InlineConstantWizard.java143
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/InlineTempWizard.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IntroduceFactoryInputPage.java223
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IntroduceFactoryWizard.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java236
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IntroduceIndirectionWizard.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/IntroduceParameterWizard.java195
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/JavaStatusContextViewer.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/MessageWizardPage.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/MoveInnerToTopWizard.java184
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/MoveInstanceMethodWizard.java339
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/MoveMembersWizard.java293
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/ParameterEditDialog.java226
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/PromoteTempWizard.java234
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/PullPushCheckboxTableViewer.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/PullUpMemberPage.java972
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/PullUpMethodPage.java562
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/PullUpWizard.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/PushDownWizard.java599
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/QualifiedNameComponent.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/RefactoringAdapterFactory.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/RefactoringExecutionHelper.java211
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/RefactoringMessages.java968
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/RefactoringSaveHelper.java226
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/RefactoringSavePreferences.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/TextInputWizardPage.java195
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/UseSupertypeWizard.java320
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/UserInterfaceManager.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/UserInterfaceStarter.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/VisibilityControlUtil.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/ApplyRefactoringScriptAction.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/CreateRefactoringScriptAction.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/InlineConstantAction.java155
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/InlineMethodAction.java149
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/ListDialog.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/MoveInstanceMethodAction.java144
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/MoveStaticMembersAction.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/RefactoringActions.java83
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/RefactoringStarter.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/RenameJavaElementAction.java215
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/RenameResourceAction.java57
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/actions/ShowRefactoringHistoryAction.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/binary/BinaryRefactoringHistoryWizard.java731
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/code/ExtractMethodInputPage.java407
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/code/ExtractMethodWizard.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/code/InlineMethodInputPage.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/code/InlineMethodWizard.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/code/ReplaceInvocationsInputPage.java152
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/code/ReplaceInvocationsWizard.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java260
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/CompletionContextRequestor.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java121
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java155
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java150
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java137
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java194
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java127
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/AccessorDescription.java146
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/ExternalizeWizard.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java1332
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/MultiStateCellEditor.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/NLSAccessorConfigurationDialog.java442
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/NLSUIMessages.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/NLSUIMessages.properties97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/PackageBrowseAdapter.java144
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/PackageFragmentSelection.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/PackageSelectionDialogButtonField.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/PackageSelectionStringButtonAdapter.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/RenameKeysDialog.java106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/SourceChangeListener.java18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/SourceContainerDialog.java107
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/SourceFirstPackageSelectionDialogField.java202
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/SourceFolderSelectionDialogButtonField.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/CompilationUnitEntry.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/FileEntry.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/LineReader.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchEditorOpener.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchMessages.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchMessages.properties25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java185
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchResult.java234
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchResultLabelProvider2.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchResultPage.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java377
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/Properties.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/nls/search/SearchBrokenNLSKeysUtil.java26
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/refactoringui.properties618
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java357
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/CreateTargetQueries.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/CutAction.java105
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/DeleteAction.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/DeleteUserInterfaceManager.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/DeleteWizard.java287
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/DestinationContentProvider.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/NewNameQueries.java213
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/PasteAction.java1141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameCuWizard.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameFieldWizard.java221
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameInformationPopup.java822
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java313
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameJavaProjectWizard.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameLinkedMode.java610
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameLocalVariableWizard.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameMethodUserInterfaceStarter.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameMethodWizard.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenamePackageWizard.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameRefactoringWizard.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameResourceWizard.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameSelectionState.java140
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameSourceFolderWizard.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameTypeParameterWizard.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameTypeWizard.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameTypeWizardInputPage.java192
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java165
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsPage.java778
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameUserInterfaceManager.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgCopyAction.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgCopyStarter.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgCopyWizard.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgMessages.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgMessages.properties176
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgMoveAction.java103
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgMoveStarter.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java262
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgQueries.java418
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/ReorgUserInputPage.java146
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/reorg/TypedSourceTransfer.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java330
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/refactoring/sef/SelfEncapsulateFieldWizard.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/BreakContinueTargetFinder.java281
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/ExceptionOccurrencesFinder.java252
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/ExceptionOccurrencesGroupKey.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/FindOccurrencesEngine.java115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/GroupAction.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/IOccurrencesFinder.java57
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/ImplementOccurrencesFinder.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaElementLine.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaElementMatch.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaMatchFilter.java507
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchContentProvider.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchEditorOpener.java151
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchPage.java976
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchPageScoreComputer.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchQuery.java261
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchResult.java214
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchResultPage.java547
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchScopeFactory.java436
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/JavaSearchTableContentProvider.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/LRUWorkingSetsList.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/LevelTreeContentProvider.java251
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/MethodExitsFinder.java254
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/NewSearchResultCollector.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/NewSearchViewActionGroup.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OccurrencesFinder.java295
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OccurrencesGroupKey.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OccurrencesSearchLabelProvider.java47
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OccurrencesSearchQuery.java108
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OccurrencesSearchResult.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OccurrencesSearchResultPage.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/OpenJavaSearchPageAction.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/PatternStrings.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/PostfixLabelProvider.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchLabelProvider.java238
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchMessages.java250
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchMessages.properties312
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchParticipantDescriptor.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchParticipantRecord.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchParticipantsExtensionPoint.java98
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchResultUpdater.java159
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SearchUtil.java236
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SortAction.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/SortingLabelProvider.java101
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/TextSearchLabelProvider.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/TextSearchTableContentProvider.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/WorkingSetComparator.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/search/WorkingSetsComparator.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/AbstractInformationControl.java775
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/AbstractJavaScanner.java356
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/BufferedDocumentScanner.java176
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/ChangeHoverInformationControl.java222
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/CombinedWordRule.java371
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/CompositeReconcilingStrategy.java117
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/ContentAssistPreference.java233
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/DocumentCharacterIterator.java222
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/FastJavaPartitionScanner.java560
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/HTMLAnnotationHover.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/ISourceVersionDependent.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/ITypingRunListener.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaBreakIterator.java420
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaChangeHover.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaCodeReader.java239
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaColorManager.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaCommentScanner.java294
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaCompositeReconcilingStrategy.java138
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaElementProvider.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaHeuristicScanner.java950
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaIndenter.java1649
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaOutlineInformationControl.java755
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaPairMatcher.java155
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaPartitionScanner.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaPresentationReconciler.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaReconciler.java416
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaWhitespaceDetector.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaWordDetector.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaWordFinder.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/JavaWordIterator.java223
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/LineBreakingReader.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/PreferencesAdapter.java330
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/SequenceCharacterIterator.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/SimpleJavaSourceViewerConfiguration.java142
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/SingleTokenJavaScanner.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/SmartBackspaceManager.java275
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/Symbols.java55
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/TextMessages.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/TextMessages.properties25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/TypingRun.java103
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/TypingRunDetector.java469
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/comment/CommentFormattingContext.java57
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/comment/CommentFormattingStrategy.java373
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ASTResolving.java930
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ASTRewriteCorrectionProposal.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java200
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/AddArgumentCorrectionProposal.java127
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/AddImportCorrectionProposal.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java2172
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/AssignToVariableAssistProposal.java342
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/AssistContext.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CUCorrectionProposal.java584
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ChangeCorrectionProposal.java280
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java481
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ConstructorFromSuperclassProposal.java230
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ContributedProcessorDescriptor.java137
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CorrectMainTypeNameProposal.java81
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CorrectionCommandHandler.java156
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CorrectionCommandInstaller.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java590
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CorrectionMessages.java315
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/CorrectionMessages.properties353
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/FixCorrectionProposal.java201
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ICommandAccess.java26
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/IStatusLineProposal.java30
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/JavaCorrectionAssistant.java329
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/JavaCorrectionProcessor.java513
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/JavadocTagsSubProcessor.java517
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/LinkedCorrectionProposal.java95
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/LinkedNamesAssistProposal.java288
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java896
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/MarkerResolutionProposal.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/MissingReturnTypeCorrectionProposal.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ModifierChangeCompletionProposal.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java1073
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/NameMatcher.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.java395
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/NewDefiningMethodProposal.java119
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/NewMethodCompletionProposal.java239
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/NewVariableCompletionProposal.java483
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ProblemLocation.java174
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/QuickAssistLightBulbUpdater.java281
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/QuickAssistProcessor.java1366
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/QuickFixProcessor.java449
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/QuickTemplateProcessor.java195
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/RemoveDeclarationCorrectionProposal.java237
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/RenameNodeCompletionProposal.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java512
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ReplaceCorrectionProposal.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/ReturnTypeSubProcessor.java315
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/SimilarElement.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/SimilarElementsRequestor.java219
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/SurroundWith.java563
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/TaskMarkerProposal.java152
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/TypeChangeCompletionProposal.java161
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/TypeMismatchSubProcessor.java294
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java109
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java1464
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java153
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/folding/EmptyJavaFoldingPreferenceBlock.java79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/folding/FoldingMessages.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/folding/FoldingMessages.properties22
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/folding/JavaFoldingStructureProviderDescriptor.java115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/folding/JavaFoldingStructureProviderRegistry.java139
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/BrowserInformationControl.java591
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/HTML2TextReader.java330
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/HTMLMessages.java83
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/HTMLMessages.properties16
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/HTMLPrinter.java306
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/HTMLTextPresenter.java315
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/SingleCharReader.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/html/SubstitutionTextReader.java162
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/AbstractJavaCompletionProposal.java1035
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/AlphabeticSorter.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java261
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/AnonymousTypeProposalInfo.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/CompletionProposalCategory.java327
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java547
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/CompletionProposalComputerRegistry.java388
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ContentAssistComputerParameter.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ContentAssistHistory.java481
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ContentAssistProcessor.java559
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/FieldProposalInfo.java68
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/FilledArgumentNamesMethodProposal.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/GetterSetterCompletionProposal.java144
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/HippieProposalComputer.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/IJavaReconcilingListener.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/IProblemRequestorExtension.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/IReconcilingParticipant.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ImportCompletionProposal.java206
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaAutoIndentStrategy.java1362
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaCodeScanner.java561
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaCompletionProcessor.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaCompletionProposal.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaCompletionProposalComputer.java245
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaContentAssistHandler.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaDoubleClickSelector.java340
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaFormattingStrategy.java100
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaMethodCompletionProposal.java222
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaNoTypeCompletionProposalComputer.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaParameterListValidator.java318
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaReconcilingStrategy.java191
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java199
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaStringDoubleClickSelector.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaTextMessages.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaTextMessages.properties69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaTypeCompletionProposal.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaTypeCompletionProposalComputer.java190
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavadocDoubleClickStrategy.java249
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/LazyGenericTypeProposal.java455
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/LazyJavaCompletionProposal.java428
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java372
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/MemberProposalInfo.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/MethodDeclarationCompletionProposal.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/MethodProposalInfo.java217
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/OverrideCompletionProposal.java174
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ParameterGuesser.java654
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ParameterGuessingProposal.java318
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ProposalContextInformation.java105
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ProposalInfo.java135
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ProposalSorterHandle.java280
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/ProposalSorterRegistry.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/RelevanceSorter.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java1012
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/TemplateCompletionProposalComputer.java208
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/TypeProposalInfo.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/AbstractAnnotationHover.java176
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java182
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/AnnotationExpandHover.java308
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/AnnotationExpansionControl.java844
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/AnnotationHover.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/BestMatchHover.java130
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaEditorTextHoverDescriptor.java293
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java109
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaExpandHover.java205
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaHoverMessages.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaHoverMessages.properties23
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaInformationProvider.java178
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaSourceHover.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavaTypeHover.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/JavadocHover.java233
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/NLSStringHover.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/ProblemHover.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/hover/SourceViewerInformationControl.java458
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java250
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/IHtmlTagConstants.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/IJavaDocTagConstants.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java371
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java435
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavaDocMessages.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavaDocMessages.properties18
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavaDocScanner.java214
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavadocCompletionProposalComputer.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavadocContentAssistInvocationContext.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavadocInlineTagCompletionProposal.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavadocLinkTypeCompletionProposal.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/LegacyJavadocCompletionProposalComputer.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/javadoc/OAADocReader.java121
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/JavaSpellingReconcileStrategy.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/SpellingQuickFixProcessor.java228
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java615
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/DefaultPhoneticDistanceAlgorithm.java103
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/DefaultPhoneticHashProvider.java683
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java375
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/IPhoneticDistanceAlgorithm.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/IPhoneticHashProvider.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/ISpellCheckEngine.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/ISpellCheckIterator.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/ISpellChecker.java126
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/ISpellDictionary.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/ISpellEvent.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/ISpellEventListener.java29
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/LocaleSensitiveSpellDictionary.java59
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/PersistentSpellDictionary.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/RankedWordProposal.java102
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/spelling/engine/SpellEvent.java109
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/InclusivePositionUpdater.java103
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/MultiVariable.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/MultiVariableGuess.java283
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/PositionBasedCompletionProposal.java197
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java267
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/TemplateContentAssistMessages.java32
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/TemplateContentAssistMessages.properties17
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/TemplateEngine.java164
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/TemplateInformationControlCreator.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/TemplateProposal.java537
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/contentassist/VariablePosition.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/preferences/TemplateContentProvider.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/preferences/TemplatePreferencesMessages.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/preferences/TemplatePreferencesMessages.properties12
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/preferences/TemplateVariableProcessor.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/template/preferences/TemplateVariableProposal.java114
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/AbstractHierarchyViewerSorter.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/EnableMemberFilterAction.java51
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/FocusOnSelectionAction.java70
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/FocusOnTypeAction.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/HierarchyInformationControl.java369
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/HierarchyLabelProvider.java182
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/HierarchyViewerSorter.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/HistoryAction.java58
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/HistoryDropDownAction.java105
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/HistoryListAction.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/ITypeHierarchyLifeCycleListener.java27
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/MethodsContentProvider.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/MethodsLabelProvider.java147
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/MethodsViewer.java313
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/ShowInheritedMembersAction.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/ShowQualifiedTypeNamesAction.java50
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/SortByDefiningTypeAction.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/SubTypeHierarchyViewer.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/SuperTypeHierarchyViewer.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/ToggleLinkingAction.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/ToggleOrientationAction.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/ToggleViewAction.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java151
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java353
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java274
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyMessages.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyMessages.properties109
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyTransferDropAdapter.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java1646
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/typehierarchy/TypeHierarchyViewer.java194
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/BusyIndicatorRunnableContext.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/ConvertAction.java262
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/CoreUtility.java196
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/ElementValidator.java203
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/ExceptionHandler.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/JSDScopeUiUtil.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/JavaUIHelp.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/JavadocHelpContext.java242
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/OpenTypeHierarchyUtil.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/PatternConstructor.java129
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/PixelConverter.java28
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/RowLayouter.java184
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/SWTUtil.java109
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/SelectionUtil.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/StringMatcher.java384
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/TableLayoutComposite.java186
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/TypeNameMatchLabelProvider.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/util/ViewerPane.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/AppearanceAwareLabelProvider.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/BindingLabelProvider.java424
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ColoredJavaElementLabels.java895
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ColoredString.java173
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ColoredViewersManager.java218
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/DecoratingJavaLabelProvider.java101
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/FilterUpdater.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/HistoryDropDownAction.java153
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/HistoryListAction.java242
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/IProblemChangedListener.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/IRichLabelProvider.java19
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ISelectionListenerWithAST.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/IViewPartInputProvider.java25
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ImageDescriptorRegistry.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ImageDisposer.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ImageImageDescriptor.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/JavaElementImageProvider.java399
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/JavaUILabelProvider.java278
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/JavaViewerFilter.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/LabelProviderDisposer.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/LibraryFilter.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/MemberFilter.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/MemberFilterAction.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/OwnerDrawSupport.java163
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ProblemMarkerManager.java180
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ProblemTableViewer.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ProblemTreeViewer.java328
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ProjectTemplateStore.java172
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ResourceToItemsMapper.java179
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java211
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/SelectionProviderMediator.java206
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/SourcePositionComparator.java113
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/StatusBarUpdater.java106
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/StorageLabelProvider.java136
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/TreeHierarchyLayoutProblemsDecorator.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/viewsupport/ViewHistory.java103
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/ClassPathDetector.java238
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/IStatusChangeListener.java23
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/JavaProjectWizard.java188
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/JavaProjectWizardFirstPage.java725
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/JavaProjectWizardSecondPage.java462
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewClassCreationWizard.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewElementWizard.java168
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewJSFileWizardPage.java257
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewJSWizard.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewSourceFolderWizardPage.java510
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewWizardMessages.java683
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/NewWizardMessages.properties901
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/OpenJavaScriptFileWizardToolbarAction.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/OpenJavaScriptProjectWizardToolbarAction.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/TypedElementSelectionValidator.java100
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/TypedViewerFilter.java64
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/AccessRuleEntryDialog.java173
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/AccessRulesDialog.java361
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/AccessRulesLabelProvider.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/AddSourceFolderWizard.java117
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java732
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/ArchiveFileFilter.java110
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/BuildPathBasePage.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/BuildPathSupport.java303
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/BuildPathWizard.java104
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java1016
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/CPListElement.java828
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/CPListElementAttribute.java148
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/CPListElementSorter.java98
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java360
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java165
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/ClasspathAttributeConfigurationDescriptors.java122
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/ClasspathOrderingWorkbookPage.java233
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/CreateMultipleSourceFoldersDialog.java298
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/EditFilterWizard.java62
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/ExclusionInclusionDialog.java314
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/ExclusionInclusionEntryDialog.java285
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/FolderSelectionDialog.java115
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JARFileSelectionDialog.java186
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JavadocAttributeConfiguration.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JavadocLocationDialog.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JsGlobalScopeContainerDefaultPage.java142
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JsGlobalScopeContainerDescriptor.java131
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JsGlobalScopeContainerSelectionPage.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/JsGlobalScopeContainerWizard.java198
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java863
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/MultipleFolderSelectionDialog.java312
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/NewContainerDialog.java158
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/NewSourceFolderDialog.java194
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java473
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java333
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java583
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/SourceAttachmentDialog.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java918
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java254
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java326
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java226
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/BuildpathModifierAction.java189
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierDropDownAction.java178
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java342
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/CreateLinkedSourceFolderAction.java117
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/CreateLinkedSourceFolderAction2.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/CreateSourceFolderAction.java120
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/CreateSourceFolderAction2.java36
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java451
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java292
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/EditFilterAction.java154
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/ExcludeFromBuildpathAction.java175
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/HelpAction.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java318
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/IncludeToBuildpathAction.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.java515
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java334
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java263
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveLinkedFolderDialog.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/ResetAllAction.java177
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java284
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/ComboDialogField.java252
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/DialogField.java239
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/IDialogFieldListener.java23
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/IListAdapter.java33
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/IStringButtonAdapter.java20
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/ITreeListAdapter.java46
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/LayoutUtil.java132
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/ListDialogField.java942
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/ObjectStringStatusButtonDialogField.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField.java209
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/SelectionButtonDialogFieldGroup.java274
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/Separator.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/StringButtonDialogField.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/StringButtonStatusDialogField.java180
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/StringDialogField.java190
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/wizards/dialogfields/TreeListDialogField.java909
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/AbstractWorkingSetWizardPage.java136
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/ClearWorkingSetAction.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/ConfigureWorkingSetAction.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java573
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/EditWorkingSetAction.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/EditorTracker.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/IWorkingSetActionGroup.java23
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/JavaWorkingSetElementAdapter.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/JavaWorkingSetPage.java480
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/JavaWorkingSetPageContentProvider.java57
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/JavaWorkingSetUpdater.java242
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/Mementos.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/OpenPropertiesWorkingSetAction.java55
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/OthersWorkingSetUpdater.java204
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/RemoveWorkingSetElementAction.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/SelectWorkingSetAction.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/SimpleWorkingSetSelectionDialog.java335
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/ViewAction.java35
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/ViewActionGroup.java177
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetConfigurationBlock.java403
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java609
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetFilter.java222
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java355
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetMenuContributionItem.java101
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetMessages.java87
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetMessages.properties79
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetModel.java456
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/workingsets/WorkingSetShowActionGroup.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/libraries/BasicBrowserLibraryContainerUIExtension.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/libraries/rino.gifbin637 -> 0 bytes-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/CodeGeneration.java336
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/CodeStyleConfiguration.java96
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IContextMenuConstants.java149
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IDocumentationReader.java40
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IJavaScriptElementSearchConstants.java93
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IPackagesViewPart.java56
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/ISharedImages.java317
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/ITypeHierarchyViewPart.java204
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IWorkingCopyManager.java88
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IWorkingCopyManagerExtension.java48
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/IWorkingCopyProvider.java38
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JSdocContentAccess.java357
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaElementSorter.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptElementComparator.java358
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptElementImageDescriptor.java297
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptElementLabelProvider.java268
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptElementLabels.java1191
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptLibrariesAction.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptSourceFoldersAction.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptSuperTypeAction.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/JavaScriptUI.java753
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/Messages.java42
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/OverrideIndicatorLabelDecorator.java237
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/PreferenceConstants.java3772
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/ProblemsLabelDecorator.java398
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/ProjectLibraryRoot.java181
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/StandardJavaScriptElementContentProvider.java509
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/AbstractOpenWizardAction.java179
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/AddDelegateMethodsAction.java596
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/AddGetterSetterAction.java1083
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/AddJavaDocStubAction.java223
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/AddToClasspathAction.java166
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/AddUnimplementedConstructorsAction.java597
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/BuildActionGroup.java133
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/CCPActionGroup.java176
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ChangeTypeAction.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ConvertAnonymousToNestedAction.java161
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ConvertLocalToFieldAction.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ConvertNestedToTopAction.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ConvertingSelectionProvider.java177
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/CustomFiltersActionGroup.java757
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/DeclarationsSearchGroup.java207
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ExternalizeStringsAction.java541
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ExtractConstantAction.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ExtractMethodAction.java88
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ExtractTempAction.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindAction.java323
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindDeclarationsAction.java78
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindDeclarationsInHierarchyAction.java88
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindDeclarationsInProjectAction.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindDeclarationsInWorkingSetAction.java112
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindExceptionOccurrencesAction.java125
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindImplementOccurrencesAction.java124
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindImplementorsAction.java82
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindImplementorsInProjectAction.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindImplementorsInWorkingSetAction.java112
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindOccurrencesInFileAction.java219
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReadReferencesAction.java75
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReadReferencesInHierarchyAction.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReadReferencesInProjectAction.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReadReferencesInWorkingSetAction.java99
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReferencesAction.java98
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReferencesInHierarchyAction.java89
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReferencesInProjectAction.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindReferencesInWorkingSetAction.java111
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindWriteReferencesAction.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindWriteReferencesInHierarchyAction.java76
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindWriteReferencesInProjectAction.java85
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FindWriteReferencesInWorkingSetAction.java100
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/FormatAllAction.java430
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/GenerateActionGroup.java535
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java387
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/IJavaEditorActionDefinitionIds.java635
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ImplementorsSearchGroup.java195
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ImportActionGroup.java74
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/InlineAction.java135
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/InlineTempAction.java125
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/IntroduceFactoryAction.java136
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/IntroduceIndirectionAction.java154
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/IntroduceParameterAction.java83
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/JavaSearchActionGroup.java183
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/JdtActionConstants.java565
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/MemberFilterActionGroup.java346
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ModifyParametersAction.java167
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/MoveAction.java256
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/NavigateActionGroup.java107
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OccurrencesSearchGroup.java192
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenAction.java225
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenEditorActionGroup.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenExternalJavadocAction.java202
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenJavaPerspectiveAction.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenNewClassWizardAction.java84
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenNewJavaProjectWizardAction.java66
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenProjectAction.java227
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenSuperImplementationAction.java195
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenTypeHierarchyAction.java259
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OpenViewActionGroup.java314
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OrganizeImportsAction.java397
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/OverrideMethodsAction.java276
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ProjectActionGroup.java218
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/PullUpAction.java179
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/PushDownAction.java179
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ReadReferencesSearchGroup.java205
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/RefactorActionGroup.java670
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ReferencesSearchGroup.java217
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/RefreshAction.java221
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/RemoveFromClasspathAction.java138
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/RenameAction.java116
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ReplaceInvocationsAction.java141
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/SelectionDispatchAction.java254
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/SelfEncapsulateFieldAction.java165
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ShowActionGroup.java134
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ShowInNavigatorViewAction.java171
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/ShowInPackageViewAction.java135
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/SortMembersAction.java257
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/SurroundWithTryCatchAction.java145
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/UseSupertypeAction.java157
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/WorkingSetFindAction.java90
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/actions/WriteReferencesSearchGroup.java205
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/dialogs/ITypeInfoFilterExtension.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/dialogs/ITypeInfoImageProvider.java45
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/dialogs/ITypeInfoRequestor.java61
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/dialogs/ITypeSelectionComponent.java31
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/dialogs/TypeSelectionExtension.java97
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/messages.properties11
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/project/JsNature.java273
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/refactoring/IRefactoringProcessorIds.java274
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/refactoring/RenameSupport.java471
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/search/ElementQuerySpecification.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/search/IMatchPresentation.java65
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/search/IQueryParticipant.java63
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/search/ISearchRequestor.java34
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/search/PatternQuerySpecification.java86
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/search/QuerySpecification.java72
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/IColorManager.java54
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/IColorManagerExtension.java44
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/IJavaScriptColorConstants.java177
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/IJavaScriptPartitions.java52
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/JavaScriptSourceViewerConfiguration.java849
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/JavaScriptTextTools.java306
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java1456
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/folding/IJavaFoldingPreferenceBlock.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/folding/IJavaFoldingStructureProvider.java69
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/folding/IJavaFoldingStructureProviderExtension.java53
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/AbstractProposalSorter.java92
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/CompletionProposalCollector.java769
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/CompletionProposalComparator.java94
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/CompletionProposalLabelProvider.java722
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/ContentAssistInvocationContext.java196
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IInvocationContext.java67
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IJavaCompletionProposal.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IJavaCompletionProposalComputer.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IJavadocCompletionProcessor.java77
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IProblemLocation.java91
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IQuickAssistProcessor.java49
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/IQuickFixProcessor.java57
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/JavaContentAssistInvocationContext.java308
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/JavaTextMessages.java37
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/JavaTextMessages.properties13
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java/hover/IJavaEditorTextHover.java43
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/BaseLibraryWizardPage.java73
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/BuildPathDialogAccess.java601
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/ClasspathAttributeConfiguration.java123
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/IJsGlobalScopeContainerPage.java71
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/IJsGlobalScopeContainerPageExtension.java41
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/IJsGlobalScopeContainerPageExtension2.java39
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/JavaCapabilityConfigurationPage.java264
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/NewClassWizardPage.java286
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/NewContainerWizardPage.java519
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/NewElementWizardPage.java90
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/NewJavaProjectWizardPage.java333
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/wizards/NewTypeWizardPage.java2407
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/templates/default-codetemplates.xml90
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/templates/default-templates.properties137
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/templates/default-templates.xml187
-rw-r--r--development/org.eclipse.wst.jsdt.astview/.classpath7
-rw-r--r--development/org.eclipse.wst.jsdt.astview/.project27
-rw-r--r--development/org.eclipse.wst.jsdt.astview/.settings/org.eclipse.jdt.core.prefs77
-rw-r--r--development/org.eclipse.wst.jsdt.astview/.settings/org.eclipse.jdt.ui.prefs6
-rw-r--r--development/org.eclipse.wst.jsdt.astview/.settings/org.eclipse.pde.prefs15
-rw-r--r--development/org.eclipse.wst.jsdt.astview/META-INF/MANIFEST.MF24
-rw-r--r--development/org.eclipse.wst.jsdt.astview/build.properties21
-rw-r--r--development/org.eclipse.wst.jsdt.astview/buildnotes_astview.html165
-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/add.gifbin318 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/clear.gifbin163 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/collapseall.gifbin157 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/expandall.gifbin164 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/refresh.gifbin327 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/setfocus.gifbin156 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/c/synced.gifbin160 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/d/clear.gifbin159 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/d/collapseall.gifbin155 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/d/expandall.gifbin164 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/d/refresh.gifbin209 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/d/setfocus.gifbin94 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/d/synced.gifbin149 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/icons/view.gifbin103 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.astview/plugin.properties12
-rw-r--r--development/org.eclipse.wst.jsdt.astview/plugin.xml62
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/ASTViewImages.java69
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/ASTViewPlugin.java61
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/EditorUtility.java61
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/GenericVisitor.java593
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/NodeFinder.java93
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/TreeInfoCollector.java49
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ASTAttribute.java40
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ASTView.java1575
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ASTViewContentProvider.java205
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ASTViewLabelProvider.java226
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/Binding.java386
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/BindingProperty.java163
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/CommentsProperty.java78
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/DynamicAttributeProperty.java97
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/DynamicBindingProperty.java92
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/Error.java80
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ExceptionAttribute.java22
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/GeneralAttribute.java110
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/JavaElement.java99
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/NodeProperty.java127
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/NonRelevantFilter.java46
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ProblemNode.java243
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/ProblemsProperty.java80
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/SettingsProperty.java79
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/TrayContentProvider.java259
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/TrayLabelProvider.java123
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/TreeCopyAction.java179
-rw-r--r--development/org.eclipse.wst.jsdt.astview/src/org/eclipse/wst/jsdt/astview/views/WellKnownTypesProperty.java89
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/.classpath7
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/.cvsignore1
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/.project28
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/.settings/org.eclipse.jdt.core.prefs77
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/.settings/org.eclipse.jdt.ui.prefs6
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/.settings/org.eclipse.pde.prefs15
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/META-INF/MANIFEST.MF23
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/about.html22
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/build.properties18
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/c/children.pngbin333 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/c/codeSelect.gifbin157 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/c/info.pngbin277 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/c/properties.gifbin577 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/c/refresh.gifbin330 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/c/setfocus.gifbin156 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/icons/view.gifbin103 -> 0 bytes-rw-r--r--development/org.eclipse.wst.jsdt.jseview/plugin.properties12
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/plugin.xml82
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/EditorUtility.java80
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/JEPluginImages.java49
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/JEViewPlugin.java86
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/ClasspathEntryProperties.java185
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/GenericProperty.java53
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/JarEntryResourceProperties.java86
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/JavaElementFinder.java142
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/JavaElementProperties.java705
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/MarkerProperties.java221
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/properties/ResourceProperties.java103
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/Error.java91
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEAttribute.java33
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEClasspathEntry.java157
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEJarEntryResource.java119
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEMarker.java93
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEResource.java155
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JERoot.java99
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEViewContentProvider.java51
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JEViewLabelProvider.java99
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JavaElement.java581
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JavaElementChildrenProperty.java89
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JavaElementProperty.java114
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/JavaElementView.java953
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/Mapper.java33
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/Null.java73
-rw-r--r--development/org.eclipse.wst.jsdt.jseview/src/org/eclipse/wst/jsdt/jseview/views/TreeCopyAction.java180
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/.project22
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/META-INF/MANIFEST.MF8
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/about.html28
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/about.mappings6
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/book.css1
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/build.properties34
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/buildDoc.xml102
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/concepts/archOverview.html22
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/concepts/features.html78
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/concepts/limitations.html28
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/customBuildCallbacks.xml38
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/debug-contexts.xml61
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/add-lib-mozilla-wizard.pngbin24073 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/add-lib-wizard.pngbin23552 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/include-path-new-lib.pngbin20040 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/include-path-source-tab.pngbin19515 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/include-path.pngbin17867 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/ngrelc.pngbin671 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/ngrelr.pngbin619 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/images/ngrelt.pngbin585 -> 0 bytes-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/jsdtOptions.txt134
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/notices.html22
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/plugin.properties13
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/plugin.xml49
-rwxr-xr-xdocs/org.eclipse.wst.jsdt.doc/reference/extension-points/index.html45
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/schema.css66
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/htmlProject.html73
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/html/2.jpgbin32910 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/html/3.jpgbin42238 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/newhtml/2.jpgbin31425 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/newhtml/3.jpgbin27402 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/newjs/1.jpgbin40141 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/newjs/2.jpgbin32456 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/newjs/3.jpgbin29896 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/pure/1.jpgbin16835 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/pure/2.jpgbin33118 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/pure/3.jpgbin37721 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/img/pure/4.jpgbin30768 -> 0 bytes-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/newhtmlFile.html69
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/newjsFile.html69
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/overview.html27
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/standalone.html23
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/started/standaloneProject.html79
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/tasks/add-lib-global-scope.html37
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/tasks/configure-source.html30
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/tasks/remove-lib-global-scope.html34
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/toc.xml27
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/tocconcepts.xml17
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/tocreference.xml141
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/toctasks.xml28
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/ui-contexts.xml16
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.project17
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.settings/org.eclipse.core.runtime.prefs3
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.settings/org.eclipse.jdt.core.prefs80
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.settings/org.eclipse.jdt.ui.prefs4
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--features/org.eclipse.wst.jsdt.feature/.settings/org.eclipse.pde.prefs16
-rw-r--r--features/org.eclipse.wst.jsdt.feature/build.properties4
-rw-r--r--features/org.eclipse.wst.jsdt.feature/epl-v10.html328
-rw-r--r--features/org.eclipse.wst.jsdt.feature/feature.properties171
-rw-r--r--features/org.eclipse.wst.jsdt.feature/feature.xml102
-rw-r--r--features/org.eclipse.wst.jsdt.feature/license.html107
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/about.html27
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/about.ini31
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/about.mappings6
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/about.properties26
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/build.properties3
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/plugin.properties12
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/wtp_prod32.gifbin1752 -> 0 bytes-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateBundle/wtp_prod32.pngbin2672 -> 0 bytes-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateFeature/build.properties18
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateFeature/eclipse_update_120.jpgbin21695 -> 0 bytes-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateFeature/epl-v10.html328
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateFeature/feature.properties168
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplateFeature/license.html107
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/about.html27
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/about.ini31
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/about.mappings6
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/about.properties26
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/build.properties3
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/plugin.properties12
-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/wtp_prod32.gifbin1752 -> 0 bytes-rw-r--r--features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/wtp_prod32.pngbin2672 -> 0 bytes-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/.project17
-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/build.properties7
-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/epl-v10.html328
-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/feature.properties168
-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/feature.xml35
-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/license.html107
2864 files changed, 0 insertions, 492516 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.classpath b/bundles/org.eclipse.wst.jsdt.manipulation/.classpath
deleted file mode 100644
index ce739334..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.project b/bundles/org.eclipse.wst.jsdt.manipulation/.project
deleted file mode 100644
index 17b16576..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.jsdt.core.manipulation</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index afa5c913..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.core.runtime.prefs b/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 7ec57502..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Mon Apr 17 01:48:39 EDT 2006
-eclipse.preferences.version=1
-line.separator=\r\n
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 91537393..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,80 +0,0 @@
-#Sat Mar 24 11:23:54 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=warning
-org.eclipse.jdt.core.builder.invalidClasspath=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.doc.comment.support=enabled
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
-org.eclipse.jdt.core.compiler.problem.emptyStatement=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=enabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=error
-org.eclipse.jdt.core.compiler.problem.unusedLocal=error
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=ignore
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 301c7add..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Mon Apr 17 01:48:39 EDT 2006
-eclipse.preferences.version=1
-internal.default.compliance=default
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.ltk.core.refactoring.prefs b/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index c59368c5..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index fc522bba..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,16 +0,0 @@
-#Mon Apr 17 02:01:33 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.illegal-att-value=0
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=0
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.p.unused-element-or-attribute=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF
deleted file mode 100644
index 51640e10..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,22 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Version: 1.0.200.qualifier
-Export-Package: org.eclipse.wst.jsdt.core.manipulation,
- org.eclipse.wst.jsdt.core.refactoring,
- org.eclipse.wst.jsdt.core.refactoring.descriptors,
- org.eclipse.wst.jsdt.internal.core.manipulation;x-internal:=true,
- org.eclipse.wst.jsdt.internal.core.refactoring.descriptors;x-internal:=true
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.wst.jsdt.core;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)"
-Bundle-Activator: org.eclipse.wst.jsdt.internal.core.manipulation.JavaManipulationPlugin
-Eclipse-LazyStart: true
-Bundle-SymbolicName: org.eclipse.wst.jsdt.manipulation;singleton:=true
-Bundle-Name: %pluginName
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Bundle-Localization: plugin
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/about.html b/bundles/org.eclipse.wst.jsdt.manipulation/about.html
deleted file mode 100644
index 46023304..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June 2, 2006</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/build.properties b/bundles/org.eclipse.wst.jsdt.manipulation/build.properties
deleted file mode 100644
index a294efc8..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.properties,\
- plugin.xml,\
- about.html
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/plugin.properties b/bundles/org.eclipse.wst.jsdt.manipulation/plugin.properties
deleted file mode 100644
index 171e2394..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/plugin.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-pluginName= JavaScript Code Manipulation Functionality
-providerName= Eclipse Web Tools Platform
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/plugin.xml b/bundles/org.eclipse.wst.jsdt.manipulation/plugin.xml
deleted file mode 100644
index 3f99aead..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/plugin.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<!-- ====================================================================== -->
-<!-- Copyright (c) 2000, 2006 IBM Corporation and others. -->
-<!-- All rights reserved. This program and the accompanying materials -->
-<!-- are made available under the terms of the Eclipse Public License v1.0 -->
-<!-- which accompanies this distribution, and is available at -->
-<!-- http://www.eclipse.org/legal/epl-v10.html -->
-<!-- -->
-<!-- Contributors: -->
-<!-- IBM Corporation - initial API and implementation -->
-<!-- ====================================================================== -->
-<plugin>
-
- <extension point="org.eclipse.core.expressions.propertyTesters">
- <propertyTester
- id="org.eclipse.wst.jsdt.core.javaElementPropertyTester"
- class="org.eclipse.wst.jsdt.internal.core.manipulation.JavaElementPropertyTester"
- namespace="org.eclipse.wst.jsdt.core"
- properties="name,isInJavaProject,isOnClasspath,hasTypeOnClasspath,inSourceFolder,inArchive,inExternalArchive,projectOption"
- type="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- </extension>
-
-</plugin>
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/manipulation/JavaScriptManipulation.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/manipulation/JavaScriptManipulation.java
deleted file mode 100644
index bbbbcc58..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/manipulation/JavaScriptManipulation.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.manipulation;
-
-/**
- * Central access point for the Java Manipulation plug-in (id <code>"org.eclipse.wst.jsdt.manipulation"</code>).
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public class JavaScriptManipulation {
-
- /**
- * The id of the Java Manipulation plug-in (value <code>"org.eclipse.wst.jsdt.manipulation"</code>).
- */
- public static final String ID_PLUGIN= "org.eclipse.wst.jsdt.manipulation"; //$NON-NLS-1$
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/IJavaScriptElementMapper.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/IJavaScriptElementMapper.java
deleted file mode 100644
index 6e97a9b2..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/IJavaScriptElementMapper.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-
-/**
- * An <code>IJavaScriptElementMapper</code> provides methods to map an original
- * elements to its refactored counterparts.
- * <p>
- * An <code>IJavaScriptElementMapper</code> can be obtained via
- * {@link org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getAdapter(Class)}.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public interface IJavaScriptElementMapper {
-
- /**
- * Returns the refactored Java element for the given element.
- * The returned Java element might not yet exist when the method
- * is called.
- * </p>
- * Note that local variables <strong>cannot</strong> be mapped
- * using this method.
- * <p>
- *
- * @param element the element to be refactored
- *
- * @return the refactored element for the given element
- */
- IJavaScriptElement getRefactoredJavaScriptElement(IJavaScriptElement element);
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.java
deleted file mode 100644
index 55d282b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.java
+++ /dev/null
@@ -1,412 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring;
-
-
-/**
- * Interface for refactoring ids offered by the JDT tooling.
- * <p>
- * This interface provides refactoring ids for refactorings offered by the JDT
- * tooling. Refactoring instances corresponding to such an id may be
- * instantiated by the refactoring framework using
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)}. The resulting
- * refactoring instance may be executed on the workspace with a
- * {@link org.eclipse.ltk.core.refactoring.PerformRefactoringOperation}.
- * <p>
- * Clients may obtain customizable refactoring descriptors for a certain
- * refactoring by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id and then calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} to obtain a customizable
- * refactoring descriptor. The concrete subtype of refactoring descriptors is
- * dependent from the <code>id</code> argument.
- * </p>
- * <p>
- * Note: this interface is not intended to be implemented by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public interface IJavaScriptRefactorings {
-
- /**
- * Refactoring id of the 'Change Method Signature' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.change.method.signature</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ChangeMethodSignatureDescriptor}.
- * </p>
- */
- public static final String CHANGE_METHOD_SIGNATURE= "org.eclipse.wst.jsdt.ui.change.method.signature"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Convert Anonymous To Nested' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.convert.anonymous</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ConvertAnonymousDescriptor}.
- * </p>
- */
- public static final String CONVERT_ANONYMOUS= "org.eclipse.wst.jsdt.ui.convert.anonymous"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Convert Local Variable to Field' refactoring
- * (value: <code>org.eclipse.wst.jsdt.ui.promote.temp</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ConvertLocalVariableDescriptor}.
- * </p>
- */
- public static final String CONVERT_LOCAL_VARIABLE= "org.eclipse.wst.jsdt.ui.promote.temp"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Convert Member Type to Top Level' refactoring
- * (value: <code>org.eclipse.wst.jsdt.ui.move.inner</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ConvertMemberTypeDescriptor}.
- * </p>
- */
- public static final String CONVERT_MEMBER_TYPE= "org.eclipse.wst.jsdt.ui.move.inner"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Copy' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.copy</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.CopyDescriptor}.
- * </p>
- */
- public static final String COPY= "org.eclipse.wst.jsdt.ui.copy"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Delete' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.delete</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.DeleteDescriptor}.
- * </p>
- */
- public static final String DELETE= "org.eclipse.wst.jsdt.ui.delete"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Encapsulate Field' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.self.encapsulate</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.EncapsulateFieldDescriptor}.
- * </p>
- */
- public static final String ENCAPSULATE_FIELD= "org.eclipse.wst.jsdt.ui.self.encapsulate"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Extract Constant' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.extract.constant</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ExtractConstantDescriptor}.
- * </p>
- */
- public static final String EXTRACT_CONSTANT= "org.eclipse.wst.jsdt.ui.extract.constant"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Extract Interface' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.extract.interface</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ExtractInterfaceDescriptor}.
- * </p>
- */
- public static final String EXTRACT_INTERFACE= "org.eclipse.wst.jsdt.ui.extract.interface"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Extract Local Variable' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.extract.temp</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ExtractLocalDescriptor}.
- * </p>
- */
- public static final String EXTRACT_LOCAL_VARIABLE= "org.eclipse.wst.jsdt.ui.extract.temp"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Extract Method' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.extract.method</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ExtractMethodDescriptor}.
- * </p>
- */
- public static final String EXTRACT_METHOD= "org.eclipse.wst.jsdt.ui.extract.method"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Extract Superclass' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.extract.superclass</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.ExtractSuperclassDescriptor}.
- * </p>
- */
- public static final String EXTRACT_SUPERCLASS= "org.eclipse.wst.jsdt.ui.extract.superclass"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Generalize Declared Type' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.change.type</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.GeneralizeTypeDescriptor}.
- * </p>
- */
- public static final String GENERALIZE_TYPE= "org.eclipse.wst.jsdt.ui.change.type"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Infer Type Arguments' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.infer.typearguments</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.InferTypeArgumentsDescriptor}.
- * </p>
- */
- public static final String INFER_TYPE_ARGUMENTS= "org.eclipse.wst.jsdt.ui.infer.typearguments"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Inline Constant' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.inline.constant</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.InlineConstantDescriptor}.
- * </p>
- */
- public static final String INLINE_CONSTANT= "org.eclipse.wst.jsdt.ui.inline.constant"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Inline Local Variable' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.inline.temp</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.InlineLocalVariableDescriptor}.
- * </p>
- */
- public static final String INLINE_LOCAL_VARIABLE= "org.eclipse.wst.jsdt.ui.inline.temp"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Inline Method' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.inline.method</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.InlineMethodDescriptor}.
- * </p>
- */
- public static final String INLINE_METHOD= "org.eclipse.wst.jsdt.ui.inline.method"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Introduce Factory' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.introduce.factory</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link Iorg.eclipse.wst.jsdt.core.refactoring.descriptors.ntroduceFactoryDescriptor}.
- * </p>
- */
- public static final String INTRODUCE_FACTORY= "org.eclipse.wst.jsdt.ui.introduce.factory"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Introduce Indirection' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.introduce.indirection</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.IntroduceIndirectionDescriptor}.
- * </p>
- */
- public static final String INTRODUCE_INDIRECTION= "org.eclipse.wst.jsdt.ui.introduce.indirection"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Introduce Parameter' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.introduce.parameter</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.IntroduceParameterDescriptor}.
- * </p>
- */
- public static final String INTRODUCE_PARAMETER= "org.eclipse.wst.jsdt.ui.introduce.parameter"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Move' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.move</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor}.
- * </p>
- */
- public static final String MOVE= "org.eclipse.wst.jsdt.ui.move"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Move Method' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.move.method</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveMethodDescriptor}.
- * </p>
- */
- public static final String MOVE_METHOD= "org.eclipse.wst.jsdt.ui.move.method"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Move Static Members' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.move.static</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor}.
- * </p>
- */
- public static final String MOVE_STATIC_MEMBERS= "org.eclipse.wst.jsdt.ui.move.static"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Pull Up' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.pull.up</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.PullUpDescriptor}.
- * </p>
- */
- public static final String PULL_UP= "org.eclipse.wst.jsdt.ui.pull.up"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Push Down' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.push.down</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.PushDownDescriptor}.
- * </p>
- */
- public static final String PUSH_DOWN= "org.eclipse.wst.jsdt.ui.push.down"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Compilation Unit' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.compilationunit</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_JAVASCRIPT_UNIT= "org.eclipse.wst.jsdt.ui.rename.compilationunit"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Enum Constant' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.enum.constant</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_ENUM_CONSTANT= "org.eclipse.wst.jsdt.ui.rename.enum.constant"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Field' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.field</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_FIELD= "org.eclipse.wst.jsdt.ui.rename.field"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Java Project' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.java.project</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_JAVA_PROJECT= "org.eclipse.wst.jsdt.ui.rename.java.project"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Local Variable' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.local.variable</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_LOCAL_VARIABLE= "org.eclipse.wst.jsdt.ui.rename.local.variable"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Method' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.method</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_METHOD= "org.eclipse.wst.jsdt.ui.rename.method"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Package' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.package</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_PACKAGE= "org.eclipse.wst.jsdt.ui.rename.package"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Resource' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.resource</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor}.
- * </p>
- */
- public static final String RENAME_RESOURCE= "org.eclipse.wst.jsdt.ui.rename.resource"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Source Folder' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.source.folder</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_SOURCE_FOLDER= "org.eclipse.wst.jsdt.ui.rename.source.folder"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Type' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.type</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_TYPE= "org.eclipse.wst.jsdt.ui.rename.type"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Rename Type Parameter' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.rename.type.parameter</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor}.
- * </p>
- */
- public static final String RENAME_TYPE_PARAMETER= "org.eclipse.wst.jsdt.ui.rename.type.parameter"; //$NON-NLS-1$
-
- /**
- * Refactoring id of the 'Use Supertype Where Possible' refactoring (value:
- * <code>org.eclipse.wst.jsdt.ui.use.supertype</code>).
- * <p>
- * Clients may safely cast the obtained refactoring descriptor to
- * {@link org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor}.
- * </p>
- */
- public static final String USE_SUPER_TYPE= "org.eclipse.wst.jsdt.ui.use.supertype"; //$NON-NLS-1$
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/RenameTypeArguments.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/RenameTypeArguments.java
deleted file mode 100644
index f2a624ee..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/RenameTypeArguments.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring;
-
-import org.eclipse.core.runtime.Assert;
-
-import org.eclipse.ltk.core.refactoring.participants.RenameArguments;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-
-/**
- * Rename type arguments describe the data that a rename type processor
- * provides to its rename type participants.
- * <p>
- * This class is not intended to be subclassed by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public class RenameTypeArguments extends RenameArguments {
-
- private boolean updateSimilarDeclarations;
- private IJavaScriptElement[] similarDeclarations;
-
- /**
- * Creates new rename type arguments.
- *
- * @param newName the new name of the element to be renamed
- * @param updateReferences <code>true</code> if reference
- * updating is requested; <code>false</code> otherwise
- * @param updateSimilarDeclarations <code>true</code> if similar
- * declaration updating is requested; <code>false</code> otherwise
- * @param similarDeclarations the similar declarations that will be
- * updated or <code>null</code> if similar declaration updating is
- * not requested
- */
- public RenameTypeArguments(String newName, boolean updateReferences, boolean updateSimilarDeclarations,
- IJavaScriptElement[] similarDeclarations) {
- super(newName, updateReferences);
- if (updateSimilarDeclarations) {
- Assert.isNotNull(similarDeclarations);
- }
- this.updateSimilarDeclarations= updateSimilarDeclarations;
- this.similarDeclarations= similarDeclarations;
- }
-
- /**
- * Returns whether similar declaration updating is requested or not.
- *
- * @return returns <code>true</code> if similar declaration
- * updating is requested; <code>false</code> otherwise
- */
- public boolean getUpdateSimilarDeclarations() {
- return updateSimilarDeclarations;
- }
-
- /**
- * Returns the similar declarations that get updated. Returns
- * <code>null</code> if similar declaration updating is not
- * requested.
- *
- * @return the similar elements that get updated
- */
- public IJavaScriptElement[] getSimilarDeclarations() {
- return similarDeclarations;
- }
-
- /* (non-Javadoc)
- * @see RefactoringArguments#toString()
- */
- public String toString() {
- return super.toString()
- + (updateSimilarDeclarations ? " (update derived elements)" : " (don't update derived elements)"); //$NON-NLS-1$//$NON-NLS-2$
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ChangeMethodSignatureDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ChangeMethodSignatureDescriptor.java
deleted file mode 100644
index 2e66409d..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ChangeMethodSignatureDescriptor.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the change method signature refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ChangeMethodSignatureDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ChangeMethodSignatureDescriptor() {
- super(IJavaScriptRefactorings.CHANGE_METHOD_SIGNATURE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertAnonymousDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertAnonymousDescriptor.java
deleted file mode 100644
index 91e09f61..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertAnonymousDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the convert anonymous to nested refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ConvertAnonymousDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ConvertAnonymousDescriptor() {
- super(IJavaScriptRefactorings.CONVERT_ANONYMOUS);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertLocalVariableDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertLocalVariableDescriptor.java
deleted file mode 100644
index 4cf48a21..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertLocalVariableDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the convert local variable refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ConvertLocalVariableDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ConvertLocalVariableDescriptor() {
- super(IJavaScriptRefactorings.CONVERT_LOCAL_VARIABLE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertMemberTypeDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertMemberTypeDescriptor.java
deleted file mode 100644
index e6befcb4..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertMemberTypeDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the convert member type refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ConvertMemberTypeDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ConvertMemberTypeDescriptor() {
- super(IJavaScriptRefactorings.CONVERT_MEMBER_TYPE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/CopyDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/CopyDescriptor.java
deleted file mode 100644
index 2dcff584..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/CopyDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the copy refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class CopyDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public CopyDescriptor() {
- super(IJavaScriptRefactorings.COPY);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/DeleteDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/DeleteDescriptor.java
deleted file mode 100644
index b7cac550..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/DeleteDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the delete refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class DeleteDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public DeleteDescriptor() {
- super(IJavaScriptRefactorings.DELETE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/EncapsulateFieldDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/EncapsulateFieldDescriptor.java
deleted file mode 100644
index b752bad9..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/EncapsulateFieldDescriptor.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the encapsulate field refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class EncapsulateFieldDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public EncapsulateFieldDescriptor() {
- super(IJavaScriptRefactorings.ENCAPSULATE_FIELD);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractConstantDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractConstantDescriptor.java
deleted file mode 100644
index 4b6c3699..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractConstantDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the extract constant refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ExtractConstantDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ExtractConstantDescriptor() {
- super(IJavaScriptRefactorings.EXTRACT_CONSTANT);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractInterfaceDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractInterfaceDescriptor.java
deleted file mode 100644
index b43e7402..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractInterfaceDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the extract interface refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ExtractInterfaceDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ExtractInterfaceDescriptor() {
- super(IJavaScriptRefactorings.EXTRACT_INTERFACE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractLocalDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractLocalDescriptor.java
deleted file mode 100644
index 385d76c1..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractLocalDescriptor.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the extract local variable refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ExtractLocalDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ExtractLocalDescriptor() {
- super(IJavaScriptRefactorings.EXTRACT_LOCAL_VARIABLE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractMethodDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractMethodDescriptor.java
deleted file mode 100644
index c33f7a73..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractMethodDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the extract method refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ExtractMethodDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ExtractMethodDescriptor() {
- super(IJavaScriptRefactorings.EXTRACT_METHOD);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractSuperclassDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractSuperclassDescriptor.java
deleted file mode 100644
index 6ff7246b..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractSuperclassDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the extract superclass refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class ExtractSuperclassDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public ExtractSuperclassDescriptor() {
- super(IJavaScriptRefactorings.EXTRACT_SUPERCLASS);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/GeneralizeTypeDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/GeneralizeTypeDescriptor.java
deleted file mode 100644
index eaabc62e..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/GeneralizeTypeDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the generalize declared type refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class GeneralizeTypeDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public GeneralizeTypeDescriptor() {
- super(IJavaScriptRefactorings.GENERALIZE_TYPE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InferTypeArgumentsDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InferTypeArgumentsDescriptor.java
deleted file mode 100644
index 367cf0d0..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InferTypeArgumentsDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the infer type arguments refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class InferTypeArgumentsDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public InferTypeArgumentsDescriptor() {
- super(IJavaScriptRefactorings.INFER_TYPE_ARGUMENTS);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineConstantDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineConstantDescriptor.java
deleted file mode 100644
index b24ce20e..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineConstantDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the inline constant refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class InlineConstantDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public InlineConstantDescriptor() {
- super(IJavaScriptRefactorings.INLINE_CONSTANT);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineLocalVariableDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineLocalVariableDescriptor.java
deleted file mode 100644
index f6e4eb79..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineLocalVariableDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the inline local variable refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class InlineLocalVariableDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public InlineLocalVariableDescriptor() {
- super(IJavaScriptRefactorings.INLINE_LOCAL_VARIABLE);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineMethodDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineMethodDescriptor.java
deleted file mode 100644
index 34ce398d..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineMethodDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the inline method refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class InlineMethodDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public InlineMethodDescriptor() {
- super(IJavaScriptRefactorings.INLINE_METHOD);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceFactoryDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceFactoryDescriptor.java
deleted file mode 100644
index 86d91bdb..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceFactoryDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the introduce factory refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class IntroduceFactoryDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public IntroduceFactoryDescriptor() {
- super(IJavaScriptRefactorings.INTRODUCE_FACTORY);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceIndirectionDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceIndirectionDescriptor.java
deleted file mode 100644
index a67f4023..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceIndirectionDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the introduce indirection refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class IntroduceIndirectionDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public IntroduceIndirectionDescriptor() {
- super(IJavaScriptRefactorings.INTRODUCE_INDIRECTION);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceParameterDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceParameterDescriptor.java
deleted file mode 100644
index 71153642..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceParameterDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the introduce parameter refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class IntroduceParameterDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public IntroduceParameterDescriptor() {
- super(IJavaScriptRefactorings.INTRODUCE_PARAMETER);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringContribution.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringContribution.java
deleted file mode 100644
index 942e72b6..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringContribution.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import java.util.Map;
-
-import org.eclipse.core.runtime.Assert;
-
-import org.eclipse.ltk.core.refactoring.RefactoringContribution;
-import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;
-
-/**
- * Partial implementation of a Java refactoring contribution.
- * <p>
- * Note: this class is not intended to be extended outside the refactoring
- * framework.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public abstract class JavaScriptRefactoringContribution extends RefactoringContribution {
-
- /**
- * {@inheritDoc}
- */
- public final Map retrieveArgumentMap(final RefactoringDescriptor descriptor) {
- Assert.isNotNull(descriptor);
- if (descriptor instanceof JavaScriptRefactoringDescriptor)
- return ((JavaScriptRefactoringDescriptor) descriptor).getArguments();
- return super.retrieveArgumentMap(descriptor);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringDescriptor.java
deleted file mode 100644
index b5607650..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/JavaScriptRefactoringDescriptor.java
+++ /dev/null
@@ -1,464 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import java.text.MessageFormat;
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.core.runtime.Status;
-
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.resources.IWorkspaceRoot;
-import org.eclipse.core.resources.ResourcesPlugin;
-
-import org.eclipse.ltk.core.refactoring.Refactoring;
-import org.eclipse.ltk.core.refactoring.RefactoringContribution;
-import org.eclipse.ltk.core.refactoring.RefactoringCore;
-import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.JavaScriptCore;
-import org.eclipse.wst.jsdt.core.WorkingCopyOwner;
-
-import org.eclipse.wst.jsdt.internal.core.manipulation.JavaManipulationPlugin;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Partial implementation of a java refactoring descriptor.
- * <p>
- * This class provides features common to all Java refactorings.
- * </p>
- * <p>
- * Note: this class is not intended to be extended outside the refactoring
- * framework.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public abstract class JavaScriptRefactoringDescriptor extends RefactoringDescriptor {
-
- /**
- * Predefined argument called <code>element&lt;Number&gt;</code>.
- * <p>
- * This argument should be used to describe the elements being refactored.
- * The value of this argument does not necessarily have to uniquely identify
- * the elements. However, it must be possible to uniquely identify the
- * elements using the value of this argument in conjunction with the values
- * of the other user-defined attributes.
- * </p>
- * <p>
- * The element arguments are simply distinguished by appending a number to
- * the argument name, e.g. element1. The indices of this argument are one-based.
- * </p>
- */
- protected static final String ATTRIBUTE_ELEMENT= "element"; //$NON-NLS-1$
-
- /**
- * Predefined argument called <code>input</code>.
- * <p>
- * This argument should be used to describe the element being refactored.
- * The value of this argument does not necessarily have to uniquely identify
- * the input element. However, it must be possible to uniquely identify the
- * input element using the value of this argument in conjunction with the
- * values of the other user-defined attributes.
- * </p>
- */
- protected static final String ATTRIBUTE_INPUT= "input"; //$NON-NLS-1$
-
- /**
- * Predefined argument called <code>name</code>.
- * <p>
- * This argument should be used to name the element being refactored. The
- * value of this argument may be shown in the user interface.
- * </p>
- */
- protected static final String ATTRIBUTE_NAME= "name"; //$NON-NLS-1$
-
- /**
- * Predefined argument called <code>references</code>.
- * <p>
- * This argument should be used to describe whether references to the
- * elements being refactored should be updated as well. The value of this
- * argument is either <code>"true"</code> or <code>"false"</code>.
- * </p>
- */
- protected static final String ATTRIBUTE_REFERENCES= "references"; //$NON-NLS-1$
-
- /**
- * Predefined argument called <code>selection</code>.
- * <p>
- * This argument should be used to describe user input selections within a
- * text file. The value of this argument has the format "offset length".
- * </p>
- */
- protected static final String ATTRIBUTE_SELECTION= "selection"; //$NON-NLS-1$
-
- /** The version attribute */
- protected static final String ATTRIBUTE_VERSION= "version"; //$NON-NLS-1$
-
- /**
- * Constant describing the jar migration flag (value: <code>65536</code>).
- * <p>
- * Clients should set this flag to indicate that the refactoring can be
- * stored to a JAR file in order to be accessible to the Migrate JAR File
- * refactoring, regardless whether there is a source attachment to the JAR
- * file or not. If this flag is set, <code>JAR_REFACTORING</code> should
- * be set as well.
- * </p>
- *
- * @see #JAR_REFACTORING
- */
- public static final int JAR_MIGRATION= 1 << 16;
-
- /**
- * Constant describing the jar refactoring flag (value: <code>524288</code>).
- * <p>
- * Clients should set this flag to indicate that the refactoring in
- * principle can be performed on binary elements originating from a JAR
- * file. Refactorings which are able to run on binary elements, but require
- * a correctly configured source attachment to work must set the
- * <code>JAR_SOURCE_ATTACHMENT</code> flag as well.
- * </p>
- *
- * @see #JAR_SOURCE_ATTACHMENT
- */
- public static final int JAR_REFACTORING= 1 << 19;
-
- /**
- * Constant describing the jar source attachment flag (value:
- * <code>262144</code>).
- * <p>
- * Clients should set this flag to indicate that the refactoring can be
- * performed on binary elements originating from a JAR file if and only if
- * it has a correctly configured source attachment.
- * </p>
- *
- * @see #JAR_REFACTORING
- */
- public static final int JAR_SOURCE_ATTACHMENT= 1 << 18;
-
- /** The version value <code>1.0</code> */
- protected static final String VALUE_VERSION_1_0= "1.0"; //$NON-NLS-1$
-
- /**
- * Converts the specified element to an input handle.
- *
- * @param project
- * the project, or <code>null</code> for the workspace
- * @param element
- * the element
- * @return a corresponding input handle
- */
- protected static String elementToHandle(final String project, final IJavaScriptElement element) {
- final String handle= element.getHandleIdentifier();
- if (project != null && !(element instanceof IJavaScriptProject)) {
- final String id= element.getJavaScriptProject().getHandleIdentifier();
- return handle.substring(id.length());
- }
- return handle;
- }
-
- /**
- * Converts an input handle back to the corresponding java element.
- *
- * @param project
- * the project, or <code>null</code> for the workspace
- * @param handle
- * the input handle
- * @return the corresponding java element, or <code>null</code> if no such
- * element exists
- */
- protected static IJavaScriptElement handleToElement(final String project, final String handle) {
- return handleToElement(project, handle, true);
- }
-
- /**
- * Converts an input handle back to the corresponding java element.
- *
- * @param project
- * the project, or <code>null</code> for the workspace
- * @param handle
- * the input handle
- * @param check
- * <code>true</code> to check for existence of the element,
- * <code>false</code> otherwise
- * @return the corresponding java element, or <code>null</code> if no such
- * element exists
- */
- protected static IJavaScriptElement handleToElement(final String project, final String handle, final boolean check) {
- return handleToElement(null, project, handle, check);
- }
-
- /**
- * Converts an input handle back to the corresponding java element.
- *
- * @param owner
- * the working copy owner
- * @param project
- * the project, or <code>null</code> for the workspace
- * @param handle
- * the input handle
- * @param check
- * <code>true</code> to check for existence of the element,
- * <code>false</code> otherwise
- * @return the corresponding java element, or <code>null</code> if no such
- * element exists
- */
- protected static IJavaScriptElement handleToElement(final WorkingCopyOwner owner, final String project, final String handle, final boolean check) {
- IJavaScriptElement element= null;
- if (owner != null)
- element= JavaScriptCore.create(handle, owner);
- else
- element= JavaScriptCore.create(handle);
- if (element == null && project != null) {
- final IJavaScriptProject javaProject= JavaScriptCore.create(ResourcesPlugin.getWorkspace().getRoot()).getJavaScriptProject(project);
- final String identifier= javaProject.getHandleIdentifier();
- if (owner != null)
- element= JavaScriptCore.create(identifier + handle, owner);
- else
- element= JavaScriptCore.create(identifier + handle);
- }
- if (check && element instanceof IFunction) {
- final IFunction method= (IFunction) element;
- final IFunction[] methods= (method.getDeclaringType()!=null) ? method.getDeclaringType().findMethods(method)
- : new IFunction[]{ method.getJavaScriptUnit().getFunction(method.getElementName(), method.getParameterTypes())};
- if (methods != null && methods.length > 0)
- element= methods[0];
- }
- if (element != null && (!check || element.exists()))
- return element;
- return null;
- }
-
- /**
- * Converts an input handle with the given prefix back to the corresponding
- * resource.
- *
- * @param project
- * the project, or <code>null</code> for the workspace
- * @param handle
- * the input handle
- *
- * @return the corresponding resource, or <code>null</code> if no such
- * resource exists
- */
- protected static IResource handleToResource(final String project, final String handle) {
- final IWorkspaceRoot root= ResourcesPlugin.getWorkspace().getRoot();
- if ("".equals(handle)) //$NON-NLS-1$
- return null;
- final IPath path= Path.fromPortableString(handle);
- if (path == null)
- return null;
- if (project != null && !"".equals(project)) //$NON-NLS-1$
- return root.getProject(project).findMember(path);
- return root.findMember(path);
- }
-
- /**
- * Converts the specified resource to an input handle.
- *
- * @param project
- * the project, or <code>null</code> for the workspace
- * @param resource
- * the resource
- *
- * @return the input handle
- */
- protected static String resourceToHandle(final String project, final IResource resource) {
- if (project != null && !"".equals(project)) //$NON-NLS-1$
- return resource.getProjectRelativePath().toPortableString();
- return resource.getFullPath().toPortableString();
- }
-
- /** The argument map */
- protected final Map fArguments;
-
- /**
- * Creates a new java refactoring descriptor.
- *
- * @param id
- * the unique id of the refactoring
- */
- protected JavaScriptRefactoringDescriptor(final String id) {
- this(id, new HashMap());
- }
-
- /**
- * Creates a new java refactoring descriptor.
- *
- * @param id
- * the unique id of the refactoring
- * @param arguments
- * the argument map to use
- */
- protected JavaScriptRefactoringDescriptor(final String id, final Map arguments) {
- super(id, null, DescriptorMessages.JavaRefactoringDescriptor_not_available, null, RefactoringDescriptor.STRUCTURAL_CHANGE | RefactoringDescriptor.MULTI_CHANGE);
- fArguments= arguments;
- fArguments.put(ATTRIBUTE_VERSION, VALUE_VERSION_1_0);
- }
-
- /**
- * {@inheritDoc}
- */
- public Refactoring createRefactoring(final RefactoringStatus status) throws CoreException {
- populateArgumentMap();
- Refactoring refactoring= null;
- final String id= getID();
- final RefactoringContribution contribution= RefactoringCore.getRefactoringContribution(id);
- if (contribution != null) {
- final RefactoringDescriptor descriptor= contribution.createDescriptor(id, getProject(), getDescription(), getComment(), fArguments, getFlags());
- if (descriptor != null) {
- refactoring= descriptor.createRefactoring(status);
- } else
- JavaManipulationPlugin.log(new Status(IStatus.ERROR, JavaManipulationPlugin.getPluginId(), 0, MessageFormat.format(DescriptorMessages.JavaRefactoringDescriptor_no_resulting_descriptor, new Object[] { id}), null));
- }
- return refactoring;
- }
-
- /**
- * Returns the argument map of this refactoring descriptor.
- * <p>
- * The returned map is a copy of the argument map. Modifying the result does
- * not change the refactoring descriptor itself.
- * </p>
- * <p>
- * Note: This API must not be extended or reimplemented and should not be
- * called from outside the refactoring framework.
- * </p>
- *
- * @return the argument map
- */
- protected Map getArguments() {
- populateArgumentMap();
- return new HashMap(fArguments);
- }
-
- /**
- * Populates the refactoring descriptor argument map based on the specified
- * arguments.
- */
- protected void populateArgumentMap() {
- Assert.isTrue(!validateDescriptor().hasFatalError(), "Validation returns a fatal error status."); //$NON-NLS-1$
- }
-
- /**
- * Sets the details comment of this refactoring.
- * <p>
- * This information is used in the user interface to show additional details
- * about the performed refactoring. The default is to use no details
- * comment.
- * </p>
- *
- * @param comment
- * the details comment to set, or <code>null</code> to set no
- * details comment
- *
- * @see #getComment()
- */
- public void setComment(final String comment) {
- super.setComment(comment);
- }
-
- /**
- * Sets the description of this refactoring.
- * <p>
- * This information is used to label a refactoring in the user interface.
- * The default is an unspecified, but legal description.
- * </p>
- *
- * @param description
- * the non-empty description of the refactoring to set
- *
- * @see #getDescription()
- */
- public void setDescription(final String description) {
- super.setDescription(description);
- }
-
- /**
- * Sets the flags of this refactoring.
- * <p>
- * The default is
- * <code>RefactoringDescriptor.STRUCTURAL_CHANGE | RefactoringDescriptor.MULTI_CHANGE</code>,
- * unless overridden by a concrete subclass. Clients may use refactoring
- * flags to indicate special capabilities of Java refactorings.
- * </p>
- *
- * @param flags
- * the flags to set, or <code>RefactoringDescriptor.NONE</code>
- * to clear the flags
- *
- * @see #getFlags()
- *
- * @see RefactoringDescriptor#NONE
- * @see RefactoringDescriptor#STRUCTURAL_CHANGE
- * @see RefactoringDescriptor#BREAKING_CHANGE
- * @see RefactoringDescriptor#MULTI_CHANGE
- *
- * @see #JAR_MIGRATION
- * @see #JAR_REFACTORING
- * @see #JAR_SOURCE_ATTACHMENT
- */
- public void setFlags(final int flags) {
- super.setFlags(flags);
- }
-
- /**
- * Sets the project name of this refactoring.
- * <p>
- * The default is to associate the refactoring with the workspace.
- * Subclasses should call this method with the project name associated with
- * the refactoring's input elements, if available.
- * </p>
- *
- * @param project
- * the non-empty project name to set, or <code>null</code> for
- * the workspace
- *
- * @see #getProject()
- */
- public void setProject(final String project) {
- super.setProject(project);
- }
-
- /**
- * Validates the refactoring descriptor with respect to the constraints
- * imposed by the represented refactoring.
- * <p>
- * Clients must call this method to verify that all arguments have been
- * correctly set and that they satisfy the constraints imposed by specific
- * refactorings. Returning a refactoring status of severity
- * {@link RefactoringStatus#FATAL} indicates that the refactoring descriptor
- * cannot be used to create a refactoring instance.
- * </p>
- *
- * @return a refactoring status describing the outcome of the validation
- */
- public RefactoringStatus validateDescriptor() {
- RefactoringStatus status= new RefactoringStatus();
- String description= getDescription();
- if (description == null || "".equals(description)) //$NON-NLS-1$
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.JavaRefactoringDescriptor_no_description));
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveDescriptor.java
deleted file mode 100644
index af4c528c..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveDescriptor.java
+++ /dev/null
@@ -1,348 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.IPackageFragment;
-import org.eclipse.wst.jsdt.core.IPackageFragmentRoot;
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Refactoring descriptor for the move refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class MoveDescriptor extends JavaScriptRefactoringDescriptor {
-
- /** The destination attribute */
- private static final String ATTRIBUTE_DESTINATION= "destination"; //$NON-NLS-1$
-
- /** The files attribute */
- private static final String ATTRIBUTE_FILES= "files"; //$NON-NLS-1$
-
- /** The folders attribute */
- private static final String ATTRIBUTE_FOLDERS= "folders"; //$NON-NLS-1$
-
- /** The fragments attribute */
- private static final String ATTRIBUTE_FRAGMENTS= "fragments"; //$NON-NLS-1$
-
- /** The members attribute */
- private static final String ATTRIBUTE_MEMBERS= "members"; //$NON-NLS-1$
-
- /** The patterns attribute */
- private static final String ATTRIBUTE_PATTERNS= "patterns"; //$NON-NLS-1$
-
- /** The policy attribute */
- private static final String ATTRIBUTE_POLICY= "policy"; //$NON-NLS-1$
-
- /** The qualified attribute */
- private static final String ATTRIBUTE_QUALIFIED= "qualified"; //$NON-NLS-1$
-
- /** The roots attribute */
- private static final String ATTRIBUTE_ROOTS= "roots"; //$NON-NLS-1$
-
- /** The target attribute */
- private static final String ATTRIBUTE_TARGET= "target"; //$NON-NLS-1$
-
- /** The units attribute */
- private static final String ATTRIBUTE_UNITS= "units"; //$NON-NLS-1$
-
- /** The move members policy */
- private static final String POLICY_MOVE_MEMBERS= "org.eclipse.wst.jsdt.ui.moveMembers"; //$NON-NLS-1$
-
- /** The move packages policy */
- private static final String POLICY_MOVE_PACKAGES= "org.eclipse.wst.jsdt.ui.movePackages"; //$NON-NLS-1$
-
- /** The move resources policy */
- private static final String POLICY_MOVE_RESOURCES= "org.eclipse.wst.jsdt.ui.moveResources"; //$NON-NLS-1$
-
- /** The move package fragment roots policy */
- private static final String POLICY_MOVE_ROOTS= "org.eclipse.wst.jsdt.ui.moveRoots"; //$NON-NLS-1$
-
- /** The destination */
- private Object fDestination;
-
- /** The files */
- private IFile[] fFiles;
-
- /** The folders */
- private IFolder[] fFolders;
-
- /** The package fragments */
- private IPackageFragment[] fFragments;
-
- /** The members */
- private IMember[] fMembers;
-
- /** The move policy */
- private String fMovePolicy= null;
-
- /** The patterns attribute */
- private String fPatterns= null;
-
- /** The qualified attribute */
- private boolean fQualified= false;
-
- /** The references attribute */
- private boolean fReferences= false;
-
- /** The package fragment roots */
- private IPackageFragmentRoot[] fRoots;
-
- /** The compilation units */
- private IJavaScriptUnit[] fUnits;
-
- /**
- * Creates a new refactoring descriptor.
- */
- public MoveDescriptor() {
- super(IJavaScriptRefactorings.MOVE);
- }
-
- /**
- * {@inheritDoc}
- */
- protected void populateArgumentMap() {
- super.populateArgumentMap();
- fArguments.put(ATTRIBUTE_POLICY, fMovePolicy);
- final String project= getProject();
- if (fDestination instanceof IJavaScriptElement)
- fArguments.put(ATTRIBUTE_DESTINATION, JavaScriptRefactoringDescriptor.elementToHandle(project, (IJavaScriptElement) fDestination));
- else if (fDestination instanceof IResource)
- fArguments.put(ATTRIBUTE_TARGET, JavaScriptRefactoringDescriptor.resourceToHandle(null, (IResource) fDestination));
- if (POLICY_MOVE_RESOURCES.equals(fMovePolicy)) {
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_REFERENCES, Boolean.toString(fReferences));
- fArguments.put(ATTRIBUTE_QUALIFIED, Boolean.toString(fQualified));
- if (fPatterns != null && !"".equals(fPatterns)) //$NON-NLS-1$
- fArguments.put(ATTRIBUTE_PATTERNS, fPatterns);
- fArguments.put(ATTRIBUTE_FILES, new Integer(fFiles.length).toString());
- for (int offset= 0; offset < fFiles.length; offset++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (offset + 1), JavaScriptRefactoringDescriptor.resourceToHandle(project, fFiles[offset]));
- fArguments.put(ATTRIBUTE_FOLDERS, new Integer(fFolders.length).toString());
- for (int offset= 0; offset < fFolders.length; offset++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (offset + fFiles.length + 1), JavaScriptRefactoringDescriptor.resourceToHandle(project, fFolders[offset]));
- fArguments.put(ATTRIBUTE_UNITS, new Integer(fUnits.length).toString());
- for (int offset= 0; offset < fUnits.length; offset++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (offset + fFolders.length + fFiles.length + 1), JavaScriptRefactoringDescriptor.elementToHandle(project, fUnits[offset]));
- } else if (POLICY_MOVE_ROOTS.equals(fMovePolicy)) {
- fArguments.put(ATTRIBUTE_ROOTS, new Integer(fRoots.length).toString());
- for (int offset= 0; offset < fRoots.length; offset++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (offset + 1), JavaScriptRefactoringDescriptor.elementToHandle(project, fRoots[offset]));
- } else if (POLICY_MOVE_PACKAGES.equals(fMovePolicy)) {
- fArguments.put(ATTRIBUTE_FRAGMENTS, new Integer(fFragments.length).toString());
- for (int offset= 0; offset < fFragments.length; offset++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (offset + 1), JavaScriptRefactoringDescriptor.elementToHandle(project, fFragments[offset]));
- } else if (POLICY_MOVE_MEMBERS.equals(fMovePolicy)) {
- fArguments.put(ATTRIBUTE_MEMBERS, new Integer(fMembers.length).toString());
- for (int offset= 0; offset < fMembers.length; offset++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (offset + 1), JavaScriptRefactoringDescriptor.elementToHandle(project, fMembers[offset]));
- }
- }
-
- /**
- * Sets the destination of the move.
- * <p>
- * Note: Clients may call only one of the <code>setDestination</code>
- * methods.
- * </p>
- *
- * @param element
- * the java element
- */
- public void setDestination(IJavaScriptElement element) {
- Assert.isNotNull(element);
- fDestination= element;
- }
-
- /**
- * Sets the destination of the move.
- * <p>
- * Note: Clients may call only one of the <code>setDestination</code>
- * methods.
- * </p>
- *
- * @param resource
- * the resource
- */
- public void setDestination(IResource resource) {
- Assert.isNotNull(resource);
- fDestination= resource;
- }
-
- /**
- * Sets the file name patterns to use during qualified name updating.
- * <p>
- * The syntax of the file name patterns is a sequence of individual name
- * patterns, separated by comma. Additionally, wildcard characters '*' (any
- * string) and '?' (any character) may be used.
- * </p>
- * <p>
- * Note: If file name patterns are set, qualified name updating must be
- * enabled by calling {@link #setUpdateQualifiedNames(boolean)}.
- * </p>
- * <p>
- * Note: Qualified name updating is currently applicable to files, folders
- * and compilation units. The default is to not update qualified names.
- * </p>
- *
- * @param patterns
- * the non-empty file name patterns string
- */
- public void setFileNamePatterns(final String patterns) {
- Assert.isNotNull(patterns);
- Assert.isLegal(!"".equals(patterns), "Pattern must not be empty"); //$NON-NLS-1$ //$NON-NLS-2$
- fPatterns= patterns;
- }
-
- /**
- * Sets the members to move.
- * <p>
- * Note: Clients must only call one of the <code>setMoveXXX</code>
- * methods.
- * </p>
- *
- * @param members
- * the members to move
- */
- public void setMoveMembers(final IMember[] members) {
- Assert.isNotNull(members);
- Assert.isTrue(fMovePolicy == null, "Clients must only call one of the 'setMoveXXX' methods."); //$NON-NLS-1$
- fMembers= members;
- fMovePolicy= POLICY_MOVE_MEMBERS;
- }
-
- /**
- * Sets the package fragment roots to move.
- * <p>
- * Note: Clients must only call one of the <code>setMoveXXX</code>
- * methods.
- * </p>
- *
- * @param roots
- * the package fragment roots to move
- */
- public void setMovePackageFragmentRoots(final IPackageFragmentRoot[] roots) {
- Assert.isNotNull(roots);
- Assert.isTrue(fMovePolicy == null, "Clients must only call one of the 'setMoveXXX' methods."); //$NON-NLS-1$
- fRoots= roots;
- fMovePolicy= POLICY_MOVE_ROOTS;
- }
-
- /**
- * Sets the package fragments to move.
- * <p>
- * Note: Clients must only call one of the <code>setMoveXXX</code>
- * methods.
- * </p>
- *
- * @param fragments
- * the package fragments to move
- */
- public void setMovePackages(final IPackageFragment[] fragments) {
- Assert.isNotNull(fragments);
- Assert.isTrue(fMovePolicy == null, "Clients must only call one of the 'setMoveXXX' methods."); //$NON-NLS-1$
- fFragments= fragments;
- fMovePolicy= POLICY_MOVE_PACKAGES;
- }
-
- /**
- * Sets the resources and compilation units to move.
- * <p>
- * Note: Clients must only call one of the <code>setMoveXXX</code>
- * methods.
- * </p>
- *
- * @param files
- * the files to move
- * @param folders
- * the folders to move
- * @param units
- * the compilation units to move
- */
- public void setMoveResources(final IFile[] files, final IFolder[] folders, final IJavaScriptUnit[] units) {
- Assert.isNotNull(files);
- Assert.isNotNull(folders);
- Assert.isNotNull(units);
- Assert.isTrue(fMovePolicy == null, "Clients must only call one of the 'setMoveXXX' methods."); //$NON-NLS-1$
- fFiles= files;
- fFolders= folders;
- fUnits= units;
- fMovePolicy= POLICY_MOVE_RESOURCES;
- }
-
- /**
- * Determines whether qualified names of the Java element should be renamed.
- * <p>
- * Qualified name updating adapts fully qualified names of the Java element
- * to be renamed in non-Java text files. Clients may specify file name
- * patterns by calling {@link #setFileNamePatterns(String)} to constrain the
- * set of text files to be processed.
- * </p>
- * <p>
- * Note: Qualified name updating is currently applicable to files, folders
- * and compilation units. The default is to use no file name patterns
- * (meaning that all files are processed).
- * </p>
- *
- * @param update
- * <code>true</code> to update qualified names,
- * <code>false</code> otherwise
- */
- public void setUpdateQualifiedNames(final boolean update) {
- fQualified= update;
- }
-
- /**
- * Determines whether references to the Java element should be renamed.
- *
- * @param update
- * <code>true</code> to update references, <code>false</code>
- * otherwise
- */
- public void setUpdateReferences(final boolean update) {
- fReferences= update;
- }
-
- /**
- * {@inheritDoc}
- */
- public RefactoringStatus validateDescriptor() {
- RefactoringStatus status= super.validateDescriptor();
- if (!status.hasFatalError()) {
- if (fMovePolicy == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.MoveDescriptor_no_elements_set));
- if (fDestination == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.MoveDescriptor_no_destination_set));
- }
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveMethodDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveMethodDescriptor.java
deleted file mode 100644
index 6c95698e..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveMethodDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the move method refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class MoveMethodDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public MoveMethodDescriptor() {
- super(IJavaScriptRefactorings.MOVE_METHOD);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveStaticMembersDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveStaticMembersDescriptor.java
deleted file mode 100644
index c6e08e18..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveStaticMembersDescriptor.java
+++ /dev/null
@@ -1,142 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Refactoring descriptor for the move static members refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class MoveStaticMembersDescriptor extends JavaScriptRefactoringDescriptor {
-
- /** The delegate attribute */
- private static final String ATTRIBUTE_DELEGATE= "delegate"; //$NON-NLS-1$
-
- /** The deprecate attribute */
- private static final String ATTRIBUTE_DEPRECATE= "deprecate"; //$NON-NLS-1$
-
- /** The delegate attribute */
- private boolean fDelegate= false;
-
- /** The deprecate attribute */
- private boolean fDeprecate= false;
-
- /** The members attribute */
- private IMember[] fMembers;
-
- /** The type attribute */
- private IType fType= null;
-
- /**
- * Creates a new refactoring descriptor.
- */
- public MoveStaticMembersDescriptor() {
- super(IJavaScriptRefactorings.MOVE_STATIC_MEMBERS);
- }
-
- /**
- * {@inheritDoc}
- */
- protected void populateArgumentMap() {
- super.populateArgumentMap();
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_INPUT, elementToHandle(getProject(), fType));
- fArguments.put(ATTRIBUTE_DELEGATE, Boolean.valueOf(fDelegate).toString());
- fArguments.put(ATTRIBUTE_DEPRECATE, Boolean.valueOf(fDeprecate).toString());
- for (int index= 0; index < fMembers.length; index++)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + (index + 1), elementToHandle(getProject(), fMembers[index]));
- }
-
- /**
- * Determines whether the delegate for a member should be declared as
- * deprecated.
- *
- * @param deprecate
- * <code>true</code> to deprecate the delegate,
- * <code>false</code> otherwise
- */
- public void setDeprecateDelegate(final boolean deprecate) {
- fDeprecate= deprecate;
- }
-
- /**
- * Sets the destination type of the move operation.
- *
- * @param type
- * the destination type
- */
- public void setDestinationType(final IType type) {
- Assert.isNotNull(type);
- fType= type;
- }
-
- /**
- * Determines whether the the original members should be kept as delegates
- * to the moved ones.
- *
- * @param delegate
- * <code>true</code> to keep the originals, <code>false</code>
- * otherwise
- */
- public void setKeepOriginal(final boolean delegate) {
- fDelegate= delegate;
- }
-
- /**
- * Sets the static members to move.
- *
- * @param members
- * the members to move
- */
- public void setMembers(final IMember[] members) {
- Assert.isNotNull(members);
- fMembers= members;
- }
-
- /**
- * {@inheritDoc}
- */
- public RefactoringStatus validateDescriptor() {
- final RefactoringStatus status= super.validateDescriptor();
- if (fType == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.MoveStaticMembersDescriptor_no_type));
- if (fMembers == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.MoveStaticMembersDescriptor_no_members));
- else {
- for (int index= 0; index < fMembers.length; index++) {
- if (fMembers[index] == null) {
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.MoveStaticMembersDescriptor_invalid_members));
- break;
- }
- }
- }
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PullUpDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PullUpDescriptor.java
deleted file mode 100644
index 4f7d2d03..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PullUpDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the pull up refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class PullUpDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public PullUpDescriptor() {
- super(IJavaScriptRefactorings.PULL_UP);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PushDownDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PushDownDescriptor.java
deleted file mode 100644
index 831fe3c1..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/PushDownDescriptor.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-
-/**
- * Refactoring descriptor for the push down refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class PushDownDescriptor extends JavaScriptRefactoringDescriptor {
-
- /**
- * Creates a new refactoring descriptor.
- */
- public PushDownDescriptor() {
- super(IJavaScriptRefactorings.PUSH_DOWN);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.java
deleted file mode 100644
index ba48de76..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.java
+++ /dev/null
@@ -1,566 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Refactoring descriptor for the rename java element refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class RenameJavaScriptElementDescriptor extends JavaScriptRefactoringDescriptor {
-
- /** The delegate attribute */
- private static final String ATTRIBUTE_DELEGATE= "delegate"; //$NON-NLS-1$
-
- /** The deprecate attribute */
- private static final String ATTRIBUTE_DEPRECATE= "deprecate"; //$NON-NLS-1$
-
- /** The hierarchical attribute */
- private static final String ATTRIBUTE_HIERARCHICAL= "hierarchical"; //$NON-NLS-1$
-
- /** The match strategy attribute */
- private static final String ATTRIBUTE_MATCH_STRATEGY= "matchStrategy"; //$NON-NLS-1$
-
- /** The parameter attribute */
- private static final String ATTRIBUTE_PARAMETER= "parameter"; //$NON-NLS-1$
-
- /** The patterns attribute */
- private static final String ATTRIBUTE_PATTERNS= "patterns"; //$NON-NLS-1$
-
- /** The qualified attribute */
- private static final String ATTRIBUTE_QUALIFIED= "qualified"; //$NON-NLS-1$
-
- /** The rename getter attribute */
- private static final String ATTRIBUTE_RENAME_GETTER= "getter"; //$NON-NLS-1$
-
- /** The rename setter attribute */
- private static final String ATTRIBUTE_RENAME_SETTER= "setter"; //$NON-NLS-1$
-
- /** The similar declarations attribute */
- private static final String ATTRIBUTE_SIMILAR_DECLARATIONS= "similarDeclarations"; //$NON-NLS-1$
-
- /** The textual matches attribute */
- private static final String ATTRIBUTE_TEXTUAL_MATCHES= "textual"; //$NON-NLS-1$
-
- /**
- * Similar declaration updating strategy which finds exact names and
- * embedded names as well (value: <code>2</code>).
- */
- public static final int STRATEGY_EMBEDDED= 2;
-
- /**
- * Similar declaration updating strategy which finds exact names only
- * (value: <code>1</code>).
- */
- public static final int STRATEGY_EXACT= 1;
-
- /**
- * Similar declaration updating strategy which finds exact names, embedded
- * names and name suffixes (value: <code>3</code>).
- */
- public static final int STRATEGY_SUFFIX= 3;
-
- /** The delegate attribute */
- private boolean fDelegate= false;
-
- /** The deprecate attribute */
- private boolean fDeprecate= false;
-
- /** The hierarchical attribute */
- private boolean fHierarchical= false;
-
- /** The java element attribute */
- private IJavaScriptElement fJavaElement= null;
-
- /** The match strategy */
- private int fMatchStrategy= STRATEGY_EXACT;
-
- /** The name attribute */
- private String fName= null;
-
- /** The patterns attribute */
- private String fPatterns= null;
-
- /** The qualified attribute */
- private boolean fQualified= false;
-
- /** The references attribute */
- private boolean fReferences= false;
-
- /** The rename getter attribute */
- private boolean fRenameGetter= false;
-
- /** The rename setter attribute */
- private boolean fRenameSetter= false;
-
- /** The similar declarations attribute */
- private boolean fSimilarDeclarations= false;
-
- /** The textual attribute */
- private boolean fTextual= false;
-
- /**
- * Creates a new refactoring descriptor.
- *
- * @param id
- * the unique id of the rename refactoring
- * @see IJavaScriptRefactorings
- */
- public RenameJavaScriptElementDescriptor(final String id) {
- super(id);
- Assert.isLegal(checkId(id), "Refactoring id is not a rename refactoring id"); //$NON-NLS-1$
- }
-
- /**
- * Checks whether the refactoring id is valid.
- *
- * @param id
- * the refactoring id
- * @return the outcome of the validation
- */
- private boolean checkId(final String id) {
- Assert.isNotNull(id);
- if (id.equals(IJavaScriptRefactorings.RENAME_JAVASCRIPT_UNIT))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_ENUM_CONSTANT))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_FIELD))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_JAVA_PROJECT))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_LOCAL_VARIABLE))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_METHOD))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_PACKAGE))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_RESOURCE))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_SOURCE_FOLDER))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_TYPE))
- return true;
- else if (id.equals(IJavaScriptRefactorings.RENAME_TYPE_PARAMETER))
- return true;
- return false;
- }
-
- /**
- * {@inheritDoc}
- */
- protected void populateArgumentMap() {
- super.populateArgumentMap();
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_NAME, fName);
- if (getID().equals(IJavaScriptRefactorings.RENAME_TYPE_PARAMETER)) {
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_INPUT, elementToHandle(getProject(), null));
- fArguments.put(ATTRIBUTE_PARAMETER, null);
- } else
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_INPUT, elementToHandle(getProject(), fJavaElement));
- final int type= fJavaElement.getElementType();
- if (type != IJavaScriptElement.PACKAGE_FRAGMENT_ROOT)
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_REFERENCES, Boolean.toString(fReferences));
- if (type == IJavaScriptElement.FIELD) {
- fArguments.put(ATTRIBUTE_RENAME_GETTER, Boolean.toString(fRenameGetter));
- fArguments.put(ATTRIBUTE_RENAME_SETTER, Boolean.toString(fRenameSetter));
- }
- switch (type) {
- case IJavaScriptElement.PACKAGE_FRAGMENT:
- case IJavaScriptElement.TYPE:
- case IJavaScriptElement.FIELD:
- fArguments.put(ATTRIBUTE_TEXTUAL_MATCHES, Boolean.toString(fTextual));
- break;
- default:
- break;
- }
- switch (type) {
- case IJavaScriptElement.METHOD:
- case IJavaScriptElement.FIELD:
- fArguments.put(ATTRIBUTE_DEPRECATE, Boolean.toString(fDeprecate));
- fArguments.put(ATTRIBUTE_DELEGATE, Boolean.toString(fDelegate));
- break;
- default:
- break;
- }
- switch (type) {
- case IJavaScriptElement.PACKAGE_FRAGMENT:
- case IJavaScriptElement.TYPE:
- fArguments.put(ATTRIBUTE_QUALIFIED, Boolean.toString(fQualified));
- if (fPatterns != null && !"".equals(fPatterns)) //$NON-NLS-1$
- fArguments.put(ATTRIBUTE_PATTERNS, fPatterns);
- break;
- default:
- break;
- }
- switch (type) {
- case IJavaScriptElement.TYPE:
- fArguments.put(ATTRIBUTE_SIMILAR_DECLARATIONS, Boolean.toString(fSimilarDeclarations));
- fArguments.put(ATTRIBUTE_MATCH_STRATEGY, Integer.toString(fMatchStrategy));
- break;
- default:
- break;
- }
- switch (type) {
- case IJavaScriptElement.PACKAGE_FRAGMENT:
- fArguments.put(ATTRIBUTE_HIERARCHICAL, Boolean.toString(fHierarchical));
- break;
- default:
- break;
- }
- }
-
- /**
- * Determines whether the delegate for a Java element should be declared as
- * deprecated.
- * <p>
- * Note: Deprecation of the delegate is currently applicable to the Java elements
- * {@link org.eclipse.wst.jsdt.core.IFunction} and {@link org.eclipse.wst.jsdt.core.IField}. The default is to not deprecate the
- * delegate.
- * </p>
- *
- * @param deprecate
- * <code>true</code> to deprecate the delegate,
- * <code>false</code> otherwise
- */
- public void setDeprecateDelegate(final boolean deprecate) {
- fDeprecate= deprecate;
- }
-
- /**
- * Sets the file name patterns to use during qualified name updating.
- * <p>
- * The syntax of the file name patterns is a sequence of individual name
- * patterns, separated by comma. Additionally, wildcard characters '*' (any
- * string) and '?' (any character) may be used.
- * </p>
- * <p>
- * Note: If file name patterns are set, qualified name updating must be
- * enabled by calling {@link #setUpdateQualifiedNames(boolean)}.
- * </p>
- * <p>
- * Note: Qualified name updating is currently applicable to the Java elements
- * {@link org.eclipse.wst.jsdt.core.IPackageFragment} and {@link org.eclipse.wst.jsdt.core.IType}. The default is to use no
- * file name patterns (meaning that all files are processed).
- * </p>
- *
- * @param patterns
- * the non-empty file name patterns string
- */
- public void setFileNamePatterns(final String patterns) {
- Assert.isNotNull(patterns);
- Assert.isLegal(!"".equals(patterns), "Pattern must not be empty"); //$NON-NLS-1$ //$NON-NLS-2$
- fPatterns= patterns;
- }
-
- /**
- * Sets the Java element to be renamed.
- * <p>
- * Note: If the Java element to be renamed is of type
- * {@link IJavaScriptElement#JAVASCRIPT_PROJECT}, clients are required to to set the
- * project name to <code>null</code>.
- * </p>
- *
- * @param element
- * the Java element to be renamed
- */
- public void setJavaElement(final IJavaScriptElement element) {
- Assert.isNotNull(element);
- fJavaElement= element;
- }
-
- /**
- * Determines whether the the original Java element should be kept as
- * delegate to the renamed one.
- * <p>
- * Note: Keeping of original elements as delegates is currently applicable to the Java
- * elements {@link org.eclipse.wst.jsdt.core.IFunction} and {@link org.eclipse.wst.jsdt.core.IField}. The default is to not keep
- * the original as delegate.
- * </p>
- *
- * @param delegate
- * <code>true</code> to keep the original, <code>false</code>
- * otherwise
- */
- public void setKeepOriginal(final boolean delegate) {
- fDelegate= delegate;
- }
-
- /**
- * Determines which strategy should be used during similar declaration
- * updating.
- * <p>
- * Valid arguments are {@link #STRATEGY_EXACT}, {@link #STRATEGY_EMBEDDED}
- * or {@link #STRATEGY_SUFFIX}.
- * </p>
- * <p>
- * Note: Similar declaration updating is currently applicable to Java elements of type
- * {@link org.eclipse.wst.jsdt.core.IType}. The default is to use the {@link #STRATEGY_EXACT} match
- * strategy.
- * </p>
- *
- * @param strategy
- * the match strategy to use
- */
- public void setMatchStrategy(final int strategy) {
- Assert.isLegal(strategy == STRATEGY_EXACT || strategy == STRATEGY_EMBEDDED || strategy == STRATEGY_SUFFIX, "Wrong match strategy argument"); //$NON-NLS-1$
- fMatchStrategy= strategy;
- }
-
- /**
- * Sets the new name to rename the Java element to.
- *
- * @param name
- * the non-empty new name to set
- */
- public void setNewName(final String name) {
- Assert.isNotNull(name);
- Assert.isLegal(!"".equals(name), "Name must not be empty"); //$NON-NLS-1$//$NON-NLS-2$
- fName= name;
- }
-
- /**
- * Sets the project name of this refactoring.
- * <p>
- * Note: If the Java element to be renamed is of type
- * {@link IJavaScriptElement#JAVASCRIPT_PROJECT}, clients are required to to set the
- * project name to <code>null</code>.
- * </p>
- * <p>
- * The default is to associate the refactoring with the workspace.
- * </p>
- *
- * @param project
- * the non-empty project name to set, or <code>null</code> for
- * the workspace
- *
- * @see #getProject()
- */
- public void setProject(final String project) {
- super.setProject(project);
- }
-
- /**
- * Determines whether getter methods for the Java element should be renamed.
- * <p>
- * Note: Renaming of getter methods is applicable for {@link org.eclipse.wst.jsdt.core.IField}
- * elements which do not represent enum constants only. The default is to
- * not rename any getter methods.
- * </p>
- *
- * @param rename
- * <code>true</code> to rename getter methods,
- * <code>false</code> otherwise
- */
- public void setRenameGetters(final boolean rename) {
- fRenameGetter= rename;
- }
-
- /**
- * Determines whether setter methods for the Java element should be renamed.
- * <p>
- * Note: Renaming of setter methods is applicable for {@link org.eclipse.wst.jsdt.core.IField}
- * elements which do not represent enum constants only. The default is to
- * not rename any setter methods.
- * </p>
- *
- * @param rename
- * <code>true</code> to rename setter methods,
- * <code>false</code> otherwise
- */
- public void setRenameSetters(final boolean rename) {
- fRenameSetter= rename;
- }
-
- /**
- * Determines whether other Java elements in the hierarchy of the input
- * element should be renamed as well.
- * <p>
- * Note: Hierarchical updating is currently applicable for Java elements of
- * type {@link org.eclipse.wst.jsdt.core.IPackageFragment}. The default is to not update Java
- * elements hierarchically.
- * </p>
- *
- * @param update
- * <code>true</code> to update hierarchically,
- * <code>false</code> otherwise
- */
- public void setUpdateHierarchy(final boolean update) {
- fHierarchical= update;
- }
-
- /**
- * Determines whether qualified names of the Java element should be renamed.
- * <p>
- * Qualified name updating adapts fully qualified names of the Java element
- * to be renamed in non-Java text files. Clients may specify file name
- * patterns by calling {@link #setFileNamePatterns(String)} to constrain the
- * set of text files to be processed.
- * </p>
- * <p>
- * Note: Qualified name updating is currently applicable to the Java elements
- * {@link org.eclipse.wst.jsdt.core.IPackageFragment} and {@link org.eclipse.wst.jsdt.core.IType}. The default is to not rename
- * qualified names.
- * </p>
- *
- * @param update
- * <code>true</code> to update qualified names,
- * <code>false</code> otherwise
- */
- public void setUpdateQualifiedNames(final boolean update) {
- fQualified= update;
- }
-
- /**
- * Determines whether references to the Java element should be renamed.
- * <p>
- * Note: Reference updating is currently applicable to all Java element types except
- * {@link org.eclipse.wst.jsdt.core.IPackageFragmentRoot}. The default is to not update references.
- * </p>
- *
- * @param update
- * <code>true</code> to update references, <code>false</code>
- * otherwise
- */
- public void setUpdateReferences(final boolean update) {
- fReferences= update;
- }
-
- /**
- * Determines whether similar declarations of the Java element should be
- * updated.
- * <p>
- * Note: Similar declaration updating is currently applicable to Java elements of type
- * {@link org.eclipse.wst.jsdt.core.IType}. The default is to not update similar declarations.
- * </p>
- *
- * @param update
- * <code>true</code> to update similar declarations,
- * <code>false</code> otherwise
- */
- public void setUpdateSimilarDeclarations(final boolean update) {
- fSimilarDeclarations= update;
- }
-
- /**
- * Determines whether textual occurrences of the Java element should be
- * renamed.
- * <p>
- * Textual occurrence updating adapts textual occurrences of the Java
- * element to be renamed in Java comments and Java strings.
- * </p>
- * <p>
- * Note: Textual occurrence updating is currently applicable to the Java elements
- * {@link org.eclipse.wst.jsdt.core.IPackageFragment}, {@link org.eclipse.wst.jsdt.core.IType} and {@link org.eclipse.wst.jsdt.core.IField}. The default
- * is to not rename textual occurrences.
- * </p>
- *
- * @param update
- * <code>true</code> to update occurrences, <code>false</code>
- * otherwise
- */
- public void setUpdateTextualOccurrences(final boolean update) {
- fTextual= update;
- }
-
- /**
- * {@inheritDoc}
- */
- public RefactoringStatus validateDescriptor() {
- RefactoringStatus status= super.validateDescriptor();
- if (fName == null || "".equals(fName)) //$NON-NLS-1$
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameResourceDescriptor_no_new_name));
- if (fJavaElement == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_no_java_element));
- else {
- final int type= fJavaElement.getElementType();
- if (type == IJavaScriptElement.JAVASCRIPT_PROJECT && getProject() != null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_project_constraint));
- if (type == IJavaScriptElement.PACKAGE_FRAGMENT_ROOT && fReferences)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_reference_constraint));
- if (fTextual) {
- switch (type) {
- case IJavaScriptElement.PACKAGE_FRAGMENT:
- case IJavaScriptElement.TYPE:
- case IJavaScriptElement.FIELD:
- break;
- default:
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_textual_constraint));
- }
- }
- if (fDeprecate) {
- switch (type) {
- case IJavaScriptElement.METHOD:
- case IJavaScriptElement.FIELD:
- break;
- default:
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_deprecation_constraint));
- }
- }
- if (fDelegate) {
- switch (type) {
- case IJavaScriptElement.METHOD:
- case IJavaScriptElement.FIELD:
- break;
- default:
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_delegate_constraint));
- }
- }
- if (fRenameGetter || fRenameSetter) {
- if (type != IJavaScriptElement.FIELD)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_accessor_constraint));
- }
- if (fQualified) {
- switch (type) {
- case IJavaScriptElement.PACKAGE_FRAGMENT:
- case IJavaScriptElement.TYPE:
- break;
- default:
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_qualified_constraint));
- }
- }
- if (fSimilarDeclarations) {
- switch (type) {
- case IJavaScriptElement.TYPE:
- break;
- default:
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_similar_constraint));
- }
- }
- if (fHierarchical) {
- switch (type) {
- case IJavaScriptElement.PACKAGE_FRAGMENT:
- break;
- default:
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameJavaElementDescriptor_hierarchical_constraint));
- }
- }
- }
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameLocalVariableDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameLocalVariableDescriptor.java
deleted file mode 100644
index c4492d4c..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameLocalVariableDescriptor.java
+++ /dev/null
@@ -1,132 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.ISourceRange;
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Refactoring descriptor for the rename local variable refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class RenameLocalVariableDescriptor extends JavaScriptRefactoringDescriptor {
-
- /** The name attribute */
- private String fName= null;
-
- /** The references attribute */
- private boolean fReferences= false;
-
- /** The selection attribute */
- private ISourceRange fSelection= null;
-
- /** The compilation unit attribute */
- private IJavaScriptUnit fUnit= null;
-
- /**
- * Creates a new refactoring descriptor.
- */
- public RenameLocalVariableDescriptor() {
- super(IJavaScriptRefactorings.RENAME_LOCAL_VARIABLE);
- }
-
- /**
- * {@inheritDoc}
- */
- protected void populateArgumentMap() {
- super.populateArgumentMap();
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_NAME, fName);
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_INPUT, elementToHandle(getProject(), fUnit));
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_SELECTION, new Integer(fSelection.getOffset()).toString() + " " + new Integer(fSelection.getLength()).toString()); //$NON-NLS-1$
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_REFERENCES, Boolean.toString(fReferences));
- }
-
- /**
- * Sets the compilation unit which contains the local variable.
- *
- * @param unit
- * the compilation unit to set
- */
- public void setCompilationUnit(final IJavaScriptUnit unit) {
- Assert.isNotNull(unit);
- fUnit= unit;
- }
-
- /**
- * Sets the new name to rename the local variable to.
- *
- * @param name
- * the non-empty new name to set
- */
- public void setNewName(final String name) {
- Assert.isNotNull(name);
- Assert.isLegal(!"".equals(name), "Name must not be empty"); //$NON-NLS-1$//$NON-NLS-2$
- fName= name;
- }
-
- /**
- * Sets the selection within the compilation unit which references the local
- * variable to rename.
- *
- * @param selection
- * the selection to set
- */
- public void setSelection(final ISourceRange selection) {
- Assert.isNotNull(selection);
- fSelection= selection;
- }
-
- /**
- * Determines whether references to the local variable should be renamed.
- * <p>
- * The default is to not update references.
- * </p>
- *
- * @param update
- * <code>true</code> to update references, <code>false</code>
- * otherwise
- */
- public void setUpdateReferences(final boolean update) {
- fReferences= update;
- }
-
- /**
- * {@inheritDoc}
- */
- public RefactoringStatus validateDescriptor() {
- RefactoringStatus status= super.validateDescriptor();
- if (fName == null || "".equals(fName)) //$NON-NLS-1$
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameResourceDescriptor_no_new_name));
- if (fUnit == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameLocalVariableDescriptor_no_compilation_unit));
- if (fSelection == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameLocalVariableDescriptor_no_selection));
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameResourceDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameResourceDescriptor.java
deleted file mode 100644
index f662ad36..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameResourceDescriptor.java
+++ /dev/null
@@ -1,122 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Refactoring descriptor for the rename resource refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class RenameResourceDescriptor extends JavaScriptRefactoringDescriptor {
-
- /** The name attribute */
- private String fName= null;
-
- /** The resource attribute */
- private IResource fResource= null;
-
- /**
- * Creates a new refactoring descriptor.
- */
- public RenameResourceDescriptor() {
- super(IJavaScriptRefactorings.RENAME_RESOURCE);
- }
-
- /**
- * {@inheritDoc}
- */
- protected void populateArgumentMap() {
- super.populateArgumentMap();
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_INPUT, resourceToHandle(getProject(), fResource));
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_NAME, fName);
- }
-
- /**
- * Sets the new name to rename the resource to.
- *
- * @param name
- * the non-empty new name to set
- */
- public void setNewName(final String name) {
- Assert.isNotNull(name);
- Assert.isLegal(!"".equals(name), "Name must not be empty"); //$NON-NLS-1$//$NON-NLS-2$
- fName= name;
- }
-
- /**
- * Sets the project name of this refactoring.
- * <p>
- * Note: If the resource to be renamed is of type {@link IResource#PROJECT},
- * clients are required to to set the project name to <code>null</code>.
- * </p>
- * <p>
- * The default is to associate the refactoring with the workspace.
- * </p>
- *
- * @param project
- * the non-empty project name to set, or <code>null</code> for
- * the workspace
- *
- * @see #getProject()
- */
- public void setProject(final String project) {
- super.setProject(project);
- }
-
- /**
- * Sets the resource to be renamed.
- * <p>
- * Note: If the resource to be renamed is of type {@link IResource#PROJECT},
- * clients are required to to set the project name to <code>null</code>.
- * </p>
- *
- * @param resource
- * the resource to be renamed
- */
- public void setResource(final IResource resource) {
- Assert.isNotNull(resource);
- fResource= resource;
- }
-
- /**
- * {@inheritDoc}
- */
- public RefactoringStatus validateDescriptor() {
- RefactoringStatus status= super.validateDescriptor();
- if (fResource == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameResourceDescriptor_no_resource));
- if (fName == null || "".equals(fName)) //$NON-NLS-1$
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameResourceDescriptor_no_new_name));
- if (fResource instanceof IProject && getProject() != null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.RenameResourceDescriptor_project_constraint));
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/UseSupertypeDescriptor.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/UseSupertypeDescriptor.java
deleted file mode 100644
index bfd286fa..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/core/refactoring/descriptors/UseSupertypeDescriptor.java
+++ /dev/null
@@ -1,124 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.refactoring.descriptors;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.ltk.core.refactoring.RefactoringStatus;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings;
-import org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages;
-
-/**
- * Refactoring descriptor for the use supertype refactoring.
- * <p>
- * An instance of this refactoring descriptor may be obtained by calling
- * {@link org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()} on a refactoring
- * contribution requested by invoking
- * {@link org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)} with the
- * appropriate refactoring id.
- * </p>
- * <p>
- * Note: this class is not intended to be instantiated by clients.
- * </p>
- *
- * Provisional API: This class/interface is part of an interim API that is still under development and expected to
- * change significantly before reaching stability. It is being made available at this early stage to solicit feedback
- * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
- * (repeatedly) as the API evolves.
- */
-public final class UseSupertypeDescriptor extends JavaScriptRefactoringDescriptor {
-
- /** The instanceof attribute */
- private static final String ATTRIBUTE_INSTANCEOF= "instanceof"; //$NON-NLS-1$
-
- /** The instanceof attribute */
- private boolean fInstanceof= false;
-
- /** The subtype attribute */
- private IType fSubType= null;
-
- /** The supertype attribute */
- private IType fSupertype= null;
-
- /**
- * Creates a new refactoring descriptor.
- */
- public UseSupertypeDescriptor() {
- super(IJavaScriptRefactorings.USE_SUPER_TYPE);
- }
-
- /**
- * {@inheritDoc}
- */
- protected void populateArgumentMap() {
- super.populateArgumentMap();
- fArguments.put(ATTRIBUTE_INSTANCEOF, Boolean.valueOf(fInstanceof).toString());
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_INPUT, elementToHandle(getProject(), fSubType));
- fArguments.put(JavaScriptRefactoringDescriptor.ATTRIBUTE_ELEMENT + 1, elementToHandle(getProject(), fSupertype));
- }
-
- /**
- * Determines whether 'instanceof' statements are considered as candidates
- * to replace the subtype occurrence by one of its supertypes.
- * <p>
- * The default is to not replace the subtype occurrence.
- * </p>
- *
- * @param replace
- * <code>true</code> to replace subtype occurrences in
- * 'instanceof' statements, <code>false</code> otherwise
- */
- public void setReplaceInstanceof(final boolean replace) {
- fInstanceof= replace;
- }
-
- /**
- * Sets the subtype of the refactoring.
- * <p>
- * Occurrences of the subtype are replaced by the supertype set by
- * {@link #setSupertype(IType)} where possible.
- * </p>
- *
- * @param type
- * the subtype to set
- */
- public void setSubtype(final IType type) {
- Assert.isNotNull(type);
- fSubType= type;
- }
-
- /**
- * Sets the supertype of the refactoring.
- * <p>
- * Occurrences of the subtype set by {@link #setSubtype(IType)} are replaced
- * by the supertype where possible.
- * </p>
- *
- * @param type
- * the supertype to set
- */
- public void setSupertype(final IType type) {
- Assert.isNotNull(type);
- fSupertype= type;
- }
-
- /**
- * {@inheritDoc}
- */
- public RefactoringStatus validateDescriptor() {
- RefactoringStatus status= super.validateDescriptor();
- if (fSubType == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.UseSupertypeDescriptor_no_subtype));
- if (fSupertype == null)
- status.merge(RefactoringStatus.createFatalErrorStatus(DescriptorMessages.UseSupertypeDescriptor_no_supertype));
- return status;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/IStatusConstants.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/IStatusConstants.java
deleted file mode 100644
index 3139c665..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/IStatusConstants.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.core.manipulation;
-
-/**
- * Defines status codes relevant to the Java Manipulation plug-in.
- */
-public interface IStatusConstants {
-
- // Java Manipulation status constants start at 10000 to make sure that we don't
- // collide with resource and java model constants.
-
- public static final int INTERNAL_ERROR= 10001;
-
- }
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaElementPropertyTester.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaElementPropertyTester.java
deleted file mode 100644
index d4364265..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaElementPropertyTester.java
+++ /dev/null
@@ -1,167 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.wst.jsdt.internal.core.manipulation;
-
-import java.util.regex.Pattern;
-
-import org.eclipse.core.runtime.CoreException;
-
-import org.eclipse.core.expressions.PropertyTester;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IPackageFragmentRoot;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-
-/**
- * A property tester for various properties of IJavaElements.
- * Might be moved down to jdt.core. See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=127085
- *
- * @since 3.3
- */
-public class JavaElementPropertyTester extends PropertyTester {
-
- /**
- * A property indicating the file name (value <code>"name"</code>). Regular expressions are supported.
- */
- public static final String NAME = "name"; //$NON-NLS-1$
-
- /**
- * A property indicating if the element is in a open and existing Java project (value <code>"isInJavaProject"</code>).
- */
- public static final String IS_IN_JAVA_PROJECT = "isInJavaProject"; //$NON-NLS-1$
-
- /**
- * A property indicating if the element is in a open and existing Java project that also implements the given nature (value <code>"isInJavaProjectWithNature"</code>).
- */
- public static final String IS_IN_JAVA_PROJECT_WITH_NATURE = "isInJavaProjectWithNature"; //$NON-NLS-1$
-
- /**
- * A property indicating if the element is on the classpath (value <code>"isOnClasspath"</code>).
- */
- public static final String IS_ON_CLASSPATH = "isOnClasspath"; //$NON-NLS-1$
-
- /**
- * A property indicating if the a type of the given qualified name is on the classpath (value <code>"hasTypeOnClasspath"</code>).
- */
- public static final String HAS_TYPE_ON_CLASSPATH = "hasTypeOnClasspath"; //$NON-NLS-1$
-
- /**
- * A property indicating if the element is a source folder or is inside a source folder. (value <code>"inSourceFolder"</code>).
- * <code>false</code> is returned if the element does not exist.
- */
- public static final String IN_SOURCE_FOLDER = "inSourceFolder"; //$NON-NLS-1$
-
- /**
- * A property indicating if the element is an archive or is inside an archive. (value <code>"inArchive"</code>).
- * <code>false</code> is returned if the element does not exist.
- */
- public static final String IN_ARCHIVE = "inArchive"; //$NON-NLS-1$
-
- /**
- * A property indicating if the element is an archive (value <code>"inExternalArchive"</code>).
- * <code>false</code> is returned if the element does not exist.
- */
- public static final String IN_EXTERNAL_ARCHIVE = "inExternalArchive"; //$NON-NLS-1$
-
- /**
- * A property indicating a option in the Java project of the selected element
- * (value <code>"projectOption"</code>). If two arguments are given,
- * this treats the first as the option name, and the second as the option
- * property value. If only one argument (or just the expected value) is
- * given, this treats it as the property name, and simply tests if the option is
- * avaiable in the project specific options.
- */
- public static final String PROJECT_OPTION = "projectOption"; //$NON-NLS-1$
-
-
- /* (non-Javadoc)
- * @see org.eclipse.core.expressions.IPropertyTester#test(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Object)
- */
- public boolean test(Object receiver, String method, Object[] args, Object expectedValue) {
- if (!(receiver instanceof IJavaScriptElement)) {
- return false;
- }
- IJavaScriptElement res = (IJavaScriptElement) receiver;
- if (method.equals(NAME)) {
- return Pattern.matches(toString(expectedValue), res.getElementName());
- } else if (method.equals(IS_IN_JAVA_PROJECT)) {
- IJavaScriptProject javaProject= res.getJavaScriptProject();
- return javaProject != null && javaProject.exists() && javaProject.getProject().isOpen();
- } else if (method.equals(IS_IN_JAVA_PROJECT_WITH_NATURE)) {
- IJavaScriptProject javaProject= res.getJavaScriptProject();
- if (javaProject != null && javaProject.exists() && javaProject.getProject().isOpen() ) {
- if (expectedValue != null) {
- try {
- return javaProject.getProject().hasNature(toString(expectedValue));
- } catch (CoreException e) {
- return false;
- }
- }
- }
- return false;
- } else if (method.equals(IS_ON_CLASSPATH)) {
- IJavaScriptProject javaProject= res.getJavaScriptProject();
- if (javaProject != null && javaProject.exists()) {
- return javaProject.isOnIncludepath(res);
- }
- return false;
- } else if (method.equals(IN_SOURCE_FOLDER)) {
- IJavaScriptElement root= res.getAncestor(IJavaScriptElement.PACKAGE_FRAGMENT_ROOT);
- if (root != null) {
- try {
- return ((IPackageFragmentRoot) root).getKind() == IPackageFragmentRoot.K_SOURCE;
- } catch (JavaScriptModelException e) {
- // ignore
- }
- }
- return false;
- } else if (method.equals(IN_ARCHIVE)) {
- IJavaScriptElement root= res.getAncestor(IJavaScriptElement.PACKAGE_FRAGMENT_ROOT);
- if (root != null) {
- return ((IPackageFragmentRoot) root).isArchive();
- }
- return false;
- } else if (method.equals(IN_EXTERNAL_ARCHIVE)) {
- IJavaScriptElement root= res.getAncestor(IJavaScriptElement.PACKAGE_FRAGMENT_ROOT);
- if (root != null) {
- return ((IPackageFragmentRoot) root).isExternal();
- }
- return false;
- } else if (method.equals(PROJECT_OPTION)) {
- IJavaScriptProject project= res.getJavaScriptProject();
- if (project != null) {
- if (args.length == 2) {
- String current= project.getOption(toString(args[0]), true);
- return current != null && current.equals(args[1]);
- } else if (args.length == 1) {
- return project.getOption(toString(args[0]), false) != null;
- }
- }
- return false;
- } else if (method.equals(HAS_TYPE_ON_CLASSPATH)) {
- IJavaScriptProject javaProject= res.getJavaScriptProject();
- if (javaProject != null && javaProject.exists()) {
- try {
- return javaProject.findType(toString(expectedValue)) != null;
- } catch (JavaScriptModelException e) {
- return false;
- }
- }
- }
- return false;
- }
-
- private String toString(Object expectedValue) {
- return expectedValue == null ? "" : expectedValue.toString(); //$NON-NLS-1$
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.java
deleted file mode 100644
index 955e42db..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.core.manipulation;
-
-import org.eclipse.osgi.util.NLS;
-
-public class JavaManipulationMessages extends NLS {
-
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.core.manipulation.JavaManipulationMessages"; //$NON-NLS-1$
-
- private JavaManipulationMessages() {
- }
-
- static {
- // initialize resource bundle
- NLS.initializeMessages(BUNDLE_NAME, JavaManipulationMessages.class);
- }
-
- public static String JavaManipulationMessages_internalError;
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.properties b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.properties
deleted file mode 100644
index 04d8614e..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationMessages.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-JavaManipulationMessages_internalError=Internal Error
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationPlugin.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationPlugin.java
deleted file mode 100644
index 917d356c..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/manipulation/JavaManipulationPlugin.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.core.manipulation;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.MultiStatus;
-import org.eclipse.core.runtime.Plugin;
-import org.eclipse.core.runtime.Status;
-
-import org.eclipse.wst.jsdt.core.manipulation.JavaScriptManipulation;
-
-import org.osgi.framework.BundleContext;
-
-/**
- * The main plug-in class to be used in the workbench.
- */
-public class JavaManipulationPlugin extends Plugin {
-
- //The shared instance.
- private static JavaManipulationPlugin fgDefault;
-
- /**
- * The constructor.
- */
- public JavaManipulationPlugin() {
- fgDefault = this;
- }
-
- /**
- * This method is called upon plug-in activation
- */
- public void start(BundleContext context) throws Exception {
- super.start(context);
- }
-
- /**
- * This method is called when the plug-in is stopped
- */
- public void stop(BundleContext context) throws Exception {
- super.stop(context);
- fgDefault = null;
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance.
- */
- public static JavaManipulationPlugin getDefault() {
- return fgDefault;
- }
-
- public static String getPluginId() {
- return JavaScriptManipulation.ID_PLUGIN;
- }
-
- public static void log(IStatus status) {
- getDefault().getLog().log(status);
- }
-
- public static void logErrorMessage(String message) {
- log(new Status(IStatus.ERROR, getPluginId(), IStatusConstants.INTERNAL_ERROR, message, null));
- }
-
- public static void logErrorStatus(String message, IStatus status) {
- if (status == null) {
- logErrorMessage(message);
- return;
- }
- MultiStatus multi= new MultiStatus(getPluginId(), IStatusConstants.INTERNAL_ERROR, message, null);
- multi.add(status);
- log(multi);
- }
-
- public static void log(Throwable e) {
- log(new Status(IStatus.ERROR, getPluginId(), IStatusConstants.INTERNAL_ERROR, JavaManipulationMessages.JavaManipulationMessages_internalError, e));
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.java b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.java
deleted file mode 100644
index 3ecc8b2e..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.core.refactoring.descriptors;
-
-import org.eclipse.osgi.util.NLS;
-
-public class DescriptorMessages extends NLS {
-
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.core.refactoring.descriptors.DescriptorMessages"; //$NON-NLS-1$
-
- public static String JavaRefactoringDescriptor_no_description;
-
- public static String JavaRefactoringDescriptor_no_resulting_descriptor;
-
- public static String JavaRefactoringDescriptor_not_available;
-
- public static String MoveDescriptor_no_destination_set;
-
- public static String MoveDescriptor_no_elements_set;
-
- public static String MoveStaticMembersDescriptor_invalid_members;
-
- public static String MoveStaticMembersDescriptor_no_members;
-
- public static String MoveStaticMembersDescriptor_no_type;
-
- public static String RenameJavaElementDescriptor_accessor_constraint;
-
- public static String RenameJavaElementDescriptor_delegate_constraint;
-
- public static String RenameJavaElementDescriptor_deprecation_constraint;
-
- public static String RenameJavaElementDescriptor_hierarchical_constraint;
-
- public static String RenameJavaElementDescriptor_no_java_element;
-
- public static String RenameJavaElementDescriptor_patterns_constraint;
-
- public static String RenameJavaElementDescriptor_patterns_qualified_constraint;
-
- public static String RenameJavaElementDescriptor_project_constraint;
-
- public static String RenameJavaElementDescriptor_qualified_constraint;
-
- public static String RenameJavaElementDescriptor_reference_constraint;
-
- public static String RenameJavaElementDescriptor_similar_constraint;
-
- public static String RenameJavaElementDescriptor_textual_constraint;
-
- public static String RenameLocalVariableDescriptor_no_compilation_unit;
-
- public static String RenameLocalVariableDescriptor_no_selection;
-
- public static String RenameResourceDescriptor_no_new_name;
-
- public static String RenameResourceDescriptor_no_resource;
-
- public static String RenameResourceDescriptor_project_constraint;
-
- public static String UseSupertypeDescriptor_no_subtype;
-
- public static String UseSupertypeDescriptor_no_supertype;
-
- static {
- // initialize resource bundle
- NLS.initializeMessages(BUNDLE_NAME, DescriptorMessages.class);
- }
-
- private DescriptorMessages() {
- }
-} \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.properties b/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.properties
deleted file mode 100644
index 7fa60a91..00000000
--- a/bundles/org.eclipse.wst.jsdt.manipulation/src/org/eclipse/wst/jsdt/internal/core/refactoring/descriptors/DescriptorMessages.properties
+++ /dev/null
@@ -1,37 +0,0 @@
-###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-JavaRefactoringDescriptor_not_available=N/A
-JavaRefactoringDescriptor_no_description=Description has not been set.
-JavaRefactoringDescriptor_no_resulting_descriptor=Refactoring contribution registered for id ''{0}'' returned null as result of createDescriptor(String, String, String, String, Map, int)
-UseSupertypeDescriptor_no_subtype=Subtype has not been set.
-UseSupertypeDescriptor_no_supertype=Supertype has not been set.
-RenameResourceDescriptor_no_resource=Resource has not been set.
-RenameResourceDescriptor_no_new_name=New name has not been set.
-RenameResourceDescriptor_project_constraint=Project must be null for resources of type 'IProject'.
-RenameJavaElementDescriptor_no_java_element=JavaScript element has not been set.
-RenameJavaElementDescriptor_reference_constraint=Reference updating is not available for package fragment roots.
-RenameJavaElementDescriptor_qualified_constraint=Qualified name updating is only available for packages and types.
-RenameJavaElementDescriptor_deprecation_constraint=Deprecation of delegates is only available for functions and vars.
-RenameJavaElementDescriptor_hierarchical_constraint=Hierarchical renaming is only applicable to packages.
-RenameJavaElementDescriptor_patterns_qualified_constraint=Qualified name updating enabled implies a non-empty patterns string.
-RenameLocalVariableDescriptor_no_compilation_unit=Compilation unit has not been set.
-RenameLocalVariableDescriptor_no_selection=Selection has not been set.
-RenameJavaElementDescriptor_textual_constraint=Textual occurrence updating is only available for packages, types and vars.
-RenameJavaElementDescriptor_project_constraint=Project must be null for JavaScript elements of type 'IJavaProject'.
-RenameJavaElementDescriptor_similar_constraint=Similar declaration updating is only available for types.
-RenameJavaElementDescriptor_delegate_constraint=Keeping delegates is only available for functions and vars.
-RenameJavaElementDescriptor_accessor_constraint=Renaming of accessor methods is only available for vars.
-RenameJavaElementDescriptor_patterns_constraint=Patterns must be a non-empty string.
-MoveStaticMembersDescriptor_no_type=Destination type has not been set.
-MoveDescriptor_no_destination_set=Destination has not been set.
-MoveStaticMembersDescriptor_no_members=Members have not been set.
-MoveStaticMembersDescriptor_invalid_members=Members array contains an invalid member
-MoveDescriptor_no_elements_set=Elements to be moved have not been set.
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.classpath b/bundles/org.eclipse.wst.jsdt.support.firefox/.classpath
deleted file mode 100644
index ce739334..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.project b/bundles/org.eclipse.wst.jsdt.support.firefox/.project
deleted file mode 100644
index 5be883c1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.project
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.jsdt.support.firefox</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
- </natures>
-</projectDescription>
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/.jsdtscope b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/.jsdtscope
deleted file mode 100644
index 2f88773b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/.jsdtscope
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="libraries"/>
- <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
-</classpath>
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index afa5c913..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.runtime.prefs b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 7ec57502..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Mon Apr 17 01:48:39 EDT 2006
-eclipse.preferences.version=1
-line.separator=\r\n
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 91537393..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,80 +0,0 @@
-#Sat Mar 24 11:23:54 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=warning
-org.eclipse.jdt.core.builder.invalidClasspath=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.doc.comment.support=enabled
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
-org.eclipse.jdt.core.compiler.problem.emptyStatement=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=enabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=error
-org.eclipse.jdt.core.compiler.problem.unusedLocal=error
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=ignore
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 301c7add..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-#Mon Apr 17 01:48:39 EDT 2006
-eclipse.preferences.version=1
-internal.default.compliance=default
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.ltk.core.refactoring.prefs b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index c59368c5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index fc522bba..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,16 +0,0 @@
-#Mon Apr 17 02:01:33 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.illegal-att-value=0
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=0
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.p.unused-element-or-attribute=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.container b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.container
deleted file mode 100644
index 49c8cd4f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.container
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.wst.jsdt.launching.JRE_CONTAINER \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.name b/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.name
deleted file mode 100644
index 78278095..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/.settings/org.eclipse.wst.jsdt.ui.superType.name
+++ /dev/null
@@ -1 +0,0 @@
-Object \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox.html b/bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox.html
deleted file mode 100644
index f3aff8ef..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox.html
+++ /dev/null
@@ -1,405 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--************************************************************************-->
-<!--* FireFox JavaScript Browser Object Dump *-->
-<!--* *-->
-<!--* Copyright 2007 IBM *-->
-<!--* Bradley Childs (childsb@us.ibm.com) *-->
-<!--************************************************************************-->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>FireFox JavaScript Object Browser Dump</title>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<script type="text/javascript">
- // Netscape 6 (or Mozilla)?
-
- var objectInstance = new Array();
-
- var objectName = new Array();
-
- function displayString( value) {
- document.writeln(value + "<br>");
- }
-
- function shouldExclude( nameOfElement) {
- /* allows filtered values and exclude elements that are coming from this script */
- var excluded = [ "shouldExclude", "addRootDisplayElement",
- "buildClasses", "getObjectName", "objectList", "objTypeArrays",
- "rootElements", "nameArray", "isNS6", "getObjectSuperType",
- "isKnownObject", "generateHTMLObjectTable",
- "addElementToObject", "addToObjects", "getAllProperties",
- "isArray", "isObject", "findProperties", "DOMViewerObj",
- "DOMViewerName", "objectName", "objectInstance","aptana" ];
- var k;
- for (k = 0; k < excluded.length; k++) {
- if (nameOfElement == excluded[k])
- return true;
- }
- return false;
- }
-
- function getSince() {
- return "FireFox 2.0.0.3";
- }
-
-
- function buildClasses() {
-
- var k;
- for (k = 0; k < objectInstance.length; k++) {
- var classObject;
- try {
- classObject = objectInstance[k];
-
- } catch ( exception) {}
-
-
- var superName = getObjectSuperTypeName(classObject);
- var objectClassName = getObjectTypeName(classObject);
-
- //ea[ea.length] = classObjectName + ".prototype= " + superName;
- //ea[ea.length] = "function " + classObjectName + "(){};";
-
- displayString("/**");
- displayString(" * Object " + objectClassName);
- displayString(" * @super " + superName);
- displayString(" * @type constructor");
- displayString(" * @class " + objectClassName);
- displayString(" * @since " + getSince());
- displayString("*/");
-
- displayString(objectClassName + ".prototype=new " + superName + "();");
- displayString("function " + objectClassName + "(){};");
-
- if((typeof classObject =="array") || classObject instanceof Array || objectClassName=="Array") continue;
-
-
- /* get each objects properties */
-
- var allprops = getAllProperties(classObject);
- for(i = 0;i<allprops.length;i++) {
- var propObjectName = allprops[i];
- var propObject;
- try{
- propObject = classObject[propObjectName];
- if(propObject==null) propObject=null;
- }catch(e){
- propObject=null;
- }
- if(isFinite(propObjectName)) continue;
-
- if(shouldExclude(propObjectName)) continue;
- if(propObject!=null && (typeof propObject)=="function" && propObjectName!="constructor"){
- var functionType = getFunctionType(propObject);
-
- var argString = "";
- var t=0;
- for(t=0;t<propObject.length;t++){
- var paramType = getObjectTypeName(propObject[t]);
-
- if(paramType==null || paramType=="null") paramType="";
- var paramName = paramType + "arg" + (t+1);
-
- argString += paramName + ((t+1)<propObject.length?",":"");
- }
- displayString("/**");
- displayString(" * function " + propObjectName + "(" + argString + ")");
- displayString(" * @type " + functionType);
- for(t=0;t<propObject.length;t++){
- var paramType = getObjectTypeName(propObject[t]);
-
- var paramName;
-
- if(paramType==null || paramType=="null")
- paramName= "arg" + (t+1);
- else
- paramName = paramType;
-
- if(paramType==null || paramType=="null") paramType="Object";
-
- displayString(" * @param " + paramName + " " + paramType );
-
- }
-
- displayString(" * @class " + objectClassName);
- displayString(" * @since " + getSince());
- displayString("*/");
- }else if (false){
-
-
- }else{
- var primType = getObjectTypeName(propObject);
- if(primType==null || primType=="null") primType="Object";
- var init = getInit(propObject);
- displayString("/**");
- displayString(" * property " + propObjectName);
- displayString(" * @type " + primType);
- displayString(" * @class " + objectClassName);
- displayString(" * @since " + getSince());
- displayString("*/");
- displayString(objectClassName + ".prototype." + propObjectName + "=" + init + ";");
- }
-
-
- }
-
- }
- }
-
- function getFunctionType(thefunction){
- return "---------Unknown Function Return-----------";
- }
-
-
- function getInit(object){
- if(object instanceof String) return "\"\"";
- if(object instanceof Boolean) return "false";
- if(object instanceof Number) return "0";
-
- var typename = getObjectTypeName(object);
- if(typename=="string") return "\"\"";
- if(typename=="boolean") return "false";
- if(typename=="number") return "0";
-
- if(typename==null || typename=="null") typename="Object";
- return "new " + typename + "()";
- }
-
- function getObjectTypeName( sibObject) {
-
- var typeofo = typeof sibObject;
-
- if(typeofo=="string") return "String";
- if(typeofo=="array") return "Array";
- if(typeofo=="boolean") return "Boolean";
- if(typeofo=="number") return "Number";
-
-
- if(isArray(sibObject)){
- return "Array";
- }
- if(sibObject==null) return null;
- var start, end, parentString;
- // var objString = String(sibObject);
- var tconstructor=null;
- try{
- tconstructor = sibObject.constructor;
- }catch(e){}
-
- var objString = String(tconstructor);
- start = objString.indexOf("function Object()");
- if(start!=-1){
- objString = String(sibObject);
- }
-
-
- if (objString != null) {
- start = (objString.indexOf("object") + 7);
- end = objString.indexOf("]");
- if (start < end && start>7) {
- parentString = objString.substring(start, end);
- } else {
- start = objString.indexOf("[");
- end = objString.indexOf(" ", start);
- var end2 = objString.indexOf("]", start);
- if (start < end) {
- parentString = objString.substring(start+1, end);
- } else if (start < end2){
- parentString = objString.substring(start+1, end2);
- }else{
- parentString = objString;
- }
- }
- }
-
- return parentString;
- //var constr;
- //try{
- // constr = sibObject.constructor;
- // return String(constr).replace("[","").replace("]","");
- //}catch(e){}
-
- }
-
- function getPropertyName( sibObject) {
- var start, end, parentString;
- var objString = String(sibObject);
-
- if (objString != null) {
- start = (objString.indexOf("object") + 6);
- end = objString.indexOf("]");
- if (start < end) {
- parentString = objString.substring(start, end);
- } else {
- start = objString.indexOf("[");
- end = objString.indexOf("]");
- if (start < end) {
- parentString = objString.subString(start, end);
- } else {
- parentString = objString;
- }
- }
- }
-
- return parentString;
-
- }
-
- function getObjectSuperTypeName( sibObject) {
-
- if(isArray(sibObject)){
- return "Array";
- }else{
- return "Object";
- }
- //var subName = getObjectTypeName(sibObject);
- //for(k=0;k<objectInstance.length;k++){
- // var props1 = getAllProperties(sibObject);
- // var props2 = getAllProperties(objectInstance[k]);
- // var superName = getObjectTypeName(objectInstance[k]);
- // if(superName==subName) continue;
- // if(compareArrays(props1,props2)){
- // var typeName = getObjectTypeName(props2);
- // return typeName;
- // }
-
-
- }
-
- function compareArrays(subtype, supertype){
- if(supertype.length>subtype.length) return false;
-
- for(i=0;i<supertype.length;i++){
- var contains = false;
- for(j=0;!contains && j<subtype.length;j++){
- if(subtype[j]==supertype[i]) contains=true;
- }
- if(!contains) return false;
- }
- }
-
- function generateHTMLObjectTable( DOMViewerObj, DOMViewerName) {
-
- findProperties(DOMViewerObj);
- //var s = '<table>';
- //var i;
-
- //for (i = 0; i < rootElements.length; i++) {
- // s += "<tr><td>" + new String(rootElements[i]) + "</td></tr>";
- //}
- //s += "<tr><td><br><br></tr></td>"
-
- //newElms =
-
- buildClasses();
-
- //for (i = 0; i < newElms.length; i++) {
- // s += "<tr><td>" + new String(newElms[i]) + "</td></tr>";
- //}
- //return s + "</table>"
- }
-
- function addToObjects( newObject) {
- var value, k;
- if (newObject == null)
- return false;
-
- if(newObject instanceof Array){
- return true;
- }
-
-
- value = getObjectTypeName(newObject);
-
- if(value.indexOf("ns")==0 && value!="nsXPCComponents") return false;
-
-
-
- if (shouldExclude(value))
- return false;
-
- for (k = 0; k < objectName.length; k++) {
- if (objectName[k] == value) {
- return false;
- }
- }
-
- objectName[objectName.length] = value;
- objectInstance[objectInstance.length] = newObject;
- return true;
- }
-
- function getAllProperties( object) {
- var propertyList = new Array();
- try {
- for (property in object)
- propertyList[propertyList.length] = property;
- } catch ( exception) {
- }
- return propertyList;
- }
-
- function isArray( valueObject) {
- return valueObject instanceof Array;
- var isArray = false;
- try {
- isArray = (valueObject != null && valueObject.length >= 0 && !(valueObject instanceof Function));
- } catch ( exception) {
- isArray = false;
- }
- return isArray;
- }
-
- function isObject( elem) {
- return ((elem != null) && (elem instanceof Object) && !(elem instanceof Function));
- }
-
-
-
- function findProperties( obj) {
-
- var allProperties, i;
-
-
- allProperties = getAllProperties(obj);
-
-
- for (i = 0; i < allProperties.length; i++) {
- var theObject;
-
- try{
- theObject = obj[allProperties[i]];
- }catch(e){
-
- }
- if (isObject(theObject) && addToObjects(theObject) ) {
- findProperties(theObject);
- } else {
- continue;
- }
-
- }
- }
-</script>
-</head>
-<body>
-
-<h3>Browsers JavaScript Elements:</h3>
-
-<script type="text/javascript">
- // Show properties for the specified object in the opening window. Default to
- // the document if no object is specified.
-
- var DOMViewerObj = this;
-
- var DOMViewerName = "";
-
- if (!DOMViewerObj) {
- DOMViewerObj = window.opener.document;
- DOMViewerName = "document";
- }
-
- generateHTMLObjectTable(DOMViewerObj, DOMViewerName);
-</script>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox_V1_NoJSDoc.html b/bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox_V1_NoJSDoc.html
deleted file mode 100644
index 34d0b3de..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/DOM_Generator_FireFox_V1_NoJSDoc.html
+++ /dev/null
@@ -1,344 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--************************************************************************-->
-<!--* FireFox JavaScript Browser Object Dump *-->
-<!--* *-->
-<!--* Copyright 2007 IBM *-->
-<!--* Bradley Childs (childsb@us.ibm.com) *-->
-<!--************************************************************************-->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>FireFox JavaScript Object Browser Dump</title>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<script type="text/javascript">
-// Netscape 6 (or Mozilla)?
-
-var isNS6 = (navigator.userAgent.indexOf("Gecko") > 0) ? 1 : 0;
-
-// Arrays for tracking objects/methods.
-
-var objectList = new Array();
-var objTypeArrays = new Array();
-var rootElements = new Array();
-var nameArray = new Array();
-
-function addRootDisplayElement(theObject,objName){
- var valueString;
- if(objName=="") objName="this";
-
- valueString = objName + ".prototype = new " + getObjectName(theObject) + "();";
- rootElements[rootElements.length] = valueString;
-}
-
-function shouldExclude(nameOfElement){
- /* allows filtered values and exclude elements that are coming from this script */
- var excluded = ["shouldExclude",
- "addRootDisplayElement",
- "buildClasses",
- "getObjectName",
- "objectList",
- "objTypeArrays",
- "rootElements",
- "nameArray",
- "isNS6",
- "getObjectSuperType",
- "isKnownObject",
- "generateHTMLObjectTable",
- "addElementToObject",
- "addToObjects",
- "getAllProperties",
- "isArray",
- "isObject",
- "findProperties",
- "DOMViewerObj",
- "DOMViewerName"];
- var k;
- for(k=0;k<excluded.length;k++){
- if(nameOfElement==excluded[k]) return true;
- }
- return false;
-}
-
-function buildClasses(){
- var ea = new Array();
- var k,j,t;
- for(k=0;k<objectList.length;k++){
- var elementArray;
- var classObjectName;
- try{
- classObjectName = objectList[k];
- }catch(exception){}
-
- if(shouldExclude(classObjectName)) continue;
- var superName = (isArray(classObjectName))?"new Array();":"new Object();";
- ea[ea.length] = classObjectName + ".prototype= " + superName;
- ea[ea.length] = "function " + classObjectName + "(){};"
-
- elementArray = objTypeArrays[k];
-
- if(!isArray(elementArray)) continue;
- for(j=0;j<elementArray.length;j++){
- try{
- value = elementArray[j];
- }catch(exception){
- value = name;
- }
- name = nameArray[k][j];
- if(shouldExclude(name)) continue;
-
- if(value==null) continue;
-
- if(isObject(value)){
-
- try{
- var superType = getObjectSuperType(value);
- ea[ea.length] = classObjectName + ".prototype." + name + "= new " + superType + "();";
- }catch(exception){
- continue;
- //ea[ea.length] = classObjectName + "." + name + ".prototype=new " + name + "();";
- }
- }else if(value instanceof Function){
- var argString = "";
- for(t=0;t<value.length;t++){
- argString += "arg" + (t+1) + ((t+1)<value.length?",":"");
- }
-
- ea[ea.length] = classObjectName + ".prototype." + name + "=function("+argString+"){};";
- }else if(typeof value=="string"){
- ea[ea.length] = classObjectName + ".prototype." + name + "=\"\";";
- }else if(typeof value =="boolean"){
- ea[ea.length] = classObjectName + ".prototype." + name + "=false;";
- }else if(typeof value =="number"){
- ea[ea.length] = classObjectName + ".prototype." + name + "=0;";
- }
-
- }
-
- }
- return ea;
-}
-
-function getObjectName(sibObject){
-
- var start,end,parentString;
-
- var objString = String(sibObject);
-
- if(objString!=null){
- start = (objString.indexOf("object") + 6);
- end = objString.indexOf("]");
- if(start<end){
- parentString = objString.substring(start,end);
- }else{
- start = objString.indexOf("[");
- end = objString.indexOf("]");
- if(start<end){
- parentString = objString.subString(start,end);
- }else{
- parentString = objString;
- }
- }
- }
-
- return parentString;
-}
-
-function getObjectSuperType(sibObject){
-
- var parentString;
- parentString = getObjectName(sibObject);
- if(isArray(sibObject)){
- var array=true;
- }
- var constr;
-
- if(!(parentString=="Object") && isKnownObject(parentString)){
- return parentString;
- } else if(isArray(sibObject)){
- return "Array";
- }
-
- return parentString;
-}
-
-function isKnownObject(objValue){
- if(objValue==null) return false;
- var k;
- for(k=0;k<objectList.length;k++){
- try{
- if(String(objectList[k])==objValue){
- return true;
- }
- }catch(Exception){}
- }
- return false;
-}
-
-function generateHTMLObjectTable(DOMViewerObj, DOMViewerName){
-
- findProperties(DOMViewerObj, null, DOMViewerName);
- var s = '<table>';
- var i;
-
-
- for(i = 0; i < rootElements.length; i++){
- s+= "<tr><td>" + new String(rootElements[i]) + "</td></tr>";
- }
- s+="<tr><td><br><br></tr></td>"
-
- newElms = buildClasses();
-
- for(i = 0; i < newElms.length; i++){
- s+= "<tr><td>" + new String(newElms[i]) + "</td></tr>";
- }
- return s + "</table>"
-}
-
-function addElementToObject(classObject,functionObject,name){
- var value,k;
- var index=-1;
- if(isObject(classObject)){
- value = getObjectName(classObject);
- }else{
- value=classObject;
- }
- for(k=0;k<objectList.length;k++){
- if(objectList[k]==value){
- index=k;
- break;
- }
- }
-
- if(index==-1) return false;
-
- if(objTypeArrays[index]==null){
- objTypeArrays[index] = new Array();
- }
-
- if(nameArray[index]==null) nameArray[index] = new Array();
-
- for(k=0;k<nameArray[index].length;k++){
- try{
- if(nameArray[index][k]==name) return; // nothing to do
- }catch(exception){
- // not found
- }
- }
-
-
- objTypeArrays[index][objTypeArrays[index].length] = (functionObject==null?(new String()):functionObject);
-
-
-
- nameArray[index][objTypeArrays[index].length-1] = name;
-}
-
-function addToObjects(newObject){
- var value,k;
- if(newObject==null) return false;
- value = getObjectName(newObject);
- for(k=0;k<objectList.length;k++){
- if(objectList[k]==value){
- return false;
- }
- }
-
- objectList[objectList.length] = value;
- return true;
-}
-
-
-function getAllProperties(object){
- var propertyList = new Array();
- try{
- for (property in object)
- propertyList[propertyList.length] = property;
- }catch(exception){}
- return propertyList;
-}
-
-function isArray(valueObject){
- var isArray = false;
- try{
- isArray = (valueObject!=null && valueObject.length>0);
- }catch(exception){ isArray = false; }
- return isArray;
-}
-
-function isObject(elem){
- return ((elem!=null) && (elem instanceof Object) && !(elem instanceof Function));
-}
-
-function findProperties(obj, parent, name) {
-
- var allProperties,i;
-
- if ( isObject(obj) && ! isArray(obj) ){
- if(parent==null){
- addToObjects(obj);
- addRootDisplayElement(obj,name);
-
- }
- allProperties = getAllProperties(obj);
- }else{
- return;
- }
-
- for (i = 0; i < allProperties.length ; i++) {
- if(allProperties[i]=="constructor") continue;
- if(i==72){
- // do something
- var k = 10;
- }
- var objValue;
-
- try{
- objValue = obj[allProperties[i]];
- }catch(exception){
- objValue = null;
- addElementToObject(obj,allProperties[i],String(allProperties[i]));
- continue;
- }
- try{
- if( isObject(objValue) && (! isArray(objValue)) && addToObjects(objValue)){
- addElementToObject(obj,obj[allProperties[i]],String(allProperties[i]));
- findProperties(obj[allProperties[i]], (parent==null?"":parent+ ".") + name, String(allProperties[i]));
- }else if( objValue instanceof Object ){
- addElementToObject(obj,objValue,String(allProperties[i]));
- }else{
- var isUndefPrim = (objValue==null || objValue=="" );
- addElementToObject(obj,(isUndefPrim?allProperties[i]:objValue),String(allProperties[i]));
-
- }
- }catch(exception){
-
-
- var k =10;
- }
- }
-
-}
-</script>
-</head>
-<body>
-
-<h3>Browsers JavaScript Elements:</h3>
-
-<script type="text/javascript">
-
-// Show properties for the specified object in the opening window. Default to
-// the document if no object is specified.
-
-var DOMViewerObj = this;
-var DOMViewerName = "";
-
-if (!DOMViewerObj) {
- DOMViewerObj = window.opener.document;
- DOMViewerName = "document";
-}
-
-document.writeln(generateHTMLObjectTable(DOMViewerObj, DOMViewerName));
-
-</script>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/FireFox2.0.0.3.js_NOJSDOC b/bundles/org.eclipse.wst.jsdt.support.firefox/FireFox2.0.0.3.js_NOJSDOC
deleted file mode 100644
index a98d9fb1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/FireFox2.0.0.3.js_NOJSDOC
+++ /dev/null
@@ -1,10552 +0,0 @@
-
-this.prototype = new Window();
-
-
-Window.prototype= new Global();
-function Window(){};
-Window.prototype.navigator= new Navigator();
-Window.prototype.document= new HTMLDocument();
-Window.prototype.Packages= new Package();
-Window.prototype.sun= new Package();
-Window.prototype.java= new Package();
-Window.prototype.netscape= new Object();
-Window.prototype.XPCNativeWrapper=function(){};
-Window.prototype.GeckoActiveXObject=function(arg1){};
-Window.prototype.Components= new nsXPCComponents();
-Window.prototype.length="";
-Window.prototype.parent= new Window();
-Window.prototype.top= new Window();
-Window.prototype.scrollbars= new BarProp();
-Window.prototype.name="";
-Window.prototype.scrollX="";
-Window.prototype.scrollY="";
-Window.prototype.scrollTo=function(arg1,arg2){};
-Window.prototype.scrollBy=function(arg1,arg2){};
-Window.prototype.getSelection=function(){};
-Window.prototype.scrollByLines=function(arg1){};
-Window.prototype.scrollByPages=function(arg1){};
-Window.prototype.sizeToContent=function(){};
-Window.prototype.dump=function(arg1){};
-Window.prototype.setTimeout=function(){};
-Window.prototype.setInterval=function(){};
-Window.prototype.clearTimeout=function(){};
-Window.prototype.clearInterval=function(){};
-Window.prototype.setResizable=function(arg1){};
-Window.prototype.captureEvents=function(arg1){};
-Window.prototype.releaseEvents=function(arg1){};
-Window.prototype.routeEvent=function(arg1){};
-Window.prototype.enableExternalCapture=function(){};
-Window.prototype.disableExternalCapture=function(){};
-Window.prototype.prompt=function(){};
-Window.prototype.open=function(){};
-Window.prototype.openDialog=function(){};
-Window.prototype.frames= new Window();
-Window.prototype.find=function(){};
-Window.prototype.self= new Window();
-Window.prototype.screen= new Screen();
-Window.prototype.history= new Array();
-Window.prototype.content= new Window();
-Window.prototype.menubar= new BarProp();
-Window.prototype.toolbar= new BarProp();
-Window.prototype.locationbar= new BarProp();
-Window.prototype.personalbar= new BarProp();
-Window.prototype.statusbar= new BarProp();
-Window.prototype.directories= new BarProp();
-Window.prototype.closed="";
-Window.prototype.crypto= new Crypto();
-Window.prototype.pkcs11= new Pkcs11();
-Window.prototype.controllers= new XULControllers();
-Window.prototype.opener="";
-Window.prototype.status="";
-Window.prototype.defaultStatus="";
-Window.prototype.innerWidth=0;
-Window.prototype.innerHeight=0;
-Window.prototype.outerWidth=0;
-Window.prototype.outerHeight=0;
-Window.prototype.screenX=0;
-Window.prototype.screenY=0;
-Window.prototype.pageXOffset="";
-Window.prototype.pageYOffset="";
-Window.prototype.scrollMaxX="";
-Window.prototype.scrollMaxY="";
-Window.prototype.fullScreen="";
-Window.prototype.alert=function(arg1){};
-Window.prototype.confirm=function(arg1){};
-Window.prototype.focus=function(){};
-Window.prototype.blur=function(){};
-Window.prototype.back=function(){};
-Window.prototype.forward=function(){};
-Window.prototype.home=function(){};
-Window.prototype.stop=function(){};
-Window.prototype.print=function(){};
-Window.prototype.moveTo=function(arg1,arg2){};
-Window.prototype.moveBy=function(arg1,arg2){};
-Window.prototype.resizeTo=function(arg1,arg2){};
-Window.prototype.resizeBy=function(arg1,arg2){};
-Window.prototype.scroll=function(arg1,arg2){};
-Window.prototype.close=function(){};
-Window.prototype.updateCommands=function(arg1){};
-Window.prototype.atob=function(arg1){};
-Window.prototype.btoa=function(arg1){};
-Window.prototype.frameElement="";
-Window.prototype.removeEventListener=function(arg1,arg2,arg3){};
-Window.prototype.dispatchEvent=function(arg1){};
-Window.prototype.getComputedStyle=function(arg1,arg2){};
-Window.prototype.sessionStorage="";
-Window.prototype.globalStorage= new StorageList();
-Navigator.prototype= new Array();
-function Navigator(){};
-Navigator.prototype.userAgent="";
-Navigator.prototype.platform="";
-Navigator.prototype.appCodeName="";
-Navigator.prototype.appName="";
-Navigator.prototype.appVersion="";
-Navigator.prototype.language="";
-Navigator.prototype.mimeTypes= new Array();
-Navigator.prototype.oscpu="";
-Navigator.prototype.vendor="";
-Navigator.prototype.vendorSub="";
-Navigator.prototype.product="";
-Navigator.prototype.productSub="";
-Navigator.prototype.plugins= new Array();
-Navigator.prototype.securityPolicy="";
-Navigator.prototype.cookieEnabled=false;
-Navigator.prototype.onLine=false;
-Navigator.prototype.javaEnabled=function(){};
-Navigator.prototype.taintEnabled=function(){};
-Navigator.prototype.buildID="";
-Navigator.prototype.preference=function(){};
-Navigator.prototype.registerContentHandler=function(arg1,arg2,arg3){};
-Navigator.prototype.registerProtocolHandler=function(arg1,arg2,arg3){};
-HTMLDocument.prototype= new Array();
-function HTMLDocument(){};
-HTMLDocument.prototype.writeln=function(){};
-HTMLDocument.prototype.title="";
-HTMLDocument.prototype.referrer="";
-HTMLDocument.prototype.styleSheets= new StyleSheetList();
-HTMLDocument.prototype.baseURI="";
-HTMLDocument.prototype.compareDocumentPosition=function(arg1){};
-HTMLDocument.prototype.textContent="";
-HTMLDocument.prototype.isSameNode=function(arg1){};
-HTMLDocument.prototype.lookupPrefix=function(arg1){};
-HTMLDocument.prototype.isDefaultNamespace=function(arg1){};
-HTMLDocument.prototype.lookupNamespaceURI=function(arg1){};
-HTMLDocument.prototype.isEqualNode=function(arg1){};
-HTMLDocument.prototype.getFeature=function(arg1,arg2){};
-HTMLDocument.prototype.setUserData=function(arg1,arg2,arg3){};
-HTMLDocument.prototype.getUserData=function(arg1){};
-HTMLDocument.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-HTMLDocument.prototype.DOCUMENT_POSITION_PRECEDING=0;
-HTMLDocument.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-HTMLDocument.prototype.DOCUMENT_POSITION_CONTAINS=0;
-HTMLDocument.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-HTMLDocument.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-HTMLDocument.prototype.nodeName="";
-HTMLDocument.prototype.nodeValue="";
-HTMLDocument.prototype.nodeType=0;
-HTMLDocument.prototype.parentNode="";
-HTMLDocument.prototype.childNodes= new NodeList();
-HTMLDocument.prototype.firstChild= new DocumentType();
-HTMLDocument.prototype.lastChild= new HTMLHtmlElement();
-HTMLDocument.prototype.previousSibling="";
-HTMLDocument.prototype.nextSibling="";
-HTMLDocument.prototype.attributes="";
-HTMLDocument.prototype.ownerDocument="";
-HTMLDocument.prototype.insertBefore=function(arg1,arg2){};
-HTMLDocument.prototype.replaceChild=function(arg1,arg2){};
-HTMLDocument.prototype.removeChild=function(arg1){};
-HTMLDocument.prototype.appendChild=function(arg1){};
-HTMLDocument.prototype.hasChildNodes=function(){};
-HTMLDocument.prototype.cloneNode=function(arg1){};
-HTMLDocument.prototype.normalize=function(){};
-HTMLDocument.prototype.isSupported=function(arg1,arg2){};
-HTMLDocument.prototype.namespaceURI="";
-HTMLDocument.prototype.prefix="";
-HTMLDocument.prototype.localName="";
-HTMLDocument.prototype.hasAttributes=function(){};
-HTMLDocument.prototype.doctype= new DocumentType();
-HTMLDocument.prototype.implementation= new DOMImplementation();
-HTMLDocument.prototype.documentElement= new HTMLHtmlElement();
-HTMLDocument.prototype.createElement=function(arg1){};
-HTMLDocument.prototype.createDocumentFragment=function(){};
-HTMLDocument.prototype.createTextNode=function(arg1){};
-HTMLDocument.prototype.createComment=function(arg1){};
-HTMLDocument.prototype.createCDATASection=function(arg1){};
-HTMLDocument.prototype.createProcessingInstruction=function(arg1,arg2){};
-HTMLDocument.prototype.createAttribute=function(arg1){};
-HTMLDocument.prototype.createEntityReference=function(arg1){};
-HTMLDocument.prototype.getElementsByTagName=function(arg1){};
-HTMLDocument.prototype.importNode=function(arg1,arg2){};
-HTMLDocument.prototype.createElementNS=function(arg1,arg2){};
-HTMLDocument.prototype.createAttributeNS=function(arg1,arg2){};
-HTMLDocument.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-HTMLDocument.prototype.getElementById=function(arg1){};
-HTMLDocument.prototype.ELEMENT_NODE=0;
-HTMLDocument.prototype.ATTRIBUTE_NODE=0;
-HTMLDocument.prototype.TEXT_NODE=0;
-HTMLDocument.prototype.CDATA_SECTION_NODE=0;
-HTMLDocument.prototype.ENTITY_REFERENCE_NODE=0;
-HTMLDocument.prototype.ENTITY_NODE=0;
-HTMLDocument.prototype.PROCESSING_INSTRUCTION_NODE=0;
-HTMLDocument.prototype.COMMENT_NODE=0;
-HTMLDocument.prototype.DOCUMENT_NODE=0;
-HTMLDocument.prototype.DOCUMENT_TYPE_NODE=0;
-HTMLDocument.prototype.DOCUMENT_FRAGMENT_NODE=0;
-HTMLDocument.prototype.NOTATION_NODE=0;
-HTMLDocument.prototype.URL="";
-HTMLDocument.prototype.body= new HTMLBodyElement();
-HTMLDocument.prototype.images= new HTMLCollection();
-HTMLDocument.prototype.applets= new HTMLCollection();
-HTMLDocument.prototype.links= new HTMLCollection();
-HTMLDocument.prototype.forms= new HTMLCollection();
-HTMLDocument.prototype.anchors= new HTMLCollection();
-HTMLDocument.prototype.cookie="";
-HTMLDocument.prototype.close=function(){};
-HTMLDocument.prototype.getElementsByName=function(arg1){};
-HTMLDocument.prototype.width=0;
-HTMLDocument.prototype.height=0;
-HTMLDocument.prototype.alinkColor="";
-HTMLDocument.prototype.linkColor="";
-HTMLDocument.prototype.vlinkColor="";
-HTMLDocument.prototype.bgColor="";
-HTMLDocument.prototype.fgColor="";
-HTMLDocument.prototype.domain="";
-HTMLDocument.prototype.embeds= new HTMLCollection();
-HTMLDocument.prototype.getSelection=function(){};
-HTMLDocument.prototype.write=function(){};
-HTMLDocument.prototype.clear=function(){};
-HTMLDocument.prototype.captureEvents=function(arg1){};
-HTMLDocument.prototype.releaseEvents=function(arg1){};
-HTMLDocument.prototype.routeEvent=function(arg1){};
-HTMLDocument.prototype.compatMode="";
-HTMLDocument.prototype.plugins= new HTMLCollection();
-HTMLDocument.prototype.designMode="";
-HTMLDocument.prototype.execCommand=function(arg1,arg2,arg3){};
-HTMLDocument.prototype.execCommandShowHelp=function(arg1){};
-HTMLDocument.prototype.queryCommandEnabled=function(arg1){};
-HTMLDocument.prototype.queryCommandIndeterm=function(arg1){};
-HTMLDocument.prototype.queryCommandState=function(arg1){};
-HTMLDocument.prototype.queryCommandSupported=function(arg1){};
-HTMLDocument.prototype.queryCommandText=function(arg1){};
-HTMLDocument.prototype.queryCommandValue=function(arg1){};
-HTMLDocument.prototype.characterSet="";
-HTMLDocument.prototype.dir="";
-HTMLDocument.prototype.contentType="";
-HTMLDocument.prototype.lastModified="";
-HTMLDocument.prototype.getBoxObjectFor=function(arg1){};
-HTMLDocument.prototype.setBoxObjectFor=function(arg1,arg2){};
-HTMLDocument.prototype.createEvent=function(arg1){};
-HTMLDocument.prototype.preferredStylesheetSet="";
-HTMLDocument.prototype.defaultView= new Window();
-HTMLDocument.prototype.createRange=function(){};
-HTMLDocument.prototype.createNodeIterator=function(arg1,arg2,arg3,arg4){};
-HTMLDocument.prototype.createTreeWalker=function(arg1,arg2,arg3,arg4){};
-HTMLDocument.prototype.getAnonymousNodes=function(arg1){};
-HTMLDocument.prototype.getAnonymousElementByAttribute=function(arg1,arg2,arg3){};
-HTMLDocument.prototype.addBinding=function(arg1,arg2){};
-HTMLDocument.prototype.removeBinding=function(arg1,arg2){};
-HTMLDocument.prototype.getBindingParent=function(arg1){};
-HTMLDocument.prototype.loadBindingDocument=function(arg1){};
-HTMLDocument.prototype.removeEventListener=function(arg1,arg2,arg3){};
-HTMLDocument.prototype.dispatchEvent=function(arg1){};
-HTMLDocument.prototype.inputEncoding="";
-HTMLDocument.prototype.xmlEncoding="";
-HTMLDocument.prototype.xmlStandalone="";
-HTMLDocument.prototype.xmlVersion="";
-HTMLDocument.prototype.strictErrorChecking=false;
-HTMLDocument.prototype.documentURI="";
-HTMLDocument.prototype.adoptNode=function(arg1){};
-HTMLDocument.prototype.domConfig="";
-HTMLDocument.prototype.normalizeDocument=function(){};
-HTMLDocument.prototype.renameNode=function(arg1,arg2,arg3){};
-HTMLDocument.prototype.createExpression=function(arg1,arg2){};
-HTMLDocument.prototype.createNSResolver=function(arg1){};
-HTMLDocument.prototype.evaluate=function(arg1,arg2,arg3,arg4,arg5){};
-StyleSheetList.prototype= new Array();
-function StyleSheetList(){};
-StyleSheetList.prototype.length="";
-StyleSheetList.prototype.item=function(arg1){};
-DocumentType.prototype= new Array();
-function DocumentType(){};
-DocumentType.prototype.nodeName="";
-DocumentType.prototype.nodeValue="";
-DocumentType.prototype.nodeType=0;
-DocumentType.prototype.parentNode= new HTMLDocument();
-DocumentType.prototype.childNodes= new NodeList();
-DocumentType.prototype.firstChild="";
-DocumentType.prototype.lastChild="";
-DocumentType.prototype.previousSibling="";
-DocumentType.prototype.nextSibling= new HTMLHtmlElement();
-DocumentType.prototype.attributes="";
-DocumentType.prototype.ownerDocument= new HTMLDocument();
-DocumentType.prototype.insertBefore=function(arg1,arg2){};
-DocumentType.prototype.replaceChild=function(arg1,arg2){};
-DocumentType.prototype.removeChild=function(arg1){};
-DocumentType.prototype.appendChild=function(arg1){};
-DocumentType.prototype.hasChildNodes=function(){};
-DocumentType.prototype.cloneNode=function(arg1){};
-DocumentType.prototype.normalize=function(){};
-DocumentType.prototype.isSupported=function(arg1,arg2){};
-DocumentType.prototype.namespaceURI="";
-DocumentType.prototype.prefix="";
-DocumentType.prototype.localName="";
-DocumentType.prototype.hasAttributes=function(){};
-DocumentType.prototype.ELEMENT_NODE=0;
-DocumentType.prototype.ATTRIBUTE_NODE=0;
-DocumentType.prototype.TEXT_NODE=0;
-DocumentType.prototype.CDATA_SECTION_NODE=0;
-DocumentType.prototype.ENTITY_REFERENCE_NODE=0;
-DocumentType.prototype.ENTITY_NODE=0;
-DocumentType.prototype.PROCESSING_INSTRUCTION_NODE=0;
-DocumentType.prototype.COMMENT_NODE=0;
-DocumentType.prototype.DOCUMENT_NODE=0;
-DocumentType.prototype.DOCUMENT_TYPE_NODE=0;
-DocumentType.prototype.DOCUMENT_FRAGMENT_NODE=0;
-DocumentType.prototype.NOTATION_NODE=0;
-DocumentType.prototype.name="";
-DocumentType.prototype.entities="";
-DocumentType.prototype.notations="";
-DocumentType.prototype.publicId="";
-DocumentType.prototype.systemId="";
-DocumentType.prototype.internalSubset="";
-DocumentType.prototype.baseURI="";
-DocumentType.prototype.compareDocumentPosition=function(arg1){};
-DocumentType.prototype.textContent="";
-DocumentType.prototype.isSameNode=function(arg1){};
-DocumentType.prototype.lookupPrefix=function(arg1){};
-DocumentType.prototype.isDefaultNamespace=function(arg1){};
-DocumentType.prototype.lookupNamespaceURI=function(arg1){};
-DocumentType.prototype.isEqualNode=function(arg1){};
-DocumentType.prototype.getFeature=function(arg1,arg2){};
-DocumentType.prototype.setUserData=function(arg1,arg2,arg3){};
-DocumentType.prototype.getUserData=function(arg1){};
-DocumentType.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-DocumentType.prototype.DOCUMENT_POSITION_PRECEDING=0;
-DocumentType.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-DocumentType.prototype.DOCUMENT_POSITION_CONTAINS=0;
-DocumentType.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-DocumentType.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-NodeList.prototype= new Array();
-function NodeList(){};
-NodeList.prototype.length="";
-NodeList.prototype.item=function(arg1){};
-HTMLHtmlElement.prototype= new Array();
-function HTMLHtmlElement(){};
-HTMLHtmlElement.prototype.nodeName="";
-HTMLHtmlElement.prototype.nodeValue="";
-HTMLHtmlElement.prototype.nodeType=0;
-HTMLHtmlElement.prototype.parentNode= new HTMLDocument();
-HTMLHtmlElement.prototype.childNodes= new NodeList();
-HTMLHtmlElement.prototype.firstChild= new HTMLHeadElement();
-HTMLHtmlElement.prototype.lastChild= new HTMLBodyElement();
-HTMLHtmlElement.prototype.previousSibling= new DocumentType();
-HTMLHtmlElement.prototype.nextSibling="";
-HTMLHtmlElement.prototype.attributes= new NamedNodeMap();
-HTMLHtmlElement.prototype.ownerDocument= new HTMLDocument();
-HTMLHtmlElement.prototype.insertBefore=function(arg1,arg2){};
-HTMLHtmlElement.prototype.replaceChild=function(arg1,arg2){};
-HTMLHtmlElement.prototype.removeChild=function(arg1){};
-HTMLHtmlElement.prototype.appendChild=function(arg1){};
-HTMLHtmlElement.prototype.hasChildNodes=function(){};
-HTMLHtmlElement.prototype.cloneNode=function(arg1){};
-HTMLHtmlElement.prototype.normalize=function(){};
-HTMLHtmlElement.prototype.isSupported=function(arg1,arg2){};
-HTMLHtmlElement.prototype.namespaceURI="";
-HTMLHtmlElement.prototype.prefix="";
-HTMLHtmlElement.prototype.localName="";
-HTMLHtmlElement.prototype.hasAttributes=function(){};
-HTMLHtmlElement.prototype.ELEMENT_NODE=0;
-HTMLHtmlElement.prototype.ATTRIBUTE_NODE=0;
-HTMLHtmlElement.prototype.TEXT_NODE=0;
-HTMLHtmlElement.prototype.CDATA_SECTION_NODE=0;
-HTMLHtmlElement.prototype.ENTITY_REFERENCE_NODE=0;
-HTMLHtmlElement.prototype.ENTITY_NODE=0;
-HTMLHtmlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-HTMLHtmlElement.prototype.COMMENT_NODE=0;
-HTMLHtmlElement.prototype.DOCUMENT_NODE=0;
-HTMLHtmlElement.prototype.DOCUMENT_TYPE_NODE=0;
-HTMLHtmlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-HTMLHtmlElement.prototype.NOTATION_NODE=0;
-HTMLHtmlElement.prototype.tagName="";
-HTMLHtmlElement.prototype.getAttribute=function(arg1){};
-HTMLHtmlElement.prototype.setAttribute=function(arg1,arg2){};
-HTMLHtmlElement.prototype.removeAttribute=function(arg1){};
-HTMLHtmlElement.prototype.getAttributeNode=function(arg1){};
-HTMLHtmlElement.prototype.setAttributeNode=function(arg1){};
-HTMLHtmlElement.prototype.removeAttributeNode=function(arg1){};
-HTMLHtmlElement.prototype.getElementsByTagName=function(arg1){};
-HTMLHtmlElement.prototype.getAttributeNS=function(arg1,arg2){};
-HTMLHtmlElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-HTMLHtmlElement.prototype.removeAttributeNS=function(arg1,arg2){};
-HTMLHtmlElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-HTMLHtmlElement.prototype.setAttributeNodeNS=function(arg1){};
-HTMLHtmlElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-HTMLHtmlElement.prototype.hasAttribute=function(arg1){};
-HTMLHtmlElement.prototype.hasAttributeNS=function(arg1,arg2){};
-HTMLHtmlElement.prototype.id="";
-HTMLHtmlElement.prototype.title="";
-HTMLHtmlElement.prototype.lang="";
-HTMLHtmlElement.prototype.dir="";
-HTMLHtmlElement.prototype.className="";
-HTMLHtmlElement.prototype.version="";
-HTMLHtmlElement.prototype.offsetTop="";
-HTMLHtmlElement.prototype.offsetLeft="";
-HTMLHtmlElement.prototype.offsetWidth=0;
-HTMLHtmlElement.prototype.offsetHeight=0;
-HTMLHtmlElement.prototype.offsetParent="";
-HTMLHtmlElement.prototype.innerHTML="";
-HTMLHtmlElement.prototype.scrollTop="";
-HTMLHtmlElement.prototype.scrollLeft="";
-HTMLHtmlElement.prototype.scrollHeight=0;
-HTMLHtmlElement.prototype.scrollWidth=0;
-HTMLHtmlElement.prototype.clientHeight=0;
-HTMLHtmlElement.prototype.clientWidth=0;
-HTMLHtmlElement.prototype.tabIndex=0;
-HTMLHtmlElement.prototype.blur=function(){};
-HTMLHtmlElement.prototype.focus=function(){};
-HTMLHtmlElement.prototype.spellcheck="";
-HTMLHtmlElement.prototype.style= new CSSStyleDeclaration();
-HTMLHtmlElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-HTMLHtmlElement.prototype.dispatchEvent=function(arg1){};
-HTMLHtmlElement.prototype.baseURI="";
-HTMLHtmlElement.prototype.compareDocumentPosition=function(arg1){};
-HTMLHtmlElement.prototype.textContent="";
-HTMLHtmlElement.prototype.isSameNode=function(arg1){};
-HTMLHtmlElement.prototype.lookupPrefix=function(arg1){};
-HTMLHtmlElement.prototype.isDefaultNamespace=function(arg1){};
-HTMLHtmlElement.prototype.lookupNamespaceURI=function(arg1){};
-HTMLHtmlElement.prototype.isEqualNode=function(arg1){};
-HTMLHtmlElement.prototype.getFeature=function(arg1,arg2){};
-HTMLHtmlElement.prototype.setUserData=function(arg1,arg2,arg3){};
-HTMLHtmlElement.prototype.getUserData=function(arg1){};
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-HTMLHeadElement.prototype= new Array();
-function HTMLHeadElement(){};
-HTMLHeadElement.prototype.nodeName="";
-HTMLHeadElement.prototype.nodeValue="";
-HTMLHeadElement.prototype.nodeType=0;
-HTMLHeadElement.prototype.parentNode= new HTMLHtmlElement();
-HTMLHeadElement.prototype.childNodes= new NodeList();
-HTMLHeadElement.prototype.firstChild= new Array();
-HTMLHeadElement.prototype.lastChild= new HTMLScriptElement();
-HTMLHeadElement.prototype.previousSibling="";
-HTMLHeadElement.prototype.nextSibling= new HTMLBodyElement();
-HTMLHeadElement.prototype.attributes= new NamedNodeMap();
-HTMLHeadElement.prototype.ownerDocument= new HTMLDocument();
-HTMLHeadElement.prototype.insertBefore=function(arg1,arg2){};
-HTMLHeadElement.prototype.replaceChild=function(arg1,arg2){};
-HTMLHeadElement.prototype.removeChild=function(arg1){};
-HTMLHeadElement.prototype.appendChild=function(arg1){};
-HTMLHeadElement.prototype.hasChildNodes=function(){};
-HTMLHeadElement.prototype.cloneNode=function(arg1){};
-HTMLHeadElement.prototype.normalize=function(){};
-HTMLHeadElement.prototype.isSupported=function(arg1,arg2){};
-HTMLHeadElement.prototype.namespaceURI="";
-HTMLHeadElement.prototype.prefix="";
-HTMLHeadElement.prototype.localName="";
-HTMLHeadElement.prototype.hasAttributes=function(){};
-HTMLHeadElement.prototype.ELEMENT_NODE=0;
-HTMLHeadElement.prototype.ATTRIBUTE_NODE=0;
-HTMLHeadElement.prototype.TEXT_NODE=0;
-HTMLHeadElement.prototype.CDATA_SECTION_NODE=0;
-HTMLHeadElement.prototype.ENTITY_REFERENCE_NODE=0;
-HTMLHeadElement.prototype.ENTITY_NODE=0;
-HTMLHeadElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-HTMLHeadElement.prototype.COMMENT_NODE=0;
-HTMLHeadElement.prototype.DOCUMENT_NODE=0;
-HTMLHeadElement.prototype.DOCUMENT_TYPE_NODE=0;
-HTMLHeadElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-HTMLHeadElement.prototype.NOTATION_NODE=0;
-HTMLHeadElement.prototype.tagName="";
-HTMLHeadElement.prototype.getAttribute=function(arg1){};
-HTMLHeadElement.prototype.setAttribute=function(arg1,arg2){};
-HTMLHeadElement.prototype.removeAttribute=function(arg1){};
-HTMLHeadElement.prototype.getAttributeNode=function(arg1){};
-HTMLHeadElement.prototype.setAttributeNode=function(arg1){};
-HTMLHeadElement.prototype.removeAttributeNode=function(arg1){};
-HTMLHeadElement.prototype.getElementsByTagName=function(arg1){};
-HTMLHeadElement.prototype.getAttributeNS=function(arg1,arg2){};
-HTMLHeadElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-HTMLHeadElement.prototype.removeAttributeNS=function(arg1,arg2){};
-HTMLHeadElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-HTMLHeadElement.prototype.setAttributeNodeNS=function(arg1){};
-HTMLHeadElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-HTMLHeadElement.prototype.hasAttribute=function(arg1){};
-HTMLHeadElement.prototype.hasAttributeNS=function(arg1,arg2){};
-HTMLHeadElement.prototype.id="";
-HTMLHeadElement.prototype.title="";
-HTMLHeadElement.prototype.lang="";
-HTMLHeadElement.prototype.dir="";
-HTMLHeadElement.prototype.className="";
-HTMLHeadElement.prototype.profile="";
-HTMLHeadElement.prototype.offsetTop="";
-HTMLHeadElement.prototype.offsetLeft="";
-HTMLHeadElement.prototype.offsetWidth="";
-HTMLHeadElement.prototype.offsetHeight="";
-HTMLHeadElement.prototype.offsetParent="";
-HTMLHeadElement.prototype.innerHTML="";
-HTMLHeadElement.prototype.scrollTop="";
-HTMLHeadElement.prototype.scrollLeft="";
-HTMLHeadElement.prototype.scrollHeight="";
-HTMLHeadElement.prototype.scrollWidth="";
-HTMLHeadElement.prototype.clientHeight="";
-HTMLHeadElement.prototype.clientWidth="";
-HTMLHeadElement.prototype.tabIndex=0;
-HTMLHeadElement.prototype.blur=function(){};
-HTMLHeadElement.prototype.focus=function(){};
-HTMLHeadElement.prototype.spellcheck="";
-HTMLHeadElement.prototype.style= new CSSStyleDeclaration();
-HTMLHeadElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-HTMLHeadElement.prototype.dispatchEvent=function(arg1){};
-HTMLHeadElement.prototype.baseURI="";
-HTMLHeadElement.prototype.compareDocumentPosition=function(arg1){};
-HTMLHeadElement.prototype.textContent="";
-HTMLHeadElement.prototype.isSameNode=function(arg1){};
-HTMLHeadElement.prototype.lookupPrefix=function(arg1){};
-HTMLHeadElement.prototype.isDefaultNamespace=function(arg1){};
-HTMLHeadElement.prototype.lookupNamespaceURI=function(arg1){};
-HTMLHeadElement.prototype.isEqualNode=function(arg1){};
-HTMLHeadElement.prototype.getFeature=function(arg1,arg2){};
-HTMLHeadElement.prototype.setUserData=function(arg1,arg2,arg3){};
-HTMLHeadElement.prototype.getUserData=function(arg1){};
-HTMLHeadElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-HTMLHeadElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-HTMLHeadElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-HTMLHeadElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-HTMLHeadElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-HTMLHeadElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-HTMLScriptElement.prototype= new Array();
-function HTMLScriptElement(){};
-HTMLScriptElement.prototype.nodeName="";
-HTMLScriptElement.prototype.nodeValue="";
-HTMLScriptElement.prototype.nodeType=0;
-HTMLScriptElement.prototype.parentNode= new HTMLHeadElement();
-HTMLScriptElement.prototype.childNodes= new NodeList();
-HTMLScriptElement.prototype.firstChild= new Array();
-HTMLScriptElement.prototype.lastChild= new Array();
-HTMLScriptElement.prototype.previousSibling= new Array();
-HTMLScriptElement.prototype.nextSibling="";
-HTMLScriptElement.prototype.attributes= new NamedNodeMap();
-HTMLScriptElement.prototype.ownerDocument= new HTMLDocument();
-HTMLScriptElement.prototype.insertBefore=function(arg1,arg2){};
-HTMLScriptElement.prototype.replaceChild=function(arg1,arg2){};
-HTMLScriptElement.prototype.removeChild=function(arg1){};
-HTMLScriptElement.prototype.appendChild=function(arg1){};
-HTMLScriptElement.prototype.hasChildNodes=function(){};
-HTMLScriptElement.prototype.cloneNode=function(arg1){};
-HTMLScriptElement.prototype.normalize=function(){};
-HTMLScriptElement.prototype.isSupported=function(arg1,arg2){};
-HTMLScriptElement.prototype.namespaceURI="";
-HTMLScriptElement.prototype.prefix="";
-HTMLScriptElement.prototype.localName="";
-HTMLScriptElement.prototype.hasAttributes=function(){};
-HTMLScriptElement.prototype.ELEMENT_NODE=0;
-HTMLScriptElement.prototype.ATTRIBUTE_NODE=0;
-HTMLScriptElement.prototype.TEXT_NODE=0;
-HTMLScriptElement.prototype.CDATA_SECTION_NODE=0;
-HTMLScriptElement.prototype.ENTITY_REFERENCE_NODE=0;
-HTMLScriptElement.prototype.ENTITY_NODE=0;
-HTMLScriptElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-HTMLScriptElement.prototype.COMMENT_NODE=0;
-HTMLScriptElement.prototype.DOCUMENT_NODE=0;
-HTMLScriptElement.prototype.DOCUMENT_TYPE_NODE=0;
-HTMLScriptElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-HTMLScriptElement.prototype.NOTATION_NODE=0;
-HTMLScriptElement.prototype.tagName="";
-HTMLScriptElement.prototype.getAttribute=function(arg1){};
-HTMLScriptElement.prototype.setAttribute=function(arg1,arg2){};
-HTMLScriptElement.prototype.removeAttribute=function(arg1){};
-HTMLScriptElement.prototype.getAttributeNode=function(arg1){};
-HTMLScriptElement.prototype.setAttributeNode=function(arg1){};
-HTMLScriptElement.prototype.removeAttributeNode=function(arg1){};
-HTMLScriptElement.prototype.getElementsByTagName=function(arg1){};
-HTMLScriptElement.prototype.getAttributeNS=function(arg1,arg2){};
-HTMLScriptElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-HTMLScriptElement.prototype.removeAttributeNS=function(arg1,arg2){};
-HTMLScriptElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-HTMLScriptElement.prototype.setAttributeNodeNS=function(arg1){};
-HTMLScriptElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-HTMLScriptElement.prototype.hasAttribute=function(arg1){};
-HTMLScriptElement.prototype.hasAttributeNS=function(arg1,arg2){};
-HTMLScriptElement.prototype.id="";
-HTMLScriptElement.prototype.title="";
-HTMLScriptElement.prototype.lang="";
-HTMLScriptElement.prototype.dir="";
-HTMLScriptElement.prototype.className="";
-HTMLScriptElement.prototype.text="";
-HTMLScriptElement.prototype.htmlFor="";
-HTMLScriptElement.prototype.event="";
-HTMLScriptElement.prototype.charset="";
-HTMLScriptElement.prototype.defer="";
-HTMLScriptElement.prototype.src="";
-HTMLScriptElement.prototype.type="";
-HTMLScriptElement.prototype.offsetTop="";
-HTMLScriptElement.prototype.offsetLeft="";
-HTMLScriptElement.prototype.offsetWidth="";
-HTMLScriptElement.prototype.offsetHeight="";
-HTMLScriptElement.prototype.offsetParent="";
-HTMLScriptElement.prototype.innerHTML="";
-HTMLScriptElement.prototype.scrollTop="";
-HTMLScriptElement.prototype.scrollLeft="";
-HTMLScriptElement.prototype.scrollHeight="";
-HTMLScriptElement.prototype.scrollWidth="";
-HTMLScriptElement.prototype.clientHeight="";
-HTMLScriptElement.prototype.clientWidth="";
-HTMLScriptElement.prototype.tabIndex=0;
-HTMLScriptElement.prototype.blur=function(){};
-HTMLScriptElement.prototype.focus=function(){};
-HTMLScriptElement.prototype.spellcheck="";
-HTMLScriptElement.prototype.style= new CSSStyleDeclaration();
-HTMLScriptElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-HTMLScriptElement.prototype.dispatchEvent=function(arg1){};
-HTMLScriptElement.prototype.baseURI="";
-HTMLScriptElement.prototype.compareDocumentPosition=function(arg1){};
-HTMLScriptElement.prototype.textContent="";
-HTMLScriptElement.prototype.isSameNode=function(arg1){};
-HTMLScriptElement.prototype.lookupPrefix=function(arg1){};
-HTMLScriptElement.prototype.isDefaultNamespace=function(arg1){};
-HTMLScriptElement.prototype.lookupNamespaceURI=function(arg1){};
-HTMLScriptElement.prototype.isEqualNode=function(arg1){};
-HTMLScriptElement.prototype.getFeature=function(arg1,arg2){};
-HTMLScriptElement.prototype.setUserData=function(arg1,arg2,arg3){};
-HTMLScriptElement.prototype.getUserData=function(arg1){};
-HTMLScriptElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-HTMLScriptElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-HTMLScriptElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-HTMLScriptElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-HTMLScriptElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-HTMLScriptElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-CSSStyleDeclaration.prototype= new Array();
-function CSSStyleDeclaration(){};
-CSSStyleDeclaration.prototype.length="";
-CSSStyleDeclaration.prototype.cssText="";
-CSSStyleDeclaration.prototype.getPropertyValue=function(arg1){};
-CSSStyleDeclaration.prototype.getPropertyCSSValue=function(arg1){};
-CSSStyleDeclaration.prototype.removeProperty=function(arg1){};
-CSSStyleDeclaration.prototype.getPropertyPriority=function(arg1){};
-CSSStyleDeclaration.prototype.setProperty=function(arg1,arg2,arg3){};
-CSSStyleDeclaration.prototype.item=function(arg1){};
-CSSStyleDeclaration.prototype.parentRule="";
-CSSStyleDeclaration.prototype.azimuth="";
-CSSStyleDeclaration.prototype.background="";
-CSSStyleDeclaration.prototype.backgroundAttachment="";
-CSSStyleDeclaration.prototype.backgroundColor="";
-CSSStyleDeclaration.prototype.backgroundImage="";
-CSSStyleDeclaration.prototype.backgroundPosition="";
-CSSStyleDeclaration.prototype.backgroundRepeat="";
-CSSStyleDeclaration.prototype.border="";
-CSSStyleDeclaration.prototype.borderCollapse="";
-CSSStyleDeclaration.prototype.borderColor="";
-CSSStyleDeclaration.prototype.borderSpacing="";
-CSSStyleDeclaration.prototype.borderStyle="";
-CSSStyleDeclaration.prototype.borderTop="";
-CSSStyleDeclaration.prototype.borderRight="";
-CSSStyleDeclaration.prototype.borderBottom="";
-CSSStyleDeclaration.prototype.borderLeft="";
-CSSStyleDeclaration.prototype.borderTopColor="";
-CSSStyleDeclaration.prototype.borderRightColor="";
-CSSStyleDeclaration.prototype.borderBottomColor="";
-CSSStyleDeclaration.prototype.borderLeftColor="";
-CSSStyleDeclaration.prototype.borderTopStyle="";
-CSSStyleDeclaration.prototype.borderRightStyle="";
-CSSStyleDeclaration.prototype.borderBottomStyle="";
-CSSStyleDeclaration.prototype.borderLeftStyle="";
-CSSStyleDeclaration.prototype.borderTopWidth="";
-CSSStyleDeclaration.prototype.borderRightWidth="";
-CSSStyleDeclaration.prototype.borderBottomWidth="";
-CSSStyleDeclaration.prototype.borderLeftWidth="";
-CSSStyleDeclaration.prototype.borderWidth="";
-CSSStyleDeclaration.prototype.bottom="";
-CSSStyleDeclaration.prototype.captionSide="";
-CSSStyleDeclaration.prototype.clear="";
-CSSStyleDeclaration.prototype.clip="";
-CSSStyleDeclaration.prototype.color="";
-CSSStyleDeclaration.prototype.content="";
-CSSStyleDeclaration.prototype.counterIncrement="";
-CSSStyleDeclaration.prototype.counterReset="";
-CSSStyleDeclaration.prototype.cue="";
-CSSStyleDeclaration.prototype.cueAfter="";
-CSSStyleDeclaration.prototype.cueBefore="";
-CSSStyleDeclaration.prototype.cursor="";
-CSSStyleDeclaration.prototype.direction="";
-CSSStyleDeclaration.prototype.display="";
-CSSStyleDeclaration.prototype.elevation="";
-CSSStyleDeclaration.prototype.emptyCells="";
-CSSStyleDeclaration.prototype.cssFloat="";
-CSSStyleDeclaration.prototype.font="";
-CSSStyleDeclaration.prototype.fontFamily="";
-CSSStyleDeclaration.prototype.fontSize="";
-CSSStyleDeclaration.prototype.fontSizeAdjust="";
-CSSStyleDeclaration.prototype.fontStretch="";
-CSSStyleDeclaration.prototype.fontStyle="";
-CSSStyleDeclaration.prototype.fontVariant="";
-CSSStyleDeclaration.prototype.fontWeight="";
-CSSStyleDeclaration.prototype.height="";
-CSSStyleDeclaration.prototype.left="";
-CSSStyleDeclaration.prototype.letterSpacing="";
-CSSStyleDeclaration.prototype.lineHeight="";
-CSSStyleDeclaration.prototype.listStyle="";
-CSSStyleDeclaration.prototype.listStyleImage="";
-CSSStyleDeclaration.prototype.listStylePosition="";
-CSSStyleDeclaration.prototype.listStyleType="";
-CSSStyleDeclaration.prototype.margin="";
-CSSStyleDeclaration.prototype.marginTop="";
-CSSStyleDeclaration.prototype.marginRight="";
-CSSStyleDeclaration.prototype.marginBottom="";
-CSSStyleDeclaration.prototype.marginLeft="";
-CSSStyleDeclaration.prototype.markerOffset="";
-CSSStyleDeclaration.prototype.marks="";
-CSSStyleDeclaration.prototype.maxHeight="";
-CSSStyleDeclaration.prototype.maxWidth="";
-CSSStyleDeclaration.prototype.minHeight="";
-CSSStyleDeclaration.prototype.minWidth="";
-CSSStyleDeclaration.prototype.orphans="";
-CSSStyleDeclaration.prototype.outline="";
-CSSStyleDeclaration.prototype.outlineColor="";
-CSSStyleDeclaration.prototype.outlineStyle="";
-CSSStyleDeclaration.prototype.outlineWidth="";
-CSSStyleDeclaration.prototype.overflow="";
-CSSStyleDeclaration.prototype.padding="";
-CSSStyleDeclaration.prototype.paddingTop="";
-CSSStyleDeclaration.prototype.paddingRight="";
-CSSStyleDeclaration.prototype.paddingBottom="";
-CSSStyleDeclaration.prototype.paddingLeft="";
-CSSStyleDeclaration.prototype.page="";
-CSSStyleDeclaration.prototype.pageBreakAfter="";
-CSSStyleDeclaration.prototype.pageBreakBefore="";
-CSSStyleDeclaration.prototype.pageBreakInside="";
-CSSStyleDeclaration.prototype.pause="";
-CSSStyleDeclaration.prototype.pauseAfter="";
-CSSStyleDeclaration.prototype.pauseBefore="";
-CSSStyleDeclaration.prototype.pitch="";
-CSSStyleDeclaration.prototype.pitchRange="";
-CSSStyleDeclaration.prototype.position="";
-CSSStyleDeclaration.prototype.quotes="";
-CSSStyleDeclaration.prototype.richness="";
-CSSStyleDeclaration.prototype.right="";
-CSSStyleDeclaration.prototype.size="";
-CSSStyleDeclaration.prototype.speak="";
-CSSStyleDeclaration.prototype.speakHeader="";
-CSSStyleDeclaration.prototype.speakNumeral="";
-CSSStyleDeclaration.prototype.speakPunctuation="";
-CSSStyleDeclaration.prototype.speechRate="";
-CSSStyleDeclaration.prototype.stress="";
-CSSStyleDeclaration.prototype.tableLayout="";
-CSSStyleDeclaration.prototype.textAlign="";
-CSSStyleDeclaration.prototype.textDecoration="";
-CSSStyleDeclaration.prototype.textIndent="";
-CSSStyleDeclaration.prototype.textShadow="";
-CSSStyleDeclaration.prototype.textTransform="";
-CSSStyleDeclaration.prototype.top="";
-CSSStyleDeclaration.prototype.unicodeBidi="";
-CSSStyleDeclaration.prototype.verticalAlign="";
-CSSStyleDeclaration.prototype.visibility="";
-CSSStyleDeclaration.prototype.voiceFamily="";
-CSSStyleDeclaration.prototype.volume="";
-CSSStyleDeclaration.prototype.whiteSpace="";
-CSSStyleDeclaration.prototype.widows="";
-CSSStyleDeclaration.prototype.width="";
-CSSStyleDeclaration.prototype.wordSpacing="";
-CSSStyleDeclaration.prototype.zIndex="";
-CSSStyleDeclaration.prototype.MozAppearance="";
-CSSStyleDeclaration.prototype.MozBackgroundClip="";
-CSSStyleDeclaration.prototype.MozBackgroundInlinePolicy="";
-CSSStyleDeclaration.prototype.MozBackgroundOrigin="";
-CSSStyleDeclaration.prototype.MozBinding="";
-CSSStyleDeclaration.prototype.MozBorderBottomColors="";
-CSSStyleDeclaration.prototype.MozBorderLeftColors="";
-CSSStyleDeclaration.prototype.MozBorderRightColors="";
-CSSStyleDeclaration.prototype.MozBorderTopColors="";
-CSSStyleDeclaration.prototype.MozBorderRadius="";
-CSSStyleDeclaration.prototype.MozBorderRadiusTopleft="";
-CSSStyleDeclaration.prototype.MozBorderRadiusTopright="";
-CSSStyleDeclaration.prototype.MozBorderRadiusBottomleft="";
-CSSStyleDeclaration.prototype.MozBorderRadiusBottomright="";
-CSSStyleDeclaration.prototype.MozBoxAlign="";
-CSSStyleDeclaration.prototype.MozBoxDirection="";
-CSSStyleDeclaration.prototype.MozBoxFlex="";
-CSSStyleDeclaration.prototype.MozBoxOrient="";
-CSSStyleDeclaration.prototype.MozBoxOrdinalGroup="";
-CSSStyleDeclaration.prototype.MozBoxPack="";
-CSSStyleDeclaration.prototype.MozBoxSizing="";
-CSSStyleDeclaration.prototype.MozColumnCount="";
-CSSStyleDeclaration.prototype.MozColumnWidth="";
-CSSStyleDeclaration.prototype.MozColumnGap="";
-CSSStyleDeclaration.prototype.MozFloatEdge="";
-CSSStyleDeclaration.prototype.MozForceBrokenImageIcon="";
-CSSStyleDeclaration.prototype.MozImageRegion="";
-CSSStyleDeclaration.prototype.MozMarginEnd="";
-CSSStyleDeclaration.prototype.MozMarginStart="";
-CSSStyleDeclaration.prototype.MozOpacity="";
-CSSStyleDeclaration.prototype.MozOutline="";
-CSSStyleDeclaration.prototype.MozOutlineColor="";
-CSSStyleDeclaration.prototype.MozOutlineRadius="";
-CSSStyleDeclaration.prototype.MozOutlineRadiusTopleft="";
-CSSStyleDeclaration.prototype.MozOutlineRadiusTopright="";
-CSSStyleDeclaration.prototype.MozOutlineRadiusBottomleft="";
-CSSStyleDeclaration.prototype.MozOutlineRadiusBottomright="";
-CSSStyleDeclaration.prototype.MozOutlineStyle="";
-CSSStyleDeclaration.prototype.MozOutlineWidth="";
-CSSStyleDeclaration.prototype.MozOutlineOffset="";
-CSSStyleDeclaration.prototype.MozPaddingEnd="";
-CSSStyleDeclaration.prototype.MozPaddingStart="";
-CSSStyleDeclaration.prototype.MozUserFocus="";
-CSSStyleDeclaration.prototype.MozUserInput="";
-CSSStyleDeclaration.prototype.MozUserModify="";
-CSSStyleDeclaration.prototype.MozUserSelect="";
-CSSStyleDeclaration.prototype.opacity="";
-CSSStyleDeclaration.prototype.outlineOffset="";
-CSSStyleDeclaration.prototype.overflowX="";
-CSSStyleDeclaration.prototype.overflowY="";
-HTMLBodyElement.prototype= new Array();
-function HTMLBodyElement(){};
-HTMLBodyElement.prototype.nodeName="";
-HTMLBodyElement.prototype.nodeValue="";
-HTMLBodyElement.prototype.nodeType=0;
-HTMLBodyElement.prototype.parentNode= new HTMLHtmlElement();
-HTMLBodyElement.prototype.childNodes= new NodeList();
-HTMLBodyElement.prototype.firstChild= new Array();
-HTMLBodyElement.prototype.lastChild= new HTMLScriptElement();
-HTMLBodyElement.prototype.previousSibling= new HTMLHeadElement();
-HTMLBodyElement.prototype.nextSibling="";
-HTMLBodyElement.prototype.attributes= new NamedNodeMap();
-HTMLBodyElement.prototype.ownerDocument= new HTMLDocument();
-HTMLBodyElement.prototype.insertBefore=function(arg1,arg2){};
-HTMLBodyElement.prototype.replaceChild=function(arg1,arg2){};
-HTMLBodyElement.prototype.removeChild=function(arg1){};
-HTMLBodyElement.prototype.appendChild=function(arg1){};
-HTMLBodyElement.prototype.hasChildNodes=function(){};
-HTMLBodyElement.prototype.cloneNode=function(arg1){};
-HTMLBodyElement.prototype.normalize=function(){};
-HTMLBodyElement.prototype.isSupported=function(arg1,arg2){};
-HTMLBodyElement.prototype.namespaceURI="";
-HTMLBodyElement.prototype.prefix="";
-HTMLBodyElement.prototype.localName="";
-HTMLBodyElement.prototype.hasAttributes=function(){};
-HTMLBodyElement.prototype.ELEMENT_NODE=0;
-HTMLBodyElement.prototype.ATTRIBUTE_NODE=0;
-HTMLBodyElement.prototype.TEXT_NODE=0;
-HTMLBodyElement.prototype.CDATA_SECTION_NODE=0;
-HTMLBodyElement.prototype.ENTITY_REFERENCE_NODE=0;
-HTMLBodyElement.prototype.ENTITY_NODE=0;
-HTMLBodyElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-HTMLBodyElement.prototype.COMMENT_NODE=0;
-HTMLBodyElement.prototype.DOCUMENT_NODE=0;
-HTMLBodyElement.prototype.DOCUMENT_TYPE_NODE=0;
-HTMLBodyElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-HTMLBodyElement.prototype.NOTATION_NODE=0;
-HTMLBodyElement.prototype.tagName="";
-HTMLBodyElement.prototype.getAttribute=function(arg1){};
-HTMLBodyElement.prototype.setAttribute=function(arg1,arg2){};
-HTMLBodyElement.prototype.removeAttribute=function(arg1){};
-HTMLBodyElement.prototype.getAttributeNode=function(arg1){};
-HTMLBodyElement.prototype.setAttributeNode=function(arg1){};
-HTMLBodyElement.prototype.removeAttributeNode=function(arg1){};
-HTMLBodyElement.prototype.getElementsByTagName=function(arg1){};
-HTMLBodyElement.prototype.getAttributeNS=function(arg1,arg2){};
-HTMLBodyElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-HTMLBodyElement.prototype.removeAttributeNS=function(arg1,arg2){};
-HTMLBodyElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-HTMLBodyElement.prototype.setAttributeNodeNS=function(arg1){};
-HTMLBodyElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-HTMLBodyElement.prototype.hasAttribute=function(arg1){};
-HTMLBodyElement.prototype.hasAttributeNS=function(arg1,arg2){};
-HTMLBodyElement.prototype.id="";
-HTMLBodyElement.prototype.title="";
-HTMLBodyElement.prototype.lang="";
-HTMLBodyElement.prototype.dir="";
-HTMLBodyElement.prototype.className="";
-HTMLBodyElement.prototype.aLink="";
-HTMLBodyElement.prototype.background="";
-HTMLBodyElement.prototype.bgColor="";
-HTMLBodyElement.prototype.link="";
-HTMLBodyElement.prototype.text="";
-HTMLBodyElement.prototype.vLink="";
-HTMLBodyElement.prototype.offsetTop="";
-HTMLBodyElement.prototype.offsetLeft="";
-HTMLBodyElement.prototype.offsetWidth=0;
-HTMLBodyElement.prototype.offsetHeight=0;
-HTMLBodyElement.prototype.offsetParent="";
-HTMLBodyElement.prototype.innerHTML="";
-HTMLBodyElement.prototype.scrollTop="";
-HTMLBodyElement.prototype.scrollLeft="";
-HTMLBodyElement.prototype.scrollHeight=0;
-HTMLBodyElement.prototype.scrollWidth=0;
-HTMLBodyElement.prototype.clientHeight=0;
-HTMLBodyElement.prototype.clientWidth=0;
-HTMLBodyElement.prototype.tabIndex=0;
-HTMLBodyElement.prototype.blur=function(){};
-HTMLBodyElement.prototype.focus=function(){};
-HTMLBodyElement.prototype.spellcheck="";
-HTMLBodyElement.prototype.style= new CSSStyleDeclaration();
-HTMLBodyElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-HTMLBodyElement.prototype.dispatchEvent=function(arg1){};
-HTMLBodyElement.prototype.baseURI="";
-HTMLBodyElement.prototype.compareDocumentPosition=function(arg1){};
-HTMLBodyElement.prototype.textContent="";
-HTMLBodyElement.prototype.isSameNode=function(arg1){};
-HTMLBodyElement.prototype.lookupPrefix=function(arg1){};
-HTMLBodyElement.prototype.isDefaultNamespace=function(arg1){};
-HTMLBodyElement.prototype.lookupNamespaceURI=function(arg1){};
-HTMLBodyElement.prototype.isEqualNode=function(arg1){};
-HTMLBodyElement.prototype.getFeature=function(arg1,arg2){};
-HTMLBodyElement.prototype.setUserData=function(arg1,arg2,arg3){};
-HTMLBodyElement.prototype.getUserData=function(arg1){};
-HTMLBodyElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-HTMLBodyElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-HTMLBodyElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-HTMLBodyElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-HTMLBodyElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-HTMLBodyElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-NamedNodeMap.prototype= new Array();
-function NamedNodeMap(){};
-NamedNodeMap.prototype.length="";
-NamedNodeMap.prototype.getNamedItem=function(arg1){};
-NamedNodeMap.prototype.setNamedItem=function(arg1){};
-NamedNodeMap.prototype.removeNamedItem=function(arg1){};
-NamedNodeMap.prototype.item=function(arg1){};
-NamedNodeMap.prototype.getNamedItemNS=function(arg1,arg2){};
-NamedNodeMap.prototype.setNamedItemNS=function(arg1){};
-NamedNodeMap.prototype.removeNamedItemNS=function(arg1,arg2){};
-DOMImplementation.prototype= new Array();
-function DOMImplementation(){};
-DOMImplementation.prototype.hasFeature=function(arg1,arg2){};
-DOMImplementation.prototype.createDocumentType=function(arg1,arg2,arg3){};
-DOMImplementation.prototype.createDocument=function(arg1,arg2,arg3){};
-HTMLCollection.prototype= new Array();
-function HTMLCollection(){};
-HTMLCollection.prototype.length="";
-HTMLCollection.prototype.item=function(arg1){};
-HTMLCollection.prototype.namedItem=function(arg1){};
-Package .prototype= new Array();
-function Package (){};
-/*
-Package sun.prototype= new Array();
-function Package sun(){};
-Package java.prototype= new Array();
-function Package java(){};
-Object.prototype= new Array();
-function Object(){};
-*/
-nsXPCComponents.prototype= new Array();
-function nsXPCComponents(){};
-nsXPCComponents.prototype.QueryInterface=function(arg1){};
-nsXPCComponents.prototype.interfaces= new nsXPCComponents_Interfaces();
-nsXPCComponents.prototype.interfacesByID= new nsXPCComponents_InterfacesByID();
-nsXPCComponents.prototype.classes="";
-nsXPCComponents.prototype.classesByID="";
-nsXPCComponents.prototype.stack="";
-nsXPCComponents.prototype.results="";
-nsXPCComponents.prototype.manager="";
-nsXPCComponents.prototype.utils="";
-nsXPCComponents.prototype.ID="";
-nsXPCComponents.prototype.Exception="";
-nsXPCComponents.prototype.Constructor="";
-nsXPCComponents.prototype.isSuccessCode=function(arg1){};
-nsXPCComponents.prototype.lookupMethod=function(){};
-nsXPCComponents.prototype.reportError=function(){};
-nsXPCComponents_Interfaces.prototype= new Array();
-function nsXPCComponents_Interfaces(){};
-nsXPCComponents_Interfaces.prototype.nsIDOMStyleSheet= new nsIDOMStyleSheet();
-nsXPCComponents_Interfaces.prototype.nsIWSDLPart= new nsIWSDLPart();
-nsXPCComponents_Interfaces.prototype.nsIUnicharStreamListener= new nsIUnicharStreamListener();
-nsXPCComponents_Interfaces.prototype.nsIContentSniffer= new nsIContentSniffer();
-nsXPCComponents_Interfaces.prototype.nsIXmlRpcClient= new nsIXmlRpcClient();
-nsXPCComponents_Interfaces.prototype.nsIInterfaceInfoToIDL= new nsIInterfaceInfoToIDL();
-nsXPCComponents_Interfaces.prototype.nsITimer= new nsITimer();
-nsXPCComponents_Interfaces.prototype.nsIWebServiceProxyFactory= new nsIWebServiceProxyFactory();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSXBLFormControl= new nsIDOMNSXBLFormControl();
-nsXPCComponents_Interfaces.prototype.nsIScrollBoxObject= new nsIScrollBoxObject();
-nsXPCComponents_Interfaces.prototype.nsICachingChannel= new nsICachingChannel();
-nsXPCComponents_Interfaces.prototype.nsIDOMXMLDocument= new nsIDOMXMLDocument();
-nsXPCComponents_Interfaces.prototype.nsICertSelect= new nsICertSelect();
-nsXPCComponents_Interfaces.prototype.nsIJARURI= new nsIJARURI();
-nsXPCComponents_Interfaces.prototype.nsIEditorSpellCheck_MOZILLA_1_8_BRANCH= new nsIEditorSpellCheck_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIZipReader= new nsIZipReader();
-nsXPCComponents_Interfaces.prototype.nsISOAPService= new nsISOAPService();
-nsXPCComponents_Interfaces.prototype.nsIPropertyBag2= new nsIPropertyBag2();
-nsXPCComponents_Interfaces.prototype.nsILocalFile= new nsILocalFile();
-nsXPCComponents_Interfaces.prototype.nsIDOMStorageItem= new nsIDOMStorageItem();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRInt16= new nsISupportsPRInt16();
-nsXPCComponents_Interfaces.prototype.nsIStorageStream= new nsIStorageStream();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSInput= new nsIDOMLSInput();
-nsXPCComponents_Interfaces.prototype.nsIDOMMutationEvent= new nsIDOMMutationEvent();
-nsXPCComponents_Interfaces.prototype.nsIDownloadObserver= new nsIDownloadObserver();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoRel= new nsIDOMSVGPathSegLinetoRel();
-nsXPCComponents_Interfaces.prototype.nsIDocumentLoader= new nsIDocumentLoader();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableCellElement= new nsIDOMHTMLTableCellElement();
-nsXPCComponents_Interfaces.prototype.nsIException= new nsIException();
-nsXPCComponents_Interfaces.prototype.nsIUrlClassifierDBService= new nsIUrlClassifierDBService();
-nsXPCComponents_Interfaces.prototype.nsIRDFDataSource= new nsIRDFDataSource();
-nsXPCComponents_Interfaces.prototype.nsIPrefLocalizedString= new nsIPrefLocalizedString();
-nsXPCComponents_Interfaces.prototype.nsIJSIID= new nsIJSIID();
-nsXPCComponents_Interfaces.prototype.nsIHTMLObjectResizeListener= new nsIHTMLObjectResizeListener();
-nsXPCComponents_Interfaces.prototype.nsPIProtocolProxyService= new nsPIProtocolProxyService();
-nsXPCComponents_Interfaces.prototype.mozIStorageConnection= new mozIStorageConnection();
-nsXPCComponents_Interfaces.prototype.nsITextServicesFilter= new nsITextServicesFilter();
-nsXPCComponents_Interfaces.prototype.nsIWSPInterfaceInfoService= new nsIWSPInterfaceInfoService();
-nsXPCComponents_Interfaces.prototype.nsIWSDLSOAPBinding= new nsIWSDLSOAPBinding();
-nsXPCComponents_Interfaces.prototype.nsISimpleStreamListener= new nsISimpleStreamListener();
-nsXPCComponents_Interfaces.prototype.nsISearchContext= new nsISearchContext();
-nsXPCComponents_Interfaces.prototype.nsIX509Cert= new nsIX509Cert();
-nsXPCComponents_Interfaces.prototype.nsIRDFNode= new nsIRDFNode();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGDescElement= new nsIDOMSVGDescElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSRule= new nsIDOMCSSRule();
-nsXPCComponents_Interfaces.prototype.nsIProxyInfo= new nsIProxyInfo();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRUint32= new nsISupportsPRUint32();
-nsXPCComponents_Interfaces.prototype.nsICurrentCharsetListener= new nsICurrentCharsetListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGImageElement= new nsIDOMSVGImageElement();
-nsXPCComponents_Interfaces.prototype.nsIUrlClassifierDBServiceWorker= new nsIUrlClassifierDBServiceWorker();
-nsXPCComponents_Interfaces.prototype.nsISecureBrowserUI= new nsISecureBrowserUI();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLParagraphElement= new nsIDOMHTMLParagraphElement();
-nsXPCComponents_Interfaces.prototype.jsdIScriptHook= new jsdIScriptHook();
-nsXPCComponents_Interfaces.prototype.nsIRunnable= new nsIRunnable();
-nsXPCComponents_Interfaces.prototype.nsIDirectoryService= new nsIDirectoryService();
-nsXPCComponents_Interfaces.prototype.nsIDNSListener= new nsIDNSListener();
-nsXPCComponents_Interfaces.prototype.nsIPK11TokenDB= new nsIPK11TokenDB();
-nsXPCComponents_Interfaces.prototype.nsISchemaParticle= new nsISchemaParticle();
-nsXPCComponents_Interfaces.prototype.nsPIDNSService= new nsPIDNSService();
-nsXPCComponents_Interfaces.prototype.nsIXTFXMLVisual= new nsIXTFXMLVisual();
-nsXPCComponents_Interfaces.prototype.nsIMIMEHeaderParam= new nsIMIMEHeaderParam();
-nsXPCComponents_Interfaces.prototype.nsIScriptableInterfacesByID= new nsIScriptableInterfacesByID();
-nsXPCComponents_Interfaces.prototype.nsIInstallLocation= new nsIInstallLocation();
-nsXPCComponents_Interfaces.prototype.nsIGlobalHistory= new nsIGlobalHistory();
-nsXPCComponents_Interfaces.prototype.imgIContainerObserver= new imgIContainerObserver();
-nsXPCComponents_Interfaces.prototype.nsIStringEnumerator= new nsIStringEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIHttpAuthManager= new nsIHttpAuthManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMSerializer= new nsIDOMSerializer();
-nsXPCComponents_Interfaces.prototype.nsICacheMetaDataVisitor= new nsICacheMetaDataVisitor();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLDocument= new nsIDOMNSHTMLDocument();
-nsXPCComponents_Interfaces.prototype.nsIGeneratingKeypairInfoDialogs= new nsIGeneratingKeypairInfoDialogs();
-nsXPCComponents_Interfaces.prototype.jsdIEphemeral= new jsdIEphemeral();
-nsXPCComponents_Interfaces.prototype.mozIStorageService= new mozIStorageService();
-nsXPCComponents_Interfaces.prototype.nsIPrompt= new nsIPrompt();
-nsXPCComponents_Interfaces.prototype.nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH= new nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIScriptableParamInfo= new nsIScriptableParamInfo();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLegendElement= new nsIDOMHTMLLegendElement();
-nsXPCComponents_Interfaces.prototype.nsICache= new nsICache();
-nsXPCComponents_Interfaces.prototype.nsIWyciwygChannel= new nsIWyciwygChannel();
-nsXPCComponents_Interfaces.prototype.nsISecretDecoderRing= new nsISecretDecoderRing();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFontElement= new nsIDOMHTMLFontElement();
-nsXPCComponents_Interfaces.prototype.nsIXULBuilderListener= new nsIXULBuilderListener();
-nsXPCComponents_Interfaces.prototype.nsIDownloader= new nsIDownloader();
-nsXPCComponents_Interfaces.prototype.nsIOutputStream= new nsIOutputStream();
-nsXPCComponents_Interfaces.prototype.nsIDOMCounter= new nsIDOMCounter();
-nsXPCComponents_Interfaces.prototype.nsIHTTPHeaderListener= new nsIHTTPHeaderListener();
-nsXPCComponents_Interfaces.prototype.jsdIObject= new jsdIObject();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSLocation= new nsIDOMNSLocation();
-nsXPCComponents_Interfaces.prototype.nsIRandomAccessIterator= new nsIRandomAccessIterator();
-nsXPCComponents_Interfaces.prototype.nsICertPickDialogs= new nsICertPickDialogs();
-nsXPCComponents_Interfaces.prototype.nsISupportsFloat= new nsISupportsFloat();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLSelectElement= new nsIDOMHTMLSelectElement();
-nsXPCComponents_Interfaces.prototype.nsIBufferedOutputStream= new nsIBufferedOutputStream();
-nsXPCComponents_Interfaces.prototype.nsISOAPCallCompletion= new nsISOAPCallCompletion();
-nsXPCComponents_Interfaces.prototype.nsIUnicharLineInputStream= new nsIUnicharLineInputStream();
-nsXPCComponents_Interfaces.prototype.nsITokenDialogs= new nsITokenDialogs();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentCSS= new nsIDOMDocumentCSS();
-nsXPCComponents_Interfaces.prototype.nsICRLInfo= new nsICRLInfo();
-nsXPCComponents_Interfaces.prototype.nsITransportSecurityInfo= new nsITransportSecurityInfo();
-nsXPCComponents_Interfaces.prototype.nsIBoxPaintManager= new nsIBoxPaintManager();
-nsXPCComponents_Interfaces.prototype.nsITextToSubURI= new nsITextToSubURI();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFrameElement= new nsIDOMHTMLFrameElement();
-nsXPCComponents_Interfaces.prototype.nsITokenPasswordDialogs= new nsITokenPasswordDialogs();
-nsXPCComponents_Interfaces.prototype.nsIExternalProtocolService= new nsIExternalProtocolService();
-nsXPCComponents_Interfaces.prototype.nsIEnvironment= new nsIEnvironment();
-nsXPCComponents_Interfaces.prototype.nsIXMLHttpRequest= new nsIXMLHttpRequest();
-nsXPCComponents_Interfaces.prototype.nsIURIContentListener= new nsIURIContentListener();
-nsXPCComponents_Interfaces.prototype.nsIXPIProgressDialog= new nsIXPIProgressDialog();
-nsXPCComponents_Interfaces.prototype.nsISelectionPrivate= new nsISelectionPrivate();
-nsXPCComponents_Interfaces.prototype.nsISchemaType= new nsISchemaType();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGZoomEvent= new nsIDOMSVGZoomEvent();
-nsXPCComponents_Interfaces.prototype.nsICancelable= new nsICancelable();
-nsXPCComponents_Interfaces.prototype.nsIDOMAbstractView= new nsIDOMAbstractView();
-nsXPCComponents_Interfaces.prototype.nsIJARChannel= new nsIJARChannel();
-nsXPCComponents_Interfaces.prototype.nsIMemory= new nsIMemory();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSSerializerFilter= new nsIDOMLSSerializerFilter();
-nsXPCComponents_Interfaces.prototype.nsIBinaryOutputStream= new nsIBinaryOutputStream();
-nsXPCComponents_Interfaces.prototype.nsIDOMDOMStringList= new nsIDOMDOMStringList();
-nsXPCComponents_Interfaces.prototype.nsIImageLoadingContent= new nsIImageLoadingContent();
-nsXPCComponents_Interfaces.prototype.nsIExceptionService= new nsIExceptionService();
-nsXPCComponents_Interfaces.prototype.nsIFileOutputStream= new nsIFileOutputStream();
-nsXPCComponents_Interfaces.prototype.nsISchemaAnyAttribute= new nsISchemaAnyAttribute();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSMediaRule= new nsIDOMCSSMediaRule();
-nsXPCComponents_Interfaces.prototype.nsIErrorService= new nsIErrorService();
-nsXPCComponents_Interfaces.prototype.nsIRDFInMemoryDataSource= new nsIRDFInMemoryDataSource();
-nsXPCComponents_Interfaces.prototype.nsIFeed= new nsIFeed();
-nsXPCComponents_Interfaces.prototype.nsIContentViewer_MOZILLA_1_8_BRANCH= new nsIContentViewer_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIEditorMailSupport= new nsIEditorMailSupport();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLPreElement= new nsIDOMHTMLPreElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMNavigator_MOZILLA_1_8_BRANCH= new nsIDOMNavigator_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.gfxIImageFrame= new gfxIImageFrame();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleSelectable= new nsIAccessibleSelectable();
-nsXPCComponents_Interfaces.prototype.nsPICommandUpdater= new nsPICommandUpdater();
-nsXPCComponents_Interfaces.prototype.nsIDownload= new nsIDownload();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULControlElement= new nsIDOMXULControlElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedNumberList= new nsIDOMSVGAnimatedNumberList();
-nsXPCComponents_Interfaces.prototype.nsIDocumentCharsetInfo= new nsIDocumentCharsetInfo();
-nsXPCComponents_Interfaces.prototype.nsIContentViewerContainer= new nsIContentViewerContainer();
-nsXPCComponents_Interfaces.prototype.nsIAppStartup= new nsIAppStartup();
-nsXPCComponents_Interfaces.prototype.nsICookie2= new nsICookie2();
-nsXPCComponents_Interfaces.prototype.nsIBrowserInstance= new nsIBrowserInstance();
-nsXPCComponents_Interfaces.prototype.nsIProtocolProxyService= new nsIProtocolProxyService();
-nsXPCComponents_Interfaces.prototype.nsIDOMCDATASection= new nsIDOMCDATASection();
-nsXPCComponents_Interfaces.prototype.nsIJVMConfigManager= new nsIJVMConfigManager();
-nsXPCComponents_Interfaces.prototype.nsISOAPPortBinding= new nsISOAPPortBinding();
-nsXPCComponents_Interfaces.prototype.nsIContentHandler= new nsIContentHandler();
-nsXPCComponents_Interfaces.prototype.nsISchemaComponent= new nsISchemaComponent();
-nsXPCComponents_Interfaces.prototype.nsIPrintSettingsWin= new nsIPrintSettingsWin();
-nsXPCComponents_Interfaces.prototype.nsIDownloadProgressListener= new nsIDownloadProgressListener();
-nsXPCComponents_Interfaces.prototype.nsIMozIconURI= new nsIMozIconURI();
-nsXPCComponents_Interfaces.prototype.nsISHistoryInternal= new nsISHistoryInternal();
-nsXPCComponents_Interfaces.prototype.nsIURIFixup= new nsIURIFixup();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoHorizontalRel= new nsIDOMSVGPathSegLinetoHorizontalRel();
-nsXPCComponents_Interfaces.prototype.nsIXPIDialogService= new nsIXPIDialogService();
-nsXPCComponents_Interfaces.prototype.nsIEditActionListener= new nsIEditActionListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLAppletElement= new nsIDOMHTMLAppletElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMAttr= new nsIDOMAttr();
-nsXPCComponents_Interfaces.prototype.nsIDOMNotation= new nsIDOMNotation();
-nsXPCComponents_Interfaces.prototype.nsIProxyObjectManager= new nsIProxyObjectManager();
-nsXPCComponents_Interfaces.prototype.nsIPassword= new nsIPassword();
-nsXPCComponents_Interfaces.prototype.nsIProfileLock= new nsIProfileLock();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLCanvasElement= new nsIDOMHTMLCanvasElement();
-nsXPCComponents_Interfaces.prototype.nsISelectElement= new nsISelectElement();
-nsXPCComponents_Interfaces.prototype.nsIPopupBoxObject= new nsIPopupBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIFind= new nsIFind();
-nsXPCComponents_Interfaces.prototype.nsIXTFPrivate= new nsIXTFPrivate();
-nsXPCComponents_Interfaces.prototype.nsIPlaintextEditor= new nsIPlaintextEditor();
-nsXPCComponents_Interfaces.prototype.nsIForwardIterator= new nsIForwardIterator();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLSelectElement= new nsIDOMNSHTMLSelectElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLModElement= new nsIDOMHTMLModElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSMozDocumentRule= new nsIDOMCSSMozDocumentRule();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGEllipseElement= new nsIDOMSVGEllipseElement();
-nsXPCComponents_Interfaces.prototype.jsdIContext= new jsdIContext();
-nsXPCComponents_Interfaces.prototype.nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH= new nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentTraversal= new nsIDOMDocumentTraversal();
-nsXPCComponents_Interfaces.prototype.nsIXTFAttributeHandler= new nsIXTFAttributeHandler();
-nsXPCComponents_Interfaces.prototype.inIFlasher= new inIFlasher();
-nsXPCComponents_Interfaces.prototype.nsISupportsWeakReference= new nsISupportsWeakReference();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGElement= new nsIDOMSVGElement();
-nsXPCComponents_Interfaces.prototype.nsIDOM3DocumentEvent= new nsIDOM3DocumentEvent();
-nsXPCComponents_Interfaces.prototype.nsIRDFRemoteDataSource= new nsIRDFRemoteDataSource();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegArcAbs= new nsIDOMSVGPathSegArcAbs();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULButtonElement= new nsIDOMXULButtonElement();
-nsXPCComponents_Interfaces.prototype.nsIClipboardDragDropHooks= new nsIClipboardDragDropHooks();
-nsXPCComponents_Interfaces.prototype.nsIDOMRect= new nsIDOMRect();
-nsXPCComponents_Interfaces.prototype.nsICRLManager= new nsICRLManager();
-nsXPCComponents_Interfaces.prototype.imgIEncoder= new imgIEncoder();
-nsXPCComponents_Interfaces.prototype.nsIX509Cert3= new nsIX509Cert3();
-nsXPCComponents_Interfaces.prototype.nsISearchEngine= new nsISearchEngine();
-nsXPCComponents_Interfaces.prototype.nsIUrlListManagerCallback= new nsIUrlListManagerCallback();
-nsXPCComponents_Interfaces.prototype.nsIDOMEntity= new nsIDOMEntity();
-nsXPCComponents_Interfaces.prototype.nsIDOMXPathNamespace= new nsIDOMXPathNamespace();
-nsXPCComponents_Interfaces.prototype.nsIBookmarksService= new nsIBookmarksService();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHRElement= new nsIDOMHTMLHRElement();
-nsXPCComponents_Interfaces.prototype.nsIRDFContainerUtils= new nsIRDFContainerUtils();
-nsXPCComponents_Interfaces.prototype.nsISHistoryListener= new nsISHistoryListener();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserFocus= new nsIWebBrowserFocus();
-nsXPCComponents_Interfaces.prototype.nsISAXErrorHandler= new nsISAXErrorHandler();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicAbs= new nsIDOMSVGPathSegCurvetoCubicAbs();
-nsXPCComponents_Interfaces.prototype.nsIHTMLObjectResizer= new nsIHTMLObjectResizer();
-nsXPCComponents_Interfaces.prototype.nsIXTFXULVisual= new nsIXTFXULVisual();
-nsXPCComponents_Interfaces.prototype.nsIInputStreamCallback= new nsIInputStreamCallback();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRUint64= new nsISupportsPRUint64();
-nsXPCComponents_Interfaces.prototype.nsIClipboard= new nsIClipboard();
-nsXPCComponents_Interfaces.prototype.inIDOMUtils= new inIDOMUtils();
-nsXPCComponents_Interfaces.prototype.nsIXmlRpcFault= new nsIXmlRpcFault();
-nsXPCComponents_Interfaces.prototype.nsIDirIndexListener= new nsIDirIndexListener();
-nsXPCComponents_Interfaces.prototype.nsITransactionListener= new nsITransactionListener();
-nsXPCComponents_Interfaces.prototype.nsICookiePermission= new nsICookiePermission();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSResourceResolver= new nsIDOMLSResourceResolver();
-nsXPCComponents_Interfaces.prototype.nsIContentPolicy= new nsIContentPolicy();
-nsXPCComponents_Interfaces.prototype.nsIHelperAppLauncher= new nsIHelperAppLauncher();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSEventTarget= new nsIDOMNSEventTarget();
-nsXPCComponents_Interfaces.prototype.nsIRelativeFilePref= new nsIRelativeFilePref();
-nsXPCComponents_Interfaces.prototype.nsISidebar_MOZILLA_1_8_BRANCH= new nsISidebar_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIRDFObserver= new nsIRDFObserver();
-nsXPCComponents_Interfaces.prototype.nsIDOMPageTransitionEvent= new nsIDOMPageTransitionEvent();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowser= new nsIWebBrowser();
-nsXPCComponents_Interfaces.prototype.nsIRDFXMLSource= new nsIRDFXMLSource();
-nsXPCComponents_Interfaces.prototype.nsIDOMElement= new nsIDOMElement();
-nsXPCComponents_Interfaces.prototype.nsIRegistryEnumerator= new nsIRegistryEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextElement= new nsIDOMSVGTextElement();
-nsXPCComponents_Interfaces.prototype.jsdIFilter= new jsdIFilter();
-nsXPCComponents_Interfaces.prototype.nsIHTMLEditor= new nsIHTMLEditor();
-nsXPCComponents_Interfaces.prototype.nsISchemaUnionType= new nsISchemaUnionType();
-nsXPCComponents_Interfaces.prototype.nsIRDFPropagatableDataSource= new nsIRDFPropagatableDataSource();
-nsXPCComponents_Interfaces.prototype.nsIContentViewer= new nsIContentViewer();
-nsXPCComponents_Interfaces.prototype.nsIDOMJSWindow= new nsIDOMJSWindow();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedLengthList= new nsIDOMSVGAnimatedLengthList();
-nsXPCComponents_Interfaces.prototype.nsIStreamConverterService= new nsIStreamConverterService();
-nsXPCComponents_Interfaces.prototype.nsIFastLoadReadControl= new nsIFastLoadReadControl();
-nsXPCComponents_Interfaces.prototype.nsICommandController= new nsICommandController();
-nsXPCComponents_Interfaces.prototype.nsIFileProtocolHandler= new nsIFileProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsILocalSearchService= new nsILocalSearchService();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteController= new nsIAutoCompleteController();
-nsXPCComponents_Interfaces.prototype.nsIWSDLLoader= new nsIWSDLLoader();
-nsXPCComponents_Interfaces.prototype.nsIPrefBranch= new nsIPrefBranch();
-nsXPCComponents_Interfaces.prototype.nsIDOMPlugin= new nsIDOMPlugin();
-nsXPCComponents_Interfaces.prototype.nsISelectionListener= new nsISelectionListener();
-nsXPCComponents_Interfaces.prototype.nsIMIMEInputStream= new nsIMIMEInputStream();
-nsXPCComponents_Interfaces.prototype.nsIWindowDataSource= new nsIWindowDataSource();
-nsXPCComponents_Interfaces.prototype.nsIXMLContentBuilder= new nsIXMLContentBuilder();
-nsXPCComponents_Interfaces.prototype.nsIStreamLoaderObserver= new nsIStreamLoaderObserver();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLElement= new nsIDOMHTMLElement();
-nsXPCComponents_Interfaces.prototype.nsIXTFElementFactory= new nsIXTFElementFactory();
-nsXPCComponents_Interfaces.prototype.nsIPasswordManagerInternal= new nsIPasswordManagerInternal();
-nsXPCComponents_Interfaces.prototype.nsIStyleSheetService= new nsIStyleSheetService();
-nsXPCComponents_Interfaces.prototype.nsISOAPCall= new nsISOAPCall();
-nsXPCComponents_Interfaces.prototype.nsICharsetConverterManager= new nsICharsetConverterManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextPositioningElement= new nsIDOMSVGTextPositioningElement();
-nsXPCComponents_Interfaces.prototype.nsIBrowserHandler= new nsIBrowserHandler();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSDocument= new nsIDOMNSDocument();
-nsXPCComponents_Interfaces.prototype.nsIInputStreamTee= new nsIInputStreamTee();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTitleElement= new nsIDOMSVGTitleElement();
-nsXPCComponents_Interfaces.prototype.nsIXmlRpcClientListener= new nsIXmlRpcClientListener();
-nsXPCComponents_Interfaces.prototype.nsIFontEnumerator= new nsIFontEnumerator();
-nsXPCComponents_Interfaces.prototype.nsISound= new nsISound();
-nsXPCComponents_Interfaces.prototype.nsIAppShellService= new nsIAppShellService();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicSmoothAbs= new nsIDOMSVGPathSegCurvetoCubicSmoothAbs();
-nsXPCComponents_Interfaces.prototype.nsIDOMDOMConfiguration= new nsIDOMDOMConfiguration();
-nsXPCComponents_Interfaces.prototype.nsIPasswordManager= new nsIPasswordManager();
-nsXPCComponents_Interfaces.prototype.nsIPKCS11Module= new nsIPKCS11Module();
-nsXPCComponents_Interfaces.prototype.nsIFormatConverter= new nsIFormatConverter();
-nsXPCComponents_Interfaces.prototype.nsIChannel= new nsIChannel();
-nsXPCComponents_Interfaces.prototype.nsIDOMParser= new nsIDOMParser();
-nsXPCComponents_Interfaces.prototype.imgILoader= new imgILoader();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedTransformList= new nsIDOMSVGAnimatedTransformList();
-nsXPCComponents_Interfaces.prototype.nsIBrowserGlue= new nsIBrowserGlue();
-nsXPCComponents_Interfaces.prototype.nsIExternalProtocolHandler= new nsIExternalProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsIXTFElement= new nsIXTFElement();
-nsXPCComponents_Interfaces.prototype.nsIFilePicker= new nsIFilePicker();
-nsXPCComponents_Interfaces.prototype.nsIPropertyElement= new nsIPropertyElement();
-nsXPCComponents_Interfaces.prototype.nsIStandardURL= new nsIStandardURL();
-nsXPCComponents_Interfaces.prototype.nsIRDFPurgeableDataSource= new nsIRDFPurgeableDataSource();
-nsXPCComponents_Interfaces.prototype.nsIExtendedExpatSink= new nsIExtendedExpatSink();
-nsXPCComponents_Interfaces.prototype.nsISeekableStream= new nsISeekableStream();
-nsXPCComponents_Interfaces.prototype.nsISessionStartup= new nsISessionStartup();
-nsXPCComponents_Interfaces.prototype.nsIWindowMediator= new nsIWindowMediator();
-nsXPCComponents_Interfaces.prototype.nsIDocumentLoaderFactory= new nsIDocumentLoaderFactory();
-nsXPCComponents_Interfaces.prototype.nsIStreamListenerTee= new nsIStreamListenerTee();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSCSS2Properties= new nsIDOMNSCSS2Properties();
-nsXPCComponents_Interfaces.prototype.nsINSSCertCache= new nsINSSCertCache();
-nsXPCComponents_Interfaces.prototype.nsISyncStreamListener= new nsISyncStreamListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSParserFilter= new nsIDOMLSParserFilter();
-nsXPCComponents_Interfaces.prototype.nsIPKIParamBlock= new nsIPKIParamBlock();
-nsXPCComponents_Interfaces.prototype.nsIScriptError= new nsIScriptError();
-nsXPCComponents_Interfaces.prototype.nsIXULWindow= new nsIXULWindow();
-nsXPCComponents_Interfaces.prototype.nsIEventTarget= new nsIEventTarget();
-nsXPCComponents_Interfaces.prototype.nsIURLParser= new nsIURLParser();
-nsXPCComponents_Interfaces.prototype.mozISpellI18NManager= new mozISpellI18NManager();
-nsXPCComponents_Interfaces.prototype.nsIX509CertValidity= new nsIX509CertValidity();
-nsXPCComponents_Interfaces.prototype.nsISchemaFacet= new nsISchemaFacet();
-nsXPCComponents_Interfaces.prototype.nsIModule= new nsIModule();
-nsXPCComponents_Interfaces.prototype.nsINativeAppSupport= new nsINativeAppSupport();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGMetadataElement= new nsIDOMSVGMetadataElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMMimeTypeArray= new nsIDOMMimeTypeArray();
-nsXPCComponents_Interfaces.prototype.nsIComponentManagerObsolete= new nsIComponentManagerObsolete();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLIElement= new nsIDOMHTMLLIElement();
-nsXPCComponents_Interfaces.prototype.nsIWindowWatcher= new nsIWindowWatcher();
-nsXPCComponents_Interfaces.prototype.nsIASN1Object= new nsIASN1Object();
-nsXPCComponents_Interfaces.prototype.nsIPrintProgress= new nsIPrintProgress();
-nsXPCComponents_Interfaces.prototype.nsIXPTLoaderSink= new nsIXPTLoaderSink();
-nsXPCComponents_Interfaces.prototype.nsIWindowsShellService= new nsIWindowsShellService();
-nsXPCComponents_Interfaces.prototype.nsIDOMMouseEvent= new nsIDOMMouseEvent();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRInt32= new nsISupportsPRInt32();
-nsXPCComponents_Interfaces.prototype.nsIApplicationUpdateService= new nsIApplicationUpdateService();
-nsXPCComponents_Interfaces.prototype.nsIInterfaceRequestor= new nsIInterfaceRequestor();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSProgressEvent= new nsIDOMLSProgressEvent();
-nsXPCComponents_Interfaces.prototype.nsITransactionManager= new nsITransactionManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLOptGroupElement= new nsIDOMHTMLOptGroupElement();
-nsXPCComponents_Interfaces.prototype.nsICommandManager= new nsICommandManager();
-nsXPCComponents_Interfaces.prototype.nsIIDNService= new nsIIDNService();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTitleElement= new nsIDOMHTMLTitleElement();
-nsXPCComponents_Interfaces.prototype.nsITimelineService= new nsITimelineService();
-nsXPCComponents_Interfaces.prototype.nsIUnicharOutputStream= new nsIUnicharOutputStream();
-nsXPCComponents_Interfaces.prototype.nsIStackFrame= new nsIStackFrame();
-nsXPCComponents_Interfaces.prototype.nsIDataType= new nsIDataType();
-nsXPCComponents_Interfaces.prototype.nsIHttpActivityObserver= new nsIHttpActivityObserver();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSStyleSheet= new nsIDOMCSSStyleSheet();
-nsXPCComponents_Interfaces.prototype.nsIDOMCryptoDialogs= new nsIDOMCryptoDialogs();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGGradientElement= new nsIDOMSVGGradientElement();
-nsXPCComponents_Interfaces.prototype.nsICookieManager= new nsICookieManager();
-nsXPCComponents_Interfaces.prototype.nsIConverterOutputStream= new nsIConverterOutputStream();
-nsXPCComponents_Interfaces.prototype.nsIInputStreamPump= new nsIInputStreamPump();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSParser= new nsIDOMLSParser();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSStyleDeclaration= new nsIDOMCSSStyleDeclaration();
-nsXPCComponents_Interfaces.prototype.nsIFlavorDataProvider= new nsIFlavorDataProvider();
-nsXPCComponents_Interfaces.prototype.nsISOAPHeaderBlock= new nsISOAPHeaderBlock();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableSectionElement= new nsIDOMHTMLTableSectionElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMNode= new nsIDOMNode();
-nsXPCComponents_Interfaces.prototype.imgICache= new imgICache();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGZoomAndPan= new nsIDOMSVGZoomAndPan();
-nsXPCComponents_Interfaces.prototype.nsIDOMStorageWindow= new nsIDOMStorageWindow();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRUint8= new nsISupportsPRUint8();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGStyleElement= new nsIDOMSVGStyleElement();
-nsXPCComponents_Interfaces.prototype.nsIURILoader= new nsIURILoader();
-nsXPCComponents_Interfaces.prototype.nsICommandLineHandler= new nsICommandLineHandler();
-nsXPCComponents_Interfaces.prototype.nsIDocNavStartProgressListener= new nsIDocNavStartProgressListener();
-nsXPCComponents_Interfaces.prototype.nsIRegistryNode= new nsIRegistryNode();
-nsXPCComponents_Interfaces.prototype.nsITransferable= new nsITransferable();
-nsXPCComponents_Interfaces.prototype.nsIEditingSession= new nsIEditingSession();
-nsXPCComponents_Interfaces.prototype.nsIAccessibilityService= new nsIAccessibilityService();
-nsXPCComponents_Interfaces.prototype.nsIUpdatePatch= new nsIUpdatePatch();
-nsXPCComponents_Interfaces.prototype.nsITransportEventSink= new nsITransportEventSink();
-nsXPCComponents_Interfaces.prototype.nsIDOMCustomEvent= new nsIDOMCustomEvent();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRUint16= new nsISupportsPRUint16();
-nsXPCComponents_Interfaces.prototype.nsIUrlListManager= new nsIUrlListManager();
-nsXPCComponents_Interfaces.prototype.nsIWSDLOperation= new nsIWSDLOperation();
-nsXPCComponents_Interfaces.prototype.nsIWebProgressListener2= new nsIWebProgressListener2();
-nsXPCComponents_Interfaces.prototype.nsISOAPDecoder= new nsISOAPDecoder();
-nsXPCComponents_Interfaces.prototype.nsISAXXMLReader= new nsISAXXMLReader();
-nsXPCComponents_Interfaces.prototype.nsIRecyclingAllocator= new nsIRecyclingAllocator();
-nsXPCComponents_Interfaces.prototype.nsIWebServiceProxy= new nsIWebServiceProxy();
-nsXPCComponents_Interfaces.prototype.nsIRDFXMLSink= new nsIRDFXMLSink();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLIFrameElement= new nsIDOMHTMLIFrameElement();
-nsXPCComponents_Interfaces.prototype.nsIXULBrowserWindow= new nsIXULBrowserWindow();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPointList= new nsIDOMSVGPointList();
-nsXPCComponents_Interfaces.prototype.nsIUserInfo= new nsIUserInfo();
-nsXPCComponents_Interfaces.prototype.nsICacheEntryDescriptor= new nsICacheEntryDescriptor();
-nsXPCComponents_Interfaces.prototype.nsIHTMLAbsPosEditor= new nsIHTMLAbsPosEditor();
-nsXPCComponents_Interfaces.prototype.nsIXTFVisual= new nsIXTFVisual();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteObserver= new nsIAutoCompleteObserver();
-nsXPCComponents_Interfaces.prototype.nsIFormHistory2= new nsIFormHistory2();
-nsXPCComponents_Interfaces.prototype.nsIFileSpec= new nsIFileSpec();
-nsXPCComponents_Interfaces.prototype.nsIPasswordInternal= new nsIPasswordInternal();
-nsXPCComponents_Interfaces.prototype.nsISecurityWarningDialogs= new nsISecurityWarningDialogs();
-nsXPCComponents_Interfaces.prototype.nsISOAPBlock= new nsISOAPBlock();
-nsXPCComponents_Interfaces.prototype.nsIImageDocument= new nsIImageDocument();
-nsXPCComponents_Interfaces.prototype.nsITransport= new nsITransport();
-nsXPCComponents_Interfaces.prototype.nsISOAPFault= new nsISOAPFault();
-nsXPCComponents_Interfaces.prototype.nsIScriptContextOwner= new nsIScriptContextOwner();
-nsXPCComponents_Interfaces.prototype.jsdICallHook= new jsdICallHook();
-nsXPCComponents_Interfaces.prototype.nsISOAPEncodingRegistry= new nsISOAPEncodingRegistry();
-nsXPCComponents_Interfaces.prototype.nsICategoryManager= new nsICategoryManager();
-nsXPCComponents_Interfaces.prototype.nsIBidirectionalIterator= new nsIBidirectionalIterator();
-nsXPCComponents_Interfaces.prototype.nsIWindowMediatorListener= new nsIWindowMediatorListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMXPathResult= new nsIDOMXPathResult();
-nsXPCComponents_Interfaces.prototype.nsIXTFSVGVisualWrapper= new nsIXTFSVGVisualWrapper();
-nsXPCComponents_Interfaces.prototype.nsIFeedGenerator= new nsIFeedGenerator();
-nsXPCComponents_Interfaces.prototype.nsIEditor= new nsIEditor();
-nsXPCComponents_Interfaces.prototype.nsIDOMHistory= new nsIDOMHistory();
-nsXPCComponents_Interfaces.prototype.nsIZipEntry= new nsIZipEntry();
-nsXPCComponents_Interfaces.prototype.nsIWebContentHandlerRegistrar= new nsIWebContentHandlerRegistrar();
-nsXPCComponents_Interfaces.prototype.mozIStorageStatementWrapper= new mozIStorageStatementWrapper();
-nsXPCComponents_Interfaces.prototype.nsIFontPackageProxy= new nsIFontPackageProxy();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSOutput= new nsIDOMLSOutput();
-nsXPCComponents_Interfaces.prototype.nsIUnicharInputStream= new nsIUnicharInputStream();
-nsXPCComponents_Interfaces.prototype.nsIFontList= new nsIFontList();
-nsXPCComponents_Interfaces.prototype.nsIScriptLoader= new nsIScriptLoader();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULSelectControlElement= new nsIDOMXULSelectControlElement();
-nsXPCComponents_Interfaces.prototype.nsIVariant= new nsIVariant();
-nsXPCComponents_Interfaces.prototype.nsIDOMCanvasPattern= new nsIDOMCanvasPattern();
-nsXPCComponents_Interfaces.prototype.nsISupportsVoid= new nsISupportsVoid();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSImportRule= new nsIDOMCSSImportRule();
-nsXPCComponents_Interfaces.prototype.nsISchemaModelGroup= new nsISchemaModelGroup();
-nsXPCComponents_Interfaces.prototype.nsIConsoleMessage= new nsIConsoleMessage();
-nsXPCComponents_Interfaces.prototype.nsISAXLocator= new nsISAXLocator();
-nsXPCComponents_Interfaces.prototype.inIDOMView= new inIDOMView();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLCollection= new nsIDOMHTMLCollection();
-nsXPCComponents_Interfaces.prototype.nsICacheDeviceInfo= new nsICacheDeviceInfo();
-nsXPCComponents_Interfaces.prototype.nsIFeedPerson= new nsIFeedPerson();
-nsXPCComponents_Interfaces.prototype.nsIDOMEvent= new nsIDOMEvent();
-nsXPCComponents_Interfaces.prototype.nsICacheVisitor= new nsICacheVisitor();
-nsXPCComponents_Interfaces.prototype.nsISerializable= new nsISerializable();
-nsXPCComponents_Interfaces.prototype.nsINonBlockingAlertService= new nsINonBlockingAlertService();
-nsXPCComponents_Interfaces.prototype.nsICertificateDialogs= new nsICertificateDialogs();
-nsXPCComponents_Interfaces.prototype.nsIInputIterator= new nsIInputIterator();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticSmoothRel= new nsIDOMSVGPathSegCurvetoQuadraticSmoothRel();
-nsXPCComponents_Interfaces.prototype.nsIInternetSearchService= new nsIInternetSearchService();
-nsXPCComponents_Interfaces.prototype.nsIHttpAuthenticator= new nsIHttpAuthenticator();
-nsXPCComponents_Interfaces.prototype.nsIAddonUpdateListener= new nsIAddonUpdateListener();
-nsXPCComponents_Interfaces.prototype.nsIEditorLogging= new nsIEditorLogging();
-nsXPCComponents_Interfaces.prototype.nsIZipReaderCache= new nsIZipReaderCache();
-nsXPCComponents_Interfaces.prototype.nsIAsyncStreamCopier= new nsIAsyncStreamCopier();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULLabeledControlElement= new nsIDOMXULLabeledControlElement();
-nsXPCComponents_Interfaces.prototype.nsICookieAcceptDialog= new nsICookieAcceptDialog();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedEnumeration= new nsIDOMSVGAnimatedEnumeration();
-nsXPCComponents_Interfaces.prototype.nsIPKCS11ModuleDB= new nsIPKCS11ModuleDB();
-nsXPCComponents_Interfaces.prototype.nsISecretDecoderRingConfig= new nsISecretDecoderRingConfig();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSUnknownRule= new nsIDOMCSSUnknownRule();
-nsXPCComponents_Interfaces.prototype.nsIXPTLoader= new nsIXPTLoader();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedString= new nsIDOMSVGAnimatedString();
-nsXPCComponents_Interfaces.prototype.nsIContentFilter= new nsIContentFilter();
-nsXPCComponents_Interfaces.prototype.nsIWSDLLoadListener= new nsIWSDLLoadListener();
-nsXPCComponents_Interfaces.prototype.mozIStorageStatementRow= new mozIStorageStatementRow();
-nsXPCComponents_Interfaces.prototype.imgIDecoderObserver_MOZILLA_1_8_BRANCH= new imgIDecoderObserver_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.mozISpellCheckingEngine= new mozISpellCheckingEngine();
-nsXPCComponents_Interfaces.prototype.nsISOAPMessageBinding= new nsISOAPMessageBinding();
-nsXPCComponents_Interfaces.prototype.nsICommandHandlerInit= new nsICommandHandlerInit();
-nsXPCComponents_Interfaces.prototype.mozIStorageDataSet= new mozIStorageDataSet();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLFrameElement= new nsIDOMNSHTMLFrameElement();
-nsXPCComponents_Interfaces.prototype.nsIProfile= new nsIProfile();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGRect= new nsIDOMSVGRect();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegMovetoRel= new nsIDOMSVGPathSegMovetoRel();
-nsXPCComponents_Interfaces.prototype.nsIPromptService= new nsIPromptService();
-nsXPCComponents_Interfaces.prototype.nsIJARProtocolHandler= new nsIJARProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsIRefreshURI= new nsIRefreshURI();
-nsXPCComponents_Interfaces.prototype.nsIDOMXPathExpression= new nsIDOMXPathExpression();
-nsXPCComponents_Interfaces.prototype.nsISchema= new nsISchema();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGLineElement= new nsIDOMSVGLineElement();
-nsXPCComponents_Interfaces.prototype.nsITreeColumn= new nsITreeColumn();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompletePopup= new nsIAutoCompletePopup();
-nsXPCComponents_Interfaces.prototype.nsIFullScreen= new nsIFullScreen();
-nsXPCComponents_Interfaces.prototype.nsIDOMPkcs11= new nsIDOMPkcs11();
-nsXPCComponents_Interfaces.prototype.nsIRequest= new nsIRequest();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSPageRule= new nsIDOMCSSPageRule();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserPrint= new nsIWebBrowserPrint();
-nsXPCComponents_Interfaces.prototype.nsIDOMNameList= new nsIDOMNameList();
-nsXPCComponents_Interfaces.prototype.nsIGlobalHistory2= new nsIGlobalHistory2();
-nsXPCComponents_Interfaces.prototype.nsISOAPResponseListener= new nsISOAPResponseListener();
-nsXPCComponents_Interfaces.prototype.nsIUrlClassifierTable= new nsIUrlClassifierTable();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedNumber= new nsIDOMSVGAnimatedNumber();
-nsXPCComponents_Interfaces.prototype.nsIBrowserHistory= new nsIBrowserHistory();
-nsXPCComponents_Interfaces.prototype.nsIRDFDelegateFactory= new nsIRDFDelegateFactory();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSPrimitiveValue= new nsIDOMCSSPrimitiveValue();
-nsXPCComponents_Interfaces.prototype.nsIFeedResult= new nsIFeedResult();
-nsXPCComponents_Interfaces.prototype.nsISelectionController= new nsISelectionController();
-nsXPCComponents_Interfaces.prototype.nsISocketProvider= new nsISocketProvider();
-nsXPCComponents_Interfaces.prototype.nsIFontPackageService= new nsIFontPackageService();
-nsXPCComponents_Interfaces.prototype.nsIStringInputStream= new nsIStringInputStream();
-nsXPCComponents_Interfaces.prototype.nsIPhonetic= new nsIPhonetic();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGDefsElement= new nsIDOMSVGDefsElement();
-nsXPCComponents_Interfaces.prototype.imgIDecoder= new imgIDecoder();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSValue= new nsIDOMCSSValue();
-nsXPCComponents_Interfaces.prototype.nsISHContainer= new nsISHContainer();
-nsXPCComponents_Interfaces.prototype.nsICryptoFIPSInfo= new nsICryptoFIPSInfo();
-nsXPCComponents_Interfaces.prototype.nsIMenuBoxObject= new nsIMenuBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIWSDLPort= new nsIWSDLPort();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegClosePath= new nsIDOMSVGPathSegClosePath();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSException= new nsIDOMLSException();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFieldSetElement= new nsIDOMHTMLFieldSetElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGLinearGradientElement= new nsIDOMSVGLinearGradientElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMStorage= new nsIDOMStorage();
-nsXPCComponents_Interfaces.prototype.nsIStreamLoader= new nsIStreamLoader();
-nsXPCComponents_Interfaces.prototype.nsIDOMWindowCollection= new nsIDOMWindowCollection();
-nsXPCComponents_Interfaces.prototype.nsIBinaryInputStream= new nsIBinaryInputStream();
-nsXPCComponents_Interfaces.prototype.nsIFeedProcessor= new nsIFeedProcessor();
-nsXPCComponents_Interfaces.prototype.nsITextScroll= new nsITextScroll();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGRadialGradientElement= new nsIDOMSVGRadialGradientElement();
-nsXPCComponents_Interfaces.prototype.nsIVersionComparator= new nsIVersionComparator();
-nsXPCComponents_Interfaces.prototype.nsIAsyncStreamListener= new nsIAsyncStreamListener();
-nsXPCComponents_Interfaces.prototype.nsIBrowserDOMWindow= new nsIBrowserDOMWindow();
-nsXPCComponents_Interfaces.prototype.nsIDOMXPathException= new nsIDOMXPathException();
-nsXPCComponents_Interfaces.prototype.nsISHistory= new nsISHistory();
-nsXPCComponents_Interfaces.prototype.nsIDOMCrypto= new nsIDOMCrypto();
-nsXPCComponents_Interfaces.prototype.nsIAccessible= new nsIAccessible();
-nsXPCComponents_Interfaces.prototype.nsITransaction= new nsITransaction();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLOptionsCollection= new nsIDOMHTMLOptionsCollection();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSEvent= new nsIDOMNSEvent();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteInput= new nsIAutoCompleteInput();
-nsXPCComponents_Interfaces.prototype.nsICertTree= new nsICertTree();
-nsXPCComponents_Interfaces.prototype.nsIComponentRegistrar= new nsIComponentRegistrar();
-nsXPCComponents_Interfaces.prototype.nsIFileChannel= new nsIFileChannel();
-nsXPCComponents_Interfaces.prototype.jsdIExecutionHook= new jsdIExecutionHook();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteInput_MOZILLA_1_8_BRANCH= new nsIAutoCompleteInput_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIBoxLayoutManager= new nsIBoxLayoutManager();
-nsXPCComponents_Interfaces.prototype.nsIMicrosummary= new nsIMicrosummary();
-nsXPCComponents_Interfaces.prototype.nsICacheListener= new nsICacheListener();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRBool= new nsISupportsPRBool();
-nsXPCComponents_Interfaces.prototype.mozIStorageValueArray= new mozIStorageValueArray();
-nsXPCComponents_Interfaces.prototype.nsIXPInstallManagerUI= new nsIXPInstallManagerUI();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentEvent= new nsIDOMDocumentEvent();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULCommandEvent= new nsIDOMXULCommandEvent();
-nsXPCComponents_Interfaces.prototype.nsIContentSniffer_MOZILLA_1_8_BRANCH= new nsIContentSniffer_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIXULAppInfo= new nsIXULAppInfo();
-nsXPCComponents_Interfaces.prototype.nsIProxiedProtocolHandler= new nsIProxiedProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsISupportsString= new nsISupportsString();
-nsXPCComponents_Interfaces.prototype.nsISafeOutputStream= new nsISafeOutputStream();
-nsXPCComponents_Interfaces.prototype.inIDeepTreeWalker= new inIDeepTreeWalker();
-nsXPCComponents_Interfaces.prototype.nsIDocShellTreeItem= new nsIDocShellTreeItem();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSFontFaceRule= new nsIDOMCSSFontFaceRule();
-nsXPCComponents_Interfaces.prototype.nsIAlertsService= new nsIAlertsService();
-nsXPCComponents_Interfaces.prototype.nsICMSMessageErrors= new nsICMSMessageErrors();
-nsXPCComponents_Interfaces.prototype.nsIPrefBranch2= new nsIPrefBranch2();
-nsXPCComponents_Interfaces.prototype.nsIXTFGenericElementWrapper= new nsIXTFGenericElementWrapper();
-nsXPCComponents_Interfaces.prototype.inISearchObserver= new inISearchObserver();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedLength= new nsIDOMSVGAnimatedLength();
-nsXPCComponents_Interfaces.prototype.nsIUTF8StringEnumerator= new nsIUTF8StringEnumerator();
-nsXPCComponents_Interfaces.prototype.nsICookieConsent= new nsICookieConsent();
-nsXPCComponents_Interfaces.prototype.nsIResProtocolHandler= new nsIResProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsIServerSocketListener= new nsIServerSocketListener();
-nsXPCComponents_Interfaces.prototype.nsIXTFBindableElement= new nsIXTFBindableElement();
-nsXPCComponents_Interfaces.prototype.nsIAccessNode= new nsIAccessNode();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticAbs= new nsIDOMSVGPathSegCurvetoQuadraticAbs();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRInt64= new nsISupportsPRInt64();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSRange= new nsIDOMNSRange();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_ID= new nsIXPCComponents_ID();
-nsXPCComponents_Interfaces.prototype.nsITooltipTextProvider= new nsITooltipTextProvider();
-nsXPCComponents_Interfaces.prototype.nsIExternalHelperAppService= new nsIExternalHelperAppService();
-nsXPCComponents_Interfaces.prototype.nsIFastLoadService= new nsIFastLoadService();
-nsXPCComponents_Interfaces.prototype.nsIDOMDOMImplementationLS= new nsIDOMDOMImplementationLS();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLDListElement= new nsIDOMHTMLDListElement();
-nsXPCComponents_Interfaces.prototype.nsIWindowsRegKey= new nsIWindowsRegKey();
-nsXPCComponents_Interfaces.prototype.nsISchemaLoadListener= new nsISchemaLoadListener();
-nsXPCComponents_Interfaces.prototype.nsII18nCompatibility= new nsII18nCompatibility();
-nsXPCComponents_Interfaces.prototype.nsIWebScriptsAccessService= new nsIWebScriptsAccessService();
-nsXPCComponents_Interfaces.prototype.nsIWindowCreator2= new nsIWindowCreator2();
-nsXPCComponents_Interfaces.prototype.nsIWebServiceErrorHandler= new nsIWebServiceErrorHandler();
-nsXPCComponents_Interfaces.prototype.nsIBaseWindow= new nsIBaseWindow();
-nsXPCComponents_Interfaces.prototype.nsIFastLoadFileControl= new nsIFastLoadFileControl();
-nsXPCComponents_Interfaces.prototype.nsIPrefService= new nsIPrefService();
-nsXPCComponents_Interfaces.prototype.nsIWritablePropertyBag= new nsIWritablePropertyBag();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGException= new nsIDOMSVGException();
-nsXPCComponents_Interfaces.prototype.nsIMicrosummaryGenerator= new nsIMicrosummaryGenerator();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSeg= new nsIDOMSVGPathSeg();
-nsXPCComponents_Interfaces.prototype.nsISOAPMessage= new nsISOAPMessage();
-nsXPCComponents_Interfaces.prototype.nsIContextMenuInfo= new nsIContextMenuInfo();
-nsXPCComponents_Interfaces.prototype.nsIHttpProtocolHandler= new nsIHttpProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsILocaleService= new nsILocaleService();
-nsXPCComponents_Interfaces.prototype.nsIDOMBarProp= new nsIDOMBarProp();
-nsXPCComponents_Interfaces.prototype.nsIProfileStartup= new nsIProfileStartup();
-nsXPCComponents_Interfaces.prototype.nsICookiePromptService= new nsICookiePromptService();
-nsXPCComponents_Interfaces.prototype.imgILoad= new imgILoad();
-nsXPCComponents_Interfaces.prototype.nsIPrintSettingsService= new nsIPrintSettingsService();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathElement= new nsIDOMSVGPathElement();
-nsXPCComponents_Interfaces.prototype.nsIObjectInputStream= new nsIObjectInputStream();
-nsXPCComponents_Interfaces.prototype.nsISchemaAnyParticle= new nsISchemaAnyParticle();
-nsXPCComponents_Interfaces.prototype.nsIDirIndex= new nsIDirIndex();
-nsXPCComponents_Interfaces.prototype.nsPIExternalAppLauncher= new nsPIExternalAppLauncher();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLHRElement= new nsIDOMNSHTMLHRElement();
-nsXPCComponents_Interfaces.prototype.nsIXTFSVGVisual= new nsIXTFSVGVisual();
-nsXPCComponents_Interfaces.prototype.nsIFormFillController= new nsIFormFillController();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGSVGElement= new nsIDOMSVGSVGElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULMenuListElement= new nsIDOMXULMenuListElement();
-nsXPCComponents_Interfaces.prototype.nsISOAPTransportListener= new nsISOAPTransportListener();
-nsXPCComponents_Interfaces.prototype.nsIDictionary= new nsIDictionary();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH= new nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsISyncLoadDOMService= new nsISyncLoadDOMService();
-nsXPCComponents_Interfaces.prototype.nsIDOMJSPluginArray= new nsIDOMJSPluginArray();
-nsXPCComponents_Interfaces.prototype.nsIURL= new nsIURL();
-nsXPCComponents_Interfaces.prototype.nsIDOMConstructor= new nsIDOMConstructor();
-nsXPCComponents_Interfaces.prototype.nsIMultiplexInputStream= new nsIMultiplexInputStream();
-nsXPCComponents_Interfaces.prototype.nsIClipboardCommands= new nsIClipboardCommands();
-nsXPCComponents_Interfaces.prototype.nsIWebServiceProxyCreationListener= new nsIWebServiceProxyCreationListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMKeyEvent= new nsIDOMKeyEvent();
-nsXPCComponents_Interfaces.prototype.nsIKeygenThread= new nsIKeygenThread();
-nsXPCComponents_Interfaces.prototype.jsdIDebuggerService= new jsdIDebuggerService();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLDocument= new nsIDOMHTMLDocument();
-nsXPCComponents_Interfaces.prototype.nsISchemaListType= new nsISchemaListType();
-nsXPCComponents_Interfaces.prototype.inICSSValueSearch= new inICSSValueSearch();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleDocument= new nsIAccessibleDocument();
-nsXPCComponents_Interfaces.prototype.nsIDocNavStartProgressCallback= new nsIDocNavStartProgressCallback();
-nsXPCComponents_Interfaces.prototype.nsIPrintStatusFeedback= new nsIPrintStatusFeedback();
-nsXPCComponents_Interfaces.prototype.nsIProfileInternal= new nsIProfileInternal();
-nsXPCComponents_Interfaces.prototype.nsIExceptionProvider= new nsIExceptionProvider();
-nsXPCComponents_Interfaces.prototype.nsIDOMJSNavigator= new nsIDOMJSNavigator();
-nsXPCComponents_Interfaces.prototype.nsIXULRuntime= new nsIXULRuntime();
-nsXPCComponents_Interfaces.prototype.nsIDOM3EventTarget= new nsIDOM3EventTarget();
-nsXPCComponents_Interfaces.prototype.nsIJVMConfig= new nsIJVMConfig();
-nsXPCComponents_Interfaces.prototype.nsIDOMXPathNSResolver= new nsIDOMXPathNSResolver();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLAnchorElement= new nsIDOMHTMLAnchorElement();
-nsXPCComponents_Interfaces.prototype.nsIFTPChannel= new nsIFTPChannel();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSValueList= new nsIDOMCSSValueList();
-nsXPCComponents_Interfaces.prototype.nsIShellService= new nsIShellService();
-nsXPCComponents_Interfaces.prototype.nsISchemaAttributeComponent= new nsISchemaAttributeComponent();
-nsXPCComponents_Interfaces.prototype.nsIJSConsoleService= new nsIJSConsoleService();
-nsXPCComponents_Interfaces.prototype.nsIToolkitChromeRegistry= new nsIToolkitChromeRegistry();
-nsXPCComponents_Interfaces.prototype.nsILocaleDefinition= new nsILocaleDefinition();
-nsXPCComponents_Interfaces.prototype.nsIProtocolProxyFilter= new nsIProtocolProxyFilter();
-nsXPCComponents_Interfaces.prototype.nsIFeedElementBase= new nsIFeedElementBase();
-nsXPCComponents_Interfaces.prototype.nsISOAPResponse= new nsISOAPResponse();
-nsXPCComponents_Interfaces.prototype.nsIFormSigningDialog= new nsIFormSigningDialog();
-nsXPCComponents_Interfaces.prototype.jsdIStackFrame= new jsdIStackFrame();
-nsXPCComponents_Interfaces.prototype.nsIXTFElementWrapper= new nsIXTFElementWrapper();
-nsXPCComponents_Interfaces.prototype.nsITypeAheadFind= new nsITypeAheadFind();
-nsXPCComponents_Interfaces.prototype.nsIInlineSpellChecker= new nsIInlineSpellChecker();
-nsXPCComponents_Interfaces.prototype.nsIAptanaDebugService= new nsIAptanaDebugService();
-nsXPCComponents_Interfaces.prototype.nsIDownloadManager= new nsIDownloadManager();
-nsXPCComponents_Interfaces.prototype.nsIProxyAutoConfig= new nsIProxyAutoConfig();
-nsXPCComponents_Interfaces.prototype.nsIAsyncInputStream= new nsIAsyncInputStream();
-nsXPCComponents_Interfaces.prototype.nsIProfileChangeStatus= new nsIProfileChangeStatus();
-nsXPCComponents_Interfaces.prototype.nsISupportsArray= new nsISupportsArray();
-nsXPCComponents_Interfaces.prototype.nsIToolkitProfile= new nsIToolkitProfile();
-nsXPCComponents_Interfaces.prototype.nsIDOMMediaList= new nsIDOMMediaList();
-nsXPCComponents_Interfaces.prototype.nsIUrlClassifierCallback= new nsIUrlClassifierCallback();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserPersist= new nsIWebBrowserPersist();
-nsXPCComponents_Interfaces.prototype.nsIDirIndexParser= new nsIDirIndexParser();
-nsXPCComponents_Interfaces.prototype.nsIProgrammingLanguage= new nsIProgrammingLanguage();
-nsXPCComponents_Interfaces.prototype.nsIXULTemplateBuilder= new nsIXULTemplateBuilder();
-nsXPCComponents_Interfaces.prototype.nsISemanticUnitScanner= new nsISemanticUnitScanner();
-nsXPCComponents_Interfaces.prototype.nsIStreamCipher= new nsIStreamCipher();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextPathElement= new nsIDOMSVGTextPathElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLElement= new nsIDOMNSHTMLElement();
-nsXPCComponents_Interfaces.prototype.nsIAtom= new nsIAtom();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTransformable= new nsIDOMSVGTransformable();
-nsXPCComponents_Interfaces.prototype.nsIEnumerator= new nsIEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIFile= new nsIFile();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULMultiSelectControlElement= new nsIDOMXULMultiSelectControlElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLTextAreaElement= new nsIDOMNSHTMLTextAreaElement();
-nsXPCComponents_Interfaces.prototype.nsIContextMenuListener2= new nsIContextMenuListener2();
-nsXPCComponents_Interfaces.prototype.nsIDOMWindow2= new nsIDOMWindow2();
-nsXPCComponents_Interfaces.prototype.nsIChromeRegistry= new nsIChromeRegistry();
-nsXPCComponents_Interfaces.prototype.nsIDOMNodeList= new nsIDOMNodeList();
-nsXPCComponents_Interfaces.prototype.nsIInputStreamChannel= new nsIInputStreamChannel();
-nsXPCComponents_Interfaces.prototype.nsISOAPEncoder= new nsISOAPEncoder();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGForeignObjectElement= new nsIDOMSVGForeignObjectElement();
-nsXPCComponents_Interfaces.prototype.nsIEventQueue= new nsIEventQueue();
-nsXPCComponents_Interfaces.prototype.nsIThread= new nsIThread();
-nsXPCComponents_Interfaces.prototype.nsIIOService2= new nsIIOService2();
-nsXPCComponents_Interfaces.prototype.nsIEditorBoxObject= new nsIEditorBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIUpdateChecker= new nsIUpdateChecker();
-nsXPCComponents_Interfaces.prototype.nsIStreamTransportService= new nsIStreamTransportService();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableRowElement= new nsIDOMHTMLTableRowElement();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleProvider= new nsIAccessibleProvider();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLButtonElement= new nsIDOMHTMLButtonElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLInputElement= new nsIDOMNSHTMLInputElement();
-nsXPCComponents_Interfaces.prototype.nsIDownload_MOZILLA_1_8_BRANCH= new nsIDownload_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsITransfer= new nsITransfer();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserStream= new nsIWebBrowserStream();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableColElement= new nsIDOMHTMLTableColElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSRuleList= new nsIDOMCSSRuleList();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticRel= new nsIDOMSVGPathSegCurvetoQuadraticRel();
-nsXPCComponents_Interfaces.prototype.imgIEncoder_MOZILLA_1_8_BRANCH= new imgIEncoder_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTSpanElement= new nsIDOMSVGTSpanElement();
-nsXPCComponents_Interfaces.prototype.nsIControllerContext= new nsIControllerContext();
-nsXPCComponents_Interfaces.prototype.nsIUrlClassifierStreamUpdater= new nsIUrlClassifierStreamUpdater();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGClipPathElement= new nsIDOMSVGClipPathElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLIsIndexElement= new nsIDOMHTMLIsIndexElement();
-nsXPCComponents_Interfaces.prototype.nsIExpatSink= new nsIExpatSink();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserSetup= new nsIWebBrowserSetup();
-nsXPCComponents_Interfaces.prototype.nsISOCKSSocketInfo= new nsISOCKSSocketInfo();
-nsXPCComponents_Interfaces.prototype.nsIDOMEventListener= new nsIDOMEventListener();
-nsXPCComponents_Interfaces.prototype.nsIPermission= new nsIPermission();
-nsXPCComponents_Interfaces.prototype.nsIEditorObserver= new nsIEditorObserver();
-nsXPCComponents_Interfaces.prototype.nsIScriptableMethodInfo= new nsIScriptableMethodInfo();
-nsXPCComponents_Interfaces.prototype.nsIScriptSecurityManager= new nsIScriptSecurityManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMEventGroup= new nsIDOMEventGroup();
-nsXPCComponents_Interfaces.prototype.nsIURIFixup_MOZILLA_1_8_BRANCH= new nsIURIFixup_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsITooltipListener= new nsITooltipListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMStyleSheetList= new nsIDOMStyleSheetList();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGNumberList= new nsIDOMSVGNumberList();
-nsXPCComponents_Interfaces.prototype.nsIPermissionManager= new nsIPermissionManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSFeatureFactory= new nsIDOMNSFeatureFactory();
-nsXPCComponents_Interfaces.prototype.nsIUpdate_MOZILLA_1_8_BRANCH= new nsIUpdate_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsISAXLexicalHandler= new nsISAXLexicalHandler();
-nsXPCComponents_Interfaces.prototype.nsISMimeCert= new nsISMimeCert();
-nsXPCComponents_Interfaces.prototype.nsISidebarExternal= new nsISidebarExternal();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegArcRel= new nsIDOMSVGPathSegArcRel();
-nsXPCComponents_Interfaces.prototype.nsIEventQueueService= new nsIEventQueueService();
-nsXPCComponents_Interfaces.prototype.nsISaveAsCharset= new nsISaveAsCharset();
-nsXPCComponents_Interfaces.prototype.nsICMSSecureMessage= new nsICMSSecureMessage();
-nsXPCComponents_Interfaces.prototype.nsIStringBundleService= new nsIStringBundleService();
-nsXPCComponents_Interfaces.prototype.nsIXULOverlayProvider= new nsIXULOverlayProvider();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTransformList= new nsIDOMSVGTransformList();
-nsXPCComponents_Interfaces.prototype.nsIDOMDOMException= new nsIDOMDOMException();
-nsXPCComponents_Interfaces.prototype.nsIScriptableUnicodeConverter= new nsIScriptableUnicodeConverter();
-nsXPCComponents_Interfaces.prototype.nsIFastLoadFileIO= new nsIFastLoadFileIO();
-nsXPCComponents_Interfaces.prototype.nsICollation= new nsICollation();
-nsXPCComponents_Interfaces.prototype.nsIComponentManager= new nsIComponentManager();
-nsXPCComponents_Interfaces.prototype.nsIBrowserSearchService= new nsIBrowserSearchService();
-nsXPCComponents_Interfaces.prototype.nsIXSLTProcessorObsolete= new nsIXSLTProcessorObsolete();
-nsXPCComponents_Interfaces.prototype.nsIUUIDGenerator= new nsIUUIDGenerator();
-nsXPCComponents_Interfaces.prototype.nsIControllerCommandGroup= new nsIControllerCommandGroup();
-nsXPCComponents_Interfaces.prototype.nsIDOMLocation= new nsIDOMLocation();
-nsXPCComponents_Interfaces.prototype.nsITXTToHTMLConv= new nsITXTToHTMLConv();
-nsXPCComponents_Interfaces.prototype.nsISessionStore= new nsISessionStore();
-nsXPCComponents_Interfaces.prototype.nsIRDFBlob= new nsIRDFBlob();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHeadElement= new nsIDOMHTMLHeadElement();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Exception= new nsIXPCComponents_Exception();
-nsXPCComponents_Interfaces.prototype.nsIASN1PrintableItem= new nsIASN1PrintableItem();
-nsXPCComponents_Interfaces.prototype.nsIEditorStyleSheets= new nsIEditorStyleSheets();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLButtonElement= new nsIDOMNSHTMLButtonElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLMapElement= new nsIDOMHTMLMapElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLBRElement= new nsIDOMHTMLBRElement();
-nsXPCComponents_Interfaces.prototype.nsISupportsDouble= new nsISupportsDouble();
-nsXPCComponents_Interfaces.prototype.nsIProtocolProxyCallback= new nsIProtocolProxyCallback();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLinkElement= new nsIDOMHTMLLinkElement();
-nsXPCComponents_Interfaces.prototype.nsIXULSortService= new nsIXULSortService();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLOptionCollection= new nsIDOMNSHTMLOptionCollection();
-nsXPCComponents_Interfaces.prototype.nsIXULTreeBuilder= new nsIXULTreeBuilder();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGNumber= new nsIDOMSVGNumber();
-nsXPCComponents_Interfaces.prototype.nsIHistoryEntry= new nsIHistoryEntry();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULImageElement= new nsIDOMXULImageElement();
-nsXPCComponents_Interfaces.prototype.nsIFileURL= new nsIFileURL();
-nsXPCComponents_Interfaces.prototype.nsIFindService= new nsIFindService();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSLoadEvent= new nsIDOMLSLoadEvent();
-nsXPCComponents_Interfaces.prototype.nsINetworkLinkService= new nsINetworkLinkService();
-nsXPCComponents_Interfaces.prototype.nsIClipboardHelper= new nsIClipboardHelper();
-nsXPCComponents_Interfaces.prototype.nsIPref= new nsIPref();
-nsXPCComponents_Interfaces.prototype.nsIWebProgressListener= new nsIWebProgressListener();
-nsXPCComponents_Interfaces.prototype.nsIDragService= new nsIDragService();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSDocumentStyle= new nsIDOMNSDocumentStyle();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLStyleElement= new nsIDOMHTMLStyleElement();
-nsXPCComponents_Interfaces.prototype.nsIOCSPResponder= new nsIOCSPResponder();
-nsXPCComponents_Interfaces.prototype.nsILocale= new nsILocale();
-nsXPCComponents_Interfaces.prototype.nsIUpdateItem= new nsIUpdateItem();
-nsXPCComponents_Interfaces.prototype.nsICiter= new nsICiter();
-nsXPCComponents_Interfaces.prototype.nsISchemaRestrictionType= new nsISchemaRestrictionType();
-nsXPCComponents_Interfaces.prototype.nsIXSLTException= new nsIXSLTException();
-nsXPCComponents_Interfaces.prototype.nsIFormHistoryImporter= new nsIFormHistoryImporter();
-nsXPCComponents_Interfaces.prototype.nsISAXDTDHandler= new nsISAXDTDHandler();
-nsXPCComponents_Interfaces.prototype.nsIRequestObserverProxy= new nsIRequestObserverProxy();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGDocument= new nsIDOMSVGDocument();
-nsXPCComponents_Interfaces.prototype.nsIDOM3Node= new nsIDOM3Node();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLUListElement= new nsIDOMHTMLUListElement();
-nsXPCComponents_Interfaces.prototype.nsIActiveXSecurityPolicy= new nsIActiveXSecurityPolicy();
-nsXPCComponents_Interfaces.prototype.nsIUnicodeNormalizer= new nsIUnicodeNormalizer();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLObjectElement= new nsIDOMHTMLObjectElement();
-nsXPCComponents_Interfaces.prototype.nsIXULChromeRegistry= new nsIXULChromeRegistry();
-nsXPCComponents_Interfaces.prototype.nsIXPointerResult= new nsIXPointerResult();
-nsXPCComponents_Interfaces.prototype.nsIDOMCRMFObject= new nsIDOMCRMFObject();
-nsXPCComponents_Interfaces.prototype.nsIURI= new nsIURI();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGMatrix= new nsIDOMSVGMatrix();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableElement= new nsIDOMHTMLTableElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGEvent= new nsIDOMSVGEvent();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentType= new nsIDOMDocumentType();
-nsXPCComponents_Interfaces.prototype.nsIQTScriptablePlugin= new nsIQTScriptablePlugin();
-nsXPCComponents_Interfaces.prototype.nsIDOMWindowUtils= new nsIDOMWindowUtils();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULPopupElement= new nsIDOMXULPopupElement();
-nsXPCComponents_Interfaces.prototype.nsISchemaComplexType= new nsISchemaComplexType();
-nsXPCComponents_Interfaces.prototype.nsIOSChromeItem= new nsIOSChromeItem();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoHorizontalAbs= new nsIDOMSVGPathSegLinetoHorizontalAbs();
-nsXPCComponents_Interfaces.prototype.nsIDialogParamBlock= new nsIDialogParamBlock();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLInputElement= new nsIDOMHTMLInputElement();
-nsXPCComponents_Interfaces.prototype.imgIRequest= new imgIRequest();
-nsXPCComponents_Interfaces.prototype.nsIContextMenuListener= new nsIContextMenuListener();
-nsXPCComponents_Interfaces.prototype.nsIExceptionManager= new nsIExceptionManager();
-nsXPCComponents_Interfaces.prototype.nsITimerInternal= new nsITimerInternal();
-nsXPCComponents_Interfaces.prototype.nsISOAPTransport= new nsISOAPTransport();
-nsXPCComponents_Interfaces.prototype.nsIDOMComment= new nsIDOMComment();
-nsXPCComponents_Interfaces.prototype.nsIRegistry= new nsIRegistry();
-nsXPCComponents_Interfaces.prototype.nsIHelperAppLauncherDialog= new nsIHelperAppLauncherDialog();
-nsXPCComponents_Interfaces.prototype.jsdIProperty= new jsdIProperty();
-nsXPCComponents_Interfaces.prototype.nsICookieService= new nsICookieService();
-nsXPCComponents_Interfaces.prototype.nsIRDFInferDataSource= new nsIRDFInferDataSource();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGCircleElement= new nsIDOMSVGCircleElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoVerticalAbs= new nsIDOMSVGPathSegLinetoVerticalAbs();
-nsXPCComponents_Interfaces.prototype.nsIProperty= new nsIProperty();
-nsXPCComponents_Interfaces.prototype.nsIDocShellTreeNode= new nsIDocShellTreeNode();
-nsXPCComponents_Interfaces.prototype.nsIChromeEventHandler= new nsIChromeEventHandler();
-nsXPCComponents_Interfaces.prototype.nsIConsoleService_MOZILLA_1_8_BRANCH= new nsIConsoleService_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicSmoothRel= new nsIDOMSVGPathSegCurvetoCubicSmoothRel();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSCharsetRule= new nsIDOMCSSCharsetRule();
-nsXPCComponents_Interfaces.prototype.nsIPrefetchService= new nsIPrefetchService();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleWin32Object= new nsIAccessibleWin32Object();
-nsXPCComponents_Interfaces.prototype.nsIObjectOutputStream= new nsIObjectOutputStream();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedRect= new nsIDOMSVGAnimatedRect();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLabelElement= new nsIDOMHTMLLabelElement();
-nsXPCComponents_Interfaces.prototype.nsIResumableChannel= new nsIResumableChannel();
-nsXPCComponents_Interfaces.prototype.nsIScriptLoaderObserver= new nsIScriptLoaderObserver();
-nsXPCComponents_Interfaces.prototype.nsIHttpChannelInternal= new nsIHttpChannelInternal();
-nsXPCComponents_Interfaces.prototype.nsICollationFactory= new nsICollationFactory();
-nsXPCComponents_Interfaces.prototype.nsIScriptableRegion= new nsIScriptableRegion();
-nsXPCComponents_Interfaces.prototype.jsdINestCallback= new jsdINestCallback();
-nsXPCComponents_Interfaces.prototype.nsPIAccessible= new nsPIAccessible();
-nsXPCComponents_Interfaces.prototype.nsISchemaBuiltinType= new nsISchemaBuiltinType();
-nsXPCComponents_Interfaces.prototype.nsIAptanaBreakpointProperties= new nsIAptanaBreakpointProperties();
-nsXPCComponents_Interfaces.prototype.nsIAptanaDebugger= new nsIAptanaDebugger();
-nsXPCComponents_Interfaces.prototype.nsIDOMRange= new nsIDOMRange();
-nsXPCComponents_Interfaces.prototype.nsIEditor_MOZILLA_1_8_BRANCH= new nsIEditor_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIListBoxObject= new nsIListBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIDOMCharacterData= new nsIDOMCharacterData();
-nsXPCComponents_Interfaces.prototype.nsIDOM3Document= new nsIDOM3Document();
-nsXPCComponents_Interfaces.prototype.nsIByteRangeRequest= new nsIByteRangeRequest();
-nsXPCComponents_Interfaces.prototype.nsIArray= new nsIArray();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentView= new nsIDOMDocumentView();
-nsXPCComponents_Interfaces.prototype.rdfIDataSource= new rdfIDataSource();
-nsXPCComponents_Interfaces.prototype.nsIXPCWrappedJSObjectGetter= new nsIXPCWrappedJSObjectGetter();
-nsXPCComponents_Interfaces.prototype.mozIJSSubScriptLoader= new mozIJSSubScriptLoader();
-nsXPCComponents_Interfaces.prototype.nsISOAPAttachments= new nsISOAPAttachments();
-nsXPCComponents_Interfaces.prototype.nsIPKCS11Slot= new nsIPKCS11Slot();
-nsXPCComponents_Interfaces.prototype.nsIDirectoryEnumerator= new nsIDirectoryEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIMutableArray= new nsIMutableArray();
-nsXPCComponents_Interfaces.prototype.nsIWebServiceCallContext= new nsIWebServiceCallContext();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSUIEvent= new nsIDOMNSUIEvent();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGMarkerElement= new nsIDOMSVGMarkerElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULLabelElement= new nsIDOMXULLabelElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMUIEvent= new nsIDOMUIEvent();
-nsXPCComponents_Interfaces.prototype.nsIRDFResource= new nsIRDFResource();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGLength= new nsIDOMSVGLength();
-nsXPCComponents_Interfaces.prototype.nsISidebar= new nsISidebar();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPreserveAspectRatio= new nsIDOMSVGPreserveAspectRatio();
-nsXPCComponents_Interfaces.prototype.nsIEditorDocShell= new nsIEditorDocShell();
-nsXPCComponents_Interfaces.prototype.nsIProgressDialog= new nsIProgressDialog();
-nsXPCComponents_Interfaces.prototype.nsIURIChecker= new nsIURIChecker();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleTreeCache= new nsIAccessibleTreeCache();
-nsXPCComponents_Interfaces.prototype.nsIConsoleListener= new nsIConsoleListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLImageElement= new nsIDOMNSHTMLImageElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentStyle= new nsIDOMDocumentStyle();
-nsXPCComponents_Interfaces.prototype.nsIFeedProgressListener= new nsIFeedProgressListener();
-nsXPCComponents_Interfaces.prototype.nsIXPCException= new nsIXPCException();
-nsXPCComponents_Interfaces.prototype.nsIWebPageDescriptor= new nsIWebPageDescriptor();
-nsXPCComponents_Interfaces.prototype.nsIKeyObject= new nsIKeyObject();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLQuoteElement= new nsIDOMHTMLQuoteElement();
-nsXPCComponents_Interfaces.prototype.nsIBidiKeyboard= new nsIBidiKeyboard();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Utils= new nsIXPCComponents_Utils();
-nsXPCComponents_Interfaces.prototype.nsPISocketTransportService= new nsPISocketTransportService();
-nsXPCComponents_Interfaces.prototype.nsIPipe= new nsIPipe();
-nsXPCComponents_Interfaces.prototype.nsIURLFormatter= new nsIURLFormatter();
-nsXPCComponents_Interfaces.prototype.nsISearchableInputStream= new nsISearchableInputStream();
-nsXPCComponents_Interfaces.prototype.imgIContainer= new imgIContainer();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPolylineElement= new nsIDOMSVGPolylineElement();
-nsXPCComponents_Interfaces.prototype.nsIPluginElement= new nsIPluginElement();
-nsXPCComponents_Interfaces.prototype.nsIStringBundleOverride= new nsIStringBundleOverride();
-nsXPCComponents_Interfaces.prototype.mozIStorageStatementParams= new mozIStorageStatementParams();
-nsXPCComponents_Interfaces.prototype.nsIJVMPluginInstance= new nsIJVMPluginInstance();
-nsXPCComponents_Interfaces.prototype.nsICipherInfoService= new nsICipherInfoService();
-nsXPCComponents_Interfaces.prototype.nsISocketTransport= new nsISocketTransport();
-nsXPCComponents_Interfaces.prototype.nsIOutputIterator= new nsIOutputIterator();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextContentElement= new nsIDOMSVGTextContentElement();
-nsXPCComponents_Interfaces.prototype.nsIHttpHeaderVisitor= new nsIHttpHeaderVisitor();
-nsXPCComponents_Interfaces.prototype.nsITimerManager= new nsITimerManager();
-nsXPCComponents_Interfaces.prototype.nsIWSDLMessage= new nsIWSDLMessage();
-nsXPCComponents_Interfaces.prototype.nsINetUtil= new nsINetUtil();
-nsXPCComponents_Interfaces.prototype.nsIWebContentConverterService= new nsIWebContentConverterService();
-nsXPCComponents_Interfaces.prototype.jsdIValue= new jsdIValue();
-nsXPCComponents_Interfaces.prototype.jsdIScript= new jsdIScript();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSEditableElement= new nsIDOMNSEditableElement();
-nsXPCComponents_Interfaces.prototype.nsIClassInfo= new nsIClassInfo();
-nsXPCComponents_Interfaces.prototype.nsIRDFService= new nsIRDFService();
-nsXPCComponents_Interfaces.prototype.nsISupportsPriority= new nsISupportsPriority();
-nsXPCComponents_Interfaces.prototype.nsIKeyObjectFactory= new nsIKeyObjectFactory();
-nsXPCComponents_Interfaces.prototype.nsIDirectoryIterator= new nsIDirectoryIterator();
-nsXPCComponents_Interfaces.prototype.nsIInputStream= new nsIInputStream();
-nsXPCComponents_Interfaces.prototype.nsISecurityCheckedComponent= new nsISecurityCheckedComponent();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFormElement= new nsIDOMHTMLFormElement();
-nsXPCComponents_Interfaces.prototype.mozIPersonalDictionary= new mozIPersonalDictionary();
-nsXPCComponents_Interfaces.prototype.nsIUnicharStreamLoader= new nsIUnicharStreamLoader();
-nsXPCComponents_Interfaces.prototype.nsIDocShell= new nsIDocShell();
-nsXPCComponents_Interfaces.prototype.nsIDOMViewCSS= new nsIDOMViewCSS();
-nsXPCComponents_Interfaces.prototype.nsISAXXMLFilter= new nsISAXXMLFilter();
-nsXPCComponents_Interfaces.prototype.nsIJVMManager= new nsIJVMManager();
-nsXPCComponents_Interfaces.prototype.nsITreeColumns= new nsITreeColumns();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHtmlElement= new nsIDOMHTMLHtmlElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMCanvasGradient= new nsIDOMCanvasGradient();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedPoints= new nsIDOMSVGAnimatedPoints();
-nsXPCComponents_Interfaces.prototype.nsIRDFXMLSerializer= new nsIRDFXMLSerializer();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLAnchorElement= new nsIDOMNSHTMLAnchorElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSS2Properties= new nsIDOMCSS2Properties();
-nsXPCComponents_Interfaces.prototype.nsIProfileStartupListener= new nsIProfileStartupListener();
-nsXPCComponents_Interfaces.prototype.nsIFontPackageHandler= new nsIFontPackageHandler();
-nsXPCComponents_Interfaces.prototype.nsIWSDLBinding= new nsIWSDLBinding();
-nsXPCComponents_Interfaces.prototype.nsIProxyCreateInstance= new nsIProxyCreateInstance();
-nsXPCComponents_Interfaces.prototype.nsISecurityEventSink= new nsISecurityEventSink();
-nsXPCComponents_Interfaces.prototype.nsICommandHandler= new nsICommandHandler();
-nsXPCComponents_Interfaces.prototype.nsIDOMLinkStyle= new nsIDOMLinkStyle();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPoint= new nsIDOMSVGPoint();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleEvent= new nsIAccessibleEvent();
-nsXPCComponents_Interfaces.prototype.nsISupportsCString= new nsISupportsCString();
-nsXPCComponents_Interfaces.prototype.nsISupportsID= new nsISupportsID();
-nsXPCComponents_Interfaces.prototype.IDispatch= new IDispatch();
-nsXPCComponents_Interfaces.prototype.nsIXPInstallManager= new nsIXPInstallManager();
-nsXPCComponents_Interfaces.prototype.nsIXTFXMLVisualWrapper= new nsIXTFXMLVisualWrapper();
-nsXPCComponents_Interfaces.prototype.nsIFeedResultListener= new nsIFeedResultListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMTreeWalker= new nsIDOMTreeWalker();
-nsXPCComponents_Interfaces.prototype.nsIDOMUserDataHandler= new nsIDOMUserDataHandler();
-nsXPCComponents_Interfaces.prototype.nsIProcess= new nsIProcess();
-nsXPCComponents_Interfaces.prototype.nsIWindowCreator= new nsIWindowCreator();
-nsXPCComponents_Interfaces.prototype.nsITreeView= new nsITreeView();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentXBL= new nsIDOMDocumentXBL();
-nsXPCComponents_Interfaces.prototype.nsIXTFBindableElementWrapper= new nsIXTFBindableElementWrapper();
-nsXPCComponents_Interfaces.prototype.nsIObserverService= new nsIObserverService();
-nsXPCComponents_Interfaces.prototype.nsISAXContentHandler= new nsISAXContentHandler();
-nsXPCComponents_Interfaces.prototype.nsIScriptableConstant= new nsIScriptableConstant();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFrameSetElement= new nsIDOMHTMLFrameSetElement();
-nsXPCComponents_Interfaces.prototype.nsISchemaSimpleType= new nsISchemaSimpleType();
-nsXPCComponents_Interfaces.prototype.nsIFactory= new nsIFactory();
-nsXPCComponents_Interfaces.prototype.nsIDragDropHandler= new nsIDragDropHandler();
-nsXPCComponents_Interfaces.prototype.nsIAptanaError= new nsIAptanaError();
-nsXPCComponents_Interfaces.prototype.nsISOAPServiceRegistry= new nsISOAPServiceRegistry();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGStopElement= new nsIDOMSVGStopElement();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserFindInFrames= new nsIWebBrowserFindInFrames();
-nsXPCComponents_Interfaces.prototype.nsIConsoleService= new nsIConsoleService();
-nsXPCComponents_Interfaces.prototype.inISearchProcess= new inISearchProcess();
-nsXPCComponents_Interfaces.prototype.nsICacheService= new nsICacheService();
-nsXPCComponents_Interfaces.prototype.nsIFeedTextConstruct= new nsIFeedTextConstruct();
-nsXPCComponents_Interfaces.prototype.nsIIncrementalDownload= new nsIIncrementalDownload();
-nsXPCComponents_Interfaces.prototype.nsIDocShellHistory= new nsIDocShellHistory();
-nsXPCComponents_Interfaces.prototype.nsICacheSession= new nsICacheSession();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLEmbedElement= new nsIDOMHTMLEmbedElement();
-nsXPCComponents_Interfaces.prototype.nsIASN1Tree= new nsIASN1Tree();
-nsXPCComponents_Interfaces.prototype.nsIUserCertPicker= new nsIUserCertPicker();
-nsXPCComponents_Interfaces.prototype.nsIProfileMigrator= new nsIProfileMigrator();
-nsXPCComponents_Interfaces.prototype.nsIDocShellTreeOwner= new nsIDocShellTreeOwner();
-nsXPCComponents_Interfaces.prototype.mozISpellI18NUtil= new mozISpellI18NUtil();
-nsXPCComponents_Interfaces.prototype.nsIXTFGenericElement= new nsIXTFGenericElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMChromeWindow= new nsIDOMChromeWindow();
-nsXPCComponents_Interfaces.prototype.nsISSLSocketControl= new nsISSLSocketControl();
-nsXPCComponents_Interfaces.prototype.nsIHttpEventSink= new nsIHttpEventSink();
-nsXPCComponents_Interfaces.prototype.nsIGlobalHistory3= new nsIGlobalHistory3();
-nsXPCComponents_Interfaces.prototype.nsIMicrosummarySet= new nsIMicrosummarySet();
-nsXPCComponents_Interfaces.prototype.nsIFeedEntry= new nsIFeedEntry();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedAngle= new nsIDOMSVGAnimatedAngle();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULDocument_MOZILLA_1_8_BRANCH= new nsIDOMXULDocument_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Constructor= new nsIXPCComponents_Constructor();
-nsXPCComponents_Interfaces.prototype.nsIUTF8ConverterService= new nsIUTF8ConverterService();
-nsXPCComponents_Interfaces.prototype.nsIDOMLSSerializer= new nsIDOMLSSerializer();
-nsXPCComponents_Interfaces.prototype.nsIBufferedInputStream= new nsIBufferedInputStream();
-nsXPCComponents_Interfaces.prototype.nsIHTMLInlineTableEditor= new nsIHTMLInlineTableEditor();
-nsXPCComponents_Interfaces.prototype.nsIDOMMimeType= new nsIDOMMimeType();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLParamElement= new nsIDOMHTMLParamElement();
-nsXPCComponents_Interfaces.prototype.nsIFeedResultService= new nsIFeedResultService();
-nsXPCComponents_Interfaces.prototype.nsIRequestObserver= new nsIRequestObserver();
-nsXPCComponents_Interfaces.prototype.nsIXPCConstructor= new nsIXPCConstructor();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegMovetoAbs= new nsIDOMSVGPathSegMovetoAbs();
-nsXPCComponents_Interfaces.prototype.nsIScriptableInputStream= new nsIScriptableInputStream();
-nsXPCComponents_Interfaces.prototype.nsIAddonUpdateCheckListener= new nsIAddonUpdateCheckListener();
-nsXPCComponents_Interfaces.prototype.nsIControllerCommandTable= new nsIControllerCommandTable();
-nsXPCComponents_Interfaces.prototype.nsIDNSRecord= new nsIDNSRecord();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteResult= new nsIAutoCompleteResult();
-nsXPCComponents_Interfaces.prototype.nsIAsyncOutputStream= new nsIAsyncOutputStream();
-nsXPCComponents_Interfaces.prototype.nsIDirectoryServiceProvider2= new nsIDirectoryServiceProvider2();
-nsXPCComponents_Interfaces.prototype.nsIEditorIMESupport= new nsIEditorIMESupport();
-nsXPCComponents_Interfaces.prototype.nsISelection2= new nsISelection2();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHeadingElement= new nsIDOMHTMLHeadingElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMText= new nsIDOMText();
-nsXPCComponents_Interfaces.prototype.nsIDOMClientInformation= new nsIDOMClientInformation();
-nsXPCComponents_Interfaces.prototype.nsIDOMCanvasRenderingContext2D= new nsIDOMCanvasRenderingContext2D();
-nsXPCComponents_Interfaces.prototype.nsIStreamListener= new nsIStreamListener();
-nsXPCComponents_Interfaces.prototype.nsIOutputStreamCallback= new nsIOutputStreamCallback();
-nsXPCComponents_Interfaces.prototype.jsdIScriptEnumerator= new jsdIScriptEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIClipboardImage= new nsIClipboardImage();
-nsXPCComponents_Interfaces.prototype.nsIBoxObject= new nsIBoxObject();
-nsXPCComponents_Interfaces.prototype.nsICloseAllWindows= new nsICloseAllWindows();
-nsXPCComponents_Interfaces.prototype.nsIScreenManager= new nsIScreenManager();
-nsXPCComponents_Interfaces.prototype.nsIUpdateTimerManager= new nsIUpdateTimerManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedPreserveAspectRatio= new nsIDOMSVGAnimatedPreserveAspectRatio();
-nsXPCComponents_Interfaces.prototype.nsIHttpChannel= new nsIHttpChannel();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULDescriptionElement= new nsIDOMXULDescriptionElement();
-nsXPCComponents_Interfaces.prototype.nsISupportsPRTime= new nsISupportsPRTime();
-nsXPCComponents_Interfaces.prototype.nsIBookmarkTransactionManager= new nsIBookmarkTransactionManager();
-nsXPCComponents_Interfaces.prototype.nsIClientAuthDialogs= new nsIClientAuthDialogs();
-nsXPCComponents_Interfaces.prototype.nsISelection= new nsISelection();
-nsXPCComponents_Interfaces.prototype.nsIRDFInt= new nsIRDFInt();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGLengthList= new nsIDOMSVGLengthList();
-nsXPCComponents_Interfaces.prototype.nsIDOMCSSStyleRule= new nsIDOMCSSStyleRule();
-nsXPCComponents_Interfaces.prototype.nsIServiceManager= new nsIServiceManager();
-nsXPCComponents_Interfaces.prototype.nsIShellService_MOZILLA_1_8_BRANCH= new nsIShellService_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsILoadGroup= new nsILoadGroup();
-nsXPCComponents_Interfaces.prototype.nsIExtensionManager= new nsIExtensionManager();
-nsXPCComponents_Interfaces.prototype.nsICharsetResolver= new nsICharsetResolver();
-nsXPCComponents_Interfaces.prototype.nsICookieManager2= new nsICookieManager2();
-nsXPCComponents_Interfaces.prototype.nsIScriptableDataType= new nsIScriptableDataType();
-nsXPCComponents_Interfaces.prototype.nsIMIMEInfo= new nsIMIMEInfo();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedPathData= new nsIDOMSVGAnimatedPathData();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGTransform= new nsIDOMSVGTransform();
-nsXPCComponents_Interfaces.prototype.nsIWebNavigation= new nsIWebNavigation();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocument= new nsIDOMDocument();
-nsXPCComponents_Interfaces.prototype.nsIDOMProcessingInstruction= new nsIDOMProcessingInstruction();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTextAreaElement= new nsIDOMHTMLTextAreaElement();
-nsXPCComponents_Interfaces.prototype.nsIRDFLiteral= new nsIRDFLiteral();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGAngle= new nsIDOMSVGAngle();
-nsXPCComponents_Interfaces.prototype.nsIDOMXPathEvaluator= new nsIDOMXPathEvaluator();
-nsXPCComponents_Interfaces.prototype.nsITableEditor= new nsITableEditor();
-nsXPCComponents_Interfaces.prototype.nsIPrintOptions= new nsIPrintOptions();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoAbs= new nsIDOMSVGPathSegLinetoAbs();
-nsXPCComponents_Interfaces.prototype.nsISchemaAttribute= new nsISchemaAttribute();
-nsXPCComponents_Interfaces.prototype.nsIBrowserBoxObject= new nsIBrowserBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIPrintingPromptService= new nsIPrintingPromptService();
-nsXPCComponents_Interfaces.prototype.nsISOAPOperationBinding= new nsISOAPOperationBinding();
-nsXPCComponents_Interfaces.prototype.nsIDOMElementCSSInlineStyle= new nsIDOMElementCSSInlineStyle();
-nsXPCComponents_Interfaces.prototype.nsIWritableVariant= new nsIWritableVariant();
-nsXPCComponents_Interfaces.prototype.nsICommandLine= new nsICommandLine();
-nsXPCComponents_Interfaces.prototype.nsIBookmarksService_MOZILLA_1_8_BRANCH= new nsIBookmarksService_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIRDFXMLParser= new nsIRDFXMLParser();
-nsXPCComponents_Interfaces.prototype.nsISchemaCollection= new nsISchemaCollection();
-nsXPCComponents_Interfaces.prototype.nsIURIRefObject= new nsIURIRefObject();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLFormElement= new nsIDOMNSHTMLFormElement();
-nsXPCComponents_Interfaces.prototype.nsIXTFXULVisualWrapper= new nsIXTFXULVisualWrapper();
-nsXPCComponents_Interfaces.prototype.nsICollection= new nsICollection();
-nsXPCComponents_Interfaces.prototype.nsISAXAttributes= new nsISAXAttributes();
-nsXPCComponents_Interfaces.prototype.nsIJSXMLHttpRequest= new nsIJSXMLHttpRequest();
-nsXPCComponents_Interfaces.prototype.nsIProgressEventSink= new nsIProgressEventSink();
-nsXPCComponents_Interfaces.prototype.nsIDataChannel= new nsIDataChannel();
-nsXPCComponents_Interfaces.prototype.nsIAuthPromptProvider= new nsIAuthPromptProvider();
-nsXPCComponents_Interfaces.prototype.nsIContentViewerFile= new nsIContentViewerFile();
-nsXPCComponents_Interfaces.prototype.nsITreeContentView= new nsITreeContentView();
-nsXPCComponents_Interfaces.prototype.nsIConverterInputStream= new nsIConverterInputStream();
-nsXPCComponents_Interfaces.prototype.nsIScreen= new nsIScreen();
-nsXPCComponents_Interfaces.prototype.nsIDocCharset= new nsIDocCharset();
-nsXPCComponents_Interfaces.prototype.nsISOAPPropertyBagMutator= new nsISOAPPropertyBagMutator();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULTextBoxElement= new nsIDOMXULTextBoxElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMRGBColor= new nsIDOMRGBColor();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableCaptionElement= new nsIDOMHTMLTableCaptionElement();
-nsXPCComponents_Interfaces.prototype.nsIIFrameBoxObject= new nsIIFrameBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIPopupWindowManager= new nsIPopupWindowManager();
-nsXPCComponents_Interfaces.prototype.nsISupportsInterfacePointer= new nsISupportsInterfacePointer();
-nsXPCComponents_Interfaces.prototype.nsIUpdateCheckListener= new nsIUpdateCheckListener();
-nsXPCComponents_Interfaces.prototype.nsIByteArrayInputStream= new nsIByteArrayInputStream();
-nsXPCComponents_Interfaces.prototype.nsISOAPEncoding= new nsISOAPEncoding();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGViewSpec= new nsIDOMSVGViewSpec();
-nsXPCComponents_Interfaces.prototype.nsIWebContentHandlerInfo= new nsIWebContentHandlerInfo();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLFormControlList= new nsIDOMNSHTMLFormControlList();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULTreeElement= new nsIDOMXULTreeElement();
-nsXPCComponents_Interfaces.prototype.nsIFrameLoaderOwner= new nsIFrameLoaderOwner();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHistory= new nsIDOMNSHistory();
-nsXPCComponents_Interfaces.prototype.nsISessionRoaming= new nsISessionRoaming();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSXPathExpression= new nsIDOMNSXPathExpression();
-nsXPCComponents_Interfaces.prototype.nsIDragSession= new nsIDragSession();
-nsXPCComponents_Interfaces.prototype.nsITransactionList= new nsITransactionList();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicRel= new nsIDOMSVGPathSegCurvetoCubicRel();
-nsXPCComponents_Interfaces.prototype.nsIClipboardDragDropHookList= new nsIClipboardDragDropHookList();
-nsXPCComponents_Interfaces.prototype.nsIScrollable= new nsIScrollable();
-nsXPCComponents_Interfaces.prototype.gfxIFormats= new gfxIFormats();
-nsXPCComponents_Interfaces.prototype.nsIWinAppHelper= new nsIWinAppHelper();
-nsXPCComponents_Interfaces.prototype.nsIDOMNodeFilter= new nsIDOMNodeFilter();
-nsXPCComponents_Interfaces.prototype.nsISocketTransportService= new nsISocketTransportService();
-nsXPCComponents_Interfaces.prototype.nsISelectionDisplay= new nsISelectionDisplay();
-nsXPCComponents_Interfaces.prototype.nsIJSCID= new nsIJSCID();
-nsXPCComponents_Interfaces.prototype.nsIObserver= new nsIObserver();
-nsXPCComponents_Interfaces.prototype.nsIJSID= new nsIJSID();
-nsXPCComponents_Interfaces.prototype.nsISupportsChar= new nsISupportsChar();
-nsXPCComponents_Interfaces.prototype.nsIPrintProgressParams= new nsIPrintProgressParams();
-nsXPCComponents_Interfaces.prototype.nsIDocShell_MOZILLA_1_8_BRANCH= new nsIDocShell_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIProtocolHandler= new nsIProtocolHandler();
-nsXPCComponents_Interfaces.prototype.nsIDOMDOMImplementation= new nsIDOMDOMImplementation();
-nsXPCComponents_Interfaces.prototype.nsPIXPIProxy= new nsPIXPIProxy();
-nsXPCComponents_Interfaces.prototype.nsITreeBoxObject= new nsITreeBoxObject();
-nsXPCComponents_Interfaces.prototype.nsIPersistentProperties= new nsIPersistentProperties();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_utils_Sandbox= new nsIXPCComponents_utils_Sandbox();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleRetrieval= new nsIAccessibleRetrieval();
-nsXPCComponents_Interfaces.prototype.nsIExtensionManager_MOZILLA_1_8_BRANCH= new nsIExtensionManager_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIScriptableUnescapeHTML= new nsIScriptableUnescapeHTML();
-nsXPCComponents_Interfaces.prototype.nsIStreamConverter= new nsIStreamConverter();
-nsXPCComponents_Interfaces.prototype.nsIIOService= new nsIIOService();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLOptionElement= new nsIDOMNSHTMLOptionElement();
-nsXPCComponents_Interfaces.prototype.imgIDecoderObserver= new imgIDecoderObserver();
-nsXPCComponents_Interfaces.prototype.nsIPrinterEnumerator= new nsIPrinterEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIDOMEventTarget= new nsIDOMEventTarget();
-nsXPCComponents_Interfaces.prototype.nsIRegistryValue= new nsIRegistryValue();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGScriptElement= new nsIDOMSVGScriptElement();
-nsXPCComponents_Interfaces.prototype.nsIMarkupDocumentViewer= new nsIMarkupDocumentViewer();
-nsXPCComponents_Interfaces.prototype.nsIFTPEventSink= new nsIFTPEventSink();
-nsXPCComponents_Interfaces.prototype.nsIPluginManager= new nsIPluginManager();
-nsXPCComponents_Interfaces.prototype.nsIBrowserProfileMigrator= new nsIBrowserProfileMigrator();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs= new nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLBaseElement= new nsIDOMHTMLBaseElement();
-nsXPCComponents_Interfaces.prototype.nsIFileInputStream= new nsIFileInputStream();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLMenuElement= new nsIDOMHTMLMenuElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLDivElement= new nsIDOMHTMLDivElement();
-nsXPCComponents_Interfaces.prototype.nsIUpdate= new nsIUpdate();
-nsXPCComponents_Interfaces.prototype.nsIXSLTProcessor= new nsIXSLTProcessor();
-nsXPCComponents_Interfaces.prototype.nsIDOMBeforeUnloadEvent= new nsIDOMBeforeUnloadEvent();
-nsXPCComponents_Interfaces.prototype.nsISOAPPartBinding= new nsISOAPPartBinding();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLMetaElement= new nsIDOMHTMLMetaElement();
-nsXPCComponents_Interfaces.prototype.nsIXTFStyledElementWrapper= new nsIXTFStyledElementWrapper();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGLocatable= new nsIDOMSVGLocatable();
-nsXPCComponents_Interfaces.prototype.nsISAXMutableAttributes= new nsISAXMutableAttributes();
-nsXPCComponents_Interfaces.prototype.nsISchemaElement= new nsISchemaElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULSelectControlItemElement= new nsIDOMXULSelectControlItemElement();
-nsXPCComponents_Interfaces.prototype.nsIPrefBranchInternal= new nsIPrefBranchInternal();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegList= new nsIDOMSVGPathSegList();
-nsXPCComponents_Interfaces.prototype.mozIStorageStatement= new mozIStorageStatement();
-nsXPCComponents_Interfaces.prototype.nsIStringBundle= new nsIStringBundle();
-nsXPCComponents_Interfaces.prototype.nsISHEntry= new nsISHEntry();
-nsXPCComponents_Interfaces.prototype.nsIDOMNavigator= new nsIDOMNavigator();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Classes= new nsIXPCComponents_Classes();
-nsXPCComponents_Interfaces.prototype.nsPIEditorTransaction= new nsPIEditorTransaction();
-nsXPCComponents_Interfaces.prototype.nsISearchSubmission= new nsISearchSubmission();
-nsXPCComponents_Interfaces.prototype.nsIDOMWindowInternal= new nsIDOMWindowInternal();
-nsXPCComponents_Interfaces.prototype.nsITreeSelection= new nsITreeSelection();
-nsXPCComponents_Interfaces.prototype.nsIPropertyBag= new nsIPropertyBag();
-nsXPCComponents_Interfaces.prototype.nsIPrintSettings= new nsIPrintSettings();
-nsXPCComponents_Interfaces.prototype.nsIFastLoadWriteControl= new nsIFastLoadWriteControl();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGSymbolElement= new nsIDOMSVGSymbolElement();
-nsXPCComponents_Interfaces.prototype.mozIStorageFunction= new mozIStorageFunction();
-nsXPCComponents_Interfaces.prototype.nsIDebug= new nsIDebug();
-nsXPCComponents_Interfaces.prototype.nsIServerSocket= new nsIServerSocket();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULDocument= new nsIDOMXULDocument();
-nsXPCComponents_Interfaces.prototype.nsIDOMPopupBlockedEvent= new nsIDOMPopupBlockedEvent();
-nsXPCComponents_Interfaces.prototype.nsIEditorSpellCheck= new nsIEditorSpellCheck();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLScriptElement= new nsIDOMHTMLScriptElement();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserChromeFocus= new nsIWebBrowserChromeFocus();
-nsXPCComponents_Interfaces.prototype.nsIEntityConverter= new nsIEntityConverter();
-nsXPCComponents_Interfaces.prototype.nsISimpleEnumerator= new nsISimpleEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIEmbeddingSiteWindow2= new nsIEmbeddingSiteWindow2();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLBodyElement= new nsIDOMHTMLBodyElement();
-nsXPCComponents_Interfaces.prototype.nsIChannelEventSink= new nsIChannelEventSink();
-nsXPCComponents_Interfaces.prototype.nsICookie= new nsICookie();
-nsXPCComponents_Interfaces.prototype.nsIPrintingPrompt= new nsIPrintingPrompt();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLOptionElement= new nsIDOMHTMLOptionElement();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_ClassesByID= new nsIXPCComponents_ClassesByID();
-nsXPCComponents_Interfaces.prototype.nsIMultiPartChannel= new nsIMultiPartChannel();
-nsXPCComponents_Interfaces.prototype.nsIFrameLoader= new nsIFrameLoader();
-nsXPCComponents_Interfaces.prototype.nsIAccessibleCaret= new nsIAccessibleCaret();
-nsXPCComponents_Interfaces.prototype.nsIFeedWriter= new nsIFeedWriter();
-nsXPCComponents_Interfaces.prototype.nsIMIMEService= new nsIMIMEService();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULCommandDispatcher= new nsIDOMXULCommandDispatcher();
-nsXPCComponents_Interfaces.prototype.nsICommandParams= new nsICommandParams();
-nsXPCComponents_Interfaces.prototype.nsIX509CertDB= new nsIX509CertDB();
-nsXPCComponents_Interfaces.prototype.nsIDOMRangeException= new nsIDOMRangeException();
-nsXPCComponents_Interfaces.prototype.nsIRDFCompositeDataSource= new nsIRDFCompositeDataSource();
-nsXPCComponents_Interfaces.prototype.nsIScriptableInterfaces= new nsIScriptableInterfaces();
-nsXPCComponents_Interfaces.prototype.nsILineInputStream= new nsILineInputStream();
-nsXPCComponents_Interfaces.prototype.nsIWeakReference= new nsIWeakReference();
-nsXPCComponents_Interfaces.prototype.nsITypeAheadFind_MOZILLA_1_8_BRANCH= new nsITypeAheadFind_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoVerticalRel= new nsIDOMSVGPathSegLinetoVerticalRel();
-nsXPCComponents_Interfaces.prototype.nsISupports= new nsISupports();
-nsXPCComponents_Interfaces.prototype.nsIWebProgress= new nsIWebProgress();
-nsXPCComponents_Interfaces.prototype.nsIDOMGetSVGDocument= new nsIDOMGetSVGDocument();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteController_MOZILLA_1_8_BRANCH= new nsIAutoCompleteController_MOZILLA_1_8_BRANCH();
-nsXPCComponents_Interfaces.prototype.nsISSLStatus= new nsISSLStatus();
-nsXPCComponents_Interfaces.prototype.nsIDOMSmartCardEvent= new nsIDOMSmartCardEvent();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULElement= new nsIDOMXULElement();
-nsXPCComponents_Interfaces.prototype.nsIClipboardOwner= new nsIClipboardOwner();
-nsXPCComponents_Interfaces.prototype.nsIAuthPromptWrapper= new nsIAuthPromptWrapper();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserChrome= new nsIWebBrowserChrome();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLAreaElement= new nsIDOMHTMLAreaElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGStylable= new nsIDOMSVGStylable();
-nsXPCComponents_Interfaces.prototype.nsILocalFileWin= new nsILocalFileWin();
-nsXPCComponents_Interfaces.prototype.nsIWebBrowserFind= new nsIWebBrowserFind();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGUseElement= new nsIDOMSVGUseElement();
-nsXPCComponents_Interfaces.prototype.nsICertVerificationResult= new nsICertVerificationResult();
-nsXPCComponents_Interfaces.prototype.nsICertVerificationListener= new nsICertVerificationListener();
-nsXPCComponents_Interfaces.prototype.nsIMicrosummaryService= new nsIMicrosummaryService();
-nsXPCComponents_Interfaces.prototype.rdfITripleVisitor= new rdfITripleVisitor();
-nsXPCComponents_Interfaces.prototype.jsdIErrorHook= new jsdIErrorHook();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGGElement= new nsIDOMSVGGElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMPluginArray= new nsIDOMPluginArray();
-nsXPCComponents_Interfaces.prototype.nsICipherInfo= new nsICipherInfo();
-nsXPCComponents_Interfaces.prototype.nsIDOMNamedNodeMap= new nsIDOMNamedNodeMap();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLBaseFontElement= new nsIDOMHTMLBaseFontElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMXULCheckboxElement= new nsIDOMXULCheckboxElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMWindow= new nsIDOMWindow();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLDirectoryElement= new nsIDOMHTMLDirectoryElement();
-nsXPCComponents_Interfaces.prototype.inIFileSearch= new inIFileSearch();
-nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLAreaElement= new nsIDOMNSHTMLAreaElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLImageElement= new nsIDOMHTMLImageElement();
-nsXPCComponents_Interfaces.prototype.nsIX509CertDB2= new nsIX509CertDB2();
-nsXPCComponents_Interfaces.prototype.nsIControllers= new nsIControllers();
-nsXPCComponents_Interfaces.prototype.nsISchemaAttributeGroup= new nsISchemaAttributeGroup();
-nsXPCComponents_Interfaces.prototype.nsIFeedContainer= new nsIFeedContainer();
-nsXPCComponents_Interfaces.prototype.nsIUnicharStreamLoaderObserver= new nsIUnicharStreamLoaderObserver();
-nsXPCComponents_Interfaces.prototype.nsIEmbeddingSiteWindow= new nsIEmbeddingSiteWindow();
-nsXPCComponents_Interfaces.prototype.nsICacheEntryInfo= new nsICacheEntryInfo();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGFitToViewBox= new nsIDOMSVGFitToViewBox();
-nsXPCComponents_Interfaces.prototype.jsdIFilterEnumerator= new jsdIFilterEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIDNSService= new nsIDNSService();
-nsXPCComponents_Interfaces.prototype.nsIScriptableInterfaceInfo= new nsIScriptableInterfaceInfo();
-nsXPCComponents_Interfaces.prototype.nsIPK11Token= new nsIPK11Token();
-nsXPCComponents_Interfaces.prototype.nsIControllerCommand= new nsIControllerCommand();
-nsXPCComponents_Interfaces.prototype.nsIXSLTProcessorPrivate= new nsIXSLTProcessorPrivate();
-nsXPCComponents_Interfaces.prototype.nsISOAPParameter= new nsISOAPParameter();
-nsXPCComponents_Interfaces.prototype.nsIDOMHTMLOListElement= new nsIDOMHTMLOListElement();
-nsXPCComponents_Interfaces.prototype.nsITimerCallback= new nsITimerCallback();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents= new nsIXPCComponents();
-nsXPCComponents_Interfaces.prototype.nsISocketProviderService= new nsISocketProviderService();
-nsXPCComponents_Interfaces.prototype.nsIWebServiceSOAPCallContext= new nsIWebServiceSOAPCallContext();
-nsXPCComponents_Interfaces.prototype.nsIAuthPrompt= new nsIAuthPrompt();
-nsXPCComponents_Interfaces.prototype.nsIAtomService= new nsIAtomService();
-nsXPCComponents_Interfaces.prototype.nsIHTTPIndex= new nsIHTTPIndex();
-nsXPCComponents_Interfaces.prototype.nsICryptoHash= new nsICryptoHash();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentRange= new nsIDOMDocumentRange();
-nsXPCComponents_Interfaces.prototype.nsIProfileUnlocker= new nsIProfileUnlocker();
-nsXPCComponents_Interfaces.prototype.nsIDOMNodeIterator= new nsIDOMNodeIterator();
-nsXPCComponents_Interfaces.prototype.nsIWebNavigationInfo= new nsIWebNavigationInfo();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteSearch= new nsIAutoCompleteSearch();
-nsXPCComponents_Interfaces.prototype.nsIEncodedChannel= new nsIEncodedChannel();
-nsXPCComponents_Interfaces.prototype.nsIToolkitProfileService= new nsIToolkitProfileService();
-nsXPCComponents_Interfaces.prototype.jsdIContextEnumerator= new jsdIContextEnumerator();
-nsXPCComponents_Interfaces.prototype.nsIRDFContainer= new nsIRDFContainer();
-nsXPCComponents_Interfaces.prototype.nsIScriptableDateFormat= new nsIScriptableDateFormat();
-nsXPCComponents_Interfaces.prototype.nsIDOMDocumentFragment= new nsIDOMDocumentFragment();
-nsXPCComponents_Interfaces.prototype.nsIDOMEntityReference= new nsIDOMEntityReference();
-nsXPCComponents_Interfaces.prototype.nsIProperties= new nsIProperties();
-nsXPCComponents_Interfaces.prototype.nsIUpdatePrompt= new nsIUpdatePrompt();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGRectElement= new nsIDOMSVGRectElement();
-nsXPCComponents_Interfaces.prototype.mozITXTToHTMLConv= new mozITXTToHTMLConv();
-nsXPCComponents_Interfaces.prototype.nsIMicrosummaryObserver= new nsIMicrosummaryObserver();
-nsXPCComponents_Interfaces.prototype.nsIDirectoryServiceProvider= new nsIDirectoryServiceProvider();
-nsXPCComponents_Interfaces.prototype.nsIDocShellLoadInfo= new nsIDocShellLoadInfo();
-nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Results= new nsIXPCComponents_Results();
-nsXPCComponents_Interfaces.prototype.nsIRDFDate= new nsIRDFDate();
-nsXPCComponents_Interfaces.prototype.nsIContentViewerEdit= new nsIContentViewerEdit();
-nsXPCComponents_Interfaces.prototype.nsISupportsPrimitive= new nsISupportsPrimitive();
-nsXPCComponents_Interfaces.prototype.nsIXULTreeBuilderObserver= new nsIXULTreeBuilderObserver();
-nsXPCComponents_Interfaces.prototype.nsISSLStatusProvider= new nsISSLStatusProvider();
-nsXPCComponents_Interfaces.prototype.rdfISerializer= new rdfISerializer();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGPolygonElement= new nsIDOMSVGPolygonElement();
-nsXPCComponents_Interfaces.prototype.nsIDOMStorageList= new nsIDOMStorageList();
-nsXPCComponents_Interfaces.prototype.nsIAboutModule= new nsIAboutModule();
-nsXPCComponents_Interfaces.prototype.nsIWritablePropertyBag2= new nsIWritablePropertyBag2();
-nsXPCComponents_Interfaces.prototype.nsIDocumentStateListener= new nsIDocumentStateListener();
-nsXPCComponents_Interfaces.prototype.nsISHTransaction= new nsISHTransaction();
-nsXPCComponents_Interfaces.prototype.nsIRDFXMLSinkObserver= new nsIRDFXMLSinkObserver();
-nsXPCComponents_Interfaces.prototype.nsIOnReadyStateChangeHandler= new nsIOnReadyStateChangeHandler();
-nsXPCComponents_Interfaces.prototype.nsIASN1Sequence= new nsIASN1Sequence();
-nsXPCComponents_Interfaces.prototype.nsIAutoCompleteSimpleResult= new nsIAutoCompleteSimpleResult();
-nsXPCComponents_Interfaces.prototype.nsIDOMToString= new nsIDOMToString();
-nsXPCComponents_Interfaces.prototype.nsIUpdateManager= new nsIUpdateManager();
-nsXPCComponents_Interfaces.prototype.nsIDOMScreen= new nsIDOMScreen();
-nsXPCComponents_Interfaces.prototype.nsIStreamListenerProxy= new nsIStreamListenerProxy();
-nsXPCComponents_Interfaces.prototype.nsISchemaLoader= new nsISchemaLoader();
-nsXPCComponents_Interfaces.prototype.nsPIAccessNode= new nsPIAccessNode();
-nsXPCComponents_Interfaces.prototype.nsIUploadChannel= new nsIUploadChannel();
-nsXPCComponents_Interfaces.prototype.nsIController= new nsIController();
-nsXPCComponents_Interfaces.prototype.nsIDOMSVGURIReference= new nsIDOMSVGURIReference();
-nsXPCComponents_Interfaces.prototype.nsIBadCertListener= new nsIBadCertListener();
-nsXPCComponents_Interfaces.prototype.nsIDOMStorageEvent= new nsIDOMStorageEvent();
-nsIDOMStyleSheet.prototype= new Array();
-function nsIDOMStyleSheet(){};
-nsIWSDLPart.prototype= new Array();
-function nsIWSDLPart(){};
-nsIUnicharStreamListener.prototype= new Array();
-function nsIUnicharStreamListener(){};
-nsIContentSniffer.prototype= new Array();
-function nsIContentSniffer(){};
-nsIXmlRpcClient.prototype= new Array();
-function nsIXmlRpcClient(){};
-nsIXmlRpcClient.prototype.INT=0;
-nsIXmlRpcClient.prototype.BOOLEAN=0;
-nsIXmlRpcClient.prototype.STRING=0;
-nsIXmlRpcClient.prototype.DOUBLE=0;
-nsIXmlRpcClient.prototype.DATETIME=0;
-nsIXmlRpcClient.prototype.ARRAY=0;
-nsIXmlRpcClient.prototype.STRUCT=0;
-nsIInterfaceInfoToIDL.prototype= new Array();
-function nsIInterfaceInfoToIDL(){};
-nsITimer.prototype= new Array();
-function nsITimer(){};
-nsITimer.prototype.TYPE_ONE_SHOT="";
-nsITimer.prototype.TYPE_REPEATING_SLACK=0;
-nsITimer.prototype.TYPE_REPEATING_PRECISE=0;
-nsIWebServiceProxyFactory.prototype= new Array();
-function nsIWebServiceProxyFactory(){};
-nsIDOMNSXBLFormControl.prototype= new Array();
-function nsIDOMNSXBLFormControl(){};
-nsIScrollBoxObject.prototype= new Array();
-function nsIScrollBoxObject(){};
-nsICachingChannel.prototype= new Array();
-function nsICachingChannel(){};
-nsICachingChannel.prototype.LOAD_BYPASS_LOCAL_CACHE=0;
-nsICachingChannel.prototype.LOAD_BYPASS_LOCAL_CACHE_IF_BUSY=0;
-nsICachingChannel.prototype.LOAD_ONLY_FROM_CACHE=0;
-nsICachingChannel.prototype.LOAD_ONLY_IF_MODIFIED=0;
-nsIDOMXMLDocument.prototype= new Array();
-function nsIDOMXMLDocument(){};
-nsIDOMXMLDocument.prototype.ELEMENT_NODE=0;
-nsIDOMXMLDocument.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXMLDocument.prototype.TEXT_NODE=0;
-nsIDOMXMLDocument.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXMLDocument.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXMLDocument.prototype.ENTITY_NODE=0;
-nsIDOMXMLDocument.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXMLDocument.prototype.COMMENT_NODE=0;
-nsIDOMXMLDocument.prototype.DOCUMENT_NODE=0;
-nsIDOMXMLDocument.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXMLDocument.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXMLDocument.prototype.NOTATION_NODE=0;
-nsICertSelect.prototype= new Array();
-function nsICertSelect(){};
-nsIJARURI.prototype= new Array();
-function nsIJARURI(){};
-nsIEditorSpellCheck_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIEditorSpellCheck_MOZILLA_1_8_BRANCH(){};
-nsIZipReader.prototype= new Array();
-function nsIZipReader(){};
-nsISOAPService.prototype= new Array();
-function nsISOAPService(){};
-nsIPropertyBag2.prototype= new Array();
-function nsIPropertyBag2(){};
-nsILocalFile.prototype= new Array();
-function nsILocalFile(){};
-nsILocalFile.prototype.NORMAL_FILE_TYPE="";
-nsILocalFile.prototype.DIRECTORY_TYPE=0;
-nsIDOMStorageItem.prototype= new Array();
-function nsIDOMStorageItem(){};
-nsISupportsPRInt16.prototype= new Array();
-function nsISupportsPRInt16(){};
-nsISupportsPRInt16.prototype.TYPE_ID=0;
-nsISupportsPRInt16.prototype.TYPE_CSTRING=0;
-nsISupportsPRInt16.prototype.TYPE_STRING=0;
-nsISupportsPRInt16.prototype.TYPE_PRBOOL=0;
-nsISupportsPRInt16.prototype.TYPE_PRUINT8=0;
-nsISupportsPRInt16.prototype.TYPE_PRUINT16=0;
-nsISupportsPRInt16.prototype.TYPE_PRUINT32=0;
-nsISupportsPRInt16.prototype.TYPE_PRUINT64=0;
-nsISupportsPRInt16.prototype.TYPE_PRTIME=0;
-nsISupportsPRInt16.prototype.TYPE_CHAR=0;
-nsISupportsPRInt16.prototype.TYPE_PRINT16=0;
-nsISupportsPRInt16.prototype.TYPE_PRINT32=0;
-nsISupportsPRInt16.prototype.TYPE_PRINT64=0;
-nsISupportsPRInt16.prototype.TYPE_FLOAT=0;
-nsISupportsPRInt16.prototype.TYPE_DOUBLE=0;
-nsISupportsPRInt16.prototype.TYPE_VOID=0;
-nsISupportsPRInt16.prototype.TYPE_INTERFACE_POINTER=0;
-nsIStorageStream.prototype= new Array();
-function nsIStorageStream(){};
-nsIDOMLSInput.prototype= new Array();
-function nsIDOMLSInput(){};
-nsIDOMMutationEvent.prototype= new Array();
-function nsIDOMMutationEvent(){};
-nsIDOMMutationEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMMutationEvent.prototype.AT_TARGET=0;
-nsIDOMMutationEvent.prototype.BUBBLING_PHASE=0;
-nsIDOMMutationEvent.prototype.MODIFICATION=0;
-nsIDOMMutationEvent.prototype.ADDITION=0;
-nsIDOMMutationEvent.prototype.REMOVAL=0;
-nsIDownloadObserver.prototype= new Array();
-function nsIDownloadObserver(){};
-nsIDOMSVGPathSegLinetoRel.prototype= new Array();
-function nsIDOMSVGPathSegLinetoRel(){};
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDocumentLoader.prototype= new Array();
-function nsIDocumentLoader(){};
-nsIDOMHTMLTableCellElement.prototype= new Array();
-function nsIDOMHTMLTableCellElement(){};
-nsIDOMHTMLTableCellElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTableCellElement.prototype.NOTATION_NODE=0;
-nsIException.prototype= new Array();
-function nsIException(){};
-nsIUrlClassifierDBService.prototype= new Array();
-function nsIUrlClassifierDBService(){};
-nsIRDFDataSource.prototype= new Array();
-function nsIRDFDataSource(){};
-nsIPrefLocalizedString.prototype= new Array();
-function nsIPrefLocalizedString(){};
-nsIJSIID.prototype= new Array();
-function nsIJSIID(){};
-nsIHTMLObjectResizeListener.prototype= new Array();
-function nsIHTMLObjectResizeListener(){};
-nsPIProtocolProxyService.prototype= new Array();
-function nsPIProtocolProxyService(){};
-nsPIProtocolProxyService.prototype.RESOLVE_NON_BLOCKING=0;
-mozIStorageConnection.prototype= new Array();
-function mozIStorageConnection(){};
-mozIStorageConnection.prototype.TRANSACTION_DEFERRED="";
-mozIStorageConnection.prototype.TRANSACTION_IMMEDIATE=0;
-mozIStorageConnection.prototype.TRANSACTION_EXCLUSIVE=0;
-nsITextServicesFilter.prototype= new Array();
-function nsITextServicesFilter(){};
-nsIWSPInterfaceInfoService.prototype= new Array();
-function nsIWSPInterfaceInfoService(){};
-nsIWSDLSOAPBinding.prototype= new Array();
-function nsIWSDLSOAPBinding(){};
-nsIWSDLSOAPBinding.prototype.STYLE_RPC=0;
-nsIWSDLSOAPBinding.prototype.STYLE_DOCUMENT=0;
-nsISimpleStreamListener.prototype= new Array();
-function nsISimpleStreamListener(){};
-nsISearchContext.prototype= new Array();
-function nsISearchContext(){};
-nsIX509Cert.prototype= new Array();
-function nsIX509Cert(){};
-nsIX509Cert.prototype.UNKNOWN_CERT="";
-nsIX509Cert.prototype.CA_CERT=0;
-nsIX509Cert.prototype.USER_CERT=0;
-nsIX509Cert.prototype.EMAIL_CERT=0;
-nsIX509Cert.prototype.SERVER_CERT=0;
-nsIX509Cert.prototype.VERIFIED_OK="";
-nsIX509Cert.prototype.NOT_VERIFIED_UNKNOWN=0;
-nsIX509Cert.prototype.CERT_REVOKED=0;
-nsIX509Cert.prototype.CERT_EXPIRED=0;
-nsIX509Cert.prototype.CERT_NOT_TRUSTED=0;
-nsIX509Cert.prototype.ISSUER_NOT_TRUSTED=0;
-nsIX509Cert.prototype.ISSUER_UNKNOWN=0;
-nsIX509Cert.prototype.INVALID_CA=0;
-nsIX509Cert.prototype.USAGE_NOT_ALLOWED=0;
-nsIX509Cert.prototype.CERT_USAGE_SSLClient="";
-nsIX509Cert.prototype.CERT_USAGE_SSLServer=0;
-nsIX509Cert.prototype.CERT_USAGE_SSLServerWithStepUp=0;
-nsIX509Cert.prototype.CERT_USAGE_SSLCA=0;
-nsIX509Cert.prototype.CERT_USAGE_EmailSigner=0;
-nsIX509Cert.prototype.CERT_USAGE_EmailRecipient=0;
-nsIX509Cert.prototype.CERT_USAGE_ObjectSigner=0;
-nsIX509Cert.prototype.CERT_USAGE_UserCertImport=0;
-nsIX509Cert.prototype.CERT_USAGE_VerifyCA=0;
-nsIX509Cert.prototype.CERT_USAGE_ProtectedObjectSigner=0;
-nsIX509Cert.prototype.CERT_USAGE_StatusResponder=0;
-nsIX509Cert.prototype.CERT_USAGE_AnyCA=0;
-nsIRDFNode.prototype= new Array();
-function nsIRDFNode(){};
-nsIDOMSVGDescElement.prototype= new Array();
-function nsIDOMSVGDescElement(){};
-nsIDOMSVGDescElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGDescElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGDescElement.prototype.TEXT_NODE=0;
-nsIDOMSVGDescElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGDescElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGDescElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGDescElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGDescElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGDescElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGDescElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGDescElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGDescElement.prototype.NOTATION_NODE=0;
-nsIDOMCSSRule.prototype= new Array();
-function nsIDOMCSSRule(){};
-nsIDOMCSSRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSRule.prototype.STYLE_RULE=0;
-nsIDOMCSSRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSRule.prototype.PAGE_RULE=0;
-nsIProxyInfo.prototype= new Array();
-function nsIProxyInfo(){};
-nsIProxyInfo.prototype.TRANSPARENT_PROXY_RESOLVES_HOST=0;
-nsISupportsPRUint32.prototype= new Array();
-function nsISupportsPRUint32(){};
-nsISupportsPRUint32.prototype.TYPE_ID=0;
-nsISupportsPRUint32.prototype.TYPE_CSTRING=0;
-nsISupportsPRUint32.prototype.TYPE_STRING=0;
-nsISupportsPRUint32.prototype.TYPE_PRBOOL=0;
-nsISupportsPRUint32.prototype.TYPE_PRUINT8=0;
-nsISupportsPRUint32.prototype.TYPE_PRUINT16=0;
-nsISupportsPRUint32.prototype.TYPE_PRUINT32=0;
-nsISupportsPRUint32.prototype.TYPE_PRUINT64=0;
-nsISupportsPRUint32.prototype.TYPE_PRTIME=0;
-nsISupportsPRUint32.prototype.TYPE_CHAR=0;
-nsISupportsPRUint32.prototype.TYPE_PRINT16=0;
-nsISupportsPRUint32.prototype.TYPE_PRINT32=0;
-nsISupportsPRUint32.prototype.TYPE_PRINT64=0;
-nsISupportsPRUint32.prototype.TYPE_FLOAT=0;
-nsISupportsPRUint32.prototype.TYPE_DOUBLE=0;
-nsISupportsPRUint32.prototype.TYPE_VOID=0;
-nsISupportsPRUint32.prototype.TYPE_INTERFACE_POINTER=0;
-nsICurrentCharsetListener.prototype= new Array();
-function nsICurrentCharsetListener(){};
-nsIDOMSVGImageElement.prototype= new Array();
-function nsIDOMSVGImageElement(){};
-nsIDOMSVGImageElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGImageElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGImageElement.prototype.TEXT_NODE=0;
-nsIDOMSVGImageElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGImageElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGImageElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGImageElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGImageElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGImageElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGImageElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGImageElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGImageElement.prototype.NOTATION_NODE=0;
-nsIUrlClassifierDBServiceWorker.prototype= new Array();
-function nsIUrlClassifierDBServiceWorker(){};
-nsISecureBrowserUI.prototype= new Array();
-function nsISecureBrowserUI(){};
-nsIDOMHTMLParagraphElement.prototype= new Array();
-function nsIDOMHTMLParagraphElement(){};
-nsIDOMHTMLParagraphElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLParagraphElement.prototype.NOTATION_NODE=0;
-jsdIScriptHook.prototype= new Array();
-function jsdIScriptHook(){};
-nsIRunnable.prototype= new Array();
-function nsIRunnable(){};
-nsIDirectoryService.prototype= new Array();
-function nsIDirectoryService(){};
-nsIDNSListener.prototype= new Array();
-function nsIDNSListener(){};
-nsIPK11TokenDB.prototype= new Array();
-function nsIPK11TokenDB(){};
-nsISchemaParticle.prototype= new Array();
-function nsISchemaParticle(){};
-nsISchemaParticle.prototype.PARTICLE_TYPE_ELEMENT=0;
-nsISchemaParticle.prototype.PARTICLE_TYPE_MODEL_GROUP=0;
-nsISchemaParticle.prototype.PARTICLE_TYPE_ANY=0;
-nsISchemaParticle.prototype.OCCURRENCE_UNBOUNDED=0;
-nsPIDNSService.prototype= new Array();
-function nsPIDNSService(){};
-nsPIDNSService.prototype.RESOLVE_BYPASS_CACHE=0;
-nsPIDNSService.prototype.RESOLVE_CANONICAL_NAME=0;
-nsIXTFXMLVisual.prototype= new Array();
-function nsIXTFXMLVisual(){};
-nsIXTFXMLVisual.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFXMLVisual.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFXMLVisual.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFXMLVisual.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFXMLVisual.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFXMLVisual.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFXMLVisual.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFXMLVisual.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFXMLVisual.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFXMLVisual.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFXMLVisual.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFXMLVisual.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFXMLVisual.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFXMLVisual.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFXMLVisual.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFXMLVisual.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIXTFXMLVisual.prototype.NOTIFY_DID_LAYOUT=0;
-nsIMIMEHeaderParam.prototype= new Array();
-function nsIMIMEHeaderParam(){};
-nsIScriptableInterfacesByID.prototype= new Array();
-function nsIScriptableInterfacesByID(){};
-nsIInstallLocation.prototype= new Array();
-function nsIInstallLocation(){};
-nsIInstallLocation.prototype.PRIORITY_APP_PROFILE="";
-nsIInstallLocation.prototype.PRIORITY_APP_SYSTEM_USER=0;
-nsIInstallLocation.prototype.PRIORITY_XRE_SYSTEM_USER=0;
-nsIInstallLocation.prototype.PRIORITY_APP_SYSTEM_GLOBAL=0;
-nsIInstallLocation.prototype.PRIORITY_XRE_SYSTEM_GLOBAL=0;
-nsIGlobalHistory.prototype= new Array();
-function nsIGlobalHistory(){};
-imgIContainerObserver.prototype= new Array();
-function imgIContainerObserver(){};
-nsIStringEnumerator.prototype= new Array();
-function nsIStringEnumerator(){};
-nsIHttpAuthManager.prototype= new Array();
-function nsIHttpAuthManager(){};
-nsIDOMSerializer.prototype= new Array();
-function nsIDOMSerializer(){};
-nsICacheMetaDataVisitor.prototype= new Array();
-function nsICacheMetaDataVisitor(){};
-nsIDOMNSHTMLDocument.prototype= new Array();
-function nsIDOMNSHTMLDocument(){};
-nsIGeneratingKeypairInfoDialogs.prototype= new Array();
-function nsIGeneratingKeypairInfoDialogs(){};
-jsdIEphemeral.prototype= new Array();
-function jsdIEphemeral(){};
-mozIStorageService.prototype= new Array();
-function mozIStorageService(){};
-nsIPrompt.prototype= new Array();
-function nsIPrompt(){};
-nsIPrompt.prototype.BUTTON_POS_0=0;
-nsIPrompt.prototype.BUTTON_POS_1=0;
-nsIPrompt.prototype.BUTTON_POS_2=0;
-nsIPrompt.prototype.BUTTON_TITLE_OK=0;
-nsIPrompt.prototype.BUTTON_TITLE_CANCEL=0;
-nsIPrompt.prototype.BUTTON_TITLE_YES=0;
-nsIPrompt.prototype.BUTTON_TITLE_NO=0;
-nsIPrompt.prototype.BUTTON_TITLE_SAVE=0;
-nsIPrompt.prototype.BUTTON_TITLE_DONT_SAVE=0;
-nsIPrompt.prototype.BUTTON_TITLE_REVERT=0;
-nsIPrompt.prototype.BUTTON_TITLE_IS_STRING=0;
-nsIPrompt.prototype.BUTTON_POS_0_DEFAULT="";
-nsIPrompt.prototype.BUTTON_POS_1_DEFAULT=0;
-nsIPrompt.prototype.BUTTON_POS_2_DEFAULT=0;
-nsIPrompt.prototype.BUTTON_DELAY_ENABLE=0;
-nsIPrompt.prototype.STD_OK_CANCEL_BUTTONS=0;
-nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH(){};
-nsIScriptableParamInfo.prototype= new Array();
-function nsIScriptableParamInfo(){};
-nsIDOMHTMLLegendElement.prototype= new Array();
-function nsIDOMHTMLLegendElement(){};
-nsIDOMHTMLLegendElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLLegendElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLLegendElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLLegendElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLLegendElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLLegendElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLLegendElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLLegendElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLLegendElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLLegendElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLLegendElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLLegendElement.prototype.NOTATION_NODE=0;
-nsICache.prototype= new Array();
-function nsICache(){};
-nsICache.prototype.ACCESS_NONE="";
-nsICache.prototype.ACCESS_READ=0;
-nsICache.prototype.ACCESS_WRITE=0;
-nsICache.prototype.ACCESS_READ_WRITE=0;
-nsICache.prototype.STORE_ANYWHERE="";
-nsICache.prototype.STORE_IN_MEMORY=0;
-nsICache.prototype.STORE_ON_DISK=0;
-nsICache.prototype.STORE_ON_DISK_AS_FILE=0;
-nsICache.prototype.NOT_STREAM_BASED="";
-nsICache.prototype.STREAM_BASED=0;
-nsICache.prototype.NON_BLOCKING="";
-nsICache.prototype.BLOCKING=0;
-nsIWyciwygChannel.prototype= new Array();
-function nsIWyciwygChannel(){};
-nsIWyciwygChannel.prototype.LOAD_NORMAL="";
-nsIWyciwygChannel.prototype.LOAD_BACKGROUND=0;
-nsIWyciwygChannel.prototype.INHIBIT_CACHING=0;
-nsIWyciwygChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIWyciwygChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIWyciwygChannel.prototype.LOAD_FROM_CACHE=0;
-nsIWyciwygChannel.prototype.VALIDATE_ALWAYS=0;
-nsIWyciwygChannel.prototype.VALIDATE_NEVER=0;
-nsIWyciwygChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIWyciwygChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIWyciwygChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIWyciwygChannel.prototype.LOAD_REPLACE=0;
-nsIWyciwygChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIWyciwygChannel.prototype.LOAD_TARGETED=0;
-nsIWyciwygChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsISecretDecoderRing.prototype= new Array();
-function nsISecretDecoderRing(){};
-nsIDOMHTMLFontElement.prototype= new Array();
-function nsIDOMHTMLFontElement(){};
-nsIDOMHTMLFontElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLFontElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLFontElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLFontElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLFontElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLFontElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLFontElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLFontElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLFontElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLFontElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLFontElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLFontElement.prototype.NOTATION_NODE=0;
-nsIXULBuilderListener.prototype= new Array();
-function nsIXULBuilderListener(){};
-nsIDownloader.prototype= new Array();
-function nsIDownloader(){};
-nsIOutputStream.prototype= new Array();
-function nsIOutputStream(){};
-nsIDOMCounter.prototype= new Array();
-function nsIDOMCounter(){};
-nsIHTTPHeaderListener.prototype= new Array();
-function nsIHTTPHeaderListener(){};
-jsdIObject.prototype= new Array();
-function jsdIObject(){};
-nsIDOMNSLocation.prototype= new Array();
-function nsIDOMNSLocation(){};
-nsIRandomAccessIterator.prototype= new Array();
-function nsIRandomAccessIterator(){};
-nsICertPickDialogs.prototype= new Array();
-function nsICertPickDialogs(){};
-nsISupportsFloat.prototype= new Array();
-function nsISupportsFloat(){};
-nsISupportsFloat.prototype.TYPE_ID=0;
-nsISupportsFloat.prototype.TYPE_CSTRING=0;
-nsISupportsFloat.prototype.TYPE_STRING=0;
-nsISupportsFloat.prototype.TYPE_PRBOOL=0;
-nsISupportsFloat.prototype.TYPE_PRUINT8=0;
-nsISupportsFloat.prototype.TYPE_PRUINT16=0;
-nsISupportsFloat.prototype.TYPE_PRUINT32=0;
-nsISupportsFloat.prototype.TYPE_PRUINT64=0;
-nsISupportsFloat.prototype.TYPE_PRTIME=0;
-nsISupportsFloat.prototype.TYPE_CHAR=0;
-nsISupportsFloat.prototype.TYPE_PRINT16=0;
-nsISupportsFloat.prototype.TYPE_PRINT32=0;
-nsISupportsFloat.prototype.TYPE_PRINT64=0;
-nsISupportsFloat.prototype.TYPE_FLOAT=0;
-nsISupportsFloat.prototype.TYPE_DOUBLE=0;
-nsISupportsFloat.prototype.TYPE_VOID=0;
-nsISupportsFloat.prototype.TYPE_INTERFACE_POINTER=0;
-nsIDOMHTMLSelectElement.prototype= new Array();
-function nsIDOMHTMLSelectElement(){};
-nsIDOMHTMLSelectElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLSelectElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLSelectElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLSelectElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLSelectElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLSelectElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLSelectElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLSelectElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLSelectElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLSelectElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLSelectElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLSelectElement.prototype.NOTATION_NODE=0;
-nsIBufferedOutputStream.prototype= new Array();
-function nsIBufferedOutputStream(){};
-nsISOAPCallCompletion.prototype= new Array();
-function nsISOAPCallCompletion(){};
-nsIUnicharLineInputStream.prototype= new Array();
-function nsIUnicharLineInputStream(){};
-nsITokenDialogs.prototype= new Array();
-function nsITokenDialogs(){};
-nsIDOMDocumentCSS.prototype= new Array();
-function nsIDOMDocumentCSS(){};
-nsICRLInfo.prototype= new Array();
-function nsICRLInfo(){};
-nsITransportSecurityInfo.prototype= new Array();
-function nsITransportSecurityInfo(){};
-nsIBoxPaintManager.prototype= new Array();
-function nsIBoxPaintManager(){};
-nsITextToSubURI.prototype= new Array();
-function nsITextToSubURI(){};
-nsIDOMHTMLFrameElement.prototype= new Array();
-function nsIDOMHTMLFrameElement(){};
-nsIDOMHTMLFrameElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLFrameElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLFrameElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLFrameElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLFrameElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLFrameElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLFrameElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLFrameElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLFrameElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLFrameElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLFrameElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLFrameElement.prototype.NOTATION_NODE=0;
-nsITokenPasswordDialogs.prototype= new Array();
-function nsITokenPasswordDialogs(){};
-nsIExternalProtocolService.prototype= new Array();
-function nsIExternalProtocolService(){};
-nsIEnvironment.prototype= new Array();
-function nsIEnvironment(){};
-nsIXMLHttpRequest.prototype= new Array();
-function nsIXMLHttpRequest(){};
-nsIURIContentListener.prototype= new Array();
-function nsIURIContentListener(){};
-nsIXPIProgressDialog.prototype= new Array();
-function nsIXPIProgressDialog(){};
-nsIXPIProgressDialog.prototype.DOWNLOAD_START="";
-nsIXPIProgressDialog.prototype.DOWNLOAD_DONE=0;
-nsIXPIProgressDialog.prototype.INSTALL_START=0;
-nsIXPIProgressDialog.prototype.INSTALL_DONE=0;
-nsIXPIProgressDialog.prototype.DIALOG_CLOSE=0;
-nsISelectionPrivate.prototype= new Array();
-function nsISelectionPrivate(){};
-nsISelectionPrivate.prototype.ENDOFPRECEDINGLINE="";
-nsISelectionPrivate.prototype.STARTOFNEXTLINE=0;
-nsISelectionPrivate.prototype.TABLESELECTION_NONE="";
-nsISelectionPrivate.prototype.TABLESELECTION_CELL=0;
-nsISelectionPrivate.prototype.TABLESELECTION_ROW=0;
-nsISelectionPrivate.prototype.TABLESELECTION_COLUMN=0;
-nsISelectionPrivate.prototype.TABLESELECTION_TABLE=0;
-nsISelectionPrivate.prototype.TABLESELECTION_ALLCELLS=0;
-nsISchemaType.prototype= new Array();
-function nsISchemaType(){};
-nsISchemaType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsIDOMSVGZoomEvent.prototype= new Array();
-function nsIDOMSVGZoomEvent(){};
-nsIDOMSVGZoomEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMSVGZoomEvent.prototype.AT_TARGET=0;
-nsIDOMSVGZoomEvent.prototype.BUBBLING_PHASE=0;
-nsICancelable.prototype= new Array();
-function nsICancelable(){};
-nsIDOMAbstractView.prototype= new Array();
-function nsIDOMAbstractView(){};
-nsIJARChannel.prototype= new Array();
-function nsIJARChannel(){};
-nsIJARChannel.prototype.LOAD_NORMAL="";
-nsIJARChannel.prototype.LOAD_BACKGROUND=0;
-nsIJARChannel.prototype.INHIBIT_CACHING=0;
-nsIJARChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIJARChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIJARChannel.prototype.LOAD_FROM_CACHE=0;
-nsIJARChannel.prototype.VALIDATE_ALWAYS=0;
-nsIJARChannel.prototype.VALIDATE_NEVER=0;
-nsIJARChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIJARChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIJARChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIJARChannel.prototype.LOAD_REPLACE=0;
-nsIJARChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIJARChannel.prototype.LOAD_TARGETED=0;
-nsIJARChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsIMemory.prototype= new Array();
-function nsIMemory(){};
-nsIDOMLSSerializerFilter.prototype= new Array();
-function nsIDOMLSSerializerFilter(){};
-nsIDOMLSSerializerFilter.prototype.FILTER_ACCEPT=0;
-nsIDOMLSSerializerFilter.prototype.FILTER_REJECT=0;
-nsIDOMLSSerializerFilter.prototype.FILTER_SKIP=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_ALL=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_ELEMENT=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_ATTRIBUTE=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_TEXT=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_CDATA_SECTION=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_ENTITY_REFERENCE=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_ENTITY=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_PROCESSING_INSTRUCTION=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_COMMENT=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_DOCUMENT=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_DOCUMENT_TYPE=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_DOCUMENT_FRAGMENT=0;
-nsIDOMLSSerializerFilter.prototype.SHOW_NOTATION=0;
-nsIBinaryOutputStream.prototype= new Array();
-function nsIBinaryOutputStream(){};
-nsIDOMDOMStringList.prototype= new Array();
-function nsIDOMDOMStringList(){};
-nsIImageLoadingContent.prototype= new Array();
-function nsIImageLoadingContent(){};
-nsIImageLoadingContent.prototype.UNKNOWN_REQUEST=0;
-nsIImageLoadingContent.prototype.CURRENT_REQUEST="";
-nsIImageLoadingContent.prototype.PENDING_REQUEST=0;
-nsIExceptionService.prototype= new Array();
-function nsIExceptionService(){};
-nsIFileOutputStream.prototype= new Array();
-function nsIFileOutputStream(){};
-nsISchemaAnyAttribute.prototype= new Array();
-function nsISchemaAnyAttribute(){};
-nsISchemaAnyAttribute.prototype.COMPONENT_TYPE_ATTRIBUTE=0;
-nsISchemaAnyAttribute.prototype.COMPONENT_TYPE_GROUP=0;
-nsISchemaAnyAttribute.prototype.COMPONENT_TYPE_ANY=0;
-nsISchemaAnyAttribute.prototype.PROCESS_STRICT=0;
-nsISchemaAnyAttribute.prototype.PROCESS_SKIP=0;
-nsISchemaAnyAttribute.prototype.PROCESS_LAX=0;
-nsIDOMCSSMediaRule.prototype= new Array();
-function nsIDOMCSSMediaRule(){};
-nsIDOMCSSMediaRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSMediaRule.prototype.STYLE_RULE=0;
-nsIDOMCSSMediaRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSMediaRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSMediaRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSMediaRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSMediaRule.prototype.PAGE_RULE=0;
-nsIErrorService.prototype= new Array();
-function nsIErrorService(){};
-nsIRDFInMemoryDataSource.prototype= new Array();
-function nsIRDFInMemoryDataSource(){};
-nsIFeed.prototype= new Array();
-function nsIFeed(){};
-nsIFeed.prototype.TYPE_FEED="";
-nsIFeed.prototype.TYPE_AUDIO=0;
-nsIFeed.prototype.TYPE_IMAGE=0;
-nsIFeed.prototype.TYPE_VIDEO=0;
-nsIContentViewer_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIContentViewer_MOZILLA_1_8_BRANCH(){};
-nsIEditorMailSupport.prototype= new Array();
-function nsIEditorMailSupport(){};
-nsIDOMHTMLPreElement.prototype= new Array();
-function nsIDOMHTMLPreElement(){};
-nsIDOMHTMLPreElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLPreElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLPreElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLPreElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLPreElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLPreElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLPreElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLPreElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLPreElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLPreElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLPreElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLPreElement.prototype.NOTATION_NODE=0;
-nsIDOMNavigator_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDOMNavigator_MOZILLA_1_8_BRANCH(){};
-gfxIImageFrame.prototype= new Array();
-function gfxIImageFrame(){};
-nsIAccessibleSelectable.prototype= new Array();
-function nsIAccessibleSelectable(){};
-nsPICommandUpdater.prototype= new Array();
-function nsPICommandUpdater(){};
-nsIDownload.prototype= new Array();
-function nsIDownload(){};
-nsIDownload.prototype.STATE_START=0;
-nsIDownload.prototype.STATE_REDIRECTING=0;
-nsIDownload.prototype.STATE_TRANSFERRING=0;
-nsIDownload.prototype.STATE_NEGOTIATING=0;
-nsIDownload.prototype.STATE_STOP=0;
-nsIDownload.prototype.STATE_IS_REQUEST=0;
-nsIDownload.prototype.STATE_IS_DOCUMENT=0;
-nsIDownload.prototype.STATE_IS_NETWORK=0;
-nsIDownload.prototype.STATE_IS_WINDOW=0;
-nsIDownload.prototype.STATE_RESTORING=0;
-nsIDownload.prototype.STATE_IS_INSECURE=0;
-nsIDownload.prototype.STATE_IS_BROKEN=0;
-nsIDownload.prototype.STATE_IS_SECURE=0;
-nsIDownload.prototype.STATE_SECURE_HIGH=0;
-nsIDownload.prototype.STATE_SECURE_MED=0;
-nsIDownload.prototype.STATE_SECURE_LOW=0;
-nsIDOMXULControlElement.prototype= new Array();
-function nsIDOMXULControlElement(){};
-nsIDOMXULControlElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULControlElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULControlElement.prototype.TEXT_NODE=0;
-nsIDOMXULControlElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULControlElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULControlElement.prototype.ENTITY_NODE=0;
-nsIDOMXULControlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULControlElement.prototype.COMMENT_NODE=0;
-nsIDOMXULControlElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULControlElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULControlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULControlElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGAnimatedNumberList.prototype= new Array();
-function nsIDOMSVGAnimatedNumberList(){};
-nsIDocumentCharsetInfo.prototype= new Array();
-function nsIDocumentCharsetInfo(){};
-nsIContentViewerContainer.prototype= new Array();
-function nsIContentViewerContainer(){};
-nsIAppStartup.prototype= new Array();
-function nsIAppStartup(){};
-nsIAppStartup.prototype.eConsiderQuit=0;
-nsIAppStartup.prototype.eAttemptQuit=0;
-nsIAppStartup.prototype.eForceQuit=0;
-nsIAppStartup.prototype.eRestart=0;
-nsICookie2.prototype= new Array();
-function nsICookie2(){};
-nsICookie2.prototype.STATUS_UNKNOWN="";
-nsICookie2.prototype.STATUS_ACCEPTED=0;
-nsICookie2.prototype.STATUS_DOWNGRADED=0;
-nsICookie2.prototype.STATUS_FLAGGED=0;
-nsICookie2.prototype.STATUS_REJECTED=0;
-nsICookie2.prototype.POLICY_UNKNOWN="";
-nsICookie2.prototype.POLICY_NONE=0;
-nsICookie2.prototype.POLICY_NO_CONSENT=0;
-nsICookie2.prototype.POLICY_IMPLICIT_CONSENT=0;
-nsICookie2.prototype.POLICY_EXPLICIT_CONSENT=0;
-nsICookie2.prototype.POLICY_NO_II=0;
-nsIBrowserInstance.prototype= new Array();
-function nsIBrowserInstance(){};
-nsIProtocolProxyService.prototype= new Array();
-function nsIProtocolProxyService(){};
-nsIProtocolProxyService.prototype.RESOLVE_NON_BLOCKING=0;
-nsIDOMCDATASection.prototype= new Array();
-function nsIDOMCDATASection(){};
-nsIDOMCDATASection.prototype.ELEMENT_NODE=0;
-nsIDOMCDATASection.prototype.ATTRIBUTE_NODE=0;
-nsIDOMCDATASection.prototype.TEXT_NODE=0;
-nsIDOMCDATASection.prototype.CDATA_SECTION_NODE=0;
-nsIDOMCDATASection.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMCDATASection.prototype.ENTITY_NODE=0;
-nsIDOMCDATASection.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMCDATASection.prototype.COMMENT_NODE=0;
-nsIDOMCDATASection.prototype.DOCUMENT_NODE=0;
-nsIDOMCDATASection.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMCDATASection.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMCDATASection.prototype.NOTATION_NODE=0;
-nsIJVMConfigManager.prototype= new Array();
-function nsIJVMConfigManager(){};
-nsISOAPPortBinding.prototype= new Array();
-function nsISOAPPortBinding(){};
-nsISOAPPortBinding.prototype.STYLE_RPC=0;
-nsISOAPPortBinding.prototype.STYLE_DOCUMENT=0;
-nsISOAPPortBinding.prototype.SOAP_VERSION_1_1="";
-nsISOAPPortBinding.prototype.SOAP_VERSION_1_2=0;
-nsISOAPPortBinding.prototype.SOAP_VERSION_UNKNOWN=0;
-nsIContentHandler.prototype= new Array();
-function nsIContentHandler(){};
-nsISchemaComponent.prototype= new Array();
-function nsISchemaComponent(){};
-nsIPrintSettingsWin.prototype= new Array();
-function nsIPrintSettingsWin(){};
-nsIDownloadProgressListener.prototype= new Array();
-function nsIDownloadProgressListener(){};
-nsIMozIconURI.prototype= new Array();
-function nsIMozIconURI(){};
-nsISHistoryInternal.prototype= new Array();
-function nsISHistoryInternal(){};
-nsIURIFixup.prototype= new Array();
-function nsIURIFixup(){};
-nsIURIFixup.prototype.FIXUP_FLAG_NONE="";
-nsIURIFixup.prototype.FIXUP_FLAG_ALLOW_KEYWORD_LOOKUP=0;
-nsIURIFixup.prototype.FIXUP_FLAGS_MAKE_ALTERNATE_URI=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype= new Array();
-function nsIDOMSVGPathSegLinetoHorizontalRel(){};
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIXPIDialogService.prototype= new Array();
-function nsIXPIDialogService(){};
-nsIEditActionListener.prototype= new Array();
-function nsIEditActionListener(){};
-nsIDOMHTMLAppletElement.prototype= new Array();
-function nsIDOMHTMLAppletElement(){};
-nsIDOMHTMLAppletElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLAppletElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLAppletElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLAppletElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLAppletElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLAppletElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLAppletElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLAppletElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLAppletElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLAppletElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLAppletElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLAppletElement.prototype.NOTATION_NODE=0;
-nsIDOMAttr.prototype= new Array();
-function nsIDOMAttr(){};
-nsIDOMAttr.prototype.ELEMENT_NODE=0;
-nsIDOMAttr.prototype.ATTRIBUTE_NODE=0;
-nsIDOMAttr.prototype.TEXT_NODE=0;
-nsIDOMAttr.prototype.CDATA_SECTION_NODE=0;
-nsIDOMAttr.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMAttr.prototype.ENTITY_NODE=0;
-nsIDOMAttr.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMAttr.prototype.COMMENT_NODE=0;
-nsIDOMAttr.prototype.DOCUMENT_NODE=0;
-nsIDOMAttr.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMAttr.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMAttr.prototype.NOTATION_NODE=0;
-nsIDOMNotation.prototype= new Array();
-function nsIDOMNotation(){};
-nsIDOMNotation.prototype.ELEMENT_NODE=0;
-nsIDOMNotation.prototype.ATTRIBUTE_NODE=0;
-nsIDOMNotation.prototype.TEXT_NODE=0;
-nsIDOMNotation.prototype.CDATA_SECTION_NODE=0;
-nsIDOMNotation.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMNotation.prototype.ENTITY_NODE=0;
-nsIDOMNotation.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMNotation.prototype.COMMENT_NODE=0;
-nsIDOMNotation.prototype.DOCUMENT_NODE=0;
-nsIDOMNotation.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMNotation.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMNotation.prototype.NOTATION_NODE=0;
-nsIProxyObjectManager.prototype= new Array();
-function nsIProxyObjectManager(){};
-nsIProxyObjectManager.prototype.INVOKE_SYNC=0;
-nsIProxyObjectManager.prototype.INVOKE_ASYNC=0;
-nsIProxyObjectManager.prototype.FORCE_PROXY_CREATION=0;
-nsIPassword.prototype= new Array();
-function nsIPassword(){};
-nsIProfileLock.prototype= new Array();
-function nsIProfileLock(){};
-nsIDOMHTMLCanvasElement.prototype= new Array();
-function nsIDOMHTMLCanvasElement(){};
-nsIDOMHTMLCanvasElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLCanvasElement.prototype.NOTATION_NODE=0;
-nsISelectElement.prototype= new Array();
-function nsISelectElement(){};
-nsIPopupBoxObject.prototype= new Array();
-function nsIPopupBoxObject(){};
-nsIFind.prototype= new Array();
-function nsIFind(){};
-nsIXTFPrivate.prototype= new Array();
-function nsIXTFPrivate(){};
-nsIPlaintextEditor.prototype= new Array();
-function nsIPlaintextEditor(){};
-nsIPlaintextEditor.prototype.eEditorPlaintextBit="";
-nsIPlaintextEditor.prototype.eEditorSingleLineBit=0;
-nsIPlaintextEditor.prototype.eEditorPasswordBit=0;
-nsIPlaintextEditor.prototype.eEditorReadonlyBit=0;
-nsIPlaintextEditor.prototype.eEditorDisabledBit=0;
-nsIPlaintextEditor.prototype.eEditorFilterInputBit=0;
-nsIPlaintextEditor.prototype.eEditorMailBit=0;
-nsIPlaintextEditor.prototype.eEditorUseAsyncUpdatesBit=0;
-nsIPlaintextEditor.prototype.eEditorEnableWrapHackBit=0;
-nsIPlaintextEditor.prototype.eEditorWidgetBit=0;
-nsIPlaintextEditor.prototype.eEditorNoCSSBit=0;
-nsIPlaintextEditor.prototype.eEditorPlaintextMask=0;
-nsIPlaintextEditor.prototype.eEditorSingleLineMask=0;
-nsIPlaintextEditor.prototype.eEditorPasswordMask=0;
-nsIPlaintextEditor.prototype.eEditorReadonlyMask=0;
-nsIPlaintextEditor.prototype.eEditorDisabledMask=0;
-nsIPlaintextEditor.prototype.eEditorFilterInputMask=0;
-nsIPlaintextEditor.prototype.eEditorMailMask=0;
-nsIPlaintextEditor.prototype.eEditorUseAsyncUpdatesMask=0;
-nsIPlaintextEditor.prototype.eEditorEnableWrapHackMask=0;
-nsIPlaintextEditor.prototype.eEditorWidgetMask=0;
-nsIPlaintextEditor.prototype.eEditorNoCSSMask=0;
-nsIForwardIterator.prototype= new Array();
-function nsIForwardIterator(){};
-nsIDOMNSHTMLSelectElement.prototype= new Array();
-function nsIDOMNSHTMLSelectElement(){};
-nsIDOMHTMLModElement.prototype= new Array();
-function nsIDOMHTMLModElement(){};
-nsIDOMHTMLModElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLModElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLModElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLModElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLModElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLModElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLModElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLModElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLModElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLModElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLModElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLModElement.prototype.NOTATION_NODE=0;
-nsIDOMCSSMozDocumentRule.prototype= new Array();
-function nsIDOMCSSMozDocumentRule(){};
-nsIDOMCSSMozDocumentRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSMozDocumentRule.prototype.STYLE_RULE=0;
-nsIDOMCSSMozDocumentRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSMozDocumentRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSMozDocumentRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSMozDocumentRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSMozDocumentRule.prototype.PAGE_RULE=0;
-nsIDOMSVGEllipseElement.prototype= new Array();
-function nsIDOMSVGEllipseElement(){};
-nsIDOMSVGEllipseElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGEllipseElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGEllipseElement.prototype.TEXT_NODE=0;
-nsIDOMSVGEllipseElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGEllipseElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGEllipseElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGEllipseElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGEllipseElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGEllipseElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGEllipseElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGEllipseElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGEllipseElement.prototype.NOTATION_NODE=0;
-jsdIContext.prototype= new Array();
-function jsdIContext(){};
-jsdIContext.prototype.OPT_STRICT=0;
-jsdIContext.prototype.OPT_WERR=0;
-jsdIContext.prototype.OPT_VAROBJFIX=0;
-jsdIContext.prototype.OPT_ISUPPORTS=0;
-nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH(){};
-nsIDOMDocumentTraversal.prototype= new Array();
-function nsIDOMDocumentTraversal(){};
-nsIXTFAttributeHandler.prototype= new Array();
-function nsIXTFAttributeHandler(){};
-inIFlasher.prototype= new Array();
-function inIFlasher(){};
-nsISupportsWeakReference.prototype= new Array();
-function nsISupportsWeakReference(){};
-nsIDOMSVGElement.prototype= new Array();
-function nsIDOMSVGElement(){};
-nsIDOMSVGElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGElement.prototype.TEXT_NODE=0;
-nsIDOMSVGElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGElement.prototype.NOTATION_NODE=0;
-nsIDOM3DocumentEvent.prototype= new Array();
-function nsIDOM3DocumentEvent(){};
-nsIRDFRemoteDataSource.prototype= new Array();
-function nsIRDFRemoteDataSource(){};
-nsIDOMSVGPathSegArcAbs.prototype= new Array();
-function nsIDOMSVGPathSegArcAbs(){};
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegArcAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDOMXULButtonElement.prototype= new Array();
-function nsIDOMXULButtonElement(){};
-nsIDOMXULButtonElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULButtonElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULButtonElement.prototype.TEXT_NODE=0;
-nsIDOMXULButtonElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULButtonElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULButtonElement.prototype.ENTITY_NODE=0;
-nsIDOMXULButtonElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULButtonElement.prototype.COMMENT_NODE=0;
-nsIDOMXULButtonElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULButtonElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULButtonElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULButtonElement.prototype.NOTATION_NODE=0;
-nsIDOMXULButtonElement.prototype.CHECKSTATE_UNCHECKED="";
-nsIDOMXULButtonElement.prototype.CHECKSTATE_CHECKED=0;
-nsIDOMXULButtonElement.prototype.CHECKSTATE_MIXED=0;
-nsIClipboardDragDropHooks.prototype= new Array();
-function nsIClipboardDragDropHooks(){};
-nsIDOMRect.prototype= new Array();
-function nsIDOMRect(){};
-nsICRLManager.prototype= new Array();
-function nsICRLManager(){};
-nsICRLManager.prototype.TYPE_AUTOUPDATE_TIME_BASED=0;
-nsICRLManager.prototype.TYPE_AUTOUPDATE_FREQ_BASED=0;
-imgIEncoder.prototype= new Array();
-function imgIEncoder(){};
-nsIX509Cert3.prototype= new Array();
-function nsIX509Cert3(){};
-nsISearchEngine.prototype= new Array();
-function nsISearchEngine(){};
-nsISearchEngine.prototype.TYPE_MOZSEARCH=0;
-nsISearchEngine.prototype.TYPE_SHERLOCK=0;
-nsISearchEngine.prototype.TYPE_OPENSEARCH=0;
-nsISearchEngine.prototype.DATA_XML=0;
-nsISearchEngine.prototype.DATA_TEXT=0;
-nsIUrlListManagerCallback.prototype= new Array();
-function nsIUrlListManagerCallback(){};
-nsIDOMEntity.prototype= new Array();
-function nsIDOMEntity(){};
-nsIDOMEntity.prototype.ELEMENT_NODE=0;
-nsIDOMEntity.prototype.ATTRIBUTE_NODE=0;
-nsIDOMEntity.prototype.TEXT_NODE=0;
-nsIDOMEntity.prototype.CDATA_SECTION_NODE=0;
-nsIDOMEntity.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMEntity.prototype.ENTITY_NODE=0;
-nsIDOMEntity.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMEntity.prototype.COMMENT_NODE=0;
-nsIDOMEntity.prototype.DOCUMENT_NODE=0;
-nsIDOMEntity.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMEntity.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMEntity.prototype.NOTATION_NODE=0;
-nsIDOMXPathNamespace.prototype= new Array();
-function nsIDOMXPathNamespace(){};
-nsIDOMXPathNamespace.prototype.ELEMENT_NODE=0;
-nsIDOMXPathNamespace.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXPathNamespace.prototype.TEXT_NODE=0;
-nsIDOMXPathNamespace.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXPathNamespace.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXPathNamespace.prototype.ENTITY_NODE=0;
-nsIDOMXPathNamespace.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXPathNamespace.prototype.COMMENT_NODE=0;
-nsIDOMXPathNamespace.prototype.DOCUMENT_NODE=0;
-nsIDOMXPathNamespace.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXPathNamespace.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXPathNamespace.prototype.NOTATION_NODE=0;
-nsIDOMXPathNamespace.prototype.XPATH_NAMESPACE_NODE=0;
-nsIBookmarksService.prototype= new Array();
-function nsIBookmarksService(){};
-nsIBookmarksService.prototype.BOOKMARK_DEFAULT_TYPE="";
-nsIBookmarksService.prototype.BOOKMARK_SEARCH_TYPE=0;
-nsIBookmarksService.prototype.BOOKMARK_FIND_TYPE=0;
-nsIDOMHTMLHRElement.prototype= new Array();
-function nsIDOMHTMLHRElement(){};
-nsIDOMHTMLHRElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLHRElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLHRElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLHRElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLHRElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLHRElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLHRElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLHRElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLHRElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLHRElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLHRElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLHRElement.prototype.NOTATION_NODE=0;
-nsIRDFContainerUtils.prototype= new Array();
-function nsIRDFContainerUtils(){};
-nsISHistoryListener.prototype= new Array();
-function nsISHistoryListener(){};
-nsIWebBrowserFocus.prototype= new Array();
-function nsIWebBrowserFocus(){};
-nsISAXErrorHandler.prototype= new Array();
-function nsISAXErrorHandler(){};
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoCubicAbs(){};
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIHTMLObjectResizer.prototype= new Array();
-function nsIHTMLObjectResizer(){};
-nsIHTMLObjectResizer.prototype.eTopLeft="";
-nsIHTMLObjectResizer.prototype.eTop=0;
-nsIHTMLObjectResizer.prototype.eTopRight=0;
-nsIHTMLObjectResizer.prototype.eLeft=0;
-nsIHTMLObjectResizer.prototype.eRight=0;
-nsIHTMLObjectResizer.prototype.eBottomLeft=0;
-nsIHTMLObjectResizer.prototype.eBottom=0;
-nsIHTMLObjectResizer.prototype.eBottomRight=0;
-nsIXTFXULVisual.prototype= new Array();
-function nsIXTFXULVisual(){};
-nsIXTFXULVisual.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFXULVisual.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFXULVisual.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFXULVisual.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFXULVisual.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFXULVisual.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFXULVisual.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFXULVisual.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFXULVisual.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFXULVisual.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFXULVisual.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFXULVisual.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFXULVisual.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFXULVisual.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFXULVisual.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFXULVisual.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIXTFXULVisual.prototype.NOTIFY_DID_LAYOUT=0;
-nsIInputStreamCallback.prototype= new Array();
-function nsIInputStreamCallback(){};
-nsISupportsPRUint64.prototype= new Array();
-function nsISupportsPRUint64(){};
-nsISupportsPRUint64.prototype.TYPE_ID=0;
-nsISupportsPRUint64.prototype.TYPE_CSTRING=0;
-nsISupportsPRUint64.prototype.TYPE_STRING=0;
-nsISupportsPRUint64.prototype.TYPE_PRBOOL=0;
-nsISupportsPRUint64.prototype.TYPE_PRUINT8=0;
-nsISupportsPRUint64.prototype.TYPE_PRUINT16=0;
-nsISupportsPRUint64.prototype.TYPE_PRUINT32=0;
-nsISupportsPRUint64.prototype.TYPE_PRUINT64=0;
-nsISupportsPRUint64.prototype.TYPE_PRTIME=0;
-nsISupportsPRUint64.prototype.TYPE_CHAR=0;
-nsISupportsPRUint64.prototype.TYPE_PRINT16=0;
-nsISupportsPRUint64.prototype.TYPE_PRINT32=0;
-nsISupportsPRUint64.prototype.TYPE_PRINT64=0;
-nsISupportsPRUint64.prototype.TYPE_FLOAT=0;
-nsISupportsPRUint64.prototype.TYPE_DOUBLE=0;
-nsISupportsPRUint64.prototype.TYPE_VOID=0;
-nsISupportsPRUint64.prototype.TYPE_INTERFACE_POINTER=0;
-nsIClipboard.prototype= new Array();
-function nsIClipboard(){};
-nsIClipboard.prototype.kSelectionClipboard="";
-nsIClipboard.prototype.kGlobalClipboard=0;
-inIDOMUtils.prototype= new Array();
-function inIDOMUtils(){};
-nsIXmlRpcFault.prototype= new Array();
-function nsIXmlRpcFault(){};
-nsIDirIndexListener.prototype= new Array();
-function nsIDirIndexListener(){};
-nsITransactionListener.prototype= new Array();
-function nsITransactionListener(){};
-nsICookiePermission.prototype= new Array();
-function nsICookiePermission(){};
-nsICookiePermission.prototype.ACCESS_DEFAULT="";
-nsICookiePermission.prototype.ACCESS_ALLOW=0;
-nsICookiePermission.prototype.ACCESS_DENY=0;
-nsICookiePermission.prototype.ACCESS_SESSION=0;
-nsIDOMLSResourceResolver.prototype= new Array();
-function nsIDOMLSResourceResolver(){};
-nsIContentPolicy.prototype= new Array();
-function nsIContentPolicy(){};
-nsIContentPolicy.prototype.TYPE_OTHER=0;
-nsIContentPolicy.prototype.TYPE_SCRIPT=0;
-nsIContentPolicy.prototype.TYPE_IMAGE=0;
-nsIContentPolicy.prototype.TYPE_STYLESHEET=0;
-nsIContentPolicy.prototype.TYPE_OBJECT=0;
-nsIContentPolicy.prototype.TYPE_DOCUMENT=0;
-nsIContentPolicy.prototype.TYPE_SUBDOCUMENT=0;
-nsIContentPolicy.prototype.TYPE_REFRESH=0;
-nsIContentPolicy.prototype.REJECT_REQUEST=0;
-nsIContentPolicy.prototype.REJECT_TYPE=0;
-nsIContentPolicy.prototype.REJECT_SERVER=0;
-nsIContentPolicy.prototype.REJECT_OTHER=0;
-nsIContentPolicy.prototype.ACCEPT=0;
-nsIHelperAppLauncher.prototype= new Array();
-function nsIHelperAppLauncher(){};
-nsIDOMNSEventTarget.prototype= new Array();
-function nsIDOMNSEventTarget(){};
-nsIRelativeFilePref.prototype= new Array();
-function nsIRelativeFilePref(){};
-nsISidebar_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsISidebar_MOZILLA_1_8_BRANCH(){};
-nsIRDFObserver.prototype= new Array();
-function nsIRDFObserver(){};
-nsIDOMPageTransitionEvent.prototype= new Array();
-function nsIDOMPageTransitionEvent(){};
-nsIDOMPageTransitionEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMPageTransitionEvent.prototype.AT_TARGET=0;
-nsIDOMPageTransitionEvent.prototype.BUBBLING_PHASE=0;
-nsIWebBrowser.prototype= new Array();
-function nsIWebBrowser(){};
-nsIRDFXMLSource.prototype= new Array();
-function nsIRDFXMLSource(){};
-nsIDOMElement.prototype= new Array();
-function nsIDOMElement(){};
-nsIDOMElement.prototype.ELEMENT_NODE=0;
-nsIDOMElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMElement.prototype.TEXT_NODE=0;
-nsIDOMElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMElement.prototype.ENTITY_NODE=0;
-nsIDOMElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMElement.prototype.COMMENT_NODE=0;
-nsIDOMElement.prototype.DOCUMENT_NODE=0;
-nsIDOMElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMElement.prototype.NOTATION_NODE=0;
-nsIRegistryEnumerator.prototype= new Array();
-function nsIRegistryEnumerator(){};
-nsIDOMSVGTextElement.prototype= new Array();
-function nsIDOMSVGTextElement(){};
-nsIDOMSVGTextElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGTextElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGTextElement.prototype.TEXT_NODE=0;
-nsIDOMSVGTextElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGTextElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGTextElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGTextElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGTextElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGTextElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGTextElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGTextElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGTextElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGTextElement.prototype.LENGTHADJUST_UNKNOWN="";
-nsIDOMSVGTextElement.prototype.LENGTHADJUST_SPACING=0;
-nsIDOMSVGTextElement.prototype.LENGTHADJUST_SPACINGANDGLYPHS=0;
-jsdIFilter.prototype= new Array();
-function jsdIFilter(){};
-jsdIFilter.prototype.FLAG_RESERVED_MASK=0;
-jsdIFilter.prototype.FLAG_ENABLED=0;
-jsdIFilter.prototype.FLAG_PASS=0;
-nsIHTMLEditor.prototype= new Array();
-function nsIHTMLEditor(){};
-nsIHTMLEditor.prototype.eLeft="";
-nsIHTMLEditor.prototype.eCenter=0;
-nsIHTMLEditor.prototype.eRight=0;
-nsIHTMLEditor.prototype.eJustify=0;
-nsISchemaUnionType.prototype= new Array();
-function nsISchemaUnionType(){};
-nsISchemaUnionType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaUnionType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaUnionType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsISchemaUnionType.prototype.SIMPLE_TYPE_BUILTIN=0;
-nsISchemaUnionType.prototype.SIMPLE_TYPE_LIST=0;
-nsISchemaUnionType.prototype.SIMPLE_TYPE_UNION=0;
-nsISchemaUnionType.prototype.SIMPLE_TYPE_RESTRICTION=0;
-nsIRDFPropagatableDataSource.prototype= new Array();
-function nsIRDFPropagatableDataSource(){};
-nsIContentViewer.prototype= new Array();
-function nsIContentViewer(){};
-nsIDOMJSWindow.prototype= new Array();
-function nsIDOMJSWindow(){};
-nsIDOMSVGAnimatedLengthList.prototype= new Array();
-function nsIDOMSVGAnimatedLengthList(){};
-nsIStreamConverterService.prototype= new Array();
-function nsIStreamConverterService(){};
-nsIFastLoadReadControl.prototype= new Array();
-function nsIFastLoadReadControl(){};
-nsICommandController.prototype= new Array();
-function nsICommandController(){};
-nsIFileProtocolHandler.prototype= new Array();
-function nsIFileProtocolHandler(){};
-nsIFileProtocolHandler.prototype.URI_STD="";
-nsIFileProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIFileProtocolHandler.prototype.URI_NOAUTH=0;
-nsIFileProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIFileProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsILocalSearchService.prototype= new Array();
-function nsILocalSearchService(){};
-nsIAutoCompleteController.prototype= new Array();
-function nsIAutoCompleteController(){};
-nsIAutoCompleteController.prototype.STATUS_NONE=0;
-nsIAutoCompleteController.prototype.STATUS_SEARCHING=0;
-nsIAutoCompleteController.prototype.STATUS_COMPLETE_NO_MATCH=0;
-nsIAutoCompleteController.prototype.STATUS_COMPLETE_MATCH=0;
-nsIAutoCompleteController.prototype.KEY_UP=0;
-nsIAutoCompleteController.prototype.KEY_DOWN=0;
-nsIAutoCompleteController.prototype.KEY_LEFT=0;
-nsIAutoCompleteController.prototype.KEY_RIGHT=0;
-nsIAutoCompleteController.prototype.KEY_PAGE_UP=0;
-nsIAutoCompleteController.prototype.KEY_PAGE_DOWN=0;
-nsIAutoCompleteController.prototype.KEY_HOME=0;
-nsIAutoCompleteController.prototype.KEY_END=0;
-nsIWSDLLoader.prototype= new Array();
-function nsIWSDLLoader(){};
-nsIPrefBranch.prototype= new Array();
-function nsIPrefBranch(){};
-nsIPrefBranch.prototype.PREF_INVALID="";
-nsIPrefBranch.prototype.PREF_STRING=0;
-nsIPrefBranch.prototype.PREF_INT=0;
-nsIPrefBranch.prototype.PREF_BOOL=0;
-nsIDOMPlugin.prototype= new Array();
-function nsIDOMPlugin(){};
-nsISelectionListener.prototype= new Array();
-function nsISelectionListener(){};
-nsISelectionListener.prototype.NO_REASON="";
-nsISelectionListener.prototype.DRAG_REASON=0;
-nsISelectionListener.prototype.MOUSEDOWN_REASON=0;
-nsISelectionListener.prototype.MOUSEUP_REASON=0;
-nsISelectionListener.prototype.KEYPRESS_REASON=0;
-nsISelectionListener.prototype.SELECTALL_REASON=0;
-nsIMIMEInputStream.prototype= new Array();
-function nsIMIMEInputStream(){};
-nsIWindowDataSource.prototype= new Array();
-function nsIWindowDataSource(){};
-nsIXMLContentBuilder.prototype= new Array();
-function nsIXMLContentBuilder(){};
-nsIStreamLoaderObserver.prototype= new Array();
-function nsIStreamLoaderObserver(){};
-nsIDOMHTMLElement.prototype= new Array();
-function nsIDOMHTMLElement(){};
-nsIDOMHTMLElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLElement.prototype.NOTATION_NODE=0;
-nsIXTFElementFactory.prototype= new Array();
-function nsIXTFElementFactory(){};
-nsIPasswordManagerInternal.prototype= new Array();
-function nsIPasswordManagerInternal(){};
-nsIStyleSheetService.prototype= new Array();
-function nsIStyleSheetService(){};
-nsIStyleSheetService.prototype.AGENT_SHEET="";
-nsIStyleSheetService.prototype.USER_SHEET=0;
-nsISOAPCall.prototype= new Array();
-function nsISOAPCall(){};
-nsISOAPCall.prototype.VERSION_1_1="";
-nsISOAPCall.prototype.VERSION_1_2=0;
-nsISOAPCall.prototype.VERSION_UNKNOWN=0;
-nsICharsetConverterManager.prototype= new Array();
-function nsICharsetConverterManager(){};
-nsIDOMSVGTextPositioningElement.prototype= new Array();
-function nsIDOMSVGTextPositioningElement(){};
-nsIDOMSVGTextPositioningElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.TEXT_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGTextPositioningElement.prototype.LENGTHADJUST_UNKNOWN="";
-nsIDOMSVGTextPositioningElement.prototype.LENGTHADJUST_SPACING=0;
-nsIDOMSVGTextPositioningElement.prototype.LENGTHADJUST_SPACINGANDGLYPHS=0;
-nsIBrowserHandler.prototype= new Array();
-function nsIBrowserHandler(){};
-nsIDOMNSDocument.prototype= new Array();
-function nsIDOMNSDocument(){};
-nsIInputStreamTee.prototype= new Array();
-function nsIInputStreamTee(){};
-nsIDOMSVGTitleElement.prototype= new Array();
-function nsIDOMSVGTitleElement(){};
-nsIDOMSVGTitleElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGTitleElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGTitleElement.prototype.TEXT_NODE=0;
-nsIDOMSVGTitleElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGTitleElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGTitleElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGTitleElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGTitleElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGTitleElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGTitleElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGTitleElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGTitleElement.prototype.NOTATION_NODE=0;
-nsIXmlRpcClientListener.prototype= new Array();
-function nsIXmlRpcClientListener(){};
-nsIFontEnumerator.prototype= new Array();
-function nsIFontEnumerator(){};
-nsISound.prototype= new Array();
-function nsISound(){};
-nsIAppShellService.prototype= new Array();
-function nsIAppShellService(){};
-nsIAppShellService.prototype.SIZE_TO_CONTENT=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoCubicSmoothAbs(){};
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDOMDOMConfiguration.prototype= new Array();
-function nsIDOMDOMConfiguration(){};
-nsIPasswordManager.prototype= new Array();
-function nsIPasswordManager(){};
-nsIPKCS11Module.prototype= new Array();
-function nsIPKCS11Module(){};
-nsIFormatConverter.prototype= new Array();
-function nsIFormatConverter(){};
-nsIChannel.prototype= new Array();
-function nsIChannel(){};
-nsIChannel.prototype.LOAD_NORMAL="";
-nsIChannel.prototype.LOAD_BACKGROUND=0;
-nsIChannel.prototype.INHIBIT_CACHING=0;
-nsIChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIChannel.prototype.LOAD_FROM_CACHE=0;
-nsIChannel.prototype.VALIDATE_ALWAYS=0;
-nsIChannel.prototype.VALIDATE_NEVER=0;
-nsIChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIChannel.prototype.LOAD_REPLACE=0;
-nsIChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIChannel.prototype.LOAD_TARGETED=0;
-nsIChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsIDOMParser.prototype= new Array();
-function nsIDOMParser(){};
-imgILoader.prototype= new Array();
-function imgILoader(){};
-nsIDOMSVGAnimatedTransformList.prototype= new Array();
-function nsIDOMSVGAnimatedTransformList(){};
-nsIBrowserGlue.prototype= new Array();
-function nsIBrowserGlue(){};
-nsIExternalProtocolHandler.prototype= new Array();
-function nsIExternalProtocolHandler(){};
-nsIExternalProtocolHandler.prototype.URI_STD="";
-nsIExternalProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIExternalProtocolHandler.prototype.URI_NOAUTH=0;
-nsIExternalProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIExternalProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsIXTFElement.prototype= new Array();
-function nsIXTFElement(){};
-nsIXTFElement.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFElement.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFElement.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFElement.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFElement.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFElement.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFElement.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFElement.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFElement.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFElement.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFElement.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFElement.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFElement.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFElement.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFElement.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFElement.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFElement.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFElement.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFElement.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFElement.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFElement.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFElement.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIFilePicker.prototype= new Array();
-function nsIFilePicker(){};
-nsIFilePicker.prototype.modeOpen="";
-nsIFilePicker.prototype.modeSave=0;
-nsIFilePicker.prototype.modeGetFolder=0;
-nsIFilePicker.prototype.modeOpenMultiple=0;
-nsIFilePicker.prototype.returnOK="";
-nsIFilePicker.prototype.returnCancel=0;
-nsIFilePicker.prototype.returnReplace=0;
-nsIFilePicker.prototype.filterAll=0;
-nsIFilePicker.prototype.filterHTML=0;
-nsIFilePicker.prototype.filterText=0;
-nsIFilePicker.prototype.filterImages=0;
-nsIFilePicker.prototype.filterXML=0;
-nsIFilePicker.prototype.filterXUL=0;
-nsIFilePicker.prototype.filterApps=0;
-nsIPropertyElement.prototype= new Array();
-function nsIPropertyElement(){};
-nsIStandardURL.prototype= new Array();
-function nsIStandardURL(){};
-nsIStandardURL.prototype.URLTYPE_STANDARD=0;
-nsIStandardURL.prototype.URLTYPE_AUTHORITY=0;
-nsIStandardURL.prototype.URLTYPE_NO_AUTHORITY=0;
-nsIRDFPurgeableDataSource.prototype= new Array();
-function nsIRDFPurgeableDataSource(){};
-nsIExtendedExpatSink.prototype= new Array();
-function nsIExtendedExpatSink(){};
-nsISeekableStream.prototype= new Array();
-function nsISeekableStream(){};
-nsISeekableStream.prototype.NS_SEEK_SET="";
-nsISeekableStream.prototype.NS_SEEK_CUR=0;
-nsISeekableStream.prototype.NS_SEEK_END=0;
-nsISessionStartup.prototype= new Array();
-function nsISessionStartup(){};
-nsIWindowMediator.prototype= new Array();
-function nsIWindowMediator(){};
-nsIWindowMediator.prototype.zLevelTop=0;
-nsIWindowMediator.prototype.zLevelBottom=0;
-nsIWindowMediator.prototype.zLevelBelow=0;
-nsIDocumentLoaderFactory.prototype= new Array();
-function nsIDocumentLoaderFactory(){};
-nsIStreamListenerTee.prototype= new Array();
-function nsIStreamListenerTee(){};
-nsIDOMNSCSS2Properties.prototype= new Array();
-function nsIDOMNSCSS2Properties(){};
-nsINSSCertCache.prototype= new Array();
-function nsINSSCertCache(){};
-nsISyncStreamListener.prototype= new Array();
-function nsISyncStreamListener(){};
-nsIDOMLSParserFilter.prototype= new Array();
-function nsIDOMLSParserFilter(){};
-nsIDOMLSParserFilter.prototype.FILTER_ACCEPT=0;
-nsIDOMLSParserFilter.prototype.FILTER_REJECT=0;
-nsIDOMLSParserFilter.prototype.FILTER_SKIP=0;
-nsIDOMLSParserFilter.prototype.FILTER_INTERRUPT=0;
-nsIPKIParamBlock.prototype= new Array();
-function nsIPKIParamBlock(){};
-nsIScriptError.prototype= new Array();
-function nsIScriptError(){};
-nsIScriptError.prototype.errorFlag="";
-nsIScriptError.prototype.warningFlag=0;
-nsIScriptError.prototype.exceptionFlag=0;
-nsIScriptError.prototype.strictFlag=0;
-nsIXULWindow.prototype= new Array();
-function nsIXULWindow(){};
-nsIXULWindow.prototype.lowestZ="";
-nsIXULWindow.prototype.loweredZ=0;
-nsIXULWindow.prototype.normalZ=0;
-nsIXULWindow.prototype.raisedZ=0;
-nsIXULWindow.prototype.highestZ=0;
-nsIEventTarget.prototype= new Array();
-function nsIEventTarget(){};
-nsIURLParser.prototype= new Array();
-function nsIURLParser(){};
-mozISpellI18NManager.prototype= new Array();
-function mozISpellI18NManager(){};
-nsIX509CertValidity.prototype= new Array();
-function nsIX509CertValidity(){};
-nsISchemaFacet.prototype= new Array();
-function nsISchemaFacet(){};
-nsISchemaFacet.prototype.FACET_TYPE_LENGTH=0;
-nsISchemaFacet.prototype.FACET_TYPE_MINLENGTH=0;
-nsISchemaFacet.prototype.FACET_TYPE_MAXLENGTH=0;
-nsISchemaFacet.prototype.FACET_TYPE_PATTERN=0;
-nsISchemaFacet.prototype.FACET_TYPE_ENUMERATION=0;
-nsISchemaFacet.prototype.FACET_TYPE_WHITESPACE=0;
-nsISchemaFacet.prototype.FACET_TYPE_MAXINCLUSIVE=0;
-nsISchemaFacet.prototype.FACET_TYPE_MININCLUSIVE=0;
-nsISchemaFacet.prototype.FACET_TYPE_MAXEXCLUSIVE=0;
-nsISchemaFacet.prototype.FACET_TYPE_MINEXCLUSIVE=0;
-nsISchemaFacet.prototype.FACET_TYPE_TOTALDIGITS=0;
-nsISchemaFacet.prototype.FACET_TYPE_FRACTIONDIGITS=0;
-nsISchemaFacet.prototype.WHITESPACE_PRESERVE=0;
-nsISchemaFacet.prototype.WHITESPACE_REPLACE=0;
-nsISchemaFacet.prototype.WHITESPACE_COLLAPSE=0;
-nsIModule.prototype= new Array();
-function nsIModule(){};
-nsINativeAppSupport.prototype= new Array();
-function nsINativeAppSupport(){};
-nsIDOMSVGMetadataElement.prototype= new Array();
-function nsIDOMSVGMetadataElement(){};
-nsIDOMSVGMetadataElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGMetadataElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGMetadataElement.prototype.TEXT_NODE=0;
-nsIDOMSVGMetadataElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGMetadataElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGMetadataElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGMetadataElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGMetadataElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGMetadataElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGMetadataElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGMetadataElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGMetadataElement.prototype.NOTATION_NODE=0;
-nsIDOMMimeTypeArray.prototype= new Array();
-function nsIDOMMimeTypeArray(){};
-nsIComponentManagerObsolete.prototype= new Array();
-function nsIComponentManagerObsolete(){};
-nsIComponentManagerObsolete.prototype.NS_Startup="";
-nsIComponentManagerObsolete.prototype.NS_Script=0;
-nsIComponentManagerObsolete.prototype.NS_Timer=0;
-nsIComponentManagerObsolete.prototype.NS_Shutdown=0;
-nsIDOMHTMLLIElement.prototype= new Array();
-function nsIDOMHTMLLIElement(){};
-nsIDOMHTMLLIElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLLIElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLLIElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLLIElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLLIElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLLIElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLLIElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLLIElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLLIElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLLIElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLLIElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLLIElement.prototype.NOTATION_NODE=0;
-nsIWindowWatcher.prototype= new Array();
-function nsIWindowWatcher(){};
-nsIASN1Object.prototype= new Array();
-function nsIASN1Object(){};
-nsIASN1Object.prototype.ASN1_END_CONTENTS="";
-nsIASN1Object.prototype.ASN1_BOOLEAN=0;
-nsIASN1Object.prototype.ASN1_INTEGER=0;
-nsIASN1Object.prototype.ASN1_BIT_STRING=0;
-nsIASN1Object.prototype.ASN1_OCTET_STRING=0;
-nsIASN1Object.prototype.ASN1_NULL=0;
-nsIASN1Object.prototype.ASN1_OBJECT_ID=0;
-nsIASN1Object.prototype.ASN1_ENUMERATED=0;
-nsIASN1Object.prototype.ASN1_UTF8_STRING=0;
-nsIASN1Object.prototype.ASN1_SEQUENCE=0;
-nsIASN1Object.prototype.ASN1_SET=0;
-nsIASN1Object.prototype.ASN1_PRINTABLE_STRING=0;
-nsIASN1Object.prototype.ASN1_T61_STRING=0;
-nsIASN1Object.prototype.ASN1_IA5_STRING=0;
-nsIASN1Object.prototype.ASN1_UTC_TIME=0;
-nsIASN1Object.prototype.ASN1_GEN_TIME=0;
-nsIASN1Object.prototype.ASN1_VISIBLE_STRING=0;
-nsIASN1Object.prototype.ASN1_UNIVERSAL_STRING=0;
-nsIASN1Object.prototype.ASN1_BMP_STRING=0;
-nsIASN1Object.prototype.ASN1_HIGH_TAG_NUMBER=0;
-nsIASN1Object.prototype.ASN1_CONTEXT_SPECIFIC=0;
-nsIASN1Object.prototype.ASN1_APPLICATION=0;
-nsIASN1Object.prototype.ASN1_PRIVATE=0;
-nsIPrintProgress.prototype= new Array();
-function nsIPrintProgress(){};
-nsIPrintProgress.prototype.STATE_START=0;
-nsIPrintProgress.prototype.STATE_REDIRECTING=0;
-nsIPrintProgress.prototype.STATE_TRANSFERRING=0;
-nsIPrintProgress.prototype.STATE_NEGOTIATING=0;
-nsIPrintProgress.prototype.STATE_STOP=0;
-nsIPrintProgress.prototype.STATE_IS_REQUEST=0;
-nsIPrintProgress.prototype.STATE_IS_DOCUMENT=0;
-nsIPrintProgress.prototype.STATE_IS_NETWORK=0;
-nsIPrintProgress.prototype.STATE_IS_WINDOW=0;
-nsIPrintProgress.prototype.STATE_RESTORING=0;
-nsIPrintProgress.prototype.STATE_IS_INSECURE=0;
-nsIPrintProgress.prototype.STATE_IS_BROKEN=0;
-nsIPrintProgress.prototype.STATE_IS_SECURE=0;
-nsIPrintProgress.prototype.STATE_SECURE_HIGH=0;
-nsIPrintProgress.prototype.STATE_SECURE_MED=0;
-nsIPrintProgress.prototype.STATE_SECURE_LOW=0;
-nsIXPTLoaderSink.prototype= new Array();
-function nsIXPTLoaderSink(){};
-nsIWindowsShellService.prototype= new Array();
-function nsIWindowsShellService(){};
-nsIWindowsShellService.prototype.BACKGROUND_TILE=0;
-nsIWindowsShellService.prototype.BACKGROUND_STRETCH=0;
-nsIWindowsShellService.prototype.BACKGROUND_CENTER=0;
-nsIWindowsShellService.prototype.BACKGROUND_FILL=0;
-nsIWindowsShellService.prototype.APPLICATION_MAIL="";
-nsIWindowsShellService.prototype.APPLICATION_NEWS=0;
-nsIDOMMouseEvent.prototype= new Array();
-function nsIDOMMouseEvent(){};
-nsIDOMMouseEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMMouseEvent.prototype.AT_TARGET=0;
-nsIDOMMouseEvent.prototype.BUBBLING_PHASE=0;
-nsISupportsPRInt32.prototype= new Array();
-function nsISupportsPRInt32(){};
-nsISupportsPRInt32.prototype.TYPE_ID=0;
-nsISupportsPRInt32.prototype.TYPE_CSTRING=0;
-nsISupportsPRInt32.prototype.TYPE_STRING=0;
-nsISupportsPRInt32.prototype.TYPE_PRBOOL=0;
-nsISupportsPRInt32.prototype.TYPE_PRUINT8=0;
-nsISupportsPRInt32.prototype.TYPE_PRUINT16=0;
-nsISupportsPRInt32.prototype.TYPE_PRUINT32=0;
-nsISupportsPRInt32.prototype.TYPE_PRUINT64=0;
-nsISupportsPRInt32.prototype.TYPE_PRTIME=0;
-nsISupportsPRInt32.prototype.TYPE_CHAR=0;
-nsISupportsPRInt32.prototype.TYPE_PRINT16=0;
-nsISupportsPRInt32.prototype.TYPE_PRINT32=0;
-nsISupportsPRInt32.prototype.TYPE_PRINT64=0;
-nsISupportsPRInt32.prototype.TYPE_FLOAT=0;
-nsISupportsPRInt32.prototype.TYPE_DOUBLE=0;
-nsISupportsPRInt32.prototype.TYPE_VOID=0;
-nsISupportsPRInt32.prototype.TYPE_INTERFACE_POINTER=0;
-nsIApplicationUpdateService.prototype= new Array();
-function nsIApplicationUpdateService(){};
-nsIInterfaceRequestor.prototype= new Array();
-function nsIInterfaceRequestor(){};
-nsIDOMLSProgressEvent.prototype= new Array();
-function nsIDOMLSProgressEvent(){};
-nsIDOMLSProgressEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMLSProgressEvent.prototype.AT_TARGET=0;
-nsIDOMLSProgressEvent.prototype.BUBBLING_PHASE=0;
-nsITransactionManager.prototype= new Array();
-function nsITransactionManager(){};
-nsIDOMHTMLOptGroupElement.prototype= new Array();
-function nsIDOMHTMLOptGroupElement(){};
-nsIDOMHTMLOptGroupElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLOptGroupElement.prototype.NOTATION_NODE=0;
-nsICommandManager.prototype= new Array();
-function nsICommandManager(){};
-nsIIDNService.prototype= new Array();
-function nsIIDNService(){};
-nsIDOMHTMLTitleElement.prototype= new Array();
-function nsIDOMHTMLTitleElement(){};
-nsIDOMHTMLTitleElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTitleElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTitleElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTitleElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTitleElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTitleElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTitleElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTitleElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTitleElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTitleElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTitleElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTitleElement.prototype.NOTATION_NODE=0;
-nsITimelineService.prototype= new Array();
-function nsITimelineService(){};
-nsIUnicharOutputStream.prototype= new Array();
-function nsIUnicharOutputStream(){};
-nsIStackFrame.prototype= new Array();
-function nsIStackFrame(){};
-nsIDataType.prototype= new Array();
-function nsIDataType(){};
-nsIDataType.prototype.VTYPE_INT8="";
-nsIDataType.prototype.VTYPE_INT16=0;
-nsIDataType.prototype.VTYPE_INT32=0;
-nsIDataType.prototype.VTYPE_INT64=0;
-nsIDataType.prototype.VTYPE_UINT8=0;
-nsIDataType.prototype.VTYPE_UINT16=0;
-nsIDataType.prototype.VTYPE_UINT32=0;
-nsIDataType.prototype.VTYPE_UINT64=0;
-nsIDataType.prototype.VTYPE_FLOAT=0;
-nsIDataType.prototype.VTYPE_DOUBLE=0;
-nsIDataType.prototype.VTYPE_BOOL=0;
-nsIDataType.prototype.VTYPE_CHAR=0;
-nsIDataType.prototype.VTYPE_WCHAR=0;
-nsIDataType.prototype.VTYPE_VOID=0;
-nsIDataType.prototype.VTYPE_ID=0;
-nsIDataType.prototype.VTYPE_DOMSTRING=0;
-nsIDataType.prototype.VTYPE_CHAR_STR=0;
-nsIDataType.prototype.VTYPE_WCHAR_STR=0;
-nsIDataType.prototype.VTYPE_INTERFACE=0;
-nsIDataType.prototype.VTYPE_INTERFACE_IS=0;
-nsIDataType.prototype.VTYPE_ARRAY=0;
-nsIDataType.prototype.VTYPE_STRING_SIZE_IS=0;
-nsIDataType.prototype.VTYPE_WSTRING_SIZE_IS=0;
-nsIDataType.prototype.VTYPE_UTF8STRING=0;
-nsIDataType.prototype.VTYPE_CSTRING=0;
-nsIDataType.prototype.VTYPE_ASTRING=0;
-nsIDataType.prototype.VTYPE_EMPTY_ARRAY=0;
-nsIDataType.prototype.VTYPE_EMPTY=0;
-nsIHttpActivityObserver.prototype= new Array();
-function nsIHttpActivityObserver(){};
-nsIHttpActivityObserver.prototype.ACTIVITY_TYPE_SOCKET_TRANSPORT=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_TYPE_HTTP_TRANSACTION=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_SUBTYPE_REQUEST_HEADER=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_SUBTYPE_REQUEST_BODY_SENT=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_SUBTYPE_RESPONSE_START=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_SUBTYPE_RESPONSE_HEADER=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_SUBTYPE_RESPONSE_COMPLETE=0;
-nsIHttpActivityObserver.prototype.ACTIVITY_SUBTYPE_TRANSACTION_CLOSE=0;
-nsIDOMCSSStyleSheet.prototype= new Array();
-function nsIDOMCSSStyleSheet(){};
-nsIDOMCryptoDialogs.prototype= new Array();
-function nsIDOMCryptoDialogs(){};
-nsIDOMSVGGradientElement.prototype= new Array();
-function nsIDOMSVGGradientElement(){};
-nsIDOMSVGGradientElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGGradientElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGGradientElement.prototype.TEXT_NODE=0;
-nsIDOMSVGGradientElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGGradientElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGGradientElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGGradientElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGGradientElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGGradientElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGGradientElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGGradientElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGGradientElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGGradientElement.prototype.SVG_SPREADMETHOD_UNKNOWN="";
-nsIDOMSVGGradientElement.prototype.SVG_SPREADMETHOD_PAD=0;
-nsIDOMSVGGradientElement.prototype.SVG_SPREADMETHOD_REFLECT=0;
-nsIDOMSVGGradientElement.prototype.SVG_SPREADMETHOD_REPEAT=0;
-nsIDOMSVGGradientElement.prototype.SVG_GRUNITS_UNKNOWN="";
-nsIDOMSVGGradientElement.prototype.SVG_GRUNITS_OBJECTBOUNDINGBOX=0;
-nsIDOMSVGGradientElement.prototype.SVG_GRUNITS_USERSPACEONUSE=0;
-nsICookieManager.prototype= new Array();
-function nsICookieManager(){};
-nsIConverterOutputStream.prototype= new Array();
-function nsIConverterOutputStream(){};
-nsIInputStreamPump.prototype= new Array();
-function nsIInputStreamPump(){};
-nsIInputStreamPump.prototype.LOAD_NORMAL="";
-nsIInputStreamPump.prototype.LOAD_BACKGROUND=0;
-nsIInputStreamPump.prototype.INHIBIT_CACHING=0;
-nsIInputStreamPump.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIInputStreamPump.prototype.LOAD_BYPASS_CACHE=0;
-nsIInputStreamPump.prototype.LOAD_FROM_CACHE=0;
-nsIInputStreamPump.prototype.VALIDATE_ALWAYS=0;
-nsIInputStreamPump.prototype.VALIDATE_NEVER=0;
-nsIInputStreamPump.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIDOMLSParser.prototype= new Array();
-function nsIDOMLSParser(){};
-nsIDOMLSParser.prototype.ACTION_APPEND_AS_CHILDREN=0;
-nsIDOMLSParser.prototype.ACTION_REPLACE_CHILDREN=0;
-nsIDOMLSParser.prototype.ACTION_INSERT_BEFORE=0;
-nsIDOMLSParser.prototype.ACTION_INSERT_AFTER=0;
-nsIDOMLSParser.prototype.ACTION_REPLACE=0;
-nsIDOMCSSStyleDeclaration.prototype= new Array();
-function nsIDOMCSSStyleDeclaration(){};
-nsIFlavorDataProvider.prototype= new Array();
-function nsIFlavorDataProvider(){};
-nsISOAPHeaderBlock.prototype= new Array();
-function nsISOAPHeaderBlock(){};
-nsIDOMHTMLTableSectionElement.prototype= new Array();
-function nsIDOMHTMLTableSectionElement(){};
-nsIDOMHTMLTableSectionElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTableSectionElement.prototype.NOTATION_NODE=0;
-nsIDOMNode.prototype= new Array();
-function nsIDOMNode(){};
-nsIDOMNode.prototype.ELEMENT_NODE=0;
-nsIDOMNode.prototype.ATTRIBUTE_NODE=0;
-nsIDOMNode.prototype.TEXT_NODE=0;
-nsIDOMNode.prototype.CDATA_SECTION_NODE=0;
-nsIDOMNode.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMNode.prototype.ENTITY_NODE=0;
-nsIDOMNode.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMNode.prototype.COMMENT_NODE=0;
-nsIDOMNode.prototype.DOCUMENT_NODE=0;
-nsIDOMNode.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMNode.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMNode.prototype.NOTATION_NODE=0;
-imgICache.prototype= new Array();
-function imgICache(){};
-nsIDOMSVGZoomAndPan.prototype= new Array();
-function nsIDOMSVGZoomAndPan(){};
-nsIDOMSVGZoomAndPan.prototype.SVG_ZOOMANDPAN_UNKNOWN="";
-nsIDOMSVGZoomAndPan.prototype.SVG_ZOOMANDPAN_DISABLE=0;
-nsIDOMSVGZoomAndPan.prototype.SVG_ZOOMANDPAN_MAGNIFY=0;
-nsIDOMStorageWindow.prototype= new Array();
-function nsIDOMStorageWindow(){};
-nsISupportsPRUint8.prototype= new Array();
-function nsISupportsPRUint8(){};
-nsISupportsPRUint8.prototype.TYPE_ID=0;
-nsISupportsPRUint8.prototype.TYPE_CSTRING=0;
-nsISupportsPRUint8.prototype.TYPE_STRING=0;
-nsISupportsPRUint8.prototype.TYPE_PRBOOL=0;
-nsISupportsPRUint8.prototype.TYPE_PRUINT8=0;
-nsISupportsPRUint8.prototype.TYPE_PRUINT16=0;
-nsISupportsPRUint8.prototype.TYPE_PRUINT32=0;
-nsISupportsPRUint8.prototype.TYPE_PRUINT64=0;
-nsISupportsPRUint8.prototype.TYPE_PRTIME=0;
-nsISupportsPRUint8.prototype.TYPE_CHAR=0;
-nsISupportsPRUint8.prototype.TYPE_PRINT16=0;
-nsISupportsPRUint8.prototype.TYPE_PRINT32=0;
-nsISupportsPRUint8.prototype.TYPE_PRINT64=0;
-nsISupportsPRUint8.prototype.TYPE_FLOAT=0;
-nsISupportsPRUint8.prototype.TYPE_DOUBLE=0;
-nsISupportsPRUint8.prototype.TYPE_VOID=0;
-nsISupportsPRUint8.prototype.TYPE_INTERFACE_POINTER=0;
-nsIDOMSVGStyleElement.prototype= new Array();
-function nsIDOMSVGStyleElement(){};
-nsIDOMSVGStyleElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGStyleElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGStyleElement.prototype.TEXT_NODE=0;
-nsIDOMSVGStyleElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGStyleElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGStyleElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGStyleElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGStyleElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGStyleElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGStyleElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGStyleElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGStyleElement.prototype.NOTATION_NODE=0;
-nsIURILoader.prototype= new Array();
-function nsIURILoader(){};
-nsICommandLineHandler.prototype= new Array();
-function nsICommandLineHandler(){};
-nsIDocNavStartProgressListener.prototype= new Array();
-function nsIDocNavStartProgressListener(){};
-nsIRegistryNode.prototype= new Array();
-function nsIRegistryNode(){};
-nsITransferable.prototype= new Array();
-function nsITransferable(){};
-nsITransferable.prototype.kFlavorHasDataProvider="";
-nsIEditingSession.prototype= new Array();
-function nsIEditingSession(){};
-nsIEditingSession.prototype.eEditorOK="";
-nsIEditingSession.prototype.eEditorCreationInProgress=0;
-nsIEditingSession.prototype.eEditorErrorCantEditMimeType=0;
-nsIEditingSession.prototype.eEditorErrorFileNotFound=0;
-nsIEditingSession.prototype.eEditorErrorCantEditFramesets=0;
-nsIEditingSession.prototype.eEditorErrorUnknown=0;
-nsIAccessibilityService.prototype= new Array();
-function nsIAccessibilityService(){};
-nsIUpdatePatch.prototype= new Array();
-function nsIUpdatePatch(){};
-nsITransportEventSink.prototype= new Array();
-function nsITransportEventSink(){};
-nsIDOMCustomEvent.prototype= new Array();
-function nsIDOMCustomEvent(){};
-nsIDOMCustomEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMCustomEvent.prototype.AT_TARGET=0;
-nsIDOMCustomEvent.prototype.BUBBLING_PHASE=0;
-nsISupportsPRUint16.prototype= new Array();
-function nsISupportsPRUint16(){};
-nsISupportsPRUint16.prototype.TYPE_ID=0;
-nsISupportsPRUint16.prototype.TYPE_CSTRING=0;
-nsISupportsPRUint16.prototype.TYPE_STRING=0;
-nsISupportsPRUint16.prototype.TYPE_PRBOOL=0;
-nsISupportsPRUint16.prototype.TYPE_PRUINT8=0;
-nsISupportsPRUint16.prototype.TYPE_PRUINT16=0;
-nsISupportsPRUint16.prototype.TYPE_PRUINT32=0;
-nsISupportsPRUint16.prototype.TYPE_PRUINT64=0;
-nsISupportsPRUint16.prototype.TYPE_PRTIME=0;
-nsISupportsPRUint16.prototype.TYPE_CHAR=0;
-nsISupportsPRUint16.prototype.TYPE_PRINT16=0;
-nsISupportsPRUint16.prototype.TYPE_PRINT32=0;
-nsISupportsPRUint16.prototype.TYPE_PRINT64=0;
-nsISupportsPRUint16.prototype.TYPE_FLOAT=0;
-nsISupportsPRUint16.prototype.TYPE_DOUBLE=0;
-nsISupportsPRUint16.prototype.TYPE_VOID=0;
-nsISupportsPRUint16.prototype.TYPE_INTERFACE_POINTER=0;
-nsIUrlListManager.prototype= new Array();
-function nsIUrlListManager(){};
-nsIWSDLOperation.prototype= new Array();
-function nsIWSDLOperation(){};
-nsIWebProgressListener2.prototype= new Array();
-function nsIWebProgressListener2(){};
-nsIWebProgressListener2.prototype.STATE_START=0;
-nsIWebProgressListener2.prototype.STATE_REDIRECTING=0;
-nsIWebProgressListener2.prototype.STATE_TRANSFERRING=0;
-nsIWebProgressListener2.prototype.STATE_NEGOTIATING=0;
-nsIWebProgressListener2.prototype.STATE_STOP=0;
-nsIWebProgressListener2.prototype.STATE_IS_REQUEST=0;
-nsIWebProgressListener2.prototype.STATE_IS_DOCUMENT=0;
-nsIWebProgressListener2.prototype.STATE_IS_NETWORK=0;
-nsIWebProgressListener2.prototype.STATE_IS_WINDOW=0;
-nsIWebProgressListener2.prototype.STATE_RESTORING=0;
-nsIWebProgressListener2.prototype.STATE_IS_INSECURE=0;
-nsIWebProgressListener2.prototype.STATE_IS_BROKEN=0;
-nsIWebProgressListener2.prototype.STATE_IS_SECURE=0;
-nsIWebProgressListener2.prototype.STATE_SECURE_HIGH=0;
-nsIWebProgressListener2.prototype.STATE_SECURE_MED=0;
-nsIWebProgressListener2.prototype.STATE_SECURE_LOW=0;
-nsISOAPDecoder.prototype= new Array();
-function nsISOAPDecoder(){};
-nsISAXXMLReader.prototype= new Array();
-function nsISAXXMLReader(){};
-nsIRecyclingAllocator.prototype= new Array();
-function nsIRecyclingAllocator(){};
-nsIWebServiceProxy.prototype= new Array();
-function nsIWebServiceProxy(){};
-nsIRDFXMLSink.prototype= new Array();
-function nsIRDFXMLSink(){};
-nsIDOMHTMLIFrameElement.prototype= new Array();
-function nsIDOMHTMLIFrameElement(){};
-nsIDOMHTMLIFrameElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLIFrameElement.prototype.NOTATION_NODE=0;
-nsIXULBrowserWindow.prototype= new Array();
-function nsIXULBrowserWindow(){};
-nsIDOMSVGPointList.prototype= new Array();
-function nsIDOMSVGPointList(){};
-nsIUserInfo.prototype= new Array();
-function nsIUserInfo(){};
-nsICacheEntryDescriptor.prototype= new Array();
-function nsICacheEntryDescriptor(){};
-nsIHTMLAbsPosEditor.prototype= new Array();
-function nsIHTMLAbsPosEditor(){};
-nsIXTFVisual.prototype= new Array();
-function nsIXTFVisual(){};
-nsIXTFVisual.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFVisual.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFVisual.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFVisual.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFVisual.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFVisual.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFVisual.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFVisual.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFVisual.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFVisual.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFVisual.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFVisual.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFVisual.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFVisual.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFVisual.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFVisual.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIXTFVisual.prototype.NOTIFY_DID_LAYOUT=0;
-nsIAutoCompleteObserver.prototype= new Array();
-function nsIAutoCompleteObserver(){};
-nsIFormHistory2.prototype= new Array();
-function nsIFormHistory2(){};
-nsIFileSpec.prototype= new Array();
-function nsIFileSpec(){};
-nsIPasswordInternal.prototype= new Array();
-function nsIPasswordInternal(){};
-nsISecurityWarningDialogs.prototype= new Array();
-function nsISecurityWarningDialogs(){};
-nsISOAPBlock.prototype= new Array();
-function nsISOAPBlock(){};
-nsIImageDocument.prototype= new Array();
-function nsIImageDocument(){};
-nsITransport.prototype= new Array();
-function nsITransport(){};
-nsITransport.prototype.OPEN_BLOCKING=0;
-nsITransport.prototype.OPEN_UNBUFFERED=0;
-nsITransport.prototype.STATUS_READING=0;
-nsITransport.prototype.STATUS_WRITING=0;
-nsISOAPFault.prototype= new Array();
-function nsISOAPFault(){};
-nsIScriptContextOwner.prototype= new Array();
-function nsIScriptContextOwner(){};
-jsdICallHook.prototype= new Array();
-function jsdICallHook(){};
-jsdICallHook.prototype.TYPE_TOPLEVEL_START="";
-jsdICallHook.prototype.TYPE_TOPLEVEL_END=0;
-jsdICallHook.prototype.TYPE_FUNCTION_CALL=0;
-jsdICallHook.prototype.TYPE_FUNCTION_RETURN=0;
-nsISOAPEncodingRegistry.prototype= new Array();
-function nsISOAPEncodingRegistry(){};
-nsICategoryManager.prototype= new Array();
-function nsICategoryManager(){};
-nsIBidirectionalIterator.prototype= new Array();
-function nsIBidirectionalIterator(){};
-nsIWindowMediatorListener.prototype= new Array();
-function nsIWindowMediatorListener(){};
-nsIDOMXPathResult.prototype= new Array();
-function nsIDOMXPathResult(){};
-nsIDOMXPathResult.prototype.ANY_TYPE="";
-nsIDOMXPathResult.prototype.NUMBER_TYPE=0;
-nsIDOMXPathResult.prototype.STRING_TYPE=0;
-nsIDOMXPathResult.prototype.BOOLEAN_TYPE=0;
-nsIDOMXPathResult.prototype.UNORDERED_NODE_ITERATOR_TYPE=0;
-nsIDOMXPathResult.prototype.ORDERED_NODE_ITERATOR_TYPE=0;
-nsIDOMXPathResult.prototype.UNORDERED_NODE_SNAPSHOT_TYPE=0;
-nsIDOMXPathResult.prototype.ORDERED_NODE_SNAPSHOT_TYPE=0;
-nsIDOMXPathResult.prototype.ANY_UNORDERED_NODE_TYPE=0;
-nsIDOMXPathResult.prototype.FIRST_ORDERED_NODE_TYPE=0;
-nsIXTFSVGVisualWrapper.prototype= new Array();
-function nsIXTFSVGVisualWrapper(){};
-nsIFeedGenerator.prototype= new Array();
-function nsIFeedGenerator(){};
-nsIEditor.prototype= new Array();
-function nsIEditor(){};
-nsIEditor.prototype.eNone="";
-nsIEditor.prototype.eNext=0;
-nsIEditor.prototype.ePrevious=0;
-nsIEditor.prototype.eNextWord=0;
-nsIEditor.prototype.ePreviousWord=0;
-nsIEditor.prototype.eToBeginningOfLine=0;
-nsIEditor.prototype.eToEndOfLine=0;
-nsIDOMHistory.prototype= new Array();
-function nsIDOMHistory(){};
-nsIZipEntry.prototype= new Array();
-function nsIZipEntry(){};
-nsIWebContentHandlerRegistrar.prototype= new Array();
-function nsIWebContentHandlerRegistrar(){};
-mozIStorageStatementWrapper.prototype= new Array();
-function mozIStorageStatementWrapper(){};
-nsIFontPackageProxy.prototype= new Array();
-function nsIFontPackageProxy(){};
-nsIDOMLSOutput.prototype= new Array();
-function nsIDOMLSOutput(){};
-nsIUnicharInputStream.prototype= new Array();
-function nsIUnicharInputStream(){};
-nsIFontList.prototype= new Array();
-function nsIFontList(){};
-nsIScriptLoader.prototype= new Array();
-function nsIScriptLoader(){};
-nsIDOMXULSelectControlElement.prototype= new Array();
-function nsIDOMXULSelectControlElement(){};
-nsIDOMXULSelectControlElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULSelectControlElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULSelectControlElement.prototype.TEXT_NODE=0;
-nsIDOMXULSelectControlElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULSelectControlElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULSelectControlElement.prototype.ENTITY_NODE=0;
-nsIDOMXULSelectControlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULSelectControlElement.prototype.COMMENT_NODE=0;
-nsIDOMXULSelectControlElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULSelectControlElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULSelectControlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULSelectControlElement.prototype.NOTATION_NODE=0;
-nsIVariant.prototype= new Array();
-function nsIVariant(){};
-nsIDOMCanvasPattern.prototype= new Array();
-function nsIDOMCanvasPattern(){};
-nsISupportsVoid.prototype= new Array();
-function nsISupportsVoid(){};
-nsISupportsVoid.prototype.TYPE_ID=0;
-nsISupportsVoid.prototype.TYPE_CSTRING=0;
-nsISupportsVoid.prototype.TYPE_STRING=0;
-nsISupportsVoid.prototype.TYPE_PRBOOL=0;
-nsISupportsVoid.prototype.TYPE_PRUINT8=0;
-nsISupportsVoid.prototype.TYPE_PRUINT16=0;
-nsISupportsVoid.prototype.TYPE_PRUINT32=0;
-nsISupportsVoid.prototype.TYPE_PRUINT64=0;
-nsISupportsVoid.prototype.TYPE_PRTIME=0;
-nsISupportsVoid.prototype.TYPE_CHAR=0;
-nsISupportsVoid.prototype.TYPE_PRINT16=0;
-nsISupportsVoid.prototype.TYPE_PRINT32=0;
-nsISupportsVoid.prototype.TYPE_PRINT64=0;
-nsISupportsVoid.prototype.TYPE_FLOAT=0;
-nsISupportsVoid.prototype.TYPE_DOUBLE=0;
-nsISupportsVoid.prototype.TYPE_VOID=0;
-nsISupportsVoid.prototype.TYPE_INTERFACE_POINTER=0;
-nsIDOMCSSImportRule.prototype= new Array();
-function nsIDOMCSSImportRule(){};
-nsIDOMCSSImportRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSImportRule.prototype.STYLE_RULE=0;
-nsIDOMCSSImportRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSImportRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSImportRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSImportRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSImportRule.prototype.PAGE_RULE=0;
-nsISchemaModelGroup.prototype= new Array();
-function nsISchemaModelGroup(){};
-nsISchemaModelGroup.prototype.PARTICLE_TYPE_ELEMENT=0;
-nsISchemaModelGroup.prototype.PARTICLE_TYPE_MODEL_GROUP=0;
-nsISchemaModelGroup.prototype.PARTICLE_TYPE_ANY=0;
-nsISchemaModelGroup.prototype.OCCURRENCE_UNBOUNDED=0;
-nsISchemaModelGroup.prototype.COMPOSITOR_ALL=0;
-nsISchemaModelGroup.prototype.COMPOSITOR_SEQUENCE=0;
-nsISchemaModelGroup.prototype.COMPOSITOR_CHOICE=0;
-nsIConsoleMessage.prototype= new Array();
-function nsIConsoleMessage(){};
-nsISAXLocator.prototype= new Array();
-function nsISAXLocator(){};
-inIDOMView.prototype= new Array();
-function inIDOMView(){};
-nsIDOMHTMLCollection.prototype= new Array();
-function nsIDOMHTMLCollection(){};
-nsICacheDeviceInfo.prototype= new Array();
-function nsICacheDeviceInfo(){};
-nsIFeedPerson.prototype= new Array();
-function nsIFeedPerson(){};
-nsIDOMEvent.prototype= new Array();
-function nsIDOMEvent(){};
-nsIDOMEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMEvent.prototype.AT_TARGET=0;
-nsIDOMEvent.prototype.BUBBLING_PHASE=0;
-nsICacheVisitor.prototype= new Array();
-function nsICacheVisitor(){};
-nsISerializable.prototype= new Array();
-function nsISerializable(){};
-nsINonBlockingAlertService.prototype= new Array();
-function nsINonBlockingAlertService(){};
-nsICertificateDialogs.prototype= new Array();
-function nsICertificateDialogs(){};
-nsIInputIterator.prototype= new Array();
-function nsIInputIterator(){};
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoQuadraticSmoothRel(){};
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIInternetSearchService.prototype= new Array();
-function nsIInternetSearchService(){};
-nsIInternetSearchService.prototype.kHaveNext=0;
-nsIInternetSearchService.prototype.kHavePrev=0;
-nsIHttpAuthenticator.prototype= new Array();
-function nsIHttpAuthenticator(){};
-nsIHttpAuthenticator.prototype.REQUEST_BASED=0;
-nsIHttpAuthenticator.prototype.CONNECTION_BASED=0;
-nsIHttpAuthenticator.prototype.REUSABLE_CREDENTIALS=0;
-nsIHttpAuthenticator.prototype.REUSABLE_CHALLENGE=0;
-nsIHttpAuthenticator.prototype.IDENTITY_IGNORED=0;
-nsIHttpAuthenticator.prototype.IDENTITY_INCLUDES_DOMAIN=0;
-nsIAddonUpdateListener.prototype= new Array();
-function nsIAddonUpdateListener(){};
-nsIEditorLogging.prototype= new Array();
-function nsIEditorLogging(){};
-nsIZipReaderCache.prototype= new Array();
-function nsIZipReaderCache(){};
-nsIAsyncStreamCopier.prototype= new Array();
-function nsIAsyncStreamCopier(){};
-nsIAsyncStreamCopier.prototype.LOAD_NORMAL="";
-nsIAsyncStreamCopier.prototype.LOAD_BACKGROUND=0;
-nsIAsyncStreamCopier.prototype.INHIBIT_CACHING=0;
-nsIAsyncStreamCopier.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIAsyncStreamCopier.prototype.LOAD_BYPASS_CACHE=0;
-nsIAsyncStreamCopier.prototype.LOAD_FROM_CACHE=0;
-nsIAsyncStreamCopier.prototype.VALIDATE_ALWAYS=0;
-nsIAsyncStreamCopier.prototype.VALIDATE_NEVER=0;
-nsIAsyncStreamCopier.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIDOMXULLabeledControlElement.prototype= new Array();
-function nsIDOMXULLabeledControlElement(){};
-nsIDOMXULLabeledControlElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.TEXT_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.ENTITY_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.COMMENT_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULLabeledControlElement.prototype.NOTATION_NODE=0;
-nsICookieAcceptDialog.prototype= new Array();
-function nsICookieAcceptDialog(){};
-nsICookieAcceptDialog.prototype.ACCEPT_COOKIE="";
-nsICookieAcceptDialog.prototype.REMEMBER_DECISION=0;
-nsICookieAcceptDialog.prototype.HOSTNAME=0;
-nsICookieAcceptDialog.prototype.COOKIESFROMHOST=0;
-nsICookieAcceptDialog.prototype.CHANGINGCOOKIE=0;
-nsIDOMSVGAnimatedEnumeration.prototype= new Array();
-function nsIDOMSVGAnimatedEnumeration(){};
-nsIPKCS11ModuleDB.prototype= new Array();
-function nsIPKCS11ModuleDB(){};
-nsISecretDecoderRingConfig.prototype= new Array();
-function nsISecretDecoderRingConfig(){};
-nsIDOMCSSUnknownRule.prototype= new Array();
-function nsIDOMCSSUnknownRule(){};
-nsIDOMCSSUnknownRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSUnknownRule.prototype.STYLE_RULE=0;
-nsIDOMCSSUnknownRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSUnknownRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSUnknownRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSUnknownRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSUnknownRule.prototype.PAGE_RULE=0;
-nsIXPTLoader.prototype= new Array();
-function nsIXPTLoader(){};
-nsIDOMSVGAnimatedString.prototype= new Array();
-function nsIDOMSVGAnimatedString(){};
-nsIContentFilter.prototype= new Array();
-function nsIContentFilter(){};
-nsIWSDLLoadListener.prototype= new Array();
-function nsIWSDLLoadListener(){};
-mozIStorageStatementRow.prototype= new Array();
-function mozIStorageStatementRow(){};
-imgIDecoderObserver_MOZILLA_1_8_BRANCH.prototype= new Array();
-function imgIDecoderObserver_MOZILLA_1_8_BRANCH(){};
-mozISpellCheckingEngine.prototype= new Array();
-function mozISpellCheckingEngine(){};
-nsISOAPMessageBinding.prototype= new Array();
-function nsISOAPMessageBinding(){};
-nsISOAPMessageBinding.prototype.STYLE_RPC=0;
-nsISOAPMessageBinding.prototype.STYLE_DOCUMENT=0;
-nsICommandHandlerInit.prototype= new Array();
-function nsICommandHandlerInit(){};
-mozIStorageDataSet.prototype= new Array();
-function mozIStorageDataSet(){};
-nsIDOMNSHTMLFrameElement.prototype= new Array();
-function nsIDOMNSHTMLFrameElement(){};
-nsIProfile.prototype= new Array();
-function nsIProfile(){};
-nsIProfile.prototype.SHUTDOWN_PERSIST=0;
-nsIProfile.prototype.SHUTDOWN_CLEANSE=0;
-nsIDOMSVGRect.prototype= new Array();
-function nsIDOMSVGRect(){};
-nsIDOMSVGPathSegMovetoRel.prototype= new Array();
-function nsIDOMSVGPathSegMovetoRel(){};
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegMovetoRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIPromptService.prototype= new Array();
-function nsIPromptService(){};
-nsIPromptService.prototype.BUTTON_POS_0=0;
-nsIPromptService.prototype.BUTTON_POS_1=0;
-nsIPromptService.prototype.BUTTON_POS_2=0;
-nsIPromptService.prototype.BUTTON_TITLE_OK=0;
-nsIPromptService.prototype.BUTTON_TITLE_CANCEL=0;
-nsIPromptService.prototype.BUTTON_TITLE_YES=0;
-nsIPromptService.prototype.BUTTON_TITLE_NO=0;
-nsIPromptService.prototype.BUTTON_TITLE_SAVE=0;
-nsIPromptService.prototype.BUTTON_TITLE_DONT_SAVE=0;
-nsIPromptService.prototype.BUTTON_TITLE_REVERT=0;
-nsIPromptService.prototype.BUTTON_TITLE_IS_STRING=0;
-nsIPromptService.prototype.BUTTON_POS_0_DEFAULT="";
-nsIPromptService.prototype.BUTTON_POS_1_DEFAULT=0;
-nsIPromptService.prototype.BUTTON_POS_2_DEFAULT=0;
-nsIPromptService.prototype.BUTTON_DELAY_ENABLE=0;
-nsIPromptService.prototype.STD_OK_CANCEL_BUTTONS=0;
-nsIPromptService.prototype.STD_YES_NO_BUTTONS=0;
-nsIJARProtocolHandler.prototype= new Array();
-function nsIJARProtocolHandler(){};
-nsIJARProtocolHandler.prototype.URI_STD="";
-nsIJARProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIJARProtocolHandler.prototype.URI_NOAUTH=0;
-nsIJARProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIJARProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsIRefreshURI.prototype= new Array();
-function nsIRefreshURI(){};
-nsIDOMXPathExpression.prototype= new Array();
-function nsIDOMXPathExpression(){};
-nsISchema.prototype= new Array();
-function nsISchema(){};
-nsIDOMSVGLineElement.prototype= new Array();
-function nsIDOMSVGLineElement(){};
-nsIDOMSVGLineElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGLineElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGLineElement.prototype.TEXT_NODE=0;
-nsIDOMSVGLineElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGLineElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGLineElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGLineElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGLineElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGLineElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGLineElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGLineElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGLineElement.prototype.NOTATION_NODE=0;
-nsITreeColumn.prototype= new Array();
-function nsITreeColumn(){};
-nsITreeColumn.prototype.TYPE_TEXT=0;
-nsITreeColumn.prototype.TYPE_CHECKBOX=0;
-nsITreeColumn.prototype.TYPE_PROGRESSMETER=0;
-nsIAutoCompletePopup.prototype= new Array();
-function nsIAutoCompletePopup(){};
-nsIFullScreen.prototype= new Array();
-function nsIFullScreen(){};
-nsIDOMPkcs11.prototype= new Array();
-function nsIDOMPkcs11(){};
-nsIRequest.prototype= new Array();
-function nsIRequest(){};
-nsIRequest.prototype.LOAD_NORMAL="";
-nsIRequest.prototype.LOAD_BACKGROUND=0;
-nsIRequest.prototype.INHIBIT_CACHING=0;
-nsIRequest.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIRequest.prototype.LOAD_BYPASS_CACHE=0;
-nsIRequest.prototype.LOAD_FROM_CACHE=0;
-nsIRequest.prototype.VALIDATE_ALWAYS=0;
-nsIRequest.prototype.VALIDATE_NEVER=0;
-nsIRequest.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIDOMCSSPageRule.prototype= new Array();
-function nsIDOMCSSPageRule(){};
-nsIDOMCSSPageRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSPageRule.prototype.STYLE_RULE=0;
-nsIDOMCSSPageRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSPageRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSPageRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSPageRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSPageRule.prototype.PAGE_RULE=0;
-nsIWebBrowserPrint.prototype= new Array();
-function nsIWebBrowserPrint(){};
-nsIWebBrowserPrint.prototype.PRINTPREVIEW_GOTO_PAGENUM="";
-nsIWebBrowserPrint.prototype.PRINTPREVIEW_PREV_PAGE=0;
-nsIWebBrowserPrint.prototype.PRINTPREVIEW_NEXT_PAGE=0;
-nsIWebBrowserPrint.prototype.PRINTPREVIEW_HOME=0;
-nsIWebBrowserPrint.prototype.PRINTPREVIEW_END=0;
-nsIDOMNameList.prototype= new Array();
-function nsIDOMNameList(){};
-nsIGlobalHistory2.prototype= new Array();
-function nsIGlobalHistory2(){};
-nsISOAPResponseListener.prototype= new Array();
-function nsISOAPResponseListener(){};
-nsIUrlClassifierTable.prototype= new Array();
-function nsIUrlClassifierTable(){};
-nsIDOMSVGAnimatedNumber.prototype= new Array();
-function nsIDOMSVGAnimatedNumber(){};
-nsIBrowserHistory.prototype= new Array();
-function nsIBrowserHistory(){};
-nsIRDFDelegateFactory.prototype= new Array();
-function nsIRDFDelegateFactory(){};
-nsIDOMCSSPrimitiveValue.prototype= new Array();
-function nsIDOMCSSPrimitiveValue(){};
-nsIDOMCSSPrimitiveValue.prototype.CSS_INHERIT="";
-nsIDOMCSSPrimitiveValue.prototype.CSS_PRIMITIVE_VALUE=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_VALUE_LIST=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_CUSTOM=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_UNKNOWN="";
-nsIDOMCSSPrimitiveValue.prototype.CSS_NUMBER=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_PERCENTAGE=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_EMS=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_EXS=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_PX=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_CM=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_MM=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_IN=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_PT=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_PC=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_DEG=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_RAD=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_GRAD=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_MS=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_S=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_HZ=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_KHZ=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_DIMENSION=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_STRING=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_URI=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_IDENT=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_ATTR=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_COUNTER=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_RECT=0;
-nsIDOMCSSPrimitiveValue.prototype.CSS_RGBCOLOR=0;
-nsIFeedResult.prototype= new Array();
-function nsIFeedResult(){};
-nsISelectionController.prototype= new Array();
-function nsISelectionController(){};
-nsISelectionController.prototype.DISPLAY_TEXT=0;
-nsISelectionController.prototype.DISPLAY_IMAGES=0;
-nsISelectionController.prototype.DISPLAY_FRAMES=0;
-nsISelectionController.prototype.DISPLAY_ALL=0;
-nsISelectionController.prototype.SELECTION_NONE="";
-nsISelectionController.prototype.SELECTION_NORMAL=0;
-nsISelectionController.prototype.SELECTION_SPELLCHECK=0;
-nsISelectionController.prototype.SELECTION_IME_RAWINPUT=0;
-nsISelectionController.prototype.SELECTION_IME_SELECTEDRAWTEXT=0;
-nsISelectionController.prototype.SELECTION_IME_CONVERTEDTEXT=0;
-nsISelectionController.prototype.SELECTION_IME_SELECTEDCONVERTEDTEXT=0;
-nsISelectionController.prototype.SELECTION_ACCESSIBILITY=0;
-nsISelectionController.prototype.NUM_SELECTIONTYPES=0;
-nsISelectionController.prototype.SELECTION_ANCHOR_REGION="";
-nsISelectionController.prototype.SELECTION_FOCUS_REGION=0;
-nsISelectionController.prototype.NUM_SELECTION_REGIONS=0;
-nsISelectionController.prototype.SELECTION_OFF="";
-nsISelectionController.prototype.SELECTION_HIDDEN=0;
-nsISelectionController.prototype.SELECTION_ON=0;
-nsISelectionController.prototype.SELECTION_DISABLED=0;
-nsISelectionController.prototype.SELECTION_ATTENTION=0;
-nsISocketProvider.prototype= new Array();
-function nsISocketProvider(){};
-nsISocketProvider.prototype.PROXY_RESOLVES_HOST=0;
-nsIFontPackageService.prototype= new Array();
-function nsIFontPackageService(){};
-nsIStringInputStream.prototype= new Array();
-function nsIStringInputStream(){};
-nsIPhonetic.prototype= new Array();
-function nsIPhonetic(){};
-nsIDOMSVGDefsElement.prototype= new Array();
-function nsIDOMSVGDefsElement(){};
-nsIDOMSVGDefsElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGDefsElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGDefsElement.prototype.TEXT_NODE=0;
-nsIDOMSVGDefsElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGDefsElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGDefsElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGDefsElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGDefsElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGDefsElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGDefsElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGDefsElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGDefsElement.prototype.NOTATION_NODE=0;
-imgIDecoder.prototype= new Array();
-function imgIDecoder(){};
-nsIDOMCSSValue.prototype= new Array();
-function nsIDOMCSSValue(){};
-nsIDOMCSSValue.prototype.CSS_INHERIT="";
-nsIDOMCSSValue.prototype.CSS_PRIMITIVE_VALUE=0;
-nsIDOMCSSValue.prototype.CSS_VALUE_LIST=0;
-nsIDOMCSSValue.prototype.CSS_CUSTOM=0;
-nsISHContainer.prototype= new Array();
-function nsISHContainer(){};
-nsICryptoFIPSInfo.prototype= new Array();
-function nsICryptoFIPSInfo(){};
-nsIMenuBoxObject.prototype= new Array();
-function nsIMenuBoxObject(){};
-nsIWSDLPort.prototype= new Array();
-function nsIWSDLPort(){};
-nsIDOMSVGPathSegClosePath.prototype= new Array();
-function nsIDOMSVGPathSegClosePath(){};
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegClosePath.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDOMLSException.prototype= new Array();
-function nsIDOMLSException(){};
-nsIDOMLSException.prototype.PARSE_ERR=0;
-nsIDOMLSException.prototype.SERIALIZE_ERR=0;
-nsIDOMHTMLFieldSetElement.prototype= new Array();
-function nsIDOMHTMLFieldSetElement(){};
-nsIDOMHTMLFieldSetElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLFieldSetElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype= new Array();
-function nsIDOMSVGLinearGradientElement(){};
-nsIDOMSVGLinearGradientElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.TEXT_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGLinearGradientElement.prototype.SVG_SPREADMETHOD_UNKNOWN="";
-nsIDOMSVGLinearGradientElement.prototype.SVG_SPREADMETHOD_PAD=0;
-nsIDOMSVGLinearGradientElement.prototype.SVG_SPREADMETHOD_REFLECT=0;
-nsIDOMSVGLinearGradientElement.prototype.SVG_SPREADMETHOD_REPEAT=0;
-nsIDOMSVGLinearGradientElement.prototype.SVG_GRUNITS_UNKNOWN="";
-nsIDOMSVGLinearGradientElement.prototype.SVG_GRUNITS_OBJECTBOUNDINGBOX=0;
-nsIDOMSVGLinearGradientElement.prototype.SVG_GRUNITS_USERSPACEONUSE=0;
-nsIDOMStorage.prototype= new Array();
-function nsIDOMStorage(){};
-nsIStreamLoader.prototype= new Array();
-function nsIStreamLoader(){};
-nsIDOMWindowCollection.prototype= new Array();
-function nsIDOMWindowCollection(){};
-nsIBinaryInputStream.prototype= new Array();
-function nsIBinaryInputStream(){};
-nsIFeedProcessor.prototype= new Array();
-function nsIFeedProcessor(){};
-nsITextScroll.prototype= new Array();
-function nsITextScroll(){};
-nsIDOMSVGRadialGradientElement.prototype= new Array();
-function nsIDOMSVGRadialGradientElement(){};
-nsIDOMSVGRadialGradientElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.TEXT_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGRadialGradientElement.prototype.SVG_SPREADMETHOD_UNKNOWN="";
-nsIDOMSVGRadialGradientElement.prototype.SVG_SPREADMETHOD_PAD=0;
-nsIDOMSVGRadialGradientElement.prototype.SVG_SPREADMETHOD_REFLECT=0;
-nsIDOMSVGRadialGradientElement.prototype.SVG_SPREADMETHOD_REPEAT=0;
-nsIDOMSVGRadialGradientElement.prototype.SVG_GRUNITS_UNKNOWN="";
-nsIDOMSVGRadialGradientElement.prototype.SVG_GRUNITS_OBJECTBOUNDINGBOX=0;
-nsIDOMSVGRadialGradientElement.prototype.SVG_GRUNITS_USERSPACEONUSE=0;
-nsIVersionComparator.prototype= new Array();
-function nsIVersionComparator(){};
-nsIAsyncStreamListener.prototype= new Array();
-function nsIAsyncStreamListener(){};
-nsIBrowserDOMWindow.prototype= new Array();
-function nsIBrowserDOMWindow(){};
-nsIBrowserDOMWindow.prototype.OPEN_DEFAULTWINDOW="";
-nsIBrowserDOMWindow.prototype.OPEN_CURRENTWINDOW=0;
-nsIBrowserDOMWindow.prototype.OPEN_NEWWINDOW=0;
-nsIBrowserDOMWindow.prototype.OPEN_NEWTAB=0;
-nsIBrowserDOMWindow.prototype.OPEN_EXTERNAL=0;
-nsIBrowserDOMWindow.prototype.OPEN_NEW=0;
-nsIDOMXPathException.prototype= new Array();
-function nsIDOMXPathException(){};
-nsIDOMXPathException.prototype.INVALID_EXPRESSION_ERR=0;
-nsIDOMXPathException.prototype.TYPE_ERR=0;
-nsISHistory.prototype= new Array();
-function nsISHistory(){};
-nsIDOMCrypto.prototype= new Array();
-function nsIDOMCrypto(){};
-nsIAccessible.prototype= new Array();
-function nsIAccessible(){};
-nsIAccessible.prototype.STATE_UNAVAILABLE=0;
-nsIAccessible.prototype.STATE_SELECTED=0;
-nsIAccessible.prototype.STATE_FOCUSED=0;
-nsIAccessible.prototype.STATE_PRESSED=0;
-nsIAccessible.prototype.STATE_CHECKED=0;
-nsIAccessible.prototype.STATE_MIXED=0;
-nsIAccessible.prototype.STATE_READONLY=0;
-nsIAccessible.prototype.STATE_HOTTRACKED=0;
-nsIAccessible.prototype.STATE_DEFAULT=0;
-nsIAccessible.prototype.STATE_EXPANDED=0;
-nsIAccessible.prototype.STATE_COLLAPSED=0;
-nsIAccessible.prototype.STATE_BUSY=0;
-nsIAccessible.prototype.STATE_FLOATING=0;
-nsIAccessible.prototype.STATE_MARQUEED=0;
-nsIAccessible.prototype.STATE_ANIMATED=0;
-nsIAccessible.prototype.STATE_INVISIBLE=0;
-nsIAccessible.prototype.STATE_OFFSCREEN=0;
-nsIAccessible.prototype.STATE_SIZEABLE=0;
-nsIAccessible.prototype.STATE_MOVEABLE=0;
-nsIAccessible.prototype.STATE_SELFVOICING=0;
-nsIAccessible.prototype.STATE_FOCUSABLE=0;
-nsIAccessible.prototype.STATE_SELECTABLE=0;
-nsIAccessible.prototype.STATE_LINKED=0;
-nsIAccessible.prototype.STATE_TRAVERSED=0;
-nsIAccessible.prototype.STATE_MULTISELECTABLE=0;
-nsIAccessible.prototype.STATE_EXTSELECTABLE=0;
-nsIAccessible.prototype.STATE_ALERT_LOW=0;
-nsIAccessible.prototype.STATE_ALERT_MEDIUM=0;
-nsIAccessible.prototype.STATE_ALERT_HIGH=0;
-nsIAccessible.prototype.STATE_PROTECTED=0;
-nsIAccessible.prototype.STATE_HASPOPUP=0;
-nsIAccessible.prototype.STATE_REQUIRED=0;
-nsIAccessible.prototype.STATE_IMPORTANT=0;
-nsIAccessible.prototype.STATE_INVALID=0;
-nsIAccessible.prototype.STATE_CHECKABLE=0;
-nsIAccessible.prototype.EXT_STATE_EDITABLE=0;
-nsIAccessible.prototype.EXT_STATE_ACTIVE=0;
-nsIAccessible.prototype.EXT_STATE_EXPANDABLE=0;
-nsIAccessible.prototype.EXT_STATE_MODAL=0;
-nsIAccessible.prototype.EXT_STATE_MULTI_LINE=0;
-nsIAccessible.prototype.EXT_STATE_SENSITIVE=0;
-nsIAccessible.prototype.EXT_STATE_SHOWING=0;
-nsIAccessible.prototype.EXT_STATE_SINGLE_LINE=0;
-nsIAccessible.prototype.EXT_STATE_TRANSIENT=0;
-nsIAccessible.prototype.EXT_STATE_VERTICAL=0;
-nsIAccessible.prototype.RELATION_NUL="";
-nsIAccessible.prototype.RELATION_CONTROLLED_BY=0;
-nsIAccessible.prototype.RELATION_CONTROLLER_FOR=0;
-nsIAccessible.prototype.RELATION_LABEL_FOR=0;
-nsIAccessible.prototype.RELATION_LABELLED_BY=0;
-nsIAccessible.prototype.RELATION_MEMBER_OF=0;
-nsIAccessible.prototype.RELATION_NODE_CHILD_OF=0;
-nsIAccessible.prototype.RELATION_FLOWS_TO=0;
-nsIAccessible.prototype.RELATION_FLOWS_FROM=0;
-nsIAccessible.prototype.RELATION_SUBWINDOW_OF=0;
-nsIAccessible.prototype.RELATION_EMBEDS=0;
-nsIAccessible.prototype.RELATION_EMBEDDED_BY=0;
-nsIAccessible.prototype.RELATION_POPUP_FOR=0;
-nsIAccessible.prototype.RELATION_PARENT_WINDOW_OF=0;
-nsIAccessible.prototype.RELATION_DEFAULT_BUTTON=0;
-nsIAccessible.prototype.RELATION_DESCRIBED_BY=0;
-nsIAccessible.prototype.RELATION_DESCRIPTION_FOR=0;
-nsITransaction.prototype= new Array();
-function nsITransaction(){};
-nsIDOMHTMLOptionsCollection.prototype= new Array();
-function nsIDOMHTMLOptionsCollection(){};
-nsIDOMNSEvent.prototype= new Array();
-function nsIDOMNSEvent(){};
-nsIDOMNSEvent.prototype.MOUSEDOWN=0;
-nsIDOMNSEvent.prototype.MOUSEUP=0;
-nsIDOMNSEvent.prototype.MOUSEOVER=0;
-nsIDOMNSEvent.prototype.MOUSEOUT=0;
-nsIDOMNSEvent.prototype.MOUSEMOVE=0;
-nsIDOMNSEvent.prototype.MOUSEDRAG=0;
-nsIDOMNSEvent.prototype.CLICK=0;
-nsIDOMNSEvent.prototype.DBLCLICK=0;
-nsIDOMNSEvent.prototype.KEYDOWN=0;
-nsIDOMNSEvent.prototype.KEYUP=0;
-nsIDOMNSEvent.prototype.KEYPRESS=0;
-nsIDOMNSEvent.prototype.DRAGDROP=0;
-nsIDOMNSEvent.prototype.FOCUS=0;
-nsIDOMNSEvent.prototype.BLUR=0;
-nsIDOMNSEvent.prototype.SELECT=0;
-nsIDOMNSEvent.prototype.CHANGE=0;
-nsIDOMNSEvent.prototype.RESET=0;
-nsIDOMNSEvent.prototype.SUBMIT=0;
-nsIDOMNSEvent.prototype.SCROLL=0;
-nsIDOMNSEvent.prototype.LOAD=0;
-nsIDOMNSEvent.prototype.UNLOAD=0;
-nsIDOMNSEvent.prototype.XFER_DONE=0;
-nsIDOMNSEvent.prototype.ABORT=0;
-nsIDOMNSEvent.prototype.ERROR=0;
-nsIDOMNSEvent.prototype.LOCATE=0;
-nsIDOMNSEvent.prototype.MOVE=0;
-nsIDOMNSEvent.prototype.RESIZE=0;
-nsIDOMNSEvent.prototype.FORWARD=0;
-nsIDOMNSEvent.prototype.HELP=0;
-nsIDOMNSEvent.prototype.BACK=0;
-nsIDOMNSEvent.prototype.TEXT=0;
-nsIDOMNSEvent.prototype.ALT_MASK=0;
-nsIDOMNSEvent.prototype.CONTROL_MASK=0;
-nsIDOMNSEvent.prototype.SHIFT_MASK=0;
-nsIDOMNSEvent.prototype.META_MASK=0;
-nsIAutoCompleteInput.prototype= new Array();
-function nsIAutoCompleteInput(){};
-nsICertTree.prototype= new Array();
-function nsICertTree(){};
-nsICertTree.prototype.DROP_BEFORE=0;
-nsICertTree.prototype.DROP_ON="";
-nsICertTree.prototype.DROP_AFTER=0;
-nsICertTree.prototype.PROGRESS_NORMAL=0;
-nsICertTree.prototype.PROGRESS_UNDETERMINED=0;
-nsICertTree.prototype.PROGRESS_NONE=0;
-nsIComponentRegistrar.prototype= new Array();
-function nsIComponentRegistrar(){};
-nsIFileChannel.prototype= new Array();
-function nsIFileChannel(){};
-nsIFileChannel.prototype.LOAD_NORMAL="";
-nsIFileChannel.prototype.LOAD_BACKGROUND=0;
-nsIFileChannel.prototype.INHIBIT_CACHING=0;
-nsIFileChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIFileChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIFileChannel.prototype.LOAD_FROM_CACHE=0;
-nsIFileChannel.prototype.VALIDATE_ALWAYS=0;
-nsIFileChannel.prototype.VALIDATE_NEVER=0;
-nsIFileChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIFileChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIFileChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIFileChannel.prototype.LOAD_REPLACE=0;
-nsIFileChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIFileChannel.prototype.LOAD_TARGETED=0;
-nsIFileChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-jsdIExecutionHook.prototype= new Array();
-function jsdIExecutionHook(){};
-jsdIExecutionHook.prototype.TYPE_INTERRUPTED="";
-jsdIExecutionHook.prototype.TYPE_BREAKPOINT=0;
-jsdIExecutionHook.prototype.TYPE_DEBUG_REQUESTED=0;
-jsdIExecutionHook.prototype.TYPE_DEBUGGER_KEYWORD=0;
-jsdIExecutionHook.prototype.TYPE_THROW=0;
-jsdIExecutionHook.prototype.RETURN_HOOK_ERROR="";
-jsdIExecutionHook.prototype.RETURN_CONTINUE=0;
-jsdIExecutionHook.prototype.RETURN_ABORT=0;
-jsdIExecutionHook.prototype.RETURN_RET_WITH_VAL=0;
-jsdIExecutionHook.prototype.RETURN_THROW_WITH_VAL=0;
-jsdIExecutionHook.prototype.RETURN_CONTINUE_THROW=0;
-nsIAutoCompleteInput_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIAutoCompleteInput_MOZILLA_1_8_BRANCH(){};
-nsIBoxLayoutManager.prototype= new Array();
-function nsIBoxLayoutManager(){};
-nsIMicrosummary.prototype= new Array();
-function nsIMicrosummary(){};
-nsICacheListener.prototype= new Array();
-function nsICacheListener(){};
-nsISupportsPRBool.prototype= new Array();
-function nsISupportsPRBool(){};
-nsISupportsPRBool.prototype.TYPE_ID=0;
-nsISupportsPRBool.prototype.TYPE_CSTRING=0;
-nsISupportsPRBool.prototype.TYPE_STRING=0;
-nsISupportsPRBool.prototype.TYPE_PRBOOL=0;
-nsISupportsPRBool.prototype.TYPE_PRUINT8=0;
-nsISupportsPRBool.prototype.TYPE_PRUINT16=0;
-nsISupportsPRBool.prototype.TYPE_PRUINT32=0;
-nsISupportsPRBool.prototype.TYPE_PRUINT64=0;
-nsISupportsPRBool.prototype.TYPE_PRTIME=0;
-nsISupportsPRBool.prototype.TYPE_CHAR=0;
-nsISupportsPRBool.prototype.TYPE_PRINT16=0;
-nsISupportsPRBool.prototype.TYPE_PRINT32=0;
-nsISupportsPRBool.prototype.TYPE_PRINT64=0;
-nsISupportsPRBool.prototype.TYPE_FLOAT=0;
-nsISupportsPRBool.prototype.TYPE_DOUBLE=0;
-nsISupportsPRBool.prototype.TYPE_VOID=0;
-nsISupportsPRBool.prototype.TYPE_INTERFACE_POINTER=0;
-mozIStorageValueArray.prototype= new Array();
-function mozIStorageValueArray(){};
-mozIStorageValueArray.prototype.VALUE_TYPE_NULL="";
-mozIStorageValueArray.prototype.VALUE_TYPE_INTEGER=0;
-mozIStorageValueArray.prototype.VALUE_TYPE_FLOAT=0;
-mozIStorageValueArray.prototype.VALUE_TYPE_TEXT=0;
-mozIStorageValueArray.prototype.VALUE_TYPE_BLOB=0;
-nsIXPInstallManagerUI.prototype= new Array();
-function nsIXPInstallManagerUI(){};
-nsIXPInstallManagerUI.prototype.INSTALL_DOWNLOADING=0;
-nsIXPInstallManagerUI.prototype.INSTALL_INSTALLING=0;
-nsIXPInstallManagerUI.prototype.INSTALL_FINISHED=0;
-nsIXPInstallManagerUI.prototype.DOWNLOAD_TYPE_INSTALL=0;
-nsIDOMDocumentEvent.prototype= new Array();
-function nsIDOMDocumentEvent(){};
-nsIDOMXULCommandEvent.prototype= new Array();
-function nsIDOMXULCommandEvent(){};
-nsIDOMXULCommandEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMXULCommandEvent.prototype.AT_TARGET=0;
-nsIDOMXULCommandEvent.prototype.BUBBLING_PHASE=0;
-nsIContentSniffer_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIContentSniffer_MOZILLA_1_8_BRANCH(){};
-nsIXULAppInfo.prototype= new Array();
-function nsIXULAppInfo(){};
-nsIProxiedProtocolHandler.prototype= new Array();
-function nsIProxiedProtocolHandler(){};
-nsIProxiedProtocolHandler.prototype.URI_STD="";
-nsIProxiedProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIProxiedProtocolHandler.prototype.URI_NOAUTH=0;
-nsIProxiedProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIProxiedProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsISupportsString.prototype= new Array();
-function nsISupportsString(){};
-nsISupportsString.prototype.TYPE_ID=0;
-nsISupportsString.prototype.TYPE_CSTRING=0;
-nsISupportsString.prototype.TYPE_STRING=0;
-nsISupportsString.prototype.TYPE_PRBOOL=0;
-nsISupportsString.prototype.TYPE_PRUINT8=0;
-nsISupportsString.prototype.TYPE_PRUINT16=0;
-nsISupportsString.prototype.TYPE_PRUINT32=0;
-nsISupportsString.prototype.TYPE_PRUINT64=0;
-nsISupportsString.prototype.TYPE_PRTIME=0;
-nsISupportsString.prototype.TYPE_CHAR=0;
-nsISupportsString.prototype.TYPE_PRINT16=0;
-nsISupportsString.prototype.TYPE_PRINT32=0;
-nsISupportsString.prototype.TYPE_PRINT64=0;
-nsISupportsString.prototype.TYPE_FLOAT=0;
-nsISupportsString.prototype.TYPE_DOUBLE=0;
-nsISupportsString.prototype.TYPE_VOID=0;
-nsISupportsString.prototype.TYPE_INTERFACE_POINTER=0;
-nsISafeOutputStream.prototype= new Array();
-function nsISafeOutputStream(){};
-inIDeepTreeWalker.prototype= new Array();
-function inIDeepTreeWalker(){};
-nsIDocShellTreeItem.prototype= new Array();
-function nsIDocShellTreeItem(){};
-nsIDocShellTreeItem.prototype.typeChrome="";
-nsIDocShellTreeItem.prototype.typeContent=0;
-nsIDocShellTreeItem.prototype.typeContentWrapper=0;
-nsIDocShellTreeItem.prototype.typeChromeWrapper=0;
-nsIDocShellTreeItem.prototype.typeAll=0;
-nsIDOMCSSFontFaceRule.prototype= new Array();
-function nsIDOMCSSFontFaceRule(){};
-nsIDOMCSSFontFaceRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSFontFaceRule.prototype.STYLE_RULE=0;
-nsIDOMCSSFontFaceRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSFontFaceRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSFontFaceRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSFontFaceRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSFontFaceRule.prototype.PAGE_RULE=0;
-nsIAlertsService.prototype= new Array();
-function nsIAlertsService(){};
-nsICMSMessageErrors.prototype= new Array();
-function nsICMSMessageErrors(){};
-nsICMSMessageErrors.prototype.SUCCESS="";
-nsICMSMessageErrors.prototype.GENERAL_ERROR=0;
-nsICMSMessageErrors.prototype.VERIFY_NOT_SIGNED=0;
-nsICMSMessageErrors.prototype.VERIFY_NO_CONTENT_INFO=0;
-nsICMSMessageErrors.prototype.VERIFY_BAD_DIGEST=0;
-nsICMSMessageErrors.prototype.VERIFY_NOCERT=0;
-nsICMSMessageErrors.prototype.VERIFY_UNTRUSTED=0;
-nsICMSMessageErrors.prototype.VERIFY_ERROR_UNVERIFIED=0;
-nsICMSMessageErrors.prototype.VERIFY_ERROR_PROCESSING=0;
-nsICMSMessageErrors.prototype.VERIFY_BAD_SIGNATURE=0;
-nsICMSMessageErrors.prototype.VERIFY_DIGEST_MISMATCH=0;
-nsICMSMessageErrors.prototype.VERIFY_UNKNOWN_ALGO=0;
-nsICMSMessageErrors.prototype.VERIFY_UNSUPPORTED_ALGO=0;
-nsICMSMessageErrors.prototype.VERIFY_MALFORMED_SIGNATURE=0;
-nsICMSMessageErrors.prototype.VERIFY_HEADER_MISMATCH=0;
-nsICMSMessageErrors.prototype.VERIFY_NOT_YET_ATTEMPTED=0;
-nsICMSMessageErrors.prototype.VERIFY_CERT_WITHOUT_ADDRESS=0;
-nsICMSMessageErrors.prototype.ENCRYPT_NO_BULK_ALG=0;
-nsIPrefBranch2.prototype= new Array();
-function nsIPrefBranch2(){};
-nsIPrefBranch2.prototype.PREF_INVALID="";
-nsIPrefBranch2.prototype.PREF_STRING=0;
-nsIPrefBranch2.prototype.PREF_INT=0;
-nsIPrefBranch2.prototype.PREF_BOOL=0;
-nsIXTFGenericElementWrapper.prototype= new Array();
-function nsIXTFGenericElementWrapper(){};
-inISearchObserver.prototype= new Array();
-function inISearchObserver(){};
-inISearchObserver.prototype.SUCCESS=0;
-inISearchObserver.prototype.INTERRUPTED=0;
-inISearchObserver.prototype.ERROR=0;
-nsIDOMSVGAnimatedLength.prototype= new Array();
-function nsIDOMSVGAnimatedLength(){};
-nsIUTF8StringEnumerator.prototype= new Array();
-function nsIUTF8StringEnumerator(){};
-nsICookieConsent.prototype= new Array();
-function nsICookieConsent(){};
-nsIResProtocolHandler.prototype= new Array();
-function nsIResProtocolHandler(){};
-nsIResProtocolHandler.prototype.URI_STD="";
-nsIResProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIResProtocolHandler.prototype.URI_NOAUTH=0;
-nsIResProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIResProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsIServerSocketListener.prototype= new Array();
-function nsIServerSocketListener(){};
-nsIXTFBindableElement.prototype= new Array();
-function nsIXTFBindableElement(){};
-nsIXTFBindableElement.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFBindableElement.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFBindableElement.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFBindableElement.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFBindableElement.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFBindableElement.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFBindableElement.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFBindableElement.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFBindableElement.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFBindableElement.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFBindableElement.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFBindableElement.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFBindableElement.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFBindableElement.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFBindableElement.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFBindableElement.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIAccessNode.prototype= new Array();
-function nsIAccessNode(){};
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoQuadraticAbs(){};
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsISupportsPRInt64.prototype= new Array();
-function nsISupportsPRInt64(){};
-nsISupportsPRInt64.prototype.TYPE_ID=0;
-nsISupportsPRInt64.prototype.TYPE_CSTRING=0;
-nsISupportsPRInt64.prototype.TYPE_STRING=0;
-nsISupportsPRInt64.prototype.TYPE_PRBOOL=0;
-nsISupportsPRInt64.prototype.TYPE_PRUINT8=0;
-nsISupportsPRInt64.prototype.TYPE_PRUINT16=0;
-nsISupportsPRInt64.prototype.TYPE_PRUINT32=0;
-nsISupportsPRInt64.prototype.TYPE_PRUINT64=0;
-nsISupportsPRInt64.prototype.TYPE_PRTIME=0;
-nsISupportsPRInt64.prototype.TYPE_CHAR=0;
-nsISupportsPRInt64.prototype.TYPE_PRINT16=0;
-nsISupportsPRInt64.prototype.TYPE_PRINT32=0;
-nsISupportsPRInt64.prototype.TYPE_PRINT64=0;
-nsISupportsPRInt64.prototype.TYPE_FLOAT=0;
-nsISupportsPRInt64.prototype.TYPE_DOUBLE=0;
-nsISupportsPRInt64.prototype.TYPE_VOID=0;
-nsISupportsPRInt64.prototype.TYPE_INTERFACE_POINTER=0;
-nsIDOMNSRange.prototype= new Array();
-function nsIDOMNSRange(){};
-nsIDOMNSRange.prototype.NODE_BEFORE="";
-nsIDOMNSRange.prototype.NODE_AFTER=0;
-nsIDOMNSRange.prototype.NODE_BEFORE_AND_AFTER=0;
-nsIDOMNSRange.prototype.NODE_INSIDE=0;
-nsIXPCComponents_ID.prototype= new Array();
-function nsIXPCComponents_ID(){};
-nsITooltipTextProvider.prototype= new Array();
-function nsITooltipTextProvider(){};
-nsIExternalHelperAppService.prototype= new Array();
-function nsIExternalHelperAppService(){};
-nsIFastLoadService.prototype= new Array();
-function nsIFastLoadService(){};
-nsIFastLoadService.prototype.NS_FASTLOAD_READ=0;
-nsIFastLoadService.prototype.NS_FASTLOAD_WRITE=0;
-nsIDOMDOMImplementationLS.prototype= new Array();
-function nsIDOMDOMImplementationLS(){};
-nsIDOMDOMImplementationLS.prototype.MODE_SYNCHRONOUS=0;
-nsIDOMDOMImplementationLS.prototype.MODE_ASYNCHRONOUS=0;
-nsIDOMHTMLDListElement.prototype= new Array();
-function nsIDOMHTMLDListElement(){};
-nsIDOMHTMLDListElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLDListElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLDListElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLDListElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLDListElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLDListElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLDListElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLDListElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLDListElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLDListElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLDListElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLDListElement.prototype.NOTATION_NODE=0;
-nsIWindowsRegKey.prototype= new Array();
-function nsIWindowsRegKey(){};
-nsIWindowsRegKey.prototype.ROOT_KEY_CLASSES_ROOT=0;
-nsIWindowsRegKey.prototype.ROOT_KEY_CURRENT_USER=0;
-nsIWindowsRegKey.prototype.ROOT_KEY_LOCAL_MACHINE=0;
-nsIWindowsRegKey.prototype.ACCESS_BASIC=0;
-nsIWindowsRegKey.prototype.ACCESS_QUERY_VALUE=0;
-nsIWindowsRegKey.prototype.ACCESS_SET_VALUE=0;
-nsIWindowsRegKey.prototype.ACCESS_CREATE_SUB_KEY=0;
-nsIWindowsRegKey.prototype.ACCESS_ENUMERATE_SUB_KEYS=0;
-nsIWindowsRegKey.prototype.ACCESS_NOTIFY=0;
-nsIWindowsRegKey.prototype.ACCESS_READ=0;
-nsIWindowsRegKey.prototype.ACCESS_WRITE=0;
-nsIWindowsRegKey.prototype.ACCESS_ALL=0;
-nsIWindowsRegKey.prototype.TYPE_NONE="";
-nsIWindowsRegKey.prototype.TYPE_STRING=0;
-nsIWindowsRegKey.prototype.TYPE_BINARY=0;
-nsIWindowsRegKey.prototype.TYPE_INT=0;
-nsIWindowsRegKey.prototype.TYPE_INT64=0;
-nsISchemaLoadListener.prototype= new Array();
-function nsISchemaLoadListener(){};
-nsII18nCompatibility.prototype= new Array();
-function nsII18nCompatibility(){};
-nsIWebScriptsAccessService.prototype= new Array();
-function nsIWebScriptsAccessService(){};
-nsIWindowCreator2.prototype= new Array();
-function nsIWindowCreator2(){};
-nsIWindowCreator2.prototype.PARENT_IS_LOADING_OR_RUNNING_TIMEOUT=0;
-nsIWebServiceErrorHandler.prototype= new Array();
-function nsIWebServiceErrorHandler(){};
-nsIBaseWindow.prototype= new Array();
-function nsIBaseWindow(){};
-nsIFastLoadFileControl.prototype= new Array();
-function nsIFastLoadFileControl(){};
-nsIPrefService.prototype= new Array();
-function nsIPrefService(){};
-nsIWritablePropertyBag.prototype= new Array();
-function nsIWritablePropertyBag(){};
-nsIDOMSVGException.prototype= new Array();
-function nsIDOMSVGException(){};
-nsIDOMSVGException.prototype.SVG_WRONG_TYPE_ERR="";
-nsIDOMSVGException.prototype.SVG_INVALID_VALUE_ERR=0;
-nsIDOMSVGException.prototype.SVG_MATRIX_NOT_INVERTABLE=0;
-nsIMicrosummaryGenerator.prototype= new Array();
-function nsIMicrosummaryGenerator(){};
-nsIDOMSVGPathSeg.prototype= new Array();
-function nsIDOMSVGPathSeg(){};
-nsIDOMSVGPathSeg.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSeg.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSeg.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsISOAPMessage.prototype= new Array();
-function nsISOAPMessage(){};
-nsISOAPMessage.prototype.VERSION_1_1="";
-nsISOAPMessage.prototype.VERSION_1_2=0;
-nsISOAPMessage.prototype.VERSION_UNKNOWN=0;
-nsIContextMenuInfo.prototype= new Array();
-function nsIContextMenuInfo(){};
-nsIHttpProtocolHandler.prototype= new Array();
-function nsIHttpProtocolHandler(){};
-nsIHttpProtocolHandler.prototype.URI_STD="";
-nsIHttpProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIHttpProtocolHandler.prototype.URI_NOAUTH=0;
-nsIHttpProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIHttpProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsILocaleService.prototype= new Array();
-function nsILocaleService(){};
-nsIDOMBarProp.prototype= new Array();
-function nsIDOMBarProp(){};
-nsIProfileStartup.prototype= new Array();
-function nsIProfileStartup(){};
-nsICookiePromptService.prototype= new Array();
-function nsICookiePromptService(){};
-nsICookiePromptService.prototype.DENY_COOKIE="";
-nsICookiePromptService.prototype.ACCEPT_COOKIE=0;
-nsICookiePromptService.prototype.ACCEPT_SESSION_COOKIE=0;
-imgILoad.prototype= new Array();
-function imgILoad(){};
-nsIPrintSettingsService.prototype= new Array();
-function nsIPrintSettingsService(){};
-nsIDOMSVGPathElement.prototype= new Array();
-function nsIDOMSVGPathElement(){};
-nsIDOMSVGPathElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGPathElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGPathElement.prototype.TEXT_NODE=0;
-nsIDOMSVGPathElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGPathElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGPathElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGPathElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGPathElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGPathElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGPathElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGPathElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGPathElement.prototype.NOTATION_NODE=0;
-nsIObjectInputStream.prototype= new Array();
-function nsIObjectInputStream(){};
-nsISchemaAnyParticle.prototype= new Array();
-function nsISchemaAnyParticle(){};
-nsISchemaAnyParticle.prototype.PARTICLE_TYPE_ELEMENT=0;
-nsISchemaAnyParticle.prototype.PARTICLE_TYPE_MODEL_GROUP=0;
-nsISchemaAnyParticle.prototype.PARTICLE_TYPE_ANY=0;
-nsISchemaAnyParticle.prototype.OCCURRENCE_UNBOUNDED=0;
-nsISchemaAnyParticle.prototype.PROCESS_STRICT=0;
-nsISchemaAnyParticle.prototype.PROCESS_SKIP=0;
-nsISchemaAnyParticle.prototype.PROCESS_LAX=0;
-nsIDirIndex.prototype= new Array();
-function nsIDirIndex(){};
-nsIDirIndex.prototype.TYPE_UNKNOWN="";
-nsIDirIndex.prototype.TYPE_DIRECTORY=0;
-nsIDirIndex.prototype.TYPE_FILE=0;
-nsIDirIndex.prototype.TYPE_SYMLINK=0;
-nsPIExternalAppLauncher.prototype= new Array();
-function nsPIExternalAppLauncher(){};
-nsIDOMNSHTMLHRElement.prototype= new Array();
-function nsIDOMNSHTMLHRElement(){};
-nsIXTFSVGVisual.prototype= new Array();
-function nsIXTFSVGVisual(){};
-nsIXTFSVGVisual.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFSVGVisual.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFSVGVisual.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFSVGVisual.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFSVGVisual.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFSVGVisual.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFSVGVisual.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFSVGVisual.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFSVGVisual.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFSVGVisual.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFSVGVisual.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFSVGVisual.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFSVGVisual.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFSVGVisual.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFSVGVisual.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFSVGVisual.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIXTFSVGVisual.prototype.NOTIFY_DID_LAYOUT=0;
-nsIFormFillController.prototype= new Array();
-function nsIFormFillController(){};
-nsIDOMSVGSVGElement.prototype= new Array();
-function nsIDOMSVGSVGElement(){};
-nsIDOMSVGSVGElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGSVGElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGSVGElement.prototype.TEXT_NODE=0;
-nsIDOMSVGSVGElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGSVGElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGSVGElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGSVGElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGSVGElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGSVGElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGSVGElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGSVGElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGSVGElement.prototype.NOTATION_NODE=0;
-nsIDOMXULMenuListElement.prototype= new Array();
-function nsIDOMXULMenuListElement(){};
-nsIDOMXULMenuListElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULMenuListElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULMenuListElement.prototype.TEXT_NODE=0;
-nsIDOMXULMenuListElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULMenuListElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULMenuListElement.prototype.ENTITY_NODE=0;
-nsIDOMXULMenuListElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULMenuListElement.prototype.COMMENT_NODE=0;
-nsIDOMXULMenuListElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULMenuListElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULMenuListElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULMenuListElement.prototype.NOTATION_NODE=0;
-nsISOAPTransportListener.prototype= new Array();
-function nsISOAPTransportListener(){};
-nsIDictionary.prototype= new Array();
-function nsIDictionary(){};
-nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH(){};
-nsISyncLoadDOMService.prototype= new Array();
-function nsISyncLoadDOMService(){};
-nsIDOMJSPluginArray.prototype= new Array();
-function nsIDOMJSPluginArray(){};
-nsIURL.prototype= new Array();
-function nsIURL(){};
-nsIDOMConstructor.prototype= new Array();
-function nsIDOMConstructor(){};
-nsIMultiplexInputStream.prototype= new Array();
-function nsIMultiplexInputStream(){};
-nsIClipboardCommands.prototype= new Array();
-function nsIClipboardCommands(){};
-nsIWebServiceProxyCreationListener.prototype= new Array();
-function nsIWebServiceProxyCreationListener(){};
-nsIDOMKeyEvent.prototype= new Array();
-function nsIDOMKeyEvent(){};
-nsIDOMKeyEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMKeyEvent.prototype.AT_TARGET=0;
-nsIDOMKeyEvent.prototype.BUBBLING_PHASE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_CANCEL=0;
-nsIDOMKeyEvent.prototype.DOM_VK_HELP=0;
-nsIDOMKeyEvent.prototype.DOM_VK_BACK_SPACE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_TAB=0;
-nsIDOMKeyEvent.prototype.DOM_VK_CLEAR=0;
-nsIDOMKeyEvent.prototype.DOM_VK_RETURN=0;
-nsIDOMKeyEvent.prototype.DOM_VK_ENTER=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SHIFT=0;
-nsIDOMKeyEvent.prototype.DOM_VK_CONTROL=0;
-nsIDOMKeyEvent.prototype.DOM_VK_ALT=0;
-nsIDOMKeyEvent.prototype.DOM_VK_PAUSE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_CAPS_LOCK=0;
-nsIDOMKeyEvent.prototype.DOM_VK_ESCAPE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SPACE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_PAGE_UP=0;
-nsIDOMKeyEvent.prototype.DOM_VK_PAGE_DOWN=0;
-nsIDOMKeyEvent.prototype.DOM_VK_END=0;
-nsIDOMKeyEvent.prototype.DOM_VK_HOME=0;
-nsIDOMKeyEvent.prototype.DOM_VK_LEFT=0;
-nsIDOMKeyEvent.prototype.DOM_VK_UP=0;
-nsIDOMKeyEvent.prototype.DOM_VK_RIGHT=0;
-nsIDOMKeyEvent.prototype.DOM_VK_DOWN=0;
-nsIDOMKeyEvent.prototype.DOM_VK_PRINTSCREEN=0;
-nsIDOMKeyEvent.prototype.DOM_VK_INSERT=0;
-nsIDOMKeyEvent.prototype.DOM_VK_DELETE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_0=0;
-nsIDOMKeyEvent.prototype.DOM_VK_1=0;
-nsIDOMKeyEvent.prototype.DOM_VK_2=0;
-nsIDOMKeyEvent.prototype.DOM_VK_3=0;
-nsIDOMKeyEvent.prototype.DOM_VK_4=0;
-nsIDOMKeyEvent.prototype.DOM_VK_5=0;
-nsIDOMKeyEvent.prototype.DOM_VK_6=0;
-nsIDOMKeyEvent.prototype.DOM_VK_7=0;
-nsIDOMKeyEvent.prototype.DOM_VK_8=0;
-nsIDOMKeyEvent.prototype.DOM_VK_9=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SEMICOLON=0;
-nsIDOMKeyEvent.prototype.DOM_VK_EQUALS=0;
-nsIDOMKeyEvent.prototype.DOM_VK_A=0;
-nsIDOMKeyEvent.prototype.DOM_VK_B=0;
-nsIDOMKeyEvent.prototype.DOM_VK_C=0;
-nsIDOMKeyEvent.prototype.DOM_VK_D=0;
-nsIDOMKeyEvent.prototype.DOM_VK_E=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F=0;
-nsIDOMKeyEvent.prototype.DOM_VK_G=0;
-nsIDOMKeyEvent.prototype.DOM_VK_H=0;
-nsIDOMKeyEvent.prototype.DOM_VK_I=0;
-nsIDOMKeyEvent.prototype.DOM_VK_J=0;
-nsIDOMKeyEvent.prototype.DOM_VK_K=0;
-nsIDOMKeyEvent.prototype.DOM_VK_L=0;
-nsIDOMKeyEvent.prototype.DOM_VK_M=0;
-nsIDOMKeyEvent.prototype.DOM_VK_N=0;
-nsIDOMKeyEvent.prototype.DOM_VK_O=0;
-nsIDOMKeyEvent.prototype.DOM_VK_P=0;
-nsIDOMKeyEvent.prototype.DOM_VK_Q=0;
-nsIDOMKeyEvent.prototype.DOM_VK_R=0;
-nsIDOMKeyEvent.prototype.DOM_VK_S=0;
-nsIDOMKeyEvent.prototype.DOM_VK_T=0;
-nsIDOMKeyEvent.prototype.DOM_VK_U=0;
-nsIDOMKeyEvent.prototype.DOM_VK_V=0;
-nsIDOMKeyEvent.prototype.DOM_VK_W=0;
-nsIDOMKeyEvent.prototype.DOM_VK_X=0;
-nsIDOMKeyEvent.prototype.DOM_VK_Y=0;
-nsIDOMKeyEvent.prototype.DOM_VK_Z=0;
-nsIDOMKeyEvent.prototype.DOM_VK_CONTEXT_MENU=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD0=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD1=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD2=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD3=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD4=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD5=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD6=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD7=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD8=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUMPAD9=0;
-nsIDOMKeyEvent.prototype.DOM_VK_MULTIPLY=0;
-nsIDOMKeyEvent.prototype.DOM_VK_ADD=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SEPARATOR=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SUBTRACT=0;
-nsIDOMKeyEvent.prototype.DOM_VK_DECIMAL=0;
-nsIDOMKeyEvent.prototype.DOM_VK_DIVIDE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F1=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F2=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F3=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F4=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F5=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F6=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F7=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F8=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F9=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F10=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F11=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F12=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F13=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F14=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F15=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F16=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F17=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F18=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F19=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F20=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F21=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F22=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F23=0;
-nsIDOMKeyEvent.prototype.DOM_VK_F24=0;
-nsIDOMKeyEvent.prototype.DOM_VK_NUM_LOCK=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SCROLL_LOCK=0;
-nsIDOMKeyEvent.prototype.DOM_VK_COMMA=0;
-nsIDOMKeyEvent.prototype.DOM_VK_PERIOD=0;
-nsIDOMKeyEvent.prototype.DOM_VK_SLASH=0;
-nsIDOMKeyEvent.prototype.DOM_VK_BACK_QUOTE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_OPEN_BRACKET=0;
-nsIDOMKeyEvent.prototype.DOM_VK_BACK_SLASH=0;
-nsIDOMKeyEvent.prototype.DOM_VK_CLOSE_BRACKET=0;
-nsIDOMKeyEvent.prototype.DOM_VK_QUOTE=0;
-nsIDOMKeyEvent.prototype.DOM_VK_META=0;
-nsIKeygenThread.prototype= new Array();
-function nsIKeygenThread(){};
-jsdIDebuggerService.prototype= new Array();
-function jsdIDebuggerService(){};
-jsdIDebuggerService.prototype.VERSION_1_0=0;
-jsdIDebuggerService.prototype.VERSION_1_1=0;
-jsdIDebuggerService.prototype.VERSION_1_2=0;
-jsdIDebuggerService.prototype.VERSION_1_3=0;
-jsdIDebuggerService.prototype.VERSION_1_4=0;
-jsdIDebuggerService.prototype.VERSION_1_5=0;
-jsdIDebuggerService.prototype.VERSION_DEFAULT="";
-jsdIDebuggerService.prototype.VERSION_UNKNOWN=0;
-jsdIDebuggerService.prototype.ENABLE_NATIVE_FRAMES=0;
-jsdIDebuggerService.prototype.PROFILE_WHEN_SET=0;
-jsdIDebuggerService.prototype.DEBUG_WHEN_SET=0;
-jsdIDebuggerService.prototype.COLLECT_PROFILE_DATA=0;
-jsdIDebuggerService.prototype.HIDE_DISABLED_FRAMES=0;
-jsdIDebuggerService.prototype.MASK_TOP_FRAME_ONLY=0;
-jsdIDebuggerService.prototype.DISABLE_OBJECT_TRACE=0;
-nsIDOMHTMLDocument.prototype= new Array();
-function nsIDOMHTMLDocument(){};
-nsIDOMHTMLDocument.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLDocument.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLDocument.prototype.TEXT_NODE=0;
-nsIDOMHTMLDocument.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLDocument.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLDocument.prototype.ENTITY_NODE=0;
-nsIDOMHTMLDocument.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLDocument.prototype.COMMENT_NODE=0;
-nsIDOMHTMLDocument.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLDocument.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLDocument.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLDocument.prototype.NOTATION_NODE=0;
-nsISchemaListType.prototype= new Array();
-function nsISchemaListType(){};
-nsISchemaListType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaListType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaListType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsISchemaListType.prototype.SIMPLE_TYPE_BUILTIN=0;
-nsISchemaListType.prototype.SIMPLE_TYPE_LIST=0;
-nsISchemaListType.prototype.SIMPLE_TYPE_UNION=0;
-nsISchemaListType.prototype.SIMPLE_TYPE_RESTRICTION=0;
-inICSSValueSearch.prototype= new Array();
-function inICSSValueSearch(){};
-nsIAccessibleDocument.prototype= new Array();
-function nsIAccessibleDocument(){};
-nsIDocNavStartProgressCallback.prototype= new Array();
-function nsIDocNavStartProgressCallback(){};
-nsIPrintStatusFeedback.prototype= new Array();
-function nsIPrintStatusFeedback(){};
-nsIProfileInternal.prototype= new Array();
-function nsIProfileInternal(){};
-nsIProfileInternal.prototype.SHUTDOWN_PERSIST=0;
-nsIProfileInternal.prototype.SHUTDOWN_CLEANSE=0;
-nsIProfileInternal.prototype.LIST_ONLY_NEW=0;
-nsIProfileInternal.prototype.LIST_ONLY_OLD=0;
-nsIProfileInternal.prototype.LIST_ALL=0;
-nsIProfileInternal.prototype.LIST_FOR_IMPORT=0;
-nsIExceptionProvider.prototype= new Array();
-function nsIExceptionProvider(){};
-nsIDOMJSNavigator.prototype= new Array();
-function nsIDOMJSNavigator(){};
-nsIXULRuntime.prototype= new Array();
-function nsIXULRuntime(){};
-nsIDOM3EventTarget.prototype= new Array();
-function nsIDOM3EventTarget(){};
-nsIJVMConfig.prototype= new Array();
-function nsIJVMConfig(){};
-nsIDOMXPathNSResolver.prototype= new Array();
-function nsIDOMXPathNSResolver(){};
-nsIDOMHTMLAnchorElement.prototype= new Array();
-function nsIDOMHTMLAnchorElement(){};
-nsIDOMHTMLAnchorElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLAnchorElement.prototype.NOTATION_NODE=0;
-nsIFTPChannel.prototype= new Array();
-function nsIFTPChannel(){};
-nsIFTPChannel.prototype.LOAD_NORMAL="";
-nsIFTPChannel.prototype.LOAD_BACKGROUND=0;
-nsIFTPChannel.prototype.INHIBIT_CACHING=0;
-nsIFTPChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIFTPChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIFTPChannel.prototype.LOAD_FROM_CACHE=0;
-nsIFTPChannel.prototype.VALIDATE_ALWAYS=0;
-nsIFTPChannel.prototype.VALIDATE_NEVER=0;
-nsIFTPChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIFTPChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIFTPChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIFTPChannel.prototype.LOAD_REPLACE=0;
-nsIFTPChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIFTPChannel.prototype.LOAD_TARGETED=0;
-nsIFTPChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsIDOMCSSValueList.prototype= new Array();
-function nsIDOMCSSValueList(){};
-nsIDOMCSSValueList.prototype.CSS_INHERIT="";
-nsIDOMCSSValueList.prototype.CSS_PRIMITIVE_VALUE=0;
-nsIDOMCSSValueList.prototype.CSS_VALUE_LIST=0;
-nsIDOMCSSValueList.prototype.CSS_CUSTOM=0;
-nsIShellService.prototype= new Array();
-function nsIShellService(){};
-nsIShellService.prototype.BACKGROUND_TILE=0;
-nsIShellService.prototype.BACKGROUND_STRETCH=0;
-nsIShellService.prototype.BACKGROUND_CENTER=0;
-nsIShellService.prototype.BACKGROUND_FILL=0;
-nsIShellService.prototype.APPLICATION_MAIL="";
-nsIShellService.prototype.APPLICATION_NEWS=0;
-nsISchemaAttributeComponent.prototype= new Array();
-function nsISchemaAttributeComponent(){};
-nsISchemaAttributeComponent.prototype.COMPONENT_TYPE_ATTRIBUTE=0;
-nsISchemaAttributeComponent.prototype.COMPONENT_TYPE_GROUP=0;
-nsISchemaAttributeComponent.prototype.COMPONENT_TYPE_ANY=0;
-nsIJSConsoleService.prototype= new Array();
-function nsIJSConsoleService(){};
-nsIToolkitChromeRegistry.prototype= new Array();
-function nsIToolkitChromeRegistry(){};
-nsIToolkitChromeRegistry.prototype.NONE="";
-nsIToolkitChromeRegistry.prototype.PARTIAL=0;
-nsIToolkitChromeRegistry.prototype.FULL=0;
-nsILocaleDefinition.prototype= new Array();
-function nsILocaleDefinition(){};
-nsIProtocolProxyFilter.prototype= new Array();
-function nsIProtocolProxyFilter(){};
-nsIFeedElementBase.prototype= new Array();
-function nsIFeedElementBase(){};
-nsISOAPResponse.prototype= new Array();
-function nsISOAPResponse(){};
-nsISOAPResponse.prototype.VERSION_1_1="";
-nsISOAPResponse.prototype.VERSION_1_2=0;
-nsISOAPResponse.prototype.VERSION_UNKNOWN=0;
-nsIFormSigningDialog.prototype= new Array();
-function nsIFormSigningDialog(){};
-jsdIStackFrame.prototype= new Array();
-function jsdIStackFrame(){};
-nsIXTFElementWrapper.prototype= new Array();
-function nsIXTFElementWrapper(){};
-nsITypeAheadFind.prototype= new Array();
-function nsITypeAheadFind(){};
-nsITypeAheadFind.prototype.FIND_FOUND="";
-nsITypeAheadFind.prototype.FIND_NOTFOUND=0;
-nsITypeAheadFind.prototype.FIND_WRAPPED=0;
-nsIInlineSpellChecker.prototype= new Array();
-function nsIInlineSpellChecker(){};
-nsIAptanaDebugService.prototype= new Array();
-function nsIAptanaDebugService(){};
-nsIAptanaDebugService.prototype.STEP=0;
-nsIDownloadManager.prototype= new Array();
-function nsIDownloadManager(){};
-nsIDownloadManager.prototype.DOWNLOAD_NOTSTARTED=0;
-nsIDownloadManager.prototype.DOWNLOAD_DOWNLOADING="";
-nsIDownloadManager.prototype.DOWNLOAD_FINISHED=0;
-nsIDownloadManager.prototype.DOWNLOAD_FAILED=0;
-nsIDownloadManager.prototype.DOWNLOAD_CANCELED=0;
-nsIDownloadManager.prototype.DOWNLOAD_PAUSED=0;
-nsIDownloadManager.prototype.DOWNLOAD_TYPE_DOWNLOAD="";
-nsIProxyAutoConfig.prototype= new Array();
-function nsIProxyAutoConfig(){};
-nsIAsyncInputStream.prototype= new Array();
-function nsIAsyncInputStream(){};
-nsIAsyncInputStream.prototype.WAIT_CLOSURE_ONLY=0;
-nsIProfileChangeStatus.prototype= new Array();
-function nsIProfileChangeStatus(){};
-nsISupportsArray.prototype= new Array();
-function nsISupportsArray(){};
-nsIToolkitProfile.prototype= new Array();
-function nsIToolkitProfile(){};
-nsIDOMMediaList.prototype= new Array();
-function nsIDOMMediaList(){};
-nsIUrlClassifierCallback.prototype= new Array();
-function nsIUrlClassifierCallback(){};
-nsIWebBrowserPersist.prototype= new Array();
-function nsIWebBrowserPersist(){};
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_NONE="";
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_FROM_CACHE=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_BYPASS_CACHE=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_IGNORE_REDIRECTED_DATA=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_IGNORE_IFRAMES=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_NO_CONVERSION=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_REPLACE_EXISTING_FILES=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_NO_BASE_TAG_MODIFICATIONS=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_FIXUP_ORIGINAL_DOM=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_FIXUP_LINKS_TO_DESTINATION=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_DONT_FIXUP_LINKS=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_SERIALIZE_OUTPUT=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_DONT_CHANGE_FILENAMES=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_FAIL_ON_BROKEN_LINKS=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_CLEANUP_ON_FAILURE=0;
-nsIWebBrowserPersist.prototype.PERSIST_FLAGS_AUTODETECT_APPLY_CONVERSION=0;
-nsIWebBrowserPersist.prototype.PERSIST_STATE_READY=0;
-nsIWebBrowserPersist.prototype.PERSIST_STATE_SAVING=0;
-nsIWebBrowserPersist.prototype.PERSIST_STATE_FINISHED=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_SELECTION_ONLY=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_FORMATTED=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_RAW=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_BODY_ONLY=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_PREFORMATTED=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_WRAP=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_FORMAT_FLOWED=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_ABSOLUTE_LINKS=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_ENCODE_W3C_ENTITIES=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_CR_LINEBREAKS=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_LF_LINEBREAKS=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_NOSCRIPT_CONTENT=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_NOFRAMES_CONTENT=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_ENCODE_BASIC_ENTITIES=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_ENCODE_LATIN1_ENTITIES=0;
-nsIWebBrowserPersist.prototype.ENCODE_FLAGS_ENCODE_HTML_ENTITIES=0;
-nsIDirIndexParser.prototype= new Array();
-function nsIDirIndexParser(){};
-nsIProgrammingLanguage.prototype= new Array();
-function nsIProgrammingLanguage(){};
-nsIProgrammingLanguage.prototype.UNKNOWN="";
-nsIProgrammingLanguage.prototype.CPLUSPLUS=0;
-nsIProgrammingLanguage.prototype.JAVASCRIPT=0;
-nsIProgrammingLanguage.prototype.PYTHON=0;
-nsIProgrammingLanguage.prototype.PERL=0;
-nsIProgrammingLanguage.prototype.JAVA=0;
-nsIProgrammingLanguage.prototype.ZX81_BASIC=0;
-nsIProgrammingLanguage.prototype.JAVASCRIPT2=0;
-nsIXULTemplateBuilder.prototype= new Array();
-function nsIXULTemplateBuilder(){};
-nsISemanticUnitScanner.prototype= new Array();
-function nsISemanticUnitScanner(){};
-nsIStreamCipher.prototype= new Array();
-function nsIStreamCipher(){};
-nsIDOMSVGTextPathElement.prototype= new Array();
-function nsIDOMSVGTextPathElement(){};
-nsIDOMSVGTextPathElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGTextPathElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGTextPathElement.prototype.TEXT_NODE=0;
-nsIDOMSVGTextPathElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGTextPathElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGTextPathElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGTextPathElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGTextPathElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGTextPathElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGTextPathElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGTextPathElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGTextPathElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGTextPathElement.prototype.LENGTHADJUST_UNKNOWN="";
-nsIDOMSVGTextPathElement.prototype.LENGTHADJUST_SPACING=0;
-nsIDOMSVGTextPathElement.prototype.LENGTHADJUST_SPACINGANDGLYPHS=0;
-nsIDOMSVGTextPathElement.prototype.TEXTPATH_METHODTYPE_UNKNOWN="";
-nsIDOMSVGTextPathElement.prototype.TEXTPATH_METHODTYPE_ALIGN=0;
-nsIDOMSVGTextPathElement.prototype.TEXTPATH_METHODTYPE_STRETCH=0;
-nsIDOMSVGTextPathElement.prototype.TEXTPATH_SPACINGTYPE_UNKNOWN="";
-nsIDOMSVGTextPathElement.prototype.TEXTPATH_SPACINGTYPE_AUTO=0;
-nsIDOMSVGTextPathElement.prototype.TEXTPATH_SPACINGTYPE_EXACT=0;
-nsIDOMNSHTMLElement.prototype= new Array();
-function nsIDOMNSHTMLElement(){};
-nsIAtom.prototype= new Array();
-function nsIAtom(){};
-nsIDOMSVGTransformable.prototype= new Array();
-function nsIDOMSVGTransformable(){};
-nsIEnumerator.prototype= new Array();
-function nsIEnumerator(){};
-nsIFile.prototype= new Array();
-function nsIFile(){};
-nsIFile.prototype.NORMAL_FILE_TYPE="";
-nsIFile.prototype.DIRECTORY_TYPE=0;
-nsIDOMXULMultiSelectControlElement.prototype= new Array();
-function nsIDOMXULMultiSelectControlElement(){};
-nsIDOMXULMultiSelectControlElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.TEXT_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.ENTITY_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.COMMENT_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULMultiSelectControlElement.prototype.NOTATION_NODE=0;
-nsIDOMNSHTMLTextAreaElement.prototype= new Array();
-function nsIDOMNSHTMLTextAreaElement(){};
-nsIContextMenuListener2.prototype= new Array();
-function nsIContextMenuListener2(){};
-nsIContextMenuListener2.prototype.CONTEXT_NONE="";
-nsIContextMenuListener2.prototype.CONTEXT_LINK=0;
-nsIContextMenuListener2.prototype.CONTEXT_IMAGE=0;
-nsIContextMenuListener2.prototype.CONTEXT_DOCUMENT=0;
-nsIContextMenuListener2.prototype.CONTEXT_TEXT=0;
-nsIContextMenuListener2.prototype.CONTEXT_INPUT=0;
-nsIContextMenuListener2.prototype.CONTEXT_BACKGROUND_IMAGE=0;
-nsIDOMWindow2.prototype= new Array();
-function nsIDOMWindow2(){};
-nsIChromeRegistry.prototype= new Array();
-function nsIChromeRegistry(){};
-nsIChromeRegistry.prototype.NONE="";
-nsIChromeRegistry.prototype.PARTIAL=0;
-nsIChromeRegistry.prototype.FULL=0;
-nsIDOMNodeList.prototype= new Array();
-function nsIDOMNodeList(){};
-nsIInputStreamChannel.prototype= new Array();
-function nsIInputStreamChannel(){};
-nsIInputStreamChannel.prototype.LOAD_NORMAL="";
-nsIInputStreamChannel.prototype.LOAD_BACKGROUND=0;
-nsIInputStreamChannel.prototype.INHIBIT_CACHING=0;
-nsIInputStreamChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIInputStreamChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIInputStreamChannel.prototype.LOAD_FROM_CACHE=0;
-nsIInputStreamChannel.prototype.VALIDATE_ALWAYS=0;
-nsIInputStreamChannel.prototype.VALIDATE_NEVER=0;
-nsIInputStreamChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIInputStreamChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIInputStreamChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIInputStreamChannel.prototype.LOAD_REPLACE=0;
-nsIInputStreamChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIInputStreamChannel.prototype.LOAD_TARGETED=0;
-nsIInputStreamChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsISOAPEncoder.prototype= new Array();
-function nsISOAPEncoder(){};
-nsIDOMSVGForeignObjectElement.prototype= new Array();
-function nsIDOMSVGForeignObjectElement(){};
-nsIDOMSVGForeignObjectElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.TEXT_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGForeignObjectElement.prototype.NOTATION_NODE=0;
-nsIEventQueue.prototype= new Array();
-function nsIEventQueue(){};
-nsIThread.prototype= new Array();
-function nsIThread(){};
-nsIThread.prototype.PRIORITY_LOW="";
-nsIThread.prototype.PRIORITY_NORMAL=0;
-nsIThread.prototype.PRIORITY_HIGH=0;
-nsIThread.prototype.PRIORITY_URGENT=0;
-nsIThread.prototype.SCOPE_LOCAL="";
-nsIThread.prototype.SCOPE_GLOBAL=0;
-nsIThread.prototype.SCOPE_BOUND=0;
-nsIThread.prototype.STATE_JOINABLE="";
-nsIThread.prototype.STATE_UNJOINABLE=0;
-nsIIOService2.prototype= new Array();
-function nsIIOService2(){};
-nsIEditorBoxObject.prototype= new Array();
-function nsIEditorBoxObject(){};
-nsIUpdateChecker.prototype= new Array();
-function nsIUpdateChecker(){};
-nsIUpdateChecker.prototype.CURRENT_CHECK=0;
-nsIUpdateChecker.prototype.CURRENT_SESSION=0;
-nsIUpdateChecker.prototype.ANY_CHECKS=0;
-nsIStreamTransportService.prototype= new Array();
-function nsIStreamTransportService(){};
-nsIDOMHTMLTableRowElement.prototype= new Array();
-function nsIDOMHTMLTableRowElement(){};
-nsIDOMHTMLTableRowElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTableRowElement.prototype.NOTATION_NODE=0;
-nsIAccessibleProvider.prototype= new Array();
-function nsIAccessibleProvider(){};
-nsIDOMHTMLButtonElement.prototype= new Array();
-function nsIDOMHTMLButtonElement(){};
-nsIDOMHTMLButtonElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLButtonElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLButtonElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLButtonElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLButtonElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLButtonElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLButtonElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLButtonElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLButtonElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLButtonElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLButtonElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLButtonElement.prototype.NOTATION_NODE=0;
-nsIDOMNSHTMLInputElement.prototype= new Array();
-function nsIDOMNSHTMLInputElement(){};
-nsIDownload_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDownload_MOZILLA_1_8_BRANCH(){};
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_START=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_REDIRECTING=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_TRANSFERRING=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_NEGOTIATING=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_STOP=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_REQUEST=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_DOCUMENT=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_NETWORK=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_WINDOW=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_RESTORING=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_INSECURE=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_BROKEN=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_IS_SECURE=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_SECURE_HIGH=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_SECURE_MED=0;
-nsIDownload_MOZILLA_1_8_BRANCH.prototype.STATE_SECURE_LOW=0;
-nsITransfer.prototype= new Array();
-function nsITransfer(){};
-nsITransfer.prototype.STATE_START=0;
-nsITransfer.prototype.STATE_REDIRECTING=0;
-nsITransfer.prototype.STATE_TRANSFERRING=0;
-nsITransfer.prototype.STATE_NEGOTIATING=0;
-nsITransfer.prototype.STATE_STOP=0;
-nsITransfer.prototype.STATE_IS_REQUEST=0;
-nsITransfer.prototype.STATE_IS_DOCUMENT=0;
-nsITransfer.prototype.STATE_IS_NETWORK=0;
-nsITransfer.prototype.STATE_IS_WINDOW=0;
-nsITransfer.prototype.STATE_RESTORING=0;
-nsITransfer.prototype.STATE_IS_INSECURE=0;
-nsITransfer.prototype.STATE_IS_BROKEN=0;
-nsITransfer.prototype.STATE_IS_SECURE=0;
-nsITransfer.prototype.STATE_SECURE_HIGH=0;
-nsITransfer.prototype.STATE_SECURE_MED=0;
-nsITransfer.prototype.STATE_SECURE_LOW=0;
-nsIWebBrowserStream.prototype= new Array();
-function nsIWebBrowserStream(){};
-nsIDOMHTMLTableColElement.prototype= new Array();
-function nsIDOMHTMLTableColElement(){};
-nsIDOMHTMLTableColElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTableColElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTableColElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTableColElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTableColElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTableColElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTableColElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTableColElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTableColElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTableColElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTableColElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTableColElement.prototype.NOTATION_NODE=0;
-nsIDOMCSSRuleList.prototype= new Array();
-function nsIDOMCSSRuleList(){};
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoQuadraticRel(){};
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-imgIEncoder_MOZILLA_1_8_BRANCH.prototype= new Array();
-function imgIEncoder_MOZILLA_1_8_BRANCH(){};
-imgIEncoder_MOZILLA_1_8_BRANCH.prototype.INPUT_FORMAT_RGB="";
-imgIEncoder_MOZILLA_1_8_BRANCH.prototype.INPUT_FORMAT_RGBA=0;
-imgIEncoder_MOZILLA_1_8_BRANCH.prototype.INPUT_FORMAT_HOSTARGB=0;
-nsIDOMSVGTSpanElement.prototype= new Array();
-function nsIDOMSVGTSpanElement(){};
-nsIDOMSVGTSpanElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGTSpanElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGTSpanElement.prototype.TEXT_NODE=0;
-nsIDOMSVGTSpanElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGTSpanElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGTSpanElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGTSpanElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGTSpanElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGTSpanElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGTSpanElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGTSpanElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGTSpanElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGTSpanElement.prototype.LENGTHADJUST_UNKNOWN="";
-nsIDOMSVGTSpanElement.prototype.LENGTHADJUST_SPACING=0;
-nsIDOMSVGTSpanElement.prototype.LENGTHADJUST_SPACINGANDGLYPHS=0;
-nsIControllerContext.prototype= new Array();
-function nsIControllerContext(){};
-nsIUrlClassifierStreamUpdater.prototype= new Array();
-function nsIUrlClassifierStreamUpdater(){};
-nsIDOMSVGClipPathElement.prototype= new Array();
-function nsIDOMSVGClipPathElement(){};
-nsIDOMSVGClipPathElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGClipPathElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGClipPathElement.prototype.TEXT_NODE=0;
-nsIDOMSVGClipPathElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGClipPathElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGClipPathElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGClipPathElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGClipPathElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGClipPathElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGClipPathElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGClipPathElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGClipPathElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGClipPathElement.prototype.SVG_CPUNITS_UNKNOWN="";
-nsIDOMSVGClipPathElement.prototype.SVG_CPUNITS_OBJECTBOUNDINGBOX=0;
-nsIDOMSVGClipPathElement.prototype.SVG_CPUNITS_USERSPACEONUSE=0;
-nsIDOMHTMLIsIndexElement.prototype= new Array();
-function nsIDOMHTMLIsIndexElement(){};
-nsIDOMHTMLIsIndexElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLIsIndexElement.prototype.NOTATION_NODE=0;
-nsIExpatSink.prototype= new Array();
-function nsIExpatSink(){};
-nsIWebBrowserSetup.prototype= new Array();
-function nsIWebBrowserSetup(){};
-nsIWebBrowserSetup.prototype.SETUP_ALLOW_PLUGINS=0;
-nsIWebBrowserSetup.prototype.SETUP_ALLOW_JAVASCRIPT=0;
-nsIWebBrowserSetup.prototype.SETUP_ALLOW_META_REDIRECTS=0;
-nsIWebBrowserSetup.prototype.SETUP_ALLOW_SUBFRAMES=0;
-nsIWebBrowserSetup.prototype.SETUP_ALLOW_IMAGES=0;
-nsIWebBrowserSetup.prototype.SETUP_FOCUS_DOC_BEFORE_CONTENT=0;
-nsIWebBrowserSetup.prototype.SETUP_USE_GLOBAL_HISTORY=0;
-nsIWebBrowserSetup.prototype.SETUP_IS_CHROME_WRAPPER=0;
-nsISOCKSSocketInfo.prototype= new Array();
-function nsISOCKSSocketInfo(){};
-nsIDOMEventListener.prototype= new Array();
-function nsIDOMEventListener(){};
-nsIPermission.prototype= new Array();
-function nsIPermission(){};
-nsIEditorObserver.prototype= new Array();
-function nsIEditorObserver(){};
-nsIScriptableMethodInfo.prototype= new Array();
-function nsIScriptableMethodInfo(){};
-nsIScriptSecurityManager.prototype= new Array();
-function nsIScriptSecurityManager(){};
-nsIScriptSecurityManager.prototype.HOOK_CREATE_WRAPPER=0;
-nsIScriptSecurityManager.prototype.HOOK_CREATE_INSTANCE=0;
-nsIScriptSecurityManager.prototype.HOOK_GET_SERVICE=0;
-nsIScriptSecurityManager.prototype.HOOK_CALL_METHOD=0;
-nsIScriptSecurityManager.prototype.HOOK_GET_PROPERTY=0;
-nsIScriptSecurityManager.prototype.HOOK_SET_PROPERTY=0;
-nsIScriptSecurityManager.prototype.HOOK_ALL=0;
-nsIScriptSecurityManager.prototype.ACCESS_CALL_METHOD="";
-nsIScriptSecurityManager.prototype.ACCESS_GET_PROPERTY=0;
-nsIScriptSecurityManager.prototype.ACCESS_SET_PROPERTY=0;
-nsIScriptSecurityManager.prototype.STANDARD="";
-nsIScriptSecurityManager.prototype.DISALLOW_FROM_MAIL=0;
-nsIScriptSecurityManager.prototype.ALLOW_CHROME=0;
-nsIScriptSecurityManager.prototype.DISALLOW_SCRIPT_OR_DATA=0;
-nsIScriptSecurityManager.prototype.DISALLOW_SCRIPT=0;
-nsIDOMEventGroup.prototype= new Array();
-function nsIDOMEventGroup(){};
-nsIURIFixup_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIURIFixup_MOZILLA_1_8_BRANCH(){};
-nsIURIFixup_MOZILLA_1_8_BRANCH.prototype.FIXUP_FLAG_NONE="";
-nsIURIFixup_MOZILLA_1_8_BRANCH.prototype.FIXUP_FLAG_ALLOW_KEYWORD_LOOKUP=0;
-nsIURIFixup_MOZILLA_1_8_BRANCH.prototype.FIXUP_FLAGS_MAKE_ALTERNATE_URI=0;
-nsITooltipListener.prototype= new Array();
-function nsITooltipListener(){};
-nsIDOMStyleSheetList.prototype= new Array();
-function nsIDOMStyleSheetList(){};
-nsIDOMSVGNumberList.prototype= new Array();
-function nsIDOMSVGNumberList(){};
-nsIPermissionManager.prototype= new Array();
-function nsIPermissionManager(){};
-nsIPermissionManager.prototype.UNKNOWN_ACTION="";
-nsIPermissionManager.prototype.ALLOW_ACTION=0;
-nsIPermissionManager.prototype.DENY_ACTION=0;
-nsIDOMNSFeatureFactory.prototype= new Array();
-function nsIDOMNSFeatureFactory(){};
-nsIUpdate_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIUpdate_MOZILLA_1_8_BRANCH(){};
-nsISAXLexicalHandler.prototype= new Array();
-function nsISAXLexicalHandler(){};
-nsISMimeCert.prototype= new Array();
-function nsISMimeCert(){};
-nsISidebarExternal.prototype= new Array();
-function nsISidebarExternal(){};
-nsIDOMSVGPathSegArcRel.prototype= new Array();
-function nsIDOMSVGPathSegArcRel(){};
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegArcRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIEventQueueService.prototype= new Array();
-function nsIEventQueueService(){};
-nsIEventQueueService.prototype.CURRENT_THREAD_EVENT_QUEUE="";
-nsIEventQueueService.prototype.UI_THREAD_EVENT_QUEUE=0;
-nsISaveAsCharset.prototype= new Array();
-function nsISaveAsCharset(){};
-nsISaveAsCharset.prototype.mask_Fallback=0;
-nsISaveAsCharset.prototype.mask_Entity=0;
-nsISaveAsCharset.prototype.mask_CharsetFallback=0;
-nsISaveAsCharset.prototype.mask_IgnorableFallback=0;
-nsISaveAsCharset.prototype.attr_FallbackNone="";
-nsISaveAsCharset.prototype.attr_FallbackQuestionMark=0;
-nsISaveAsCharset.prototype.attr_FallbackEscapeU=0;
-nsISaveAsCharset.prototype.attr_FallbackDecimalNCR=0;
-nsISaveAsCharset.prototype.attr_FallbackHexNCR=0;
-nsISaveAsCharset.prototype.attr_EntityNone="";
-nsISaveAsCharset.prototype.attr_EntityBeforeCharsetConv=0;
-nsISaveAsCharset.prototype.attr_EntityAfterCharsetConv=0;
-nsISaveAsCharset.prototype.attr_CharsetFallback=0;
-nsISaveAsCharset.prototype.attr_IgnoreIgnorables=0;
-nsISaveAsCharset.prototype.attr_plainTextDefault="";
-nsISaveAsCharset.prototype.attr_htmlTextDefault=0;
-nsICMSSecureMessage.prototype= new Array();
-function nsICMSSecureMessage(){};
-nsIStringBundleService.prototype= new Array();
-function nsIStringBundleService(){};
-nsIXULOverlayProvider.prototype= new Array();
-function nsIXULOverlayProvider(){};
-nsIDOMSVGTransformList.prototype= new Array();
-function nsIDOMSVGTransformList(){};
-nsIDOMDOMException.prototype= new Array();
-function nsIDOMDOMException(){};
-nsIDOMDOMException.prototype.INDEX_SIZE_ERR=0;
-nsIDOMDOMException.prototype.DOMSTRING_SIZE_ERR=0;
-nsIDOMDOMException.prototype.HIERARCHY_REQUEST_ERR=0;
-nsIDOMDOMException.prototype.WRONG_DOCUMENT_ERR=0;
-nsIDOMDOMException.prototype.INVALID_CHARACTER_ERR=0;
-nsIDOMDOMException.prototype.NO_DATA_ALLOWED_ERR=0;
-nsIDOMDOMException.prototype.NO_MODIFICATION_ALLOWED_ERR=0;
-nsIDOMDOMException.prototype.NOT_FOUND_ERR=0;
-nsIDOMDOMException.prototype.NOT_SUPPORTED_ERR=0;
-nsIDOMDOMException.prototype.INUSE_ATTRIBUTE_ERR=0;
-nsIDOMDOMException.prototype.INVALID_STATE_ERR=0;
-nsIDOMDOMException.prototype.SYNTAX_ERR=0;
-nsIDOMDOMException.prototype.INVALID_MODIFICATION_ERR=0;
-nsIDOMDOMException.prototype.NAMESPACE_ERR=0;
-nsIDOMDOMException.prototype.INVALID_ACCESS_ERR=0;
-nsIDOMDOMException.prototype.VALIDATION_ERR=0;
-nsIDOMDOMException.prototype.TYPE_MISMATCH_ERR=0;
-nsIScriptableUnicodeConverter.prototype= new Array();
-function nsIScriptableUnicodeConverter(){};
-nsIFastLoadFileIO.prototype= new Array();
-function nsIFastLoadFileIO(){};
-nsICollation.prototype= new Array();
-function nsICollation(){};
-nsICollation.prototype.kCollationStrengthDefault="";
-nsICollation.prototype.kCollationCaseInsensitiveAscii=0;
-nsICollation.prototype.kCollationAccentInsenstive=0;
-nsICollation.prototype.kCollationCaseSensitive="";
-nsICollation.prototype.kCollationCaseInSensitive=0;
-nsIComponentManager.prototype= new Array();
-function nsIComponentManager(){};
-nsIBrowserSearchService.prototype= new Array();
-function nsIBrowserSearchService(){};
-nsIXSLTProcessorObsolete.prototype= new Array();
-function nsIXSLTProcessorObsolete(){};
-nsIUUIDGenerator.prototype= new Array();
-function nsIUUIDGenerator(){};
-nsIControllerCommandGroup.prototype= new Array();
-function nsIControllerCommandGroup(){};
-nsIDOMLocation.prototype= new Array();
-function nsIDOMLocation(){};
-nsITXTToHTMLConv.prototype= new Array();
-function nsITXTToHTMLConv(){};
-nsISessionStore.prototype= new Array();
-function nsISessionStore(){};
-nsIRDFBlob.prototype= new Array();
-function nsIRDFBlob(){};
-nsIDOMHTMLHeadElement.prototype= new Array();
-function nsIDOMHTMLHeadElement(){};
-nsIDOMHTMLHeadElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLHeadElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLHeadElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLHeadElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLHeadElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLHeadElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLHeadElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLHeadElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLHeadElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLHeadElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLHeadElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLHeadElement.prototype.NOTATION_NODE=0;
-nsIXPCComponents_Exception.prototype= new Array();
-function nsIXPCComponents_Exception(){};
-nsIASN1PrintableItem.prototype= new Array();
-function nsIASN1PrintableItem(){};
-nsIASN1PrintableItem.prototype.ASN1_END_CONTENTS="";
-nsIASN1PrintableItem.prototype.ASN1_BOOLEAN=0;
-nsIASN1PrintableItem.prototype.ASN1_INTEGER=0;
-nsIASN1PrintableItem.prototype.ASN1_BIT_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_OCTET_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_NULL=0;
-nsIASN1PrintableItem.prototype.ASN1_OBJECT_ID=0;
-nsIASN1PrintableItem.prototype.ASN1_ENUMERATED=0;
-nsIASN1PrintableItem.prototype.ASN1_UTF8_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_SEQUENCE=0;
-nsIASN1PrintableItem.prototype.ASN1_SET=0;
-nsIASN1PrintableItem.prototype.ASN1_PRINTABLE_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_T61_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_IA5_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_UTC_TIME=0;
-nsIASN1PrintableItem.prototype.ASN1_GEN_TIME=0;
-nsIASN1PrintableItem.prototype.ASN1_VISIBLE_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_UNIVERSAL_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_BMP_STRING=0;
-nsIASN1PrintableItem.prototype.ASN1_HIGH_TAG_NUMBER=0;
-nsIASN1PrintableItem.prototype.ASN1_CONTEXT_SPECIFIC=0;
-nsIASN1PrintableItem.prototype.ASN1_APPLICATION=0;
-nsIASN1PrintableItem.prototype.ASN1_PRIVATE=0;
-nsIEditorStyleSheets.prototype= new Array();
-function nsIEditorStyleSheets(){};
-nsIDOMNSHTMLButtonElement.prototype= new Array();
-function nsIDOMNSHTMLButtonElement(){};
-nsIDOMHTMLMapElement.prototype= new Array();
-function nsIDOMHTMLMapElement(){};
-nsIDOMHTMLMapElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLMapElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLMapElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLMapElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLMapElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLMapElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLMapElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLMapElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLMapElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLMapElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLMapElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLMapElement.prototype.NOTATION_NODE=0;
-nsIDOMHTMLBRElement.prototype= new Array();
-function nsIDOMHTMLBRElement(){};
-nsIDOMHTMLBRElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLBRElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLBRElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLBRElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLBRElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLBRElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLBRElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLBRElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLBRElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLBRElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLBRElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLBRElement.prototype.NOTATION_NODE=0;
-nsISupportsDouble.prototype= new Array();
-function nsISupportsDouble(){};
-nsISupportsDouble.prototype.TYPE_ID=0;
-nsISupportsDouble.prototype.TYPE_CSTRING=0;
-nsISupportsDouble.prototype.TYPE_STRING=0;
-nsISupportsDouble.prototype.TYPE_PRBOOL=0;
-nsISupportsDouble.prototype.TYPE_PRUINT8=0;
-nsISupportsDouble.prototype.TYPE_PRUINT16=0;
-nsISupportsDouble.prototype.TYPE_PRUINT32=0;
-nsISupportsDouble.prototype.TYPE_PRUINT64=0;
-nsISupportsDouble.prototype.TYPE_PRTIME=0;
-nsISupportsDouble.prototype.TYPE_CHAR=0;
-nsISupportsDouble.prototype.TYPE_PRINT16=0;
-nsISupportsDouble.prototype.TYPE_PRINT32=0;
-nsISupportsDouble.prototype.TYPE_PRINT64=0;
-nsISupportsDouble.prototype.TYPE_FLOAT=0;
-nsISupportsDouble.prototype.TYPE_DOUBLE=0;
-nsISupportsDouble.prototype.TYPE_VOID=0;
-nsISupportsDouble.prototype.TYPE_INTERFACE_POINTER=0;
-nsIProtocolProxyCallback.prototype= new Array();
-function nsIProtocolProxyCallback(){};
-nsIDOMHTMLLinkElement.prototype= new Array();
-function nsIDOMHTMLLinkElement(){};
-nsIDOMHTMLLinkElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLLinkElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLLinkElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLLinkElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLLinkElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLLinkElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLLinkElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLLinkElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLLinkElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLLinkElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLLinkElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLLinkElement.prototype.NOTATION_NODE=0;
-nsIXULSortService.prototype= new Array();
-function nsIXULSortService(){};
-nsIDOMNSHTMLOptionCollection.prototype= new Array();
-function nsIDOMNSHTMLOptionCollection(){};
-nsIXULTreeBuilder.prototype= new Array();
-function nsIXULTreeBuilder(){};
-nsIDOMSVGNumber.prototype= new Array();
-function nsIDOMSVGNumber(){};
-nsIHistoryEntry.prototype= new Array();
-function nsIHistoryEntry(){};
-nsIDOMXULImageElement.prototype= new Array();
-function nsIDOMXULImageElement(){};
-nsIDOMXULImageElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULImageElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULImageElement.prototype.TEXT_NODE=0;
-nsIDOMXULImageElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULImageElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULImageElement.prototype.ENTITY_NODE=0;
-nsIDOMXULImageElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULImageElement.prototype.COMMENT_NODE=0;
-nsIDOMXULImageElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULImageElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULImageElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULImageElement.prototype.NOTATION_NODE=0;
-nsIFileURL.prototype= new Array();
-function nsIFileURL(){};
-nsIFindService.prototype= new Array();
-function nsIFindService(){};
-nsIDOMLSLoadEvent.prototype= new Array();
-function nsIDOMLSLoadEvent(){};
-nsIDOMLSLoadEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMLSLoadEvent.prototype.AT_TARGET=0;
-nsIDOMLSLoadEvent.prototype.BUBBLING_PHASE=0;
-nsINetworkLinkService.prototype= new Array();
-function nsINetworkLinkService(){};
-nsIClipboardHelper.prototype= new Array();
-function nsIClipboardHelper(){};
-nsIPref.prototype= new Array();
-function nsIPref(){};
-nsIPref.prototype.ePrefInvalid="";
-nsIPref.prototype.ePrefLocked=0;
-nsIPref.prototype.ePrefUserset=0;
-nsIPref.prototype.ePrefConfig=0;
-nsIPref.prototype.ePrefRemote=0;
-nsIPref.prototype.ePrefLilocal=0;
-nsIPref.prototype.ePrefString=0;
-nsIPref.prototype.ePrefInt=0;
-nsIPref.prototype.ePrefBool=0;
-nsIPref.prototype.ePrefValuetypeMask=0;
-nsIWebProgressListener.prototype= new Array();
-function nsIWebProgressListener(){};
-nsIWebProgressListener.prototype.STATE_START=0;
-nsIWebProgressListener.prototype.STATE_REDIRECTING=0;
-nsIWebProgressListener.prototype.STATE_TRANSFERRING=0;
-nsIWebProgressListener.prototype.STATE_NEGOTIATING=0;
-nsIWebProgressListener.prototype.STATE_STOP=0;
-nsIWebProgressListener.prototype.STATE_IS_REQUEST=0;
-nsIWebProgressListener.prototype.STATE_IS_DOCUMENT=0;
-nsIWebProgressListener.prototype.STATE_IS_NETWORK=0;
-nsIWebProgressListener.prototype.STATE_IS_WINDOW=0;
-nsIWebProgressListener.prototype.STATE_RESTORING=0;
-nsIWebProgressListener.prototype.STATE_IS_INSECURE=0;
-nsIWebProgressListener.prototype.STATE_IS_BROKEN=0;
-nsIWebProgressListener.prototype.STATE_IS_SECURE=0;
-nsIWebProgressListener.prototype.STATE_SECURE_HIGH=0;
-nsIWebProgressListener.prototype.STATE_SECURE_MED=0;
-nsIWebProgressListener.prototype.STATE_SECURE_LOW=0;
-nsIDragService.prototype= new Array();
-function nsIDragService(){};
-nsIDragService.prototype.DRAGDROP_ACTION_NONE="";
-nsIDragService.prototype.DRAGDROP_ACTION_COPY=0;
-nsIDragService.prototype.DRAGDROP_ACTION_MOVE=0;
-nsIDragService.prototype.DRAGDROP_ACTION_LINK=0;
-nsIDOMNSDocumentStyle.prototype= new Array();
-function nsIDOMNSDocumentStyle(){};
-nsIDOMHTMLStyleElement.prototype= new Array();
-function nsIDOMHTMLStyleElement(){};
-nsIDOMHTMLStyleElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLStyleElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLStyleElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLStyleElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLStyleElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLStyleElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLStyleElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLStyleElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLStyleElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLStyleElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLStyleElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLStyleElement.prototype.NOTATION_NODE=0;
-nsIOCSPResponder.prototype= new Array();
-function nsIOCSPResponder(){};
-nsILocale.prototype= new Array();
-function nsILocale(){};
-nsIUpdateItem.prototype= new Array();
-function nsIUpdateItem(){};
-nsIUpdateItem.prototype.TYPE_APP=0;
-nsIUpdateItem.prototype.TYPE_EXTENSION=0;
-nsIUpdateItem.prototype.TYPE_THEME=0;
-nsIUpdateItem.prototype.TYPE_LOCALE=0;
-nsIUpdateItem.prototype.TYPE_PLUGIN=0;
-nsIUpdateItem.prototype.TYPE_MULTI_XPI=0;
-nsIUpdateItem.prototype.TYPE_ADDON=0;
-nsIUpdateItem.prototype.TYPE_ANY=0;
-nsICiter.prototype= new Array();
-function nsICiter(){};
-nsISchemaRestrictionType.prototype= new Array();
-function nsISchemaRestrictionType(){};
-nsISchemaRestrictionType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaRestrictionType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaRestrictionType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsISchemaRestrictionType.prototype.SIMPLE_TYPE_BUILTIN=0;
-nsISchemaRestrictionType.prototype.SIMPLE_TYPE_LIST=0;
-nsISchemaRestrictionType.prototype.SIMPLE_TYPE_UNION=0;
-nsISchemaRestrictionType.prototype.SIMPLE_TYPE_RESTRICTION=0;
-nsIXSLTException.prototype= new Array();
-function nsIXSLTException(){};
-nsIFormHistoryImporter.prototype= new Array();
-function nsIFormHistoryImporter(){};
-nsISAXDTDHandler.prototype= new Array();
-function nsISAXDTDHandler(){};
-nsIRequestObserverProxy.prototype= new Array();
-function nsIRequestObserverProxy(){};
-nsIDOMSVGDocument.prototype= new Array();
-function nsIDOMSVGDocument(){};
-nsIDOMSVGDocument.prototype.ELEMENT_NODE=0;
-nsIDOMSVGDocument.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGDocument.prototype.TEXT_NODE=0;
-nsIDOMSVGDocument.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGDocument.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGDocument.prototype.ENTITY_NODE=0;
-nsIDOMSVGDocument.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGDocument.prototype.COMMENT_NODE=0;
-nsIDOMSVGDocument.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGDocument.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGDocument.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGDocument.prototype.NOTATION_NODE=0;
-nsIDOM3Node.prototype= new Array();
-function nsIDOM3Node(){};
-nsIDOM3Node.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-nsIDOM3Node.prototype.DOCUMENT_POSITION_PRECEDING=0;
-nsIDOM3Node.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-nsIDOM3Node.prototype.DOCUMENT_POSITION_CONTAINS=0;
-nsIDOM3Node.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-nsIDOM3Node.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-nsIDOMHTMLUListElement.prototype= new Array();
-function nsIDOMHTMLUListElement(){};
-nsIDOMHTMLUListElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLUListElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLUListElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLUListElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLUListElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLUListElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLUListElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLUListElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLUListElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLUListElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLUListElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLUListElement.prototype.NOTATION_NODE=0;
-nsIActiveXSecurityPolicy.prototype= new Array();
-function nsIActiveXSecurityPolicy(){};
-nsIActiveXSecurityPolicy.prototype.HOSTING_FLAGS_HOST_NOTHING="";
-nsIActiveXSecurityPolicy.prototype.HOSTING_FLAGS_HOST_SAFE_OBJECTS=0;
-nsIActiveXSecurityPolicy.prototype.HOSTING_FLAGS_HOST_ALL_OBJECTS=0;
-nsIActiveXSecurityPolicy.prototype.HOSTING_FLAGS_DOWNLOAD_CONTROLS=0;
-nsIActiveXSecurityPolicy.prototype.HOSTING_FLAGS_SCRIPT_SAFE_OBJECTS=0;
-nsIActiveXSecurityPolicy.prototype.HOSTING_FLAGS_SCRIPT_ALL_OBJECTS=0;
-nsIUnicodeNormalizer.prototype= new Array();
-function nsIUnicodeNormalizer(){};
-nsIDOMHTMLObjectElement.prototype= new Array();
-function nsIDOMHTMLObjectElement(){};
-nsIDOMHTMLObjectElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLObjectElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLObjectElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLObjectElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLObjectElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLObjectElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLObjectElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLObjectElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLObjectElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLObjectElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLObjectElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLObjectElement.prototype.NOTATION_NODE=0;
-nsIXULChromeRegistry.prototype= new Array();
-function nsIXULChromeRegistry(){};
-nsIXULChromeRegistry.prototype.NONE="";
-nsIXULChromeRegistry.prototype.PARTIAL=0;
-nsIXULChromeRegistry.prototype.FULL=0;
-nsIXPointerResult.prototype= new Array();
-function nsIXPointerResult(){};
-nsIDOMCRMFObject.prototype= new Array();
-function nsIDOMCRMFObject(){};
-nsIURI.prototype= new Array();
-function nsIURI(){};
-nsIDOMSVGMatrix.prototype= new Array();
-function nsIDOMSVGMatrix(){};
-nsIDOMHTMLTableElement.prototype= new Array();
-function nsIDOMHTMLTableElement(){};
-nsIDOMHTMLTableElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTableElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTableElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTableElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTableElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTableElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTableElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTableElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTableElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTableElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTableElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTableElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGEvent.prototype= new Array();
-function nsIDOMSVGEvent(){};
-nsIDOMSVGEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMSVGEvent.prototype.AT_TARGET=0;
-nsIDOMSVGEvent.prototype.BUBBLING_PHASE=0;
-nsIDOMDocumentType.prototype= new Array();
-function nsIDOMDocumentType(){};
-nsIDOMDocumentType.prototype.ELEMENT_NODE=0;
-nsIDOMDocumentType.prototype.ATTRIBUTE_NODE=0;
-nsIDOMDocumentType.prototype.TEXT_NODE=0;
-nsIDOMDocumentType.prototype.CDATA_SECTION_NODE=0;
-nsIDOMDocumentType.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMDocumentType.prototype.ENTITY_NODE=0;
-nsIDOMDocumentType.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMDocumentType.prototype.COMMENT_NODE=0;
-nsIDOMDocumentType.prototype.DOCUMENT_NODE=0;
-nsIDOMDocumentType.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMDocumentType.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMDocumentType.prototype.NOTATION_NODE=0;
-nsIQTScriptablePlugin.prototype= new Array();
-function nsIQTScriptablePlugin(){};
-nsIDOMWindowUtils.prototype= new Array();
-function nsIDOMWindowUtils(){};
-nsIDOMXULPopupElement.prototype= new Array();
-function nsIDOMXULPopupElement(){};
-nsIDOMXULPopupElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULPopupElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULPopupElement.prototype.TEXT_NODE=0;
-nsIDOMXULPopupElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULPopupElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULPopupElement.prototype.ENTITY_NODE=0;
-nsIDOMXULPopupElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULPopupElement.prototype.COMMENT_NODE=0;
-nsIDOMXULPopupElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULPopupElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULPopupElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULPopupElement.prototype.NOTATION_NODE=0;
-nsIDOMXULPopupElement.prototype.BEFORE_START=0;
-nsIDOMXULPopupElement.prototype.BEFORE_END=0;
-nsIDOMXULPopupElement.prototype.AFTER_START=0;
-nsIDOMXULPopupElement.prototype.AFTER_END=0;
-nsIDOMXULPopupElement.prototype.START_BEFORE=0;
-nsIDOMXULPopupElement.prototype.START_AFTER=0;
-nsIDOMXULPopupElement.prototype.END_BEFORE=0;
-nsIDOMXULPopupElement.prototype.END_AFTER=0;
-nsIDOMXULPopupElement.prototype.OVERLAP=0;
-nsIDOMXULPopupElement.prototype.AT_POINTER=0;
-nsIDOMXULPopupElement.prototype.AFTER_POINTER=0;
-nsISchemaComplexType.prototype= new Array();
-function nsISchemaComplexType(){};
-nsISchemaComplexType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaComplexType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaComplexType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsISchemaComplexType.prototype.CONTENT_MODEL_EMPTY=0;
-nsISchemaComplexType.prototype.CONTENT_MODEL_SIMPLE=0;
-nsISchemaComplexType.prototype.CONTENT_MODEL_ELEMENT_ONLY=0;
-nsISchemaComplexType.prototype.CONTENT_MODEL_MIXED=0;
-nsISchemaComplexType.prototype.DERIVATION_EXTENSION_SIMPLE=0;
-nsISchemaComplexType.prototype.DERIVATION_RESTRICTION_SIMPLE=0;
-nsISchemaComplexType.prototype.DERIVATION_EXTENSION_COMPLEX=0;
-nsISchemaComplexType.prototype.DERIVATION_RESTRICTION_COMPLEX=0;
-nsISchemaComplexType.prototype.DERIVATION_SELF_CONTAINED=0;
-nsIOSChromeItem.prototype= new Array();
-function nsIOSChromeItem(){};
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype= new Array();
-function nsIDOMSVGPathSegLinetoHorizontalAbs(){};
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoHorizontalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDialogParamBlock.prototype= new Array();
-function nsIDialogParamBlock(){};
-nsIDOMHTMLInputElement.prototype= new Array();
-function nsIDOMHTMLInputElement(){};
-nsIDOMHTMLInputElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLInputElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLInputElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLInputElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLInputElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLInputElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLInputElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLInputElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLInputElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLInputElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLInputElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLInputElement.prototype.NOTATION_NODE=0;
-imgIRequest.prototype= new Array();
-function imgIRequest(){};
-imgIRequest.prototype.LOAD_NORMAL="";
-imgIRequest.prototype.LOAD_BACKGROUND=0;
-imgIRequest.prototype.INHIBIT_CACHING=0;
-imgIRequest.prototype.INHIBIT_PERSISTENT_CACHING=0;
-imgIRequest.prototype.LOAD_BYPASS_CACHE=0;
-imgIRequest.prototype.LOAD_FROM_CACHE=0;
-imgIRequest.prototype.VALIDATE_ALWAYS=0;
-imgIRequest.prototype.VALIDATE_NEVER=0;
-imgIRequest.prototype.VALIDATE_ONCE_PER_SESSION=0;
-imgIRequest.prototype.STATUS_NONE="";
-imgIRequest.prototype.STATUS_SIZE_AVAILABLE=0;
-imgIRequest.prototype.STATUS_LOAD_PARTIAL=0;
-imgIRequest.prototype.STATUS_LOAD_COMPLETE=0;
-imgIRequest.prototype.STATUS_ERROR=0;
-imgIRequest.prototype.STATUS_FRAME_COMPLETE=0;
-nsIContextMenuListener.prototype= new Array();
-function nsIContextMenuListener(){};
-nsIContextMenuListener.prototype.CONTEXT_NONE="";
-nsIContextMenuListener.prototype.CONTEXT_LINK=0;
-nsIContextMenuListener.prototype.CONTEXT_IMAGE=0;
-nsIContextMenuListener.prototype.CONTEXT_DOCUMENT=0;
-nsIContextMenuListener.prototype.CONTEXT_TEXT=0;
-nsIContextMenuListener.prototype.CONTEXT_INPUT=0;
-nsIExceptionManager.prototype= new Array();
-function nsIExceptionManager(){};
-nsITimerInternal.prototype= new Array();
-function nsITimerInternal(){};
-nsISOAPTransport.prototype= new Array();
-function nsISOAPTransport(){};
-nsIDOMComment.prototype= new Array();
-function nsIDOMComment(){};
-nsIDOMComment.prototype.ELEMENT_NODE=0;
-nsIDOMComment.prototype.ATTRIBUTE_NODE=0;
-nsIDOMComment.prototype.TEXT_NODE=0;
-nsIDOMComment.prototype.CDATA_SECTION_NODE=0;
-nsIDOMComment.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMComment.prototype.ENTITY_NODE=0;
-nsIDOMComment.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMComment.prototype.COMMENT_NODE=0;
-nsIDOMComment.prototype.DOCUMENT_NODE=0;
-nsIDOMComment.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMComment.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMComment.prototype.NOTATION_NODE=0;
-nsIRegistry.prototype= new Array();
-function nsIRegistry(){};
-nsIRegistry.prototype.None="";
-nsIRegistry.prototype.Users=0;
-nsIRegistry.prototype.Common=0;
-nsIRegistry.prototype.CurrentUser=0;
-nsIRegistry.prototype.ApplicationComponentRegistry=0;
-nsIRegistry.prototype.ApplicationRegistry=0;
-nsIRegistry.prototype.ApplicationCustomRegistry=0;
-nsIRegistry.prototype.String=0;
-nsIRegistry.prototype.Int32=0;
-nsIRegistry.prototype.Bytes=0;
-nsIRegistry.prototype.File=0;
-nsIHelperAppLauncherDialog.prototype= new Array();
-function nsIHelperAppLauncherDialog(){};
-nsIHelperAppLauncherDialog.prototype.REASON_CANTHANDLE="";
-nsIHelperAppLauncherDialog.prototype.REASON_SERVERREQUEST=0;
-nsIHelperAppLauncherDialog.prototype.REASON_TYPESNIFFED=0;
-jsdIProperty.prototype= new Array();
-function jsdIProperty(){};
-jsdIProperty.prototype.FLAG_ENUMERATE=0;
-jsdIProperty.prototype.FLAG_READONLY=0;
-jsdIProperty.prototype.FLAG_PERMANENT=0;
-jsdIProperty.prototype.FLAG_ALIAS=0;
-jsdIProperty.prototype.FLAG_ARGUMENT=0;
-jsdIProperty.prototype.FLAG_VARIABLE=0;
-jsdIProperty.prototype.FLAG_EXCEPTION=0;
-jsdIProperty.prototype.FLAG_ERROR=0;
-jsdIProperty.prototype.FLAG_HINTED=0;
-nsICookieService.prototype= new Array();
-function nsICookieService(){};
-nsIRDFInferDataSource.prototype= new Array();
-function nsIRDFInferDataSource(){};
-nsIDOMSVGCircleElement.prototype= new Array();
-function nsIDOMSVGCircleElement(){};
-nsIDOMSVGCircleElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGCircleElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGCircleElement.prototype.TEXT_NODE=0;
-nsIDOMSVGCircleElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGCircleElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGCircleElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGCircleElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGCircleElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGCircleElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGCircleElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGCircleElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGCircleElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype= new Array();
-function nsIDOMSVGPathSegLinetoVerticalAbs(){};
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIProperty.prototype= new Array();
-function nsIProperty(){};
-nsIDocShellTreeNode.prototype= new Array();
-function nsIDocShellTreeNode(){};
-nsIChromeEventHandler.prototype= new Array();
-function nsIChromeEventHandler(){};
-nsIConsoleService_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIConsoleService_MOZILLA_1_8_BRANCH(){};
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoCubicSmoothRel(){};
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicSmoothRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDOMCSSCharsetRule.prototype= new Array();
-function nsIDOMCSSCharsetRule(){};
-nsIDOMCSSCharsetRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSCharsetRule.prototype.STYLE_RULE=0;
-nsIDOMCSSCharsetRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSCharsetRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSCharsetRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSCharsetRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSCharsetRule.prototype.PAGE_RULE=0;
-nsIPrefetchService.prototype= new Array();
-function nsIPrefetchService(){};
-nsIAccessibleWin32Object.prototype= new Array();
-function nsIAccessibleWin32Object(){};
-nsIObjectOutputStream.prototype= new Array();
-function nsIObjectOutputStream(){};
-nsIDOMSVGAnimatedRect.prototype= new Array();
-function nsIDOMSVGAnimatedRect(){};
-nsIDOMHTMLLabelElement.prototype= new Array();
-function nsIDOMHTMLLabelElement(){};
-nsIDOMHTMLLabelElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLLabelElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLLabelElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLLabelElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLLabelElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLLabelElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLLabelElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLLabelElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLLabelElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLLabelElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLLabelElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLLabelElement.prototype.NOTATION_NODE=0;
-nsIResumableChannel.prototype= new Array();
-function nsIResumableChannel(){};
-nsIScriptLoaderObserver.prototype= new Array();
-function nsIScriptLoaderObserver(){};
-nsIHttpChannelInternal.prototype= new Array();
-function nsIHttpChannelInternal(){};
-nsICollationFactory.prototype= new Array();
-function nsICollationFactory(){};
-nsIScriptableRegion.prototype= new Array();
-function nsIScriptableRegion(){};
-jsdINestCallback.prototype= new Array();
-function jsdINestCallback(){};
-nsPIAccessible.prototype= new Array();
-function nsPIAccessible(){};
-nsISchemaBuiltinType.prototype= new Array();
-function nsISchemaBuiltinType(){};
-nsISchemaBuiltinType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaBuiltinType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaBuiltinType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsISchemaBuiltinType.prototype.SIMPLE_TYPE_BUILTIN=0;
-nsISchemaBuiltinType.prototype.SIMPLE_TYPE_LIST=0;
-nsISchemaBuiltinType.prototype.SIMPLE_TYPE_UNION=0;
-nsISchemaBuiltinType.prototype.SIMPLE_TYPE_RESTRICTION=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_ANYTYPE=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_STRING=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NORMALIZED_STRING=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_TOKEN=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_BYTE=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_UNSIGNEDBYTE=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_BASE64BINARY=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_HEXBINARY=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_INTEGER=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_POSITIVEINTEGER=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NEGATIVEINTEGER=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NONNEGATIVEINTEGER=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NONPOSITIVEINTEGER=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_INT=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_UNSIGNEDINT=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_LONG=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_UNSIGNEDLONG=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_SHORT=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_UNSIGNEDSHORT=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_DECIMAL=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_FLOAT=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_DOUBLE=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_BOOLEAN=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_TIME=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_DATETIME=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_DURATION=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_DATE=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_GMONTH=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_GYEAR=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_GYEARMONTH=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_GDAY=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_GMONTHDAY=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NAME=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_QNAME=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NCNAME=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_ANYURI=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_LANGUAGE=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_ID=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_IDREF=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_IDREFS=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_ENTITY=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_ENTITIES=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NOTATION=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NMTOKEN=0;
-nsISchemaBuiltinType.prototype.BUILTIN_TYPE_NMTOKENS=0;
-nsIAptanaBreakpointProperties.prototype= new Array();
-function nsIAptanaBreakpointProperties(){};
-nsIAptanaDebugger.prototype= new Array();
-function nsIAptanaDebugger(){};
-nsIDOMRange.prototype= new Array();
-function nsIDOMRange(){};
-nsIDOMRange.prototype.START_TO_START="";
-nsIDOMRange.prototype.START_TO_END=0;
-nsIDOMRange.prototype.END_TO_END=0;
-nsIDOMRange.prototype.END_TO_START=0;
-nsIEditor_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIEditor_MOZILLA_1_8_BRANCH(){};
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.eNone="";
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.eNext=0;
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.ePrevious=0;
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.eNextWord=0;
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.ePreviousWord=0;
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.eToBeginningOfLine=0;
-nsIEditor_MOZILLA_1_8_BRANCH.prototype.eToEndOfLine=0;
-nsIListBoxObject.prototype= new Array();
-function nsIListBoxObject(){};
-nsIDOMCharacterData.prototype= new Array();
-function nsIDOMCharacterData(){};
-nsIDOMCharacterData.prototype.ELEMENT_NODE=0;
-nsIDOMCharacterData.prototype.ATTRIBUTE_NODE=0;
-nsIDOMCharacterData.prototype.TEXT_NODE=0;
-nsIDOMCharacterData.prototype.CDATA_SECTION_NODE=0;
-nsIDOMCharacterData.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMCharacterData.prototype.ENTITY_NODE=0;
-nsIDOMCharacterData.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMCharacterData.prototype.COMMENT_NODE=0;
-nsIDOMCharacterData.prototype.DOCUMENT_NODE=0;
-nsIDOMCharacterData.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMCharacterData.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMCharacterData.prototype.NOTATION_NODE=0;
-nsIDOM3Document.prototype= new Array();
-function nsIDOM3Document(){};
-nsIDOM3Document.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-nsIDOM3Document.prototype.DOCUMENT_POSITION_PRECEDING=0;
-nsIDOM3Document.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-nsIDOM3Document.prototype.DOCUMENT_POSITION_CONTAINS=0;
-nsIDOM3Document.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-nsIDOM3Document.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-nsIByteRangeRequest.prototype= new Array();
-function nsIByteRangeRequest(){};
-nsIArray.prototype= new Array();
-function nsIArray(){};
-nsIDOMDocumentView.prototype= new Array();
-function nsIDOMDocumentView(){};
-rdfIDataSource.prototype= new Array();
-function rdfIDataSource(){};
-nsIXPCWrappedJSObjectGetter.prototype= new Array();
-function nsIXPCWrappedJSObjectGetter(){};
-mozIJSSubScriptLoader.prototype= new Array();
-function mozIJSSubScriptLoader(){};
-nsISOAPAttachments.prototype= new Array();
-function nsISOAPAttachments(){};
-nsIPKCS11Slot.prototype= new Array();
-function nsIPKCS11Slot(){};
-nsIPKCS11Slot.prototype.SLOT_DISABLED="";
-nsIPKCS11Slot.prototype.SLOT_NOT_PRESENT=0;
-nsIPKCS11Slot.prototype.SLOT_UNINITIALIZED=0;
-nsIPKCS11Slot.prototype.SLOT_NOT_LOGGED_IN=0;
-nsIPKCS11Slot.prototype.SLOT_LOGGED_IN=0;
-nsIPKCS11Slot.prototype.SLOT_READY=0;
-nsIDirectoryEnumerator.prototype= new Array();
-function nsIDirectoryEnumerator(){};
-nsIMutableArray.prototype= new Array();
-function nsIMutableArray(){};
-nsIWebServiceCallContext.prototype= new Array();
-function nsIWebServiceCallContext(){};
-nsIWebServiceCallContext.prototype.PENDING="";
-nsIWebServiceCallContext.prototype.SUCCEEDED=0;
-nsIWebServiceCallContext.prototype.FAILED=0;
-nsIWebServiceCallContext.prototype.ABORTED=0;
-nsIDOMNSUIEvent.prototype= new Array();
-function nsIDOMNSUIEvent(){};
-nsIDOMNSUIEvent.prototype.SCROLL_PAGE_UP=0;
-nsIDOMNSUIEvent.prototype.SCROLL_PAGE_DOWN=0;
-nsIDOMSVGMarkerElement.prototype= new Array();
-function nsIDOMSVGMarkerElement(){};
-nsIDOMSVGMarkerElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGMarkerElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGMarkerElement.prototype.TEXT_NODE=0;
-nsIDOMSVGMarkerElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGMarkerElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGMarkerElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGMarkerElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGMarkerElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGMarkerElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGMarkerElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGMarkerElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGMarkerElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGMarkerElement.prototype.SVG_MARKERUNITS_UNKNOWN="";
-nsIDOMSVGMarkerElement.prototype.SVG_MARKERUNITS_USERSPACEONUSE=0;
-nsIDOMSVGMarkerElement.prototype.SVG_MARKERUNITS_STROKEWIDTH=0;
-nsIDOMSVGMarkerElement.prototype.SVG_MARKER_ORIENT_UNKNOWN="";
-nsIDOMSVGMarkerElement.prototype.SVG_MARKER_ORIENT_AUTO=0;
-nsIDOMSVGMarkerElement.prototype.SVG_MARKER_ORIENT_ANGLE=0;
-nsIDOMXULLabelElement.prototype= new Array();
-function nsIDOMXULLabelElement(){};
-nsIDOMXULLabelElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULLabelElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULLabelElement.prototype.TEXT_NODE=0;
-nsIDOMXULLabelElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULLabelElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULLabelElement.prototype.ENTITY_NODE=0;
-nsIDOMXULLabelElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULLabelElement.prototype.COMMENT_NODE=0;
-nsIDOMXULLabelElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULLabelElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULLabelElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULLabelElement.prototype.NOTATION_NODE=0;
-nsIDOMUIEvent.prototype= new Array();
-function nsIDOMUIEvent(){};
-nsIDOMUIEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMUIEvent.prototype.AT_TARGET=0;
-nsIDOMUIEvent.prototype.BUBBLING_PHASE=0;
-nsIRDFResource.prototype= new Array();
-function nsIRDFResource(){};
-nsIDOMSVGLength.prototype= new Array();
-function nsIDOMSVGLength(){};
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_UNKNOWN="";
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_NUMBER=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_PERCENTAGE=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_EMS=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_EXS=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_PX=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_CM=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_MM=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_IN=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_PT=0;
-nsIDOMSVGLength.prototype.SVG_LENGTHTYPE_PC=0;
-nsISidebar.prototype= new Array();
-function nsISidebar(){};
-nsIDOMSVGPreserveAspectRatio.prototype= new Array();
-function nsIDOMSVGPreserveAspectRatio(){};
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_UNKNOWN="";
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_NONE=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMINYMIN=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMIDYMIN=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMAXYMIN=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMINYMID=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMIDYMID=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMAXYMID=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMINYMAX=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMIDYMAX=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_PRESERVEASPECTRATIO_XMAXYMAX=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_MEETORSLICE_UNKNOWN="";
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_MEETORSLICE_MEET=0;
-nsIDOMSVGPreserveAspectRatio.prototype.SVG_MEETORSLICE_SLICE=0;
-nsIEditorDocShell.prototype= new Array();
-function nsIEditorDocShell(){};
-nsIProgressDialog.prototype= new Array();
-function nsIProgressDialog(){};
-nsIProgressDialog.prototype.STATE_START=0;
-nsIProgressDialog.prototype.STATE_REDIRECTING=0;
-nsIProgressDialog.prototype.STATE_TRANSFERRING=0;
-nsIProgressDialog.prototype.STATE_NEGOTIATING=0;
-nsIProgressDialog.prototype.STATE_STOP=0;
-nsIProgressDialog.prototype.STATE_IS_REQUEST=0;
-nsIProgressDialog.prototype.STATE_IS_DOCUMENT=0;
-nsIProgressDialog.prototype.STATE_IS_NETWORK=0;
-nsIProgressDialog.prototype.STATE_IS_WINDOW=0;
-nsIProgressDialog.prototype.STATE_RESTORING=0;
-nsIProgressDialog.prototype.STATE_IS_INSECURE=0;
-nsIProgressDialog.prototype.STATE_IS_BROKEN=0;
-nsIProgressDialog.prototype.STATE_IS_SECURE=0;
-nsIProgressDialog.prototype.STATE_SECURE_HIGH=0;
-nsIProgressDialog.prototype.STATE_SECURE_MED=0;
-nsIProgressDialog.prototype.STATE_SECURE_LOW=0;
-nsIURIChecker.prototype= new Array();
-function nsIURIChecker(){};
-nsIURIChecker.prototype.LOAD_NORMAL="";
-nsIURIChecker.prototype.LOAD_BACKGROUND=0;
-nsIURIChecker.prototype.INHIBIT_CACHING=0;
-nsIURIChecker.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIURIChecker.prototype.LOAD_BYPASS_CACHE=0;
-nsIURIChecker.prototype.LOAD_FROM_CACHE=0;
-nsIURIChecker.prototype.VALIDATE_ALWAYS=0;
-nsIURIChecker.prototype.VALIDATE_NEVER=0;
-nsIURIChecker.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIAccessibleTreeCache.prototype= new Array();
-function nsIAccessibleTreeCache(){};
-nsIConsoleListener.prototype= new Array();
-function nsIConsoleListener(){};
-nsIDOMNSHTMLImageElement.prototype= new Array();
-function nsIDOMNSHTMLImageElement(){};
-nsIDOMDocumentStyle.prototype= new Array();
-function nsIDOMDocumentStyle(){};
-nsIFeedProgressListener.prototype= new Array();
-function nsIFeedProgressListener(){};
-nsIXPCException.prototype= new Array();
-function nsIXPCException(){};
-nsIWebPageDescriptor.prototype= new Array();
-function nsIWebPageDescriptor(){};
-nsIWebPageDescriptor.prototype.DISPLAY_AS_SOURCE=0;
-nsIWebPageDescriptor.prototype.DISPLAY_NORMAL=0;
-nsIKeyObject.prototype= new Array();
-function nsIKeyObject(){};
-nsIKeyObject.prototype.SYM_KEY=0;
-nsIKeyObject.prototype.PRIVATE_KEY=0;
-nsIKeyObject.prototype.PUBLIC_KEY=0;
-nsIKeyObject.prototype.RC4=0;
-nsIKeyObject.prototype.AES_CBC=0;
-nsIDOMHTMLQuoteElement.prototype= new Array();
-function nsIDOMHTMLQuoteElement(){};
-nsIDOMHTMLQuoteElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLQuoteElement.prototype.NOTATION_NODE=0;
-nsIBidiKeyboard.prototype= new Array();
-function nsIBidiKeyboard(){};
-nsIXPCComponents_Utils.prototype= new Array();
-function nsIXPCComponents_Utils(){};
-nsPISocketTransportService.prototype= new Array();
-function nsPISocketTransportService(){};
-nsIPipe.prototype= new Array();
-function nsIPipe(){};
-nsIURLFormatter.prototype= new Array();
-function nsIURLFormatter(){};
-nsISearchableInputStream.prototype= new Array();
-function nsISearchableInputStream(){};
-imgIContainer.prototype= new Array();
-function imgIContainer(){};
-imgIContainer.prototype.kNormalAnimMode="";
-imgIContainer.prototype.kDontAnimMode=0;
-imgIContainer.prototype.kLoopOnceAnimMode=0;
-nsIDOMSVGPolylineElement.prototype= new Array();
-function nsIDOMSVGPolylineElement(){};
-nsIDOMSVGPolylineElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGPolylineElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGPolylineElement.prototype.TEXT_NODE=0;
-nsIDOMSVGPolylineElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGPolylineElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGPolylineElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGPolylineElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGPolylineElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGPolylineElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGPolylineElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGPolylineElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGPolylineElement.prototype.NOTATION_NODE=0;
-nsIPluginElement.prototype= new Array();
-function nsIPluginElement(){};
-nsIStringBundleOverride.prototype= new Array();
-function nsIStringBundleOverride(){};
-mozIStorageStatementParams.prototype= new Array();
-function mozIStorageStatementParams(){};
-nsIJVMPluginInstance.prototype= new Array();
-function nsIJVMPluginInstance(){};
-nsICipherInfoService.prototype= new Array();
-function nsICipherInfoService(){};
-nsISocketTransport.prototype= new Array();
-function nsISocketTransport(){};
-nsISocketTransport.prototype.OPEN_BLOCKING=0;
-nsISocketTransport.prototype.OPEN_UNBUFFERED=0;
-nsISocketTransport.prototype.STATUS_READING=0;
-nsISocketTransport.prototype.STATUS_WRITING=0;
-nsISocketTransport.prototype.TIMEOUT_CONNECT="";
-nsISocketTransport.prototype.TIMEOUT_READ_WRITE=0;
-nsISocketTransport.prototype.STATUS_RESOLVING=0;
-nsISocketTransport.prototype.STATUS_CONNECTING_TO=0;
-nsISocketTransport.prototype.STATUS_CONNECTED_TO=0;
-nsISocketTransport.prototype.STATUS_SENDING_TO=0;
-nsISocketTransport.prototype.STATUS_WAITING_FOR=0;
-nsISocketTransport.prototype.STATUS_RECEIVING_FROM=0;
-nsIOutputIterator.prototype= new Array();
-function nsIOutputIterator(){};
-nsIDOMSVGTextContentElement.prototype= new Array();
-function nsIDOMSVGTextContentElement(){};
-nsIDOMSVGTextContentElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGTextContentElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGTextContentElement.prototype.TEXT_NODE=0;
-nsIDOMSVGTextContentElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGTextContentElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGTextContentElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGTextContentElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGTextContentElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGTextContentElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGTextContentElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGTextContentElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGTextContentElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGTextContentElement.prototype.LENGTHADJUST_UNKNOWN="";
-nsIDOMSVGTextContentElement.prototype.LENGTHADJUST_SPACING=0;
-nsIDOMSVGTextContentElement.prototype.LENGTHADJUST_SPACINGANDGLYPHS=0;
-nsIHttpHeaderVisitor.prototype= new Array();
-function nsIHttpHeaderVisitor(){};
-nsITimerManager.prototype= new Array();
-function nsITimerManager(){};
-nsIWSDLMessage.prototype= new Array();
-function nsIWSDLMessage(){};
-nsINetUtil.prototype= new Array();
-function nsINetUtil(){};
-nsIWebContentConverterService.prototype= new Array();
-function nsIWebContentConverterService(){};
-jsdIValue.prototype= new Array();
-function jsdIValue(){};
-jsdIValue.prototype.TYPE_BOOLEAN="";
-jsdIValue.prototype.TYPE_DOUBLE=0;
-jsdIValue.prototype.TYPE_INT=0;
-jsdIValue.prototype.TYPE_FUNCTION=0;
-jsdIValue.prototype.TYPE_NULL=0;
-jsdIValue.prototype.TYPE_OBJECT=0;
-jsdIValue.prototype.TYPE_STRING=0;
-jsdIValue.prototype.TYPE_VOID=0;
-jsdIScript.prototype= new Array();
-function jsdIScript(){};
-jsdIScript.prototype.FLAG_PROFILE=0;
-jsdIScript.prototype.FLAG_DEBUG=0;
-jsdIScript.prototype.PCMAP_SOURCETEXT=0;
-jsdIScript.prototype.PCMAP_PRETTYPRINT=0;
-nsIDOMNSEditableElement.prototype= new Array();
-function nsIDOMNSEditableElement(){};
-nsIClassInfo.prototype= new Array();
-function nsIClassInfo(){};
-nsIClassInfo.prototype.SINGLETON=0;
-nsIClassInfo.prototype.THREADSAFE=0;
-nsIClassInfo.prototype.MAIN_THREAD_ONLY=0;
-nsIClassInfo.prototype.DOM_OBJECT=0;
-nsIClassInfo.prototype.PLUGIN_OBJECT=0;
-nsIClassInfo.prototype.EAGER_CLASSINFO=0;
-nsIClassInfo.prototype.CONTENT_NODE=0;
-nsIClassInfo.prototype.RESERVED=0;
-nsIRDFService.prototype= new Array();
-function nsIRDFService(){};
-nsISupportsPriority.prototype= new Array();
-function nsISupportsPriority(){};
-nsISupportsPriority.prototype.PRIORITY_HIGHEST=0;
-nsISupportsPriority.prototype.PRIORITY_HIGH=0;
-nsISupportsPriority.prototype.PRIORITY_NORMAL="";
-nsISupportsPriority.prototype.PRIORITY_LOW=0;
-nsISupportsPriority.prototype.PRIORITY_LOWEST=0;
-nsIKeyObjectFactory.prototype= new Array();
-function nsIKeyObjectFactory(){};
-nsIDirectoryIterator.prototype= new Array();
-function nsIDirectoryIterator(){};
-nsIInputStream.prototype= new Array();
-function nsIInputStream(){};
-nsISecurityCheckedComponent.prototype= new Array();
-function nsISecurityCheckedComponent(){};
-nsIDOMHTMLFormElement.prototype= new Array();
-function nsIDOMHTMLFormElement(){};
-nsIDOMHTMLFormElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLFormElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLFormElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLFormElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLFormElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLFormElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLFormElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLFormElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLFormElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLFormElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLFormElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLFormElement.prototype.NOTATION_NODE=0;
-mozIPersonalDictionary.prototype= new Array();
-function mozIPersonalDictionary(){};
-nsIUnicharStreamLoader.prototype= new Array();
-function nsIUnicharStreamLoader(){};
-nsIUnicharStreamLoader.prototype.DEFAULT_SEGMENT_SIZE=0;
-nsIDocShell.prototype= new Array();
-function nsIDocShell(){};
-nsIDocShell.prototype.INTERNAL_LOAD_FLAGS_NONE="";
-nsIDocShell.prototype.INTERNAL_LOAD_FLAGS_INHERIT_OWNER=0;
-nsIDocShell.prototype.INTERNAL_LOAD_FLAGS_DONT_SEND_REFERRER=0;
-nsIDocShell.prototype.INTERNAL_LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP=0;
-nsIDocShell.prototype.INTERNAL_LOAD_FLAGS_FIRST_LOAD=0;
-nsIDocShell.prototype.ENUMERATE_FORWARDS="";
-nsIDocShell.prototype.ENUMERATE_BACKWARDS=0;
-nsIDocShell.prototype.APP_TYPE_UNKNOWN="";
-nsIDocShell.prototype.APP_TYPE_MAIL=0;
-nsIDocShell.prototype.APP_TYPE_EDITOR=0;
-nsIDocShell.prototype.BUSY_FLAGS_NONE="";
-nsIDocShell.prototype.BUSY_FLAGS_BUSY=0;
-nsIDocShell.prototype.BUSY_FLAGS_BEFORE_PAGE_LOAD=0;
-nsIDocShell.prototype.BUSY_FLAGS_PAGE_LOADING=0;
-nsIDocShell.prototype.LOAD_CMD_NORMAL=0;
-nsIDocShell.prototype.LOAD_CMD_RELOAD=0;
-nsIDocShell.prototype.LOAD_CMD_HISTORY=0;
-nsIDOMViewCSS.prototype= new Array();
-function nsIDOMViewCSS(){};
-nsISAXXMLFilter.prototype= new Array();
-function nsISAXXMLFilter(){};
-nsIJVMManager.prototype= new Array();
-function nsIJVMManager(){};
-nsITreeColumns.prototype= new Array();
-function nsITreeColumns(){};
-nsIDOMHTMLHtmlElement.prototype= new Array();
-function nsIDOMHTMLHtmlElement(){};
-nsIDOMHTMLHtmlElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLHtmlElement.prototype.NOTATION_NODE=0;
-nsIDOMCanvasGradient.prototype= new Array();
-function nsIDOMCanvasGradient(){};
-nsIDOMSVGAnimatedPoints.prototype= new Array();
-function nsIDOMSVGAnimatedPoints(){};
-nsIRDFXMLSerializer.prototype= new Array();
-function nsIRDFXMLSerializer(){};
-nsIDOMNSHTMLAnchorElement.prototype= new Array();
-function nsIDOMNSHTMLAnchorElement(){};
-nsIDOMCSS2Properties.prototype= new Array();
-function nsIDOMCSS2Properties(){};
-nsIProfileStartupListener.prototype= new Array();
-function nsIProfileStartupListener(){};
-nsIFontPackageHandler.prototype= new Array();
-function nsIFontPackageHandler(){};
-nsIWSDLBinding.prototype= new Array();
-function nsIWSDLBinding(){};
-nsIProxyCreateInstance.prototype= new Array();
-function nsIProxyCreateInstance(){};
-nsISecurityEventSink.prototype= new Array();
-function nsISecurityEventSink(){};
-nsICommandHandler.prototype= new Array();
-function nsICommandHandler(){};
-nsIDOMLinkStyle.prototype= new Array();
-function nsIDOMLinkStyle(){};
-nsIDOMSVGPoint.prototype= new Array();
-function nsIDOMSVGPoint(){};
-nsIAccessibleEvent.prototype= new Array();
-function nsIAccessibleEvent(){};
-nsIAccessibleEvent.prototype.EVENT_CREATE=0;
-nsIAccessibleEvent.prototype.EVENT_DESTROY=0;
-nsIAccessibleEvent.prototype.EVENT_SHOW=0;
-nsIAccessibleEvent.prototype.EVENT_HIDE=0;
-nsIAccessibleEvent.prototype.EVENT_REORDER=0;
-nsIAccessibleEvent.prototype.EVENT_FOCUS=0;
-nsIAccessibleEvent.prototype.EVENT_STATE_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_LOCATION_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_NAME_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_DESCRIPTIONCHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_VALUE_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_PARENTCHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_HELPCHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_DEFACTIONCHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ACCELERATORCHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_SELECTION=0;
-nsIAccessibleEvent.prototype.EVENT_SELECTION_ADD=0;
-nsIAccessibleEvent.prototype.EVENT_SELECTION_REMOVE=0;
-nsIAccessibleEvent.prototype.EVENT_SELECTION_WITHIN=0;
-nsIAccessibleEvent.prototype.EVENT_ALERT=0;
-nsIAccessibleEvent.prototype.EVENT_FOREGROUND=0;
-nsIAccessibleEvent.prototype.EVENT_MENUSTART=0;
-nsIAccessibleEvent.prototype.EVENT_MENUEND=0;
-nsIAccessibleEvent.prototype.EVENT_MENUPOPUPSTART=0;
-nsIAccessibleEvent.prototype.EVENT_MENUPOPUPEND=0;
-nsIAccessibleEvent.prototype.EVENT_CAPTURESTART=0;
-nsIAccessibleEvent.prototype.EVENT_CAPTUREEND=0;
-nsIAccessibleEvent.prototype.EVENT_MOVESIZESTART=0;
-nsIAccessibleEvent.prototype.EVENT_MOVESIZEEND=0;
-nsIAccessibleEvent.prototype.EVENT_CONTEXTHELPSTART=0;
-nsIAccessibleEvent.prototype.EVENT_CONTEXTHELPEND=0;
-nsIAccessibleEvent.prototype.EVENT_DRAGDROPSTART=0;
-nsIAccessibleEvent.prototype.EVENT_DRAGDROPEND=0;
-nsIAccessibleEvent.prototype.EVENT_DIALOGSTART=0;
-nsIAccessibleEvent.prototype.EVENT_DIALOGEND=0;
-nsIAccessibleEvent.prototype.EVENT_SCROLLINGSTART=0;
-nsIAccessibleEvent.prototype.EVENT_SCROLLINGEND=0;
-nsIAccessibleEvent.prototype.EVENT_MINIMIZESTART=0;
-nsIAccessibleEvent.prototype.EVENT_MINIMIZEEND=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_PROPERTY_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_SELECTION_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TEXT_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TEXT_SELECTION_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TEXT_CARET_MOVE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_VISIBLE_DATA_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_MODEL_CHANGE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_ROW_INSERT=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_ROW_DELETE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_ROW_REORDER=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_COLUMN_INSERT=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_COLUMN_DELETE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_TABLE_COLUMN_REORDER=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_LINK_SELECTED=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_ACTIVATE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_CREATE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_DEACTIVATE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_DESTROY=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_MAXIMIZE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_MINIMIZE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_RESIZE=0;
-nsIAccessibleEvent.prototype.EVENT_ATK_WINDOW_RESTORE=0;
-nsISupportsCString.prototype= new Array();
-function nsISupportsCString(){};
-nsISupportsCString.prototype.TYPE_ID=0;
-nsISupportsCString.prototype.TYPE_CSTRING=0;
-nsISupportsCString.prototype.TYPE_STRING=0;
-nsISupportsCString.prototype.TYPE_PRBOOL=0;
-nsISupportsCString.prototype.TYPE_PRUINT8=0;
-nsISupportsCString.prototype.TYPE_PRUINT16=0;
-nsISupportsCString.prototype.TYPE_PRUINT32=0;
-nsISupportsCString.prototype.TYPE_PRUINT64=0;
-nsISupportsCString.prototype.TYPE_PRTIME=0;
-nsISupportsCString.prototype.TYPE_CHAR=0;
-nsISupportsCString.prototype.TYPE_PRINT16=0;
-nsISupportsCString.prototype.TYPE_PRINT32=0;
-nsISupportsCString.prototype.TYPE_PRINT64=0;
-nsISupportsCString.prototype.TYPE_FLOAT=0;
-nsISupportsCString.prototype.TYPE_DOUBLE=0;
-nsISupportsCString.prototype.TYPE_VOID=0;
-nsISupportsCString.prototype.TYPE_INTERFACE_POINTER=0;
-nsISupportsID.prototype= new Array();
-function nsISupportsID(){};
-nsISupportsID.prototype.TYPE_ID=0;
-nsISupportsID.prototype.TYPE_CSTRING=0;
-nsISupportsID.prototype.TYPE_STRING=0;
-nsISupportsID.prototype.TYPE_PRBOOL=0;
-nsISupportsID.prototype.TYPE_PRUINT8=0;
-nsISupportsID.prototype.TYPE_PRUINT16=0;
-nsISupportsID.prototype.TYPE_PRUINT32=0;
-nsISupportsID.prototype.TYPE_PRUINT64=0;
-nsISupportsID.prototype.TYPE_PRTIME=0;
-nsISupportsID.prototype.TYPE_CHAR=0;
-nsISupportsID.prototype.TYPE_PRINT16=0;
-nsISupportsID.prototype.TYPE_PRINT32=0;
-nsISupportsID.prototype.TYPE_PRINT64=0;
-nsISupportsID.prototype.TYPE_FLOAT=0;
-nsISupportsID.prototype.TYPE_DOUBLE=0;
-nsISupportsID.prototype.TYPE_VOID=0;
-nsISupportsID.prototype.TYPE_INTERFACE_POINTER=0;
-IDispatch.prototype= new Array();
-function IDispatch(){};
-nsIXPInstallManager.prototype= new Array();
-function nsIXPInstallManager(){};
-nsIXTFXMLVisualWrapper.prototype= new Array();
-function nsIXTFXMLVisualWrapper(){};
-nsIFeedResultListener.prototype= new Array();
-function nsIFeedResultListener(){};
-nsIDOMTreeWalker.prototype= new Array();
-function nsIDOMTreeWalker(){};
-nsIDOMUserDataHandler.prototype= new Array();
-function nsIDOMUserDataHandler(){};
-nsIDOMUserDataHandler.prototype.NODE_CLONED=0;
-nsIDOMUserDataHandler.prototype.NODE_IMPORTED=0;
-nsIDOMUserDataHandler.prototype.NODE_DELETED=0;
-nsIDOMUserDataHandler.prototype.NODE_RENAMED=0;
-nsIProcess.prototype= new Array();
-function nsIProcess(){};
-nsIWindowCreator.prototype= new Array();
-function nsIWindowCreator(){};
-nsITreeView.prototype= new Array();
-function nsITreeView(){};
-nsITreeView.prototype.DROP_BEFORE=0;
-nsITreeView.prototype.DROP_ON="";
-nsITreeView.prototype.DROP_AFTER=0;
-nsITreeView.prototype.PROGRESS_NORMAL=0;
-nsITreeView.prototype.PROGRESS_UNDETERMINED=0;
-nsITreeView.prototype.PROGRESS_NONE=0;
-nsIDOMDocumentXBL.prototype= new Array();
-function nsIDOMDocumentXBL(){};
-nsIXTFBindableElementWrapper.prototype= new Array();
-function nsIXTFBindableElementWrapper(){};
-nsIObserverService.prototype= new Array();
-function nsIObserverService(){};
-nsISAXContentHandler.prototype= new Array();
-function nsISAXContentHandler(){};
-nsIScriptableConstant.prototype= new Array();
-function nsIScriptableConstant(){};
-nsIDOMHTMLFrameSetElement.prototype= new Array();
-function nsIDOMHTMLFrameSetElement(){};
-nsIDOMHTMLFrameSetElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLFrameSetElement.prototype.NOTATION_NODE=0;
-nsISchemaSimpleType.prototype= new Array();
-function nsISchemaSimpleType(){};
-nsISchemaSimpleType.prototype.SCHEMA_TYPE_SIMPLE=0;
-nsISchemaSimpleType.prototype.SCHEMA_TYPE_COMPLEX=0;
-nsISchemaSimpleType.prototype.SCHEMA_TYPE_PLACEHOLDER=0;
-nsISchemaSimpleType.prototype.SIMPLE_TYPE_BUILTIN=0;
-nsISchemaSimpleType.prototype.SIMPLE_TYPE_LIST=0;
-nsISchemaSimpleType.prototype.SIMPLE_TYPE_UNION=0;
-nsISchemaSimpleType.prototype.SIMPLE_TYPE_RESTRICTION=0;
-nsIFactory.prototype= new Array();
-function nsIFactory(){};
-nsIDragDropHandler.prototype= new Array();
-function nsIDragDropHandler(){};
-nsIAptanaError.prototype= new Array();
-function nsIAptanaError(){};
-nsISOAPServiceRegistry.prototype= new Array();
-function nsISOAPServiceRegistry(){};
-nsIDOMSVGStopElement.prototype= new Array();
-function nsIDOMSVGStopElement(){};
-nsIDOMSVGStopElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGStopElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGStopElement.prototype.TEXT_NODE=0;
-nsIDOMSVGStopElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGStopElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGStopElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGStopElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGStopElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGStopElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGStopElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGStopElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGStopElement.prototype.NOTATION_NODE=0;
-nsIWebBrowserFindInFrames.prototype= new Array();
-function nsIWebBrowserFindInFrames(){};
-nsIConsoleService.prototype= new Array();
-function nsIConsoleService(){};
-inISearchProcess.prototype= new Array();
-function inISearchProcess(){};
-nsICacheService.prototype= new Array();
-function nsICacheService(){};
-nsIFeedTextConstruct.prototype= new Array();
-function nsIFeedTextConstruct(){};
-nsIIncrementalDownload.prototype= new Array();
-function nsIIncrementalDownload(){};
-nsIIncrementalDownload.prototype.LOAD_NORMAL="";
-nsIIncrementalDownload.prototype.LOAD_BACKGROUND=0;
-nsIIncrementalDownload.prototype.INHIBIT_CACHING=0;
-nsIIncrementalDownload.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIIncrementalDownload.prototype.LOAD_BYPASS_CACHE=0;
-nsIIncrementalDownload.prototype.LOAD_FROM_CACHE=0;
-nsIIncrementalDownload.prototype.VALIDATE_ALWAYS=0;
-nsIIncrementalDownload.prototype.VALIDATE_NEVER=0;
-nsIIncrementalDownload.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIDocShellHistory.prototype= new Array();
-function nsIDocShellHistory(){};
-nsICacheSession.prototype= new Array();
-function nsICacheSession(){};
-nsIDOMHTMLEmbedElement.prototype= new Array();
-function nsIDOMHTMLEmbedElement(){};
-nsIDOMHTMLEmbedElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLEmbedElement.prototype.NOTATION_NODE=0;
-nsIASN1Tree.prototype= new Array();
-function nsIASN1Tree(){};
-nsIASN1Tree.prototype.DROP_BEFORE=0;
-nsIASN1Tree.prototype.DROP_ON="";
-nsIASN1Tree.prototype.DROP_AFTER=0;
-nsIASN1Tree.prototype.PROGRESS_NORMAL=0;
-nsIASN1Tree.prototype.PROGRESS_UNDETERMINED=0;
-nsIASN1Tree.prototype.PROGRESS_NONE=0;
-nsIUserCertPicker.prototype= new Array();
-function nsIUserCertPicker(){};
-nsIProfileMigrator.prototype= new Array();
-function nsIProfileMigrator(){};
-nsIDocShellTreeOwner.prototype= new Array();
-function nsIDocShellTreeOwner(){};
-mozISpellI18NUtil.prototype= new Array();
-function mozISpellI18NUtil(){};
-mozISpellI18NUtil.prototype.kCheck="";
-mozISpellI18NUtil.prototype.kSuggest=0;
-nsIXTFGenericElement.prototype= new Array();
-function nsIXTFGenericElement(){};
-nsIXTFGenericElement.prototype.ELEMENT_TYPE_GENERIC_ELEMENT="";
-nsIXTFGenericElement.prototype.ELEMENT_TYPE_SVG_VISUAL=0;
-nsIXTFGenericElement.prototype.ELEMENT_TYPE_XML_VISUAL=0;
-nsIXTFGenericElement.prototype.ELEMENT_TYPE_XUL_VISUAL=0;
-nsIXTFGenericElement.prototype.ELEMENT_TYPE_BINDABLE=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_CHANGE_DOCUMENT=0;
-nsIXTFGenericElement.prototype.NOTIFY_DOCUMENT_CHANGED=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_CHANGE_PARENT=0;
-nsIXTFGenericElement.prototype.NOTIFY_PARENT_CHANGED=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_INSERT_CHILD=0;
-nsIXTFGenericElement.prototype.NOTIFY_CHILD_INSERTED=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_APPEND_CHILD=0;
-nsIXTFGenericElement.prototype.NOTIFY_CHILD_APPENDED=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_REMOVE_CHILD=0;
-nsIXTFGenericElement.prototype.NOTIFY_CHILD_REMOVED=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_SET_ATTRIBUTE=0;
-nsIXTFGenericElement.prototype.NOTIFY_ATTRIBUTE_SET=0;
-nsIXTFGenericElement.prototype.NOTIFY_WILL_REMOVE_ATTRIBUTE=0;
-nsIXTFGenericElement.prototype.NOTIFY_ATTRIBUTE_REMOVED=0;
-nsIXTFGenericElement.prototype.NOTIFY_BEGIN_ADDING_CHILDREN=0;
-nsIXTFGenericElement.prototype.NOTIFY_DONE_ADDING_CHILDREN=0;
-nsIXTFGenericElement.prototype.NOTIFY_HANDLE_DEFAULT=0;
-nsIDOMChromeWindow.prototype= new Array();
-function nsIDOMChromeWindow(){};
-nsIDOMChromeWindow.prototype.STATE_MAXIMIZED=0;
-nsIDOMChromeWindow.prototype.STATE_MINIMIZED=0;
-nsIDOMChromeWindow.prototype.STATE_NORMAL=0;
-nsISSLSocketControl.prototype= new Array();
-function nsISSLSocketControl(){};
-nsIHttpEventSink.prototype= new Array();
-function nsIHttpEventSink(){};
-nsIGlobalHistory3.prototype= new Array();
-function nsIGlobalHistory3(){};
-nsIMicrosummarySet.prototype= new Array();
-function nsIMicrosummarySet(){};
-nsIFeedEntry.prototype= new Array();
-function nsIFeedEntry(){};
-nsIDOMSVGAnimatedAngle.prototype= new Array();
-function nsIDOMSVGAnimatedAngle(){};
-nsIDOMXULDocument_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDOMXULDocument_MOZILLA_1_8_BRANCH(){};
-nsIXPCComponents_Constructor.prototype= new Array();
-function nsIXPCComponents_Constructor(){};
-nsIUTF8ConverterService.prototype= new Array();
-function nsIUTF8ConverterService(){};
-nsIDOMLSSerializer.prototype= new Array();
-function nsIDOMLSSerializer(){};
-nsIBufferedInputStream.prototype= new Array();
-function nsIBufferedInputStream(){};
-nsIHTMLInlineTableEditor.prototype= new Array();
-function nsIHTMLInlineTableEditor(){};
-nsIDOMMimeType.prototype= new Array();
-function nsIDOMMimeType(){};
-nsIDOMHTMLParamElement.prototype= new Array();
-function nsIDOMHTMLParamElement(){};
-nsIDOMHTMLParamElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLParamElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLParamElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLParamElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLParamElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLParamElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLParamElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLParamElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLParamElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLParamElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLParamElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLParamElement.prototype.NOTATION_NODE=0;
-nsIFeedResultService.prototype= new Array();
-function nsIFeedResultService(){};
-nsIRequestObserver.prototype= new Array();
-function nsIRequestObserver(){};
-nsIXPCConstructor.prototype= new Array();
-function nsIXPCConstructor(){};
-nsIDOMSVGPathSegMovetoAbs.prototype= new Array();
-function nsIDOMSVGPathSegMovetoAbs(){};
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegMovetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIScriptableInputStream.prototype= new Array();
-function nsIScriptableInputStream(){};
-nsIAddonUpdateCheckListener.prototype= new Array();
-function nsIAddonUpdateCheckListener(){};
-nsIAddonUpdateCheckListener.prototype.STATUS_NONE="";
-nsIAddonUpdateCheckListener.prototype.STATUS_UPDATE=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_VERSIONINFO=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_DATA_FOUND=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_FAILURE=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_NO_UPDATE=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_DISABLED=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_APP_MANAGED=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_READ_ONLY=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_PENDING_OP=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_NOT_MANAGED=0;
-nsIAddonUpdateCheckListener.prototype.STATUS_DISALLOWED=0;
-nsIControllerCommandTable.prototype= new Array();
-function nsIControllerCommandTable(){};
-nsIDNSRecord.prototype= new Array();
-function nsIDNSRecord(){};
-nsIAutoCompleteResult.prototype= new Array();
-function nsIAutoCompleteResult(){};
-nsIAutoCompleteResult.prototype.RESULT_IGNORED=0;
-nsIAutoCompleteResult.prototype.RESULT_FAILURE=0;
-nsIAutoCompleteResult.prototype.RESULT_NOMATCH=0;
-nsIAutoCompleteResult.prototype.RESULT_SUCCESS=0;
-nsIAsyncOutputStream.prototype= new Array();
-function nsIAsyncOutputStream(){};
-nsIAsyncOutputStream.prototype.WAIT_CLOSURE_ONLY=0;
-nsIDirectoryServiceProvider2.prototype= new Array();
-function nsIDirectoryServiceProvider2(){};
-nsIEditorIMESupport.prototype= new Array();
-function nsIEditorIMESupport(){};
-nsISelection2.prototype= new Array();
-function nsISelection2(){};
-nsIDOMHTMLHeadingElement.prototype= new Array();
-function nsIDOMHTMLHeadingElement(){};
-nsIDOMHTMLHeadingElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLHeadingElement.prototype.NOTATION_NODE=0;
-nsIDOMText.prototype= new Array();
-function nsIDOMText(){};
-nsIDOMText.prototype.ELEMENT_NODE=0;
-nsIDOMText.prototype.ATTRIBUTE_NODE=0;
-nsIDOMText.prototype.TEXT_NODE=0;
-nsIDOMText.prototype.CDATA_SECTION_NODE=0;
-nsIDOMText.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMText.prototype.ENTITY_NODE=0;
-nsIDOMText.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMText.prototype.COMMENT_NODE=0;
-nsIDOMText.prototype.DOCUMENT_NODE=0;
-nsIDOMText.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMText.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMText.prototype.NOTATION_NODE=0;
-nsIDOMClientInformation.prototype= new Array();
-function nsIDOMClientInformation(){};
-nsIDOMCanvasRenderingContext2D.prototype= new Array();
-function nsIDOMCanvasRenderingContext2D(){};
-nsIStreamListener.prototype= new Array();
-function nsIStreamListener(){};
-nsIOutputStreamCallback.prototype= new Array();
-function nsIOutputStreamCallback(){};
-jsdIScriptEnumerator.prototype= new Array();
-function jsdIScriptEnumerator(){};
-nsIClipboardImage.prototype= new Array();
-function nsIClipboardImage(){};
-nsIBoxObject.prototype= new Array();
-function nsIBoxObject(){};
-nsICloseAllWindows.prototype= new Array();
-function nsICloseAllWindows(){};
-nsIScreenManager.prototype= new Array();
-function nsIScreenManager(){};
-nsIUpdateTimerManager.prototype= new Array();
-function nsIUpdateTimerManager(){};
-nsIDOMSVGAnimatedPreserveAspectRatio.prototype= new Array();
-function nsIDOMSVGAnimatedPreserveAspectRatio(){};
-nsIHttpChannel.prototype= new Array();
-function nsIHttpChannel(){};
-nsIHttpChannel.prototype.LOAD_NORMAL="";
-nsIHttpChannel.prototype.LOAD_BACKGROUND=0;
-nsIHttpChannel.prototype.INHIBIT_CACHING=0;
-nsIHttpChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIHttpChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIHttpChannel.prototype.LOAD_FROM_CACHE=0;
-nsIHttpChannel.prototype.VALIDATE_ALWAYS=0;
-nsIHttpChannel.prototype.VALIDATE_NEVER=0;
-nsIHttpChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIHttpChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIHttpChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIHttpChannel.prototype.LOAD_REPLACE=0;
-nsIHttpChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIHttpChannel.prototype.LOAD_TARGETED=0;
-nsIHttpChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsIDOMXULDescriptionElement.prototype= new Array();
-function nsIDOMXULDescriptionElement(){};
-nsIDOMXULDescriptionElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULDescriptionElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULDescriptionElement.prototype.TEXT_NODE=0;
-nsIDOMXULDescriptionElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULDescriptionElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULDescriptionElement.prototype.ENTITY_NODE=0;
-nsIDOMXULDescriptionElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULDescriptionElement.prototype.COMMENT_NODE=0;
-nsIDOMXULDescriptionElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULDescriptionElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULDescriptionElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULDescriptionElement.prototype.NOTATION_NODE=0;
-nsISupportsPRTime.prototype= new Array();
-function nsISupportsPRTime(){};
-nsISupportsPRTime.prototype.TYPE_ID=0;
-nsISupportsPRTime.prototype.TYPE_CSTRING=0;
-nsISupportsPRTime.prototype.TYPE_STRING=0;
-nsISupportsPRTime.prototype.TYPE_PRBOOL=0;
-nsISupportsPRTime.prototype.TYPE_PRUINT8=0;
-nsISupportsPRTime.prototype.TYPE_PRUINT16=0;
-nsISupportsPRTime.prototype.TYPE_PRUINT32=0;
-nsISupportsPRTime.prototype.TYPE_PRUINT64=0;
-nsISupportsPRTime.prototype.TYPE_PRTIME=0;
-nsISupportsPRTime.prototype.TYPE_CHAR=0;
-nsISupportsPRTime.prototype.TYPE_PRINT16=0;
-nsISupportsPRTime.prototype.TYPE_PRINT32=0;
-nsISupportsPRTime.prototype.TYPE_PRINT64=0;
-nsISupportsPRTime.prototype.TYPE_FLOAT=0;
-nsISupportsPRTime.prototype.TYPE_DOUBLE=0;
-nsISupportsPRTime.prototype.TYPE_VOID=0;
-nsISupportsPRTime.prototype.TYPE_INTERFACE_POINTER=0;
-nsIBookmarkTransactionManager.prototype= new Array();
-function nsIBookmarkTransactionManager(){};
-nsIBookmarkTransactionManager.prototype.IMPORT="";
-nsIBookmarkTransactionManager.prototype.INSERT=0;
-nsIBookmarkTransactionManager.prototype.REMOVE=0;
-nsIClientAuthDialogs.prototype= new Array();
-function nsIClientAuthDialogs(){};
-nsISelection.prototype= new Array();
-function nsISelection(){};
-nsIRDFInt.prototype= new Array();
-function nsIRDFInt(){};
-nsIDOMSVGLengthList.prototype= new Array();
-function nsIDOMSVGLengthList(){};
-nsIDOMCSSStyleRule.prototype= new Array();
-function nsIDOMCSSStyleRule(){};
-nsIDOMCSSStyleRule.prototype.UNKNOWN_RULE="";
-nsIDOMCSSStyleRule.prototype.STYLE_RULE=0;
-nsIDOMCSSStyleRule.prototype.CHARSET_RULE=0;
-nsIDOMCSSStyleRule.prototype.IMPORT_RULE=0;
-nsIDOMCSSStyleRule.prototype.MEDIA_RULE=0;
-nsIDOMCSSStyleRule.prototype.FONT_FACE_RULE=0;
-nsIDOMCSSStyleRule.prototype.PAGE_RULE=0;
-nsIServiceManager.prototype= new Array();
-function nsIServiceManager(){};
-nsIShellService_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIShellService_MOZILLA_1_8_BRANCH(){};
-nsILoadGroup.prototype= new Array();
-function nsILoadGroup(){};
-nsILoadGroup.prototype.LOAD_NORMAL="";
-nsILoadGroup.prototype.LOAD_BACKGROUND=0;
-nsILoadGroup.prototype.INHIBIT_CACHING=0;
-nsILoadGroup.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsILoadGroup.prototype.LOAD_BYPASS_CACHE=0;
-nsILoadGroup.prototype.LOAD_FROM_CACHE=0;
-nsILoadGroup.prototype.VALIDATE_ALWAYS=0;
-nsILoadGroup.prototype.VALIDATE_NEVER=0;
-nsILoadGroup.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIExtensionManager.prototype= new Array();
-function nsIExtensionManager(){};
-nsICharsetResolver.prototype= new Array();
-function nsICharsetResolver(){};
-nsICookieManager2.prototype= new Array();
-function nsICookieManager2(){};
-nsIScriptableDataType.prototype= new Array();
-function nsIScriptableDataType(){};
-nsIMIMEInfo.prototype= new Array();
-function nsIMIMEInfo(){};
-nsIMIMEInfo.prototype.saveToDisk="";
-nsIMIMEInfo.prototype.alwaysAsk=0;
-nsIMIMEInfo.prototype.useHelperApp=0;
-nsIMIMEInfo.prototype.handleInternally=0;
-nsIMIMEInfo.prototype.useSystemDefault=0;
-nsIDOMSVGAnimatedPathData.prototype= new Array();
-function nsIDOMSVGAnimatedPathData(){};
-nsIDOMSVGTransform.prototype= new Array();
-function nsIDOMSVGTransform(){};
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_UNKNOWN="";
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_MATRIX=0;
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_TRANSLATE=0;
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_SCALE=0;
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_ROTATE=0;
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_SKEWX=0;
-nsIDOMSVGTransform.prototype.SVG_TRANSFORM_SKEWY=0;
-nsIWebNavigation.prototype= new Array();
-function nsIWebNavigation(){};
-nsIWebNavigation.prototype.LOAD_FLAGS_MASK=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_NONE="";
-nsIWebNavigation.prototype.LOAD_FLAGS_IS_REFRESH=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_IS_LINK=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_BYPASS_HISTORY=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_REPLACE_HISTORY=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_BYPASS_CACHE=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_BYPASS_PROXY=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_CHARSET_CHANGE=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_STOP_CONTENT=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_FROM_EXTERNAL=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP=0;
-nsIWebNavigation.prototype.LOAD_FLAGS_FIRST_LOAD=0;
-nsIWebNavigation.prototype.STOP_NETWORK=0;
-nsIWebNavigation.prototype.STOP_CONTENT=0;
-nsIWebNavigation.prototype.STOP_ALL=0;
-nsIDOMDocument.prototype= new Array();
-function nsIDOMDocument(){};
-nsIDOMDocument.prototype.ELEMENT_NODE=0;
-nsIDOMDocument.prototype.ATTRIBUTE_NODE=0;
-nsIDOMDocument.prototype.TEXT_NODE=0;
-nsIDOMDocument.prototype.CDATA_SECTION_NODE=0;
-nsIDOMDocument.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMDocument.prototype.ENTITY_NODE=0;
-nsIDOMDocument.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMDocument.prototype.COMMENT_NODE=0;
-nsIDOMDocument.prototype.DOCUMENT_NODE=0;
-nsIDOMDocument.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMDocument.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMDocument.prototype.NOTATION_NODE=0;
-nsIDOMProcessingInstruction.prototype= new Array();
-function nsIDOMProcessingInstruction(){};
-nsIDOMProcessingInstruction.prototype.ELEMENT_NODE=0;
-nsIDOMProcessingInstruction.prototype.ATTRIBUTE_NODE=0;
-nsIDOMProcessingInstruction.prototype.TEXT_NODE=0;
-nsIDOMProcessingInstruction.prototype.CDATA_SECTION_NODE=0;
-nsIDOMProcessingInstruction.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMProcessingInstruction.prototype.ENTITY_NODE=0;
-nsIDOMProcessingInstruction.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMProcessingInstruction.prototype.COMMENT_NODE=0;
-nsIDOMProcessingInstruction.prototype.DOCUMENT_NODE=0;
-nsIDOMProcessingInstruction.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMProcessingInstruction.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMProcessingInstruction.prototype.NOTATION_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype= new Array();
-function nsIDOMHTMLTextAreaElement(){};
-nsIDOMHTMLTextAreaElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTextAreaElement.prototype.NOTATION_NODE=0;
-nsIRDFLiteral.prototype= new Array();
-function nsIRDFLiteral(){};
-nsIDOMSVGAngle.prototype= new Array();
-function nsIDOMSVGAngle(){};
-nsIDOMSVGAngle.prototype.SVG_ANGLETYPE_UNKNOWN="";
-nsIDOMSVGAngle.prototype.SVG_ANGLETYPE_UNSPECIFIED=0;
-nsIDOMSVGAngle.prototype.SVG_ANGLETYPE_DEG=0;
-nsIDOMSVGAngle.prototype.SVG_ANGLETYPE_RAD=0;
-nsIDOMSVGAngle.prototype.SVG_ANGLETYPE_GRAD=0;
-nsIDOMXPathEvaluator.prototype= new Array();
-function nsIDOMXPathEvaluator(){};
-nsITableEditor.prototype= new Array();
-function nsITableEditor(){};
-nsITableEditor.prototype.eNoSearch="";
-nsITableEditor.prototype.ePreviousColumn=0;
-nsITableEditor.prototype.ePreviousRow=0;
-nsIPrintOptions.prototype= new Array();
-function nsIPrintOptions(){};
-nsIPrintOptions.prototype.kNativeDataPrintRecord="";
-nsIDOMSVGPathSegLinetoAbs.prototype= new Array();
-function nsIDOMSVGPathSegLinetoAbs(){};
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsISchemaAttribute.prototype= new Array();
-function nsISchemaAttribute(){};
-nsISchemaAttribute.prototype.COMPONENT_TYPE_ATTRIBUTE=0;
-nsISchemaAttribute.prototype.COMPONENT_TYPE_GROUP=0;
-nsISchemaAttribute.prototype.COMPONENT_TYPE_ANY=0;
-nsISchemaAttribute.prototype.USE_OPTIONAL=0;
-nsISchemaAttribute.prototype.USE_PROHIBITED=0;
-nsISchemaAttribute.prototype.USE_REQUIRED=0;
-nsIBrowserBoxObject.prototype= new Array();
-function nsIBrowserBoxObject(){};
-nsIPrintingPromptService.prototype= new Array();
-function nsIPrintingPromptService(){};
-nsISOAPOperationBinding.prototype= new Array();
-function nsISOAPOperationBinding(){};
-nsISOAPOperationBinding.prototype.STYLE_RPC=0;
-nsISOAPOperationBinding.prototype.STYLE_DOCUMENT=0;
-nsIDOMElementCSSInlineStyle.prototype= new Array();
-function nsIDOMElementCSSInlineStyle(){};
-nsIWritableVariant.prototype= new Array();
-function nsIWritableVariant(){};
-nsICommandLine.prototype= new Array();
-function nsICommandLine(){};
-nsICommandLine.prototype.STATE_INITIAL_LAUNCH="";
-nsICommandLine.prototype.STATE_REMOTE_AUTO=0;
-nsICommandLine.prototype.STATE_REMOTE_EXPLICIT=0;
-nsIBookmarksService_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIBookmarksService_MOZILLA_1_8_BRANCH(){};
-nsIBookmarksService_MOZILLA_1_8_BRANCH.prototype.BOOKMARK_DEFAULT_TYPE="";
-nsIBookmarksService_MOZILLA_1_8_BRANCH.prototype.BOOKMARK_SEARCH_TYPE=0;
-nsIBookmarksService_MOZILLA_1_8_BRANCH.prototype.BOOKMARK_FIND_TYPE=0;
-nsIRDFXMLParser.prototype= new Array();
-function nsIRDFXMLParser(){};
-nsISchemaCollection.prototype= new Array();
-function nsISchemaCollection(){};
-nsIURIRefObject.prototype= new Array();
-function nsIURIRefObject(){};
-nsIDOMNSHTMLFormElement.prototype= new Array();
-function nsIDOMNSHTMLFormElement(){};
-nsIXTFXULVisualWrapper.prototype= new Array();
-function nsIXTFXULVisualWrapper(){};
-nsICollection.prototype= new Array();
-function nsICollection(){};
-nsISAXAttributes.prototype= new Array();
-function nsISAXAttributes(){};
-nsIJSXMLHttpRequest.prototype= new Array();
-function nsIJSXMLHttpRequest(){};
-nsIProgressEventSink.prototype= new Array();
-function nsIProgressEventSink(){};
-nsIDataChannel.prototype= new Array();
-function nsIDataChannel(){};
-nsIDataChannel.prototype.LOAD_NORMAL="";
-nsIDataChannel.prototype.LOAD_BACKGROUND=0;
-nsIDataChannel.prototype.INHIBIT_CACHING=0;
-nsIDataChannel.prototype.INHIBIT_PERSISTENT_CACHING=0;
-nsIDataChannel.prototype.LOAD_BYPASS_CACHE=0;
-nsIDataChannel.prototype.LOAD_FROM_CACHE=0;
-nsIDataChannel.prototype.VALIDATE_ALWAYS=0;
-nsIDataChannel.prototype.VALIDATE_NEVER=0;
-nsIDataChannel.prototype.VALIDATE_ONCE_PER_SESSION=0;
-nsIDataChannel.prototype.LOAD_DOCUMENT_URI=0;
-nsIDataChannel.prototype.LOAD_RETARGETED_DOCUMENT_URI=0;
-nsIDataChannel.prototype.LOAD_REPLACE=0;
-nsIDataChannel.prototype.LOAD_INITIAL_DOCUMENT_URI=0;
-nsIDataChannel.prototype.LOAD_TARGETED=0;
-nsIDataChannel.prototype.LOAD_CALL_CONTENT_SNIFFERS=0;
-nsIAuthPromptProvider.prototype= new Array();
-function nsIAuthPromptProvider(){};
-nsIAuthPromptProvider.prototype.PROMPT_NORMAL="";
-nsIAuthPromptProvider.prototype.PROMPT_PROXY=0;
-nsIContentViewerFile.prototype= new Array();
-function nsIContentViewerFile(){};
-nsITreeContentView.prototype= new Array();
-function nsITreeContentView(){};
-nsIConverterInputStream.prototype= new Array();
-function nsIConverterInputStream(){};
-nsIConverterInputStream.prototype.DEFAULT_REPLACEMENT_CHARACTER=0;
-nsIScreen.prototype= new Array();
-function nsIScreen(){};
-nsIDocCharset.prototype= new Array();
-function nsIDocCharset(){};
-nsISOAPPropertyBagMutator.prototype= new Array();
-function nsISOAPPropertyBagMutator(){};
-nsIDOMXULTextBoxElement.prototype= new Array();
-function nsIDOMXULTextBoxElement(){};
-nsIDOMXULTextBoxElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULTextBoxElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULTextBoxElement.prototype.TEXT_NODE=0;
-nsIDOMXULTextBoxElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULTextBoxElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULTextBoxElement.prototype.ENTITY_NODE=0;
-nsIDOMXULTextBoxElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULTextBoxElement.prototype.COMMENT_NODE=0;
-nsIDOMXULTextBoxElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULTextBoxElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULTextBoxElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULTextBoxElement.prototype.NOTATION_NODE=0;
-nsIDOMRGBColor.prototype= new Array();
-function nsIDOMRGBColor(){};
-nsIDOMHTMLTableCaptionElement.prototype= new Array();
-function nsIDOMHTMLTableCaptionElement(){};
-nsIDOMHTMLTableCaptionElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLTableCaptionElement.prototype.NOTATION_NODE=0;
-nsIIFrameBoxObject.prototype= new Array();
-function nsIIFrameBoxObject(){};
-nsIPopupWindowManager.prototype= new Array();
-function nsIPopupWindowManager(){};
-nsIPopupWindowManager.prototype.ALLOW_POPUP=0;
-nsIPopupWindowManager.prototype.DENY_POPUP=0;
-nsIPopupWindowManager.prototype.ALLOW_POPUP_WITH_PREJUDICE=0;
-nsISupportsInterfacePointer.prototype= new Array();
-function nsISupportsInterfacePointer(){};
-nsISupportsInterfacePointer.prototype.TYPE_ID=0;
-nsISupportsInterfacePointer.prototype.TYPE_CSTRING=0;
-nsISupportsInterfacePointer.prototype.TYPE_STRING=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRBOOL=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRUINT8=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRUINT16=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRUINT32=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRUINT64=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRTIME=0;
-nsISupportsInterfacePointer.prototype.TYPE_CHAR=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRINT16=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRINT32=0;
-nsISupportsInterfacePointer.prototype.TYPE_PRINT64=0;
-nsISupportsInterfacePointer.prototype.TYPE_FLOAT=0;
-nsISupportsInterfacePointer.prototype.TYPE_DOUBLE=0;
-nsISupportsInterfacePointer.prototype.TYPE_VOID=0;
-nsISupportsInterfacePointer.prototype.TYPE_INTERFACE_POINTER=0;
-nsIUpdateCheckListener.prototype= new Array();
-function nsIUpdateCheckListener(){};
-nsIByteArrayInputStream.prototype= new Array();
-function nsIByteArrayInputStream(){};
-nsISOAPEncoding.prototype= new Array();
-function nsISOAPEncoding(){};
-nsIDOMSVGViewSpec.prototype= new Array();
-function nsIDOMSVGViewSpec(){};
-nsIDOMSVGViewSpec.prototype.SVG_ZOOMANDPAN_UNKNOWN="";
-nsIDOMSVGViewSpec.prototype.SVG_ZOOMANDPAN_DISABLE=0;
-nsIDOMSVGViewSpec.prototype.SVG_ZOOMANDPAN_MAGNIFY=0;
-nsIWebContentHandlerInfo.prototype= new Array();
-function nsIWebContentHandlerInfo(){};
-nsIDOMNSHTMLFormControlList.prototype= new Array();
-function nsIDOMNSHTMLFormControlList(){};
-nsIDOMXULTreeElement.prototype= new Array();
-function nsIDOMXULTreeElement(){};
-nsIDOMXULTreeElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULTreeElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULTreeElement.prototype.TEXT_NODE=0;
-nsIDOMXULTreeElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULTreeElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULTreeElement.prototype.ENTITY_NODE=0;
-nsIDOMXULTreeElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULTreeElement.prototype.COMMENT_NODE=0;
-nsIDOMXULTreeElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULTreeElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULTreeElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULTreeElement.prototype.NOTATION_NODE=0;
-nsIFrameLoaderOwner.prototype= new Array();
-function nsIFrameLoaderOwner(){};
-nsIDOMNSHistory.prototype= new Array();
-function nsIDOMNSHistory(){};
-nsISessionRoaming.prototype= new Array();
-function nsISessionRoaming(){};
-nsIDOMNSXPathExpression.prototype= new Array();
-function nsIDOMNSXPathExpression(){};
-nsIDragSession.prototype= new Array();
-function nsIDragSession(){};
-nsITransactionList.prototype= new Array();
-function nsITransactionList(){};
-nsIDOMSVGPathSegCurvetoCubicRel.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoCubicRel(){};
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoCubicRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIClipboardDragDropHookList.prototype= new Array();
-function nsIClipboardDragDropHookList(){};
-nsIScrollable.prototype= new Array();
-function nsIScrollable(){};
-nsIScrollable.prototype.ScrollOrientation_X=0;
-nsIScrollable.prototype.ScrollOrientation_Y=0;
-nsIScrollable.prototype.Scrollbar_Auto=0;
-nsIScrollable.prototype.Scrollbar_Never=0;
-nsIScrollable.prototype.Scrollbar_Always=0;
-gfxIFormats.prototype= new Array();
-function gfxIFormats(){};
-gfxIFormats.prototype.RGB="";
-gfxIFormats.prototype.BGR=0;
-gfxIFormats.prototype.RGB_A1=0;
-gfxIFormats.prototype.BGR_A1=0;
-gfxIFormats.prototype.RGB_A8=0;
-gfxIFormats.prototype.BGR_A8=0;
-gfxIFormats.prototype.RGBA=0;
-gfxIFormats.prototype.BGRA=0;
-nsIWinAppHelper.prototype= new Array();
-function nsIWinAppHelper(){};
-nsIDOMNodeFilter.prototype= new Array();
-function nsIDOMNodeFilter(){};
-nsIDOMNodeFilter.prototype.FILTER_ACCEPT=0;
-nsIDOMNodeFilter.prototype.FILTER_REJECT=0;
-nsIDOMNodeFilter.prototype.FILTER_SKIP=0;
-nsIDOMNodeFilter.prototype.SHOW_ALL=0;
-nsIDOMNodeFilter.prototype.SHOW_ELEMENT=0;
-nsIDOMNodeFilter.prototype.SHOW_ATTRIBUTE=0;
-nsIDOMNodeFilter.prototype.SHOW_TEXT=0;
-nsIDOMNodeFilter.prototype.SHOW_CDATA_SECTION=0;
-nsIDOMNodeFilter.prototype.SHOW_ENTITY_REFERENCE=0;
-nsIDOMNodeFilter.prototype.SHOW_ENTITY=0;
-nsIDOMNodeFilter.prototype.SHOW_PROCESSING_INSTRUCTION=0;
-nsIDOMNodeFilter.prototype.SHOW_COMMENT=0;
-nsIDOMNodeFilter.prototype.SHOW_DOCUMENT=0;
-nsIDOMNodeFilter.prototype.SHOW_DOCUMENT_TYPE=0;
-nsIDOMNodeFilter.prototype.SHOW_DOCUMENT_FRAGMENT=0;
-nsIDOMNodeFilter.prototype.SHOW_NOTATION=0;
-nsISocketTransportService.prototype= new Array();
-function nsISocketTransportService(){};
-nsISelectionDisplay.prototype= new Array();
-function nsISelectionDisplay(){};
-nsISelectionDisplay.prototype.DISPLAY_TEXT=0;
-nsISelectionDisplay.prototype.DISPLAY_IMAGES=0;
-nsISelectionDisplay.prototype.DISPLAY_FRAMES=0;
-nsISelectionDisplay.prototype.DISPLAY_ALL=0;
-nsIJSCID.prototype= new Array();
-function nsIJSCID(){};
-nsIObserver.prototype= new Array();
-function nsIObserver(){};
-nsIJSID.prototype= new Array();
-function nsIJSID(){};
-nsISupportsChar.prototype= new Array();
-function nsISupportsChar(){};
-nsISupportsChar.prototype.TYPE_ID=0;
-nsISupportsChar.prototype.TYPE_CSTRING=0;
-nsISupportsChar.prototype.TYPE_STRING=0;
-nsISupportsChar.prototype.TYPE_PRBOOL=0;
-nsISupportsChar.prototype.TYPE_PRUINT8=0;
-nsISupportsChar.prototype.TYPE_PRUINT16=0;
-nsISupportsChar.prototype.TYPE_PRUINT32=0;
-nsISupportsChar.prototype.TYPE_PRUINT64=0;
-nsISupportsChar.prototype.TYPE_PRTIME=0;
-nsISupportsChar.prototype.TYPE_CHAR=0;
-nsISupportsChar.prototype.TYPE_PRINT16=0;
-nsISupportsChar.prototype.TYPE_PRINT32=0;
-nsISupportsChar.prototype.TYPE_PRINT64=0;
-nsISupportsChar.prototype.TYPE_FLOAT=0;
-nsISupportsChar.prototype.TYPE_DOUBLE=0;
-nsISupportsChar.prototype.TYPE_VOID=0;
-nsISupportsChar.prototype.TYPE_INTERFACE_POINTER=0;
-nsIPrintProgressParams.prototype= new Array();
-function nsIPrintProgressParams(){};
-nsIDocShell_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIDocShell_MOZILLA_1_8_BRANCH(){};
-nsIProtocolHandler.prototype= new Array();
-function nsIProtocolHandler(){};
-nsIProtocolHandler.prototype.URI_STD="";
-nsIProtocolHandler.prototype.URI_NORELATIVE=0;
-nsIProtocolHandler.prototype.URI_NOAUTH=0;
-nsIProtocolHandler.prototype.ALLOWS_PROXY=0;
-nsIProtocolHandler.prototype.ALLOWS_PROXY_HTTP=0;
-nsIDOMDOMImplementation.prototype= new Array();
-function nsIDOMDOMImplementation(){};
-nsPIXPIProxy.prototype= new Array();
-function nsPIXPIProxy(){};
-nsITreeBoxObject.prototype= new Array();
-function nsITreeBoxObject(){};
-nsIPersistentProperties.prototype= new Array();
-function nsIPersistentProperties(){};
-nsIXPCComponents_utils_Sandbox.prototype= new Array();
-function nsIXPCComponents_utils_Sandbox(){};
-nsIAccessibleRetrieval.prototype= new Array();
-function nsIAccessibleRetrieval(){};
-nsIExtensionManager_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIExtensionManager_MOZILLA_1_8_BRANCH(){};
-nsIScriptableUnescapeHTML.prototype= new Array();
-function nsIScriptableUnescapeHTML(){};
-nsIStreamConverter.prototype= new Array();
-function nsIStreamConverter(){};
-nsIIOService.prototype= new Array();
-function nsIIOService(){};
-nsIDOMNSHTMLOptionElement.prototype= new Array();
-function nsIDOMNSHTMLOptionElement(){};
-imgIDecoderObserver.prototype= new Array();
-function imgIDecoderObserver(){};
-nsIPrinterEnumerator.prototype= new Array();
-function nsIPrinterEnumerator(){};
-nsIDOMEventTarget.prototype= new Array();
-function nsIDOMEventTarget(){};
-nsIRegistryValue.prototype= new Array();
-function nsIRegistryValue(){};
-nsIDOMSVGScriptElement.prototype= new Array();
-function nsIDOMSVGScriptElement(){};
-nsIDOMSVGScriptElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGScriptElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGScriptElement.prototype.TEXT_NODE=0;
-nsIDOMSVGScriptElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGScriptElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGScriptElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGScriptElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGScriptElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGScriptElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGScriptElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGScriptElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGScriptElement.prototype.NOTATION_NODE=0;
-nsIMarkupDocumentViewer.prototype= new Array();
-function nsIMarkupDocumentViewer(){};
-nsIFTPEventSink.prototype= new Array();
-function nsIFTPEventSink(){};
-nsIPluginManager.prototype= new Array();
-function nsIPluginManager(){};
-nsIBrowserProfileMigrator.prototype= new Array();
-function nsIBrowserProfileMigrator(){};
-nsIBrowserProfileMigrator.prototype.ALL="";
-nsIBrowserProfileMigrator.prototype.SETTINGS=0;
-nsIBrowserProfileMigrator.prototype.COOKIES=0;
-nsIBrowserProfileMigrator.prototype.HISTORY=0;
-nsIBrowserProfileMigrator.prototype.FORMDATA=0;
-nsIBrowserProfileMigrator.prototype.PASSWORDS=0;
-nsIBrowserProfileMigrator.prototype.BOOKMARKS=0;
-nsIBrowserProfileMigrator.prototype.OTHERDATA=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype= new Array();
-function nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs(){};
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsIDOMHTMLBaseElement.prototype= new Array();
-function nsIDOMHTMLBaseElement(){};
-nsIDOMHTMLBaseElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLBaseElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLBaseElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLBaseElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLBaseElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLBaseElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLBaseElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLBaseElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLBaseElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLBaseElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLBaseElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLBaseElement.prototype.NOTATION_NODE=0;
-nsIFileInputStream.prototype= new Array();
-function nsIFileInputStream(){};
-nsIFileInputStream.prototype.DELETE_ON_CLOSE=0;
-nsIFileInputStream.prototype.CLOSE_ON_EOF=0;
-nsIFileInputStream.prototype.REOPEN_ON_REWIND=0;
-nsIDOMHTMLMenuElement.prototype= new Array();
-function nsIDOMHTMLMenuElement(){};
-nsIDOMHTMLMenuElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLMenuElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLMenuElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLMenuElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLMenuElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLMenuElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLMenuElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLMenuElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLMenuElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLMenuElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLMenuElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLMenuElement.prototype.NOTATION_NODE=0;
-nsIDOMHTMLDivElement.prototype= new Array();
-function nsIDOMHTMLDivElement(){};
-nsIDOMHTMLDivElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLDivElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLDivElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLDivElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLDivElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLDivElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLDivElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLDivElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLDivElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLDivElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLDivElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLDivElement.prototype.NOTATION_NODE=0;
-nsIUpdate.prototype= new Array();
-function nsIUpdate(){};
-nsIXSLTProcessor.prototype= new Array();
-function nsIXSLTProcessor(){};
-nsIDOMBeforeUnloadEvent.prototype= new Array();
-function nsIDOMBeforeUnloadEvent(){};
-nsIDOMBeforeUnloadEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMBeforeUnloadEvent.prototype.AT_TARGET=0;
-nsIDOMBeforeUnloadEvent.prototype.BUBBLING_PHASE=0;
-nsISOAPPartBinding.prototype= new Array();
-function nsISOAPPartBinding(){};
-nsISOAPPartBinding.prototype.STYLE_RPC=0;
-nsISOAPPartBinding.prototype.STYLE_DOCUMENT=0;
-nsISOAPPartBinding.prototype.LOCATION_BODY=0;
-nsISOAPPartBinding.prototype.LOCATION_HEADER=0;
-nsISOAPPartBinding.prototype.LOCATION_FAULT=0;
-nsISOAPPartBinding.prototype.USE_LITERAL=0;
-nsISOAPPartBinding.prototype.USE_ENCODED=0;
-nsIDOMHTMLMetaElement.prototype= new Array();
-function nsIDOMHTMLMetaElement(){};
-nsIDOMHTMLMetaElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLMetaElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLMetaElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLMetaElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLMetaElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLMetaElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLMetaElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLMetaElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLMetaElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLMetaElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLMetaElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLMetaElement.prototype.NOTATION_NODE=0;
-nsIXTFStyledElementWrapper.prototype= new Array();
-function nsIXTFStyledElementWrapper(){};
-nsIDOMSVGLocatable.prototype= new Array();
-function nsIDOMSVGLocatable(){};
-nsISAXMutableAttributes.prototype= new Array();
-function nsISAXMutableAttributes(){};
-nsISchemaElement.prototype= new Array();
-function nsISchemaElement(){};
-nsISchemaElement.prototype.PARTICLE_TYPE_ELEMENT=0;
-nsISchemaElement.prototype.PARTICLE_TYPE_MODEL_GROUP=0;
-nsISchemaElement.prototype.PARTICLE_TYPE_ANY=0;
-nsISchemaElement.prototype.OCCURRENCE_UNBOUNDED=0;
-nsIDOMXULSelectControlItemElement.prototype= new Array();
-function nsIDOMXULSelectControlItemElement(){};
-nsIDOMXULSelectControlItemElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.TEXT_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.ENTITY_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.COMMENT_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULSelectControlItemElement.prototype.NOTATION_NODE=0;
-nsIPrefBranchInternal.prototype= new Array();
-function nsIPrefBranchInternal(){};
-nsIPrefBranchInternal.prototype.PREF_INVALID="";
-nsIPrefBranchInternal.prototype.PREF_STRING=0;
-nsIPrefBranchInternal.prototype.PREF_INT=0;
-nsIPrefBranchInternal.prototype.PREF_BOOL=0;
-nsIDOMSVGPathSegList.prototype= new Array();
-function nsIDOMSVGPathSegList(){};
-mozIStorageStatement.prototype= new Array();
-function mozIStorageStatement(){};
-mozIStorageStatement.prototype.VALUE_TYPE_NULL="";
-mozIStorageStatement.prototype.VALUE_TYPE_INTEGER=0;
-mozIStorageStatement.prototype.VALUE_TYPE_FLOAT=0;
-mozIStorageStatement.prototype.VALUE_TYPE_TEXT=0;
-mozIStorageStatement.prototype.VALUE_TYPE_BLOB=0;
-mozIStorageStatement.prototype.MOZ_STORAGE_STATEMENT_INVALID="";
-mozIStorageStatement.prototype.MOZ_STORAGE_STATEMENT_READY=0;
-mozIStorageStatement.prototype.MOZ_STORAGE_STATEMENT_EXECUTING=0;
-nsIStringBundle.prototype= new Array();
-function nsIStringBundle(){};
-nsISHEntry.prototype= new Array();
-function nsISHEntry(){};
-nsIDOMNavigator.prototype= new Array();
-function nsIDOMNavigator(){};
-nsIXPCComponents_Classes.prototype= new Array();
-function nsIXPCComponents_Classes(){};
-nsPIEditorTransaction.prototype= new Array();
-function nsPIEditorTransaction(){};
-nsISearchSubmission.prototype= new Array();
-function nsISearchSubmission(){};
-nsIDOMWindowInternal.prototype= new Array();
-function nsIDOMWindowInternal(){};
-nsITreeSelection.prototype= new Array();
-function nsITreeSelection(){};
-nsIPropertyBag.prototype= new Array();
-function nsIPropertyBag(){};
-nsIPrintSettings.prototype= new Array();
-function nsIPrintSettings(){};
-nsIPrintSettings.prototype.kInitSaveOddEvenPages=0;
-nsIPrintSettings.prototype.kInitSaveHeaderLeft=0;
-nsIPrintSettings.prototype.kInitSaveHeaderCenter=0;
-nsIPrintSettings.prototype.kInitSaveHeaderRight=0;
-nsIPrintSettings.prototype.kInitSaveFooterLeft=0;
-nsIPrintSettings.prototype.kInitSaveFooterCenter=0;
-nsIPrintSettings.prototype.kInitSaveFooterRight=0;
-nsIPrintSettings.prototype.kInitSaveBGColors=0;
-nsIPrintSettings.prototype.kInitSaveBGImages=0;
-nsIPrintSettings.prototype.kInitSavePaperSize=0;
-nsIPrintSettings.prototype.kInitSavePaperName=0;
-nsIPrintSettings.prototype.kInitSavePaperSizeUnit=0;
-nsIPrintSettings.prototype.kInitSavePaperSizeType=0;
-nsIPrintSettings.prototype.kInitSavePaperData=0;
-nsIPrintSettings.prototype.kInitSavePaperWidth=0;
-nsIPrintSettings.prototype.kInitSavePaperHeight=0;
-nsIPrintSettings.prototype.kInitSaveReversed=0;
-nsIPrintSettings.prototype.kInitSaveInColor=0;
-nsIPrintSettings.prototype.kInitSaveOrientation=0;
-nsIPrintSettings.prototype.kInitSavePrintCommand=0;
-nsIPrintSettings.prototype.kInitSavePrinterName=0;
-nsIPrintSettings.prototype.kInitSavePrintToFile=0;
-nsIPrintSettings.prototype.kInitSaveToFileName=0;
-nsIPrintSettings.prototype.kInitSavePageDelay=0;
-nsIPrintSettings.prototype.kInitSaveMargins=0;
-nsIPrintSettings.prototype.kInitSaveNativeData=0;
-nsIPrintSettings.prototype.kInitSavePlexName=0;
-nsIPrintSettings.prototype.kInitSaveShrinkToFit=0;
-nsIPrintSettings.prototype.kInitSaveScaling=0;
-nsIPrintSettings.prototype.kInitSaveColorspace=0;
-nsIPrintSettings.prototype.kInitSaveResolutionName=0;
-nsIPrintSettings.prototype.kInitSaveDownloadFonts=0;
-nsIPrintSettings.prototype.kInitSaveAll=0;
-nsIPrintSettings.prototype.kPrintOddPages=0;
-nsIPrintSettings.prototype.kPrintEvenPages=0;
-nsIPrintSettings.prototype.kEnableSelectionRB=0;
-nsIPrintSettings.prototype.kRangeAllPages="";
-nsIPrintSettings.prototype.kRangeSpecifiedPageRange=0;
-nsIPrintSettings.prototype.kRangeSelection=0;
-nsIPrintSettings.prototype.kRangeFocusFrame=0;
-nsIPrintSettings.prototype.kJustLeft="";
-nsIPrintSettings.prototype.kJustCenter=0;
-nsIPrintSettings.prototype.kJustRight=0;
-nsIPrintSettings.prototype.kUseInternalDefault="";
-nsIPrintSettings.prototype.kUseSettingWhenPossible=0;
-nsIPrintSettings.prototype.kPaperSizeNativeData="";
-nsIPrintSettings.prototype.kPaperSizeDefined=0;
-nsIPrintSettings.prototype.kPaperSizeInches="";
-nsIPrintSettings.prototype.kPaperSizeMillimeters=0;
-nsIPrintSettings.prototype.kPortraitOrientation="";
-nsIPrintSettings.prototype.kLandscapeOrientation=0;
-nsIPrintSettings.prototype.kNoFrames="";
-nsIPrintSettings.prototype.kFramesAsIs=0;
-nsIPrintSettings.prototype.kSelectedFrame=0;
-nsIPrintSettings.prototype.kEachFrameSep=0;
-nsIPrintSettings.prototype.kFrameEnableNone="";
-nsIPrintSettings.prototype.kFrameEnableAll=0;
-nsIPrintSettings.prototype.kFrameEnableAsIsAndEach=0;
-nsIFastLoadWriteControl.prototype= new Array();
-function nsIFastLoadWriteControl(){};
-nsIDOMSVGSymbolElement.prototype= new Array();
-function nsIDOMSVGSymbolElement(){};
-nsIDOMSVGSymbolElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGSymbolElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGSymbolElement.prototype.TEXT_NODE=0;
-nsIDOMSVGSymbolElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGSymbolElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGSymbolElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGSymbolElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGSymbolElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGSymbolElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGSymbolElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGSymbolElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGSymbolElement.prototype.NOTATION_NODE=0;
-mozIStorageFunction.prototype= new Array();
-function mozIStorageFunction(){};
-nsIDebug.prototype= new Array();
-function nsIDebug(){};
-nsIServerSocket.prototype= new Array();
-function nsIServerSocket(){};
-nsIDOMXULDocument.prototype= new Array();
-function nsIDOMXULDocument(){};
-nsIDOMPopupBlockedEvent.prototype= new Array();
-function nsIDOMPopupBlockedEvent(){};
-nsIDOMPopupBlockedEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMPopupBlockedEvent.prototype.AT_TARGET=0;
-nsIDOMPopupBlockedEvent.prototype.BUBBLING_PHASE=0;
-nsIEditorSpellCheck.prototype= new Array();
-function nsIEditorSpellCheck(){};
-nsIDOMHTMLScriptElement.prototype= new Array();
-function nsIDOMHTMLScriptElement(){};
-nsIDOMHTMLScriptElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLScriptElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLScriptElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLScriptElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLScriptElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLScriptElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLScriptElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLScriptElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLScriptElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLScriptElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLScriptElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLScriptElement.prototype.NOTATION_NODE=0;
-nsIWebBrowserChromeFocus.prototype= new Array();
-function nsIWebBrowserChromeFocus(){};
-nsIEntityConverter.prototype= new Array();
-function nsIEntityConverter(){};
-nsIEntityConverter.prototype.entityNone="";
-nsIEntityConverter.prototype.html40Latin1=0;
-nsIEntityConverter.prototype.html40Symbols=0;
-nsIEntityConverter.prototype.html40Special=0;
-nsIEntityConverter.prototype.transliterate=0;
-nsIEntityConverter.prototype.mathml20=0;
-nsIEntityConverter.prototype.html32=0;
-nsIEntityConverter.prototype.html40=0;
-nsIEntityConverter.prototype.entityW3C=0;
-nsISimpleEnumerator.prototype= new Array();
-function nsISimpleEnumerator(){};
-nsIEmbeddingSiteWindow2.prototype= new Array();
-function nsIEmbeddingSiteWindow2(){};
-nsIEmbeddingSiteWindow2.prototype.DIM_FLAGS_POSITION=0;
-nsIEmbeddingSiteWindow2.prototype.DIM_FLAGS_SIZE_INNER=0;
-nsIEmbeddingSiteWindow2.prototype.DIM_FLAGS_SIZE_OUTER=0;
-nsIDOMHTMLBodyElement.prototype= new Array();
-function nsIDOMHTMLBodyElement(){};
-nsIDOMHTMLBodyElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLBodyElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLBodyElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLBodyElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLBodyElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLBodyElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLBodyElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLBodyElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLBodyElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLBodyElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLBodyElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLBodyElement.prototype.NOTATION_NODE=0;
-nsIChannelEventSink.prototype= new Array();
-function nsIChannelEventSink(){};
-nsIChannelEventSink.prototype.REDIRECT_TEMPORARY=0;
-nsIChannelEventSink.prototype.REDIRECT_PERMANENT=0;
-nsIChannelEventSink.prototype.REDIRECT_INTERNAL=0;
-nsICookie.prototype= new Array();
-function nsICookie(){};
-nsICookie.prototype.STATUS_UNKNOWN="";
-nsICookie.prototype.STATUS_ACCEPTED=0;
-nsICookie.prototype.STATUS_DOWNGRADED=0;
-nsICookie.prototype.STATUS_FLAGGED=0;
-nsICookie.prototype.STATUS_REJECTED=0;
-nsICookie.prototype.POLICY_UNKNOWN="";
-nsICookie.prototype.POLICY_NONE=0;
-nsICookie.prototype.POLICY_NO_CONSENT=0;
-nsICookie.prototype.POLICY_IMPLICIT_CONSENT=0;
-nsICookie.prototype.POLICY_EXPLICIT_CONSENT=0;
-nsICookie.prototype.POLICY_NO_II=0;
-nsIPrintingPrompt.prototype= new Array();
-function nsIPrintingPrompt(){};
-nsIDOMHTMLOptionElement.prototype= new Array();
-function nsIDOMHTMLOptionElement(){};
-nsIDOMHTMLOptionElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLOptionElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLOptionElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLOptionElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLOptionElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLOptionElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLOptionElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLOptionElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLOptionElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLOptionElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLOptionElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLOptionElement.prototype.NOTATION_NODE=0;
-nsIXPCComponents_ClassesByID.prototype= new Array();
-function nsIXPCComponents_ClassesByID(){};
-nsIMultiPartChannel.prototype= new Array();
-function nsIMultiPartChannel(){};
-nsIFrameLoader.prototype= new Array();
-function nsIFrameLoader(){};
-nsIAccessibleCaret.prototype= new Array();
-function nsIAccessibleCaret(){};
-nsIFeedWriter.prototype= new Array();
-function nsIFeedWriter(){};
-nsIMIMEService.prototype= new Array();
-function nsIMIMEService(){};
-nsIDOMXULCommandDispatcher.prototype= new Array();
-function nsIDOMXULCommandDispatcher(){};
-nsICommandParams.prototype= new Array();
-function nsICommandParams(){};
-nsICommandParams.prototype.eNoType="";
-nsICommandParams.prototype.eBooleanType=0;
-nsICommandParams.prototype.eLongType=0;
-nsICommandParams.prototype.eDoubleType=0;
-nsICommandParams.prototype.eWStringType=0;
-nsICommandParams.prototype.eISupportsType=0;
-nsICommandParams.prototype.eStringType=0;
-nsIX509CertDB.prototype= new Array();
-function nsIX509CertDB(){};
-nsIX509CertDB.prototype.UNTRUSTED="";
-nsIX509CertDB.prototype.TRUSTED_SSL=0;
-nsIX509CertDB.prototype.TRUSTED_EMAIL=0;
-nsIX509CertDB.prototype.TRUSTED_OBJSIGN=0;
-nsIDOMRangeException.prototype= new Array();
-function nsIDOMRangeException(){};
-nsIDOMRangeException.prototype.BAD_BOUNDARYPOINTS_ERR=0;
-nsIDOMRangeException.prototype.INVALID_NODE_TYPE_ERR=0;
-nsIRDFCompositeDataSource.prototype= new Array();
-function nsIRDFCompositeDataSource(){};
-nsIScriptableInterfaces.prototype= new Array();
-function nsIScriptableInterfaces(){};
-nsILineInputStream.prototype= new Array();
-function nsILineInputStream(){};
-nsIWeakReference.prototype= new Array();
-function nsIWeakReference(){};
-nsITypeAheadFind_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsITypeAheadFind_MOZILLA_1_8_BRANCH(){};
-nsITypeAheadFind_MOZILLA_1_8_BRANCH.prototype.FIND_FOUND="";
-nsITypeAheadFind_MOZILLA_1_8_BRANCH.prototype.FIND_NOTFOUND=0;
-nsITypeAheadFind_MOZILLA_1_8_BRANCH.prototype.FIND_WRAPPED=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype= new Array();
-function nsIDOMSVGPathSegLinetoVerticalRel(){};
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_UNKNOWN="";
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CLOSEPATH=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_MOVETO_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_MOVETO_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_LINETO_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_LINETO_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_CUBIC_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_CUBIC_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_QUADRATIC_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_QUADRATIC_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_ARC_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_ARC_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_LINETO_HORIZONTAL_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_LINETO_HORIZONTAL_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_LINETO_VERTICAL_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_LINETO_VERTICAL_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=0;
-nsIDOMSVGPathSegLinetoVerticalRel.prototype.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=0;
-nsISupports.prototype= new Array();
-function nsISupports(){};
-nsIWebProgress.prototype= new Array();
-function nsIWebProgress(){};
-nsIWebProgress.prototype.NOTIFY_STATE_REQUEST=0;
-nsIWebProgress.prototype.NOTIFY_STATE_DOCUMENT=0;
-nsIWebProgress.prototype.NOTIFY_STATE_NETWORK=0;
-nsIWebProgress.prototype.NOTIFY_STATE_WINDOW=0;
-nsIWebProgress.prototype.NOTIFY_STATE_ALL=0;
-nsIWebProgress.prototype.NOTIFY_PROGRESS=0;
-nsIWebProgress.prototype.NOTIFY_STATUS=0;
-nsIWebProgress.prototype.NOTIFY_SECURITY=0;
-nsIWebProgress.prototype.NOTIFY_LOCATION=0;
-nsIWebProgress.prototype.NOTIFY_ALL=0;
-nsIDOMGetSVGDocument.prototype= new Array();
-function nsIDOMGetSVGDocument(){};
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype= new Array();
-function nsIAutoCompleteController_MOZILLA_1_8_BRANCH(){};
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.STATUS_NONE=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.STATUS_SEARCHING=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.STATUS_COMPLETE_NO_MATCH=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.STATUS_COMPLETE_MATCH=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_UP=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_DOWN=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_LEFT=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_RIGHT=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_PAGE_UP=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_PAGE_DOWN=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_HOME=0;
-nsIAutoCompleteController_MOZILLA_1_8_BRANCH.prototype.KEY_END=0;
-nsISSLStatus.prototype= new Array();
-function nsISSLStatus(){};
-nsIDOMSmartCardEvent.prototype= new Array();
-function nsIDOMSmartCardEvent(){};
-nsIDOMSmartCardEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMSmartCardEvent.prototype.AT_TARGET=0;
-nsIDOMSmartCardEvent.prototype.BUBBLING_PHASE=0;
-nsIDOMXULElement.prototype= new Array();
-function nsIDOMXULElement(){};
-nsIDOMXULElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULElement.prototype.TEXT_NODE=0;
-nsIDOMXULElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULElement.prototype.ENTITY_NODE=0;
-nsIDOMXULElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULElement.prototype.COMMENT_NODE=0;
-nsIDOMXULElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULElement.prototype.NOTATION_NODE=0;
-nsIClipboardOwner.prototype= new Array();
-function nsIClipboardOwner(){};
-nsIAuthPromptWrapper.prototype= new Array();
-function nsIAuthPromptWrapper(){};
-nsIAuthPromptWrapper.prototype.SAVE_PASSWORD_NEVER="";
-nsIAuthPromptWrapper.prototype.SAVE_PASSWORD_FOR_SESSION=0;
-nsIAuthPromptWrapper.prototype.SAVE_PASSWORD_PERMANENTLY=0;
-nsIWebBrowserChrome.prototype= new Array();
-function nsIWebBrowserChrome(){};
-nsIWebBrowserChrome.prototype.STATUS_SCRIPT=0;
-nsIWebBrowserChrome.prototype.STATUS_SCRIPT_DEFAULT=0;
-nsIWebBrowserChrome.prototype.STATUS_LINK=0;
-nsIWebBrowserChrome.prototype.CHROME_DEFAULT=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_BORDERS=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_CLOSE=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_RESIZE=0;
-nsIWebBrowserChrome.prototype.CHROME_MENUBAR=0;
-nsIWebBrowserChrome.prototype.CHROME_TOOLBAR=0;
-nsIWebBrowserChrome.prototype.CHROME_LOCATIONBAR=0;
-nsIWebBrowserChrome.prototype.CHROME_STATUSBAR=0;
-nsIWebBrowserChrome.prototype.CHROME_PERSONAL_TOOLBAR=0;
-nsIWebBrowserChrome.prototype.CHROME_SCROLLBARS=0;
-nsIWebBrowserChrome.prototype.CHROME_TITLEBAR=0;
-nsIWebBrowserChrome.prototype.CHROME_EXTRA=0;
-nsIWebBrowserChrome.prototype.CHROME_WITH_SIZE=0;
-nsIWebBrowserChrome.prototype.CHROME_WITH_POSITION=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_MIN=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_POPUP=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_RAISED=0;
-nsIWebBrowserChrome.prototype.CHROME_WINDOW_LOWERED=0;
-nsIWebBrowserChrome.prototype.CHROME_CENTER_SCREEN=0;
-nsIWebBrowserChrome.prototype.CHROME_DEPENDENT=0;
-nsIWebBrowserChrome.prototype.CHROME_MODAL=0;
-nsIWebBrowserChrome.prototype.CHROME_OPENAS_DIALOG=0;
-nsIWebBrowserChrome.prototype.CHROME_OPENAS_CHROME=0;
-nsIWebBrowserChrome.prototype.CHROME_ALL=0;
-nsIDOMHTMLAreaElement.prototype= new Array();
-function nsIDOMHTMLAreaElement(){};
-nsIDOMHTMLAreaElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLAreaElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLAreaElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLAreaElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLAreaElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLAreaElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLAreaElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLAreaElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLAreaElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLAreaElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLAreaElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLAreaElement.prototype.NOTATION_NODE=0;
-nsIDOMSVGStylable.prototype= new Array();
-function nsIDOMSVGStylable(){};
-nsILocalFileWin.prototype= new Array();
-function nsILocalFileWin(){};
-nsILocalFileWin.prototype.NORMAL_FILE_TYPE="";
-nsILocalFileWin.prototype.DIRECTORY_TYPE=0;
-nsIWebBrowserFind.prototype= new Array();
-function nsIWebBrowserFind(){};
-nsIDOMSVGUseElement.prototype= new Array();
-function nsIDOMSVGUseElement(){};
-nsIDOMSVGUseElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGUseElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGUseElement.prototype.TEXT_NODE=0;
-nsIDOMSVGUseElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGUseElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGUseElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGUseElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGUseElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGUseElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGUseElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGUseElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGUseElement.prototype.NOTATION_NODE=0;
-nsICertVerificationResult.prototype= new Array();
-function nsICertVerificationResult(){};
-nsICertVerificationListener.prototype= new Array();
-function nsICertVerificationListener(){};
-nsIMicrosummaryService.prototype= new Array();
-function nsIMicrosummaryService(){};
-rdfITripleVisitor.prototype= new Array();
-function rdfITripleVisitor(){};
-jsdIErrorHook.prototype= new Array();
-function jsdIErrorHook(){};
-jsdIErrorHook.prototype.REPORT_ERROR="";
-jsdIErrorHook.prototype.REPORT_WARNING=0;
-jsdIErrorHook.prototype.REPORT_EXCEPTION=0;
-jsdIErrorHook.prototype.REPORT_STRICT=0;
-nsIDOMSVGGElement.prototype= new Array();
-function nsIDOMSVGGElement(){};
-nsIDOMSVGGElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGGElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGGElement.prototype.TEXT_NODE=0;
-nsIDOMSVGGElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGGElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGGElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGGElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGGElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGGElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGGElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGGElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGGElement.prototype.NOTATION_NODE=0;
-nsIDOMPluginArray.prototype= new Array();
-function nsIDOMPluginArray(){};
-nsICipherInfo.prototype= new Array();
-function nsICipherInfo(){};
-nsIDOMNamedNodeMap.prototype= new Array();
-function nsIDOMNamedNodeMap(){};
-nsIDOMHTMLBaseFontElement.prototype= new Array();
-function nsIDOMHTMLBaseFontElement(){};
-nsIDOMHTMLBaseFontElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLBaseFontElement.prototype.NOTATION_NODE=0;
-nsIDOMXULCheckboxElement.prototype= new Array();
-function nsIDOMXULCheckboxElement(){};
-nsIDOMXULCheckboxElement.prototype.ELEMENT_NODE=0;
-nsIDOMXULCheckboxElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMXULCheckboxElement.prototype.TEXT_NODE=0;
-nsIDOMXULCheckboxElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMXULCheckboxElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMXULCheckboxElement.prototype.ENTITY_NODE=0;
-nsIDOMXULCheckboxElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMXULCheckboxElement.prototype.COMMENT_NODE=0;
-nsIDOMXULCheckboxElement.prototype.DOCUMENT_NODE=0;
-nsIDOMXULCheckboxElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMXULCheckboxElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMXULCheckboxElement.prototype.NOTATION_NODE=0;
-nsIDOMXULCheckboxElement.prototype.CHECKSTATE_UNCHECKED="";
-nsIDOMXULCheckboxElement.prototype.CHECKSTATE_CHECKED=0;
-nsIDOMXULCheckboxElement.prototype.CHECKSTATE_MIXED=0;
-nsIDOMWindow.prototype= new Array();
-function nsIDOMWindow(){};
-nsIDOMHTMLDirectoryElement.prototype= new Array();
-function nsIDOMHTMLDirectoryElement(){};
-nsIDOMHTMLDirectoryElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLDirectoryElement.prototype.NOTATION_NODE=0;
-inIFileSearch.prototype= new Array();
-function inIFileSearch(){};
-nsIDOMNSHTMLAreaElement.prototype= new Array();
-function nsIDOMNSHTMLAreaElement(){};
-nsIDOMHTMLImageElement.prototype= new Array();
-function nsIDOMHTMLImageElement(){};
-nsIDOMHTMLImageElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLImageElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLImageElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLImageElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLImageElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLImageElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLImageElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLImageElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLImageElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLImageElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLImageElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLImageElement.prototype.NOTATION_NODE=0;
-nsIX509CertDB2.prototype= new Array();
-function nsIX509CertDB2(){};
-nsIControllers.prototype= new Array();
-function nsIControllers(){};
-nsISchemaAttributeGroup.prototype= new Array();
-function nsISchemaAttributeGroup(){};
-nsISchemaAttributeGroup.prototype.COMPONENT_TYPE_ATTRIBUTE=0;
-nsISchemaAttributeGroup.prototype.COMPONENT_TYPE_GROUP=0;
-nsISchemaAttributeGroup.prototype.COMPONENT_TYPE_ANY=0;
-nsIFeedContainer.prototype= new Array();
-function nsIFeedContainer(){};
-nsIUnicharStreamLoaderObserver.prototype= new Array();
-function nsIUnicharStreamLoaderObserver(){};
-nsIEmbeddingSiteWindow.prototype= new Array();
-function nsIEmbeddingSiteWindow(){};
-nsIEmbeddingSiteWindow.prototype.DIM_FLAGS_POSITION=0;
-nsIEmbeddingSiteWindow.prototype.DIM_FLAGS_SIZE_INNER=0;
-nsIEmbeddingSiteWindow.prototype.DIM_FLAGS_SIZE_OUTER=0;
-nsICacheEntryInfo.prototype= new Array();
-function nsICacheEntryInfo(){};
-nsIDOMSVGFitToViewBox.prototype= new Array();
-function nsIDOMSVGFitToViewBox(){};
-jsdIFilterEnumerator.prototype= new Array();
-function jsdIFilterEnumerator(){};
-nsIDNSService.prototype= new Array();
-function nsIDNSService(){};
-nsIDNSService.prototype.RESOLVE_BYPASS_CACHE=0;
-nsIDNSService.prototype.RESOLVE_CANONICAL_NAME=0;
-nsIScriptableInterfaceInfo.prototype= new Array();
-function nsIScriptableInterfaceInfo(){};
-nsIPK11Token.prototype= new Array();
-function nsIPK11Token(){};
-nsIPK11Token.prototype.ASK_EVERY_TIME=0;
-nsIPK11Token.prototype.ASK_FIRST_TIME="";
-nsIPK11Token.prototype.ASK_EXPIRE_TIME=0;
-nsIControllerCommand.prototype= new Array();
-function nsIControllerCommand(){};
-nsIXSLTProcessorPrivate.prototype= new Array();
-function nsIXSLTProcessorPrivate(){};
-nsIXSLTProcessorPrivate.prototype.DISABLE_ALL_LOADS=0;
-nsISOAPParameter.prototype= new Array();
-function nsISOAPParameter(){};
-nsIDOMHTMLOListElement.prototype= new Array();
-function nsIDOMHTMLOListElement(){};
-nsIDOMHTMLOListElement.prototype.ELEMENT_NODE=0;
-nsIDOMHTMLOListElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMHTMLOListElement.prototype.TEXT_NODE=0;
-nsIDOMHTMLOListElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMHTMLOListElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMHTMLOListElement.prototype.ENTITY_NODE=0;
-nsIDOMHTMLOListElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMHTMLOListElement.prototype.COMMENT_NODE=0;
-nsIDOMHTMLOListElement.prototype.DOCUMENT_NODE=0;
-nsIDOMHTMLOListElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMHTMLOListElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMHTMLOListElement.prototype.NOTATION_NODE=0;
-nsITimerCallback.prototype= new Array();
-function nsITimerCallback(){};
-nsIXPCComponents.prototype= new Array();
-function nsIXPCComponents(){};
-nsISocketProviderService.prototype= new Array();
-function nsISocketProviderService(){};
-nsIWebServiceSOAPCallContext.prototype= new Array();
-function nsIWebServiceSOAPCallContext(){};
-nsIWebServiceSOAPCallContext.prototype.PENDING="";
-nsIWebServiceSOAPCallContext.prototype.SUCCEEDED=0;
-nsIWebServiceSOAPCallContext.prototype.FAILED=0;
-nsIWebServiceSOAPCallContext.prototype.ABORTED=0;
-nsIAuthPrompt.prototype= new Array();
-function nsIAuthPrompt(){};
-nsIAuthPrompt.prototype.SAVE_PASSWORD_NEVER="";
-nsIAuthPrompt.prototype.SAVE_PASSWORD_FOR_SESSION=0;
-nsIAuthPrompt.prototype.SAVE_PASSWORD_PERMANENTLY=0;
-nsIAtomService.prototype= new Array();
-function nsIAtomService(){};
-nsIHTTPIndex.prototype= new Array();
-function nsIHTTPIndex(){};
-nsICryptoHash.prototype= new Array();
-function nsICryptoHash(){};
-nsICryptoHash.prototype.MD2=0;
-nsICryptoHash.prototype.MD5=0;
-nsICryptoHash.prototype.SHA1=0;
-nsICryptoHash.prototype.SHA256=0;
-nsICryptoHash.prototype.SHA384=0;
-nsICryptoHash.prototype.SHA512=0;
-nsIDOMDocumentRange.prototype= new Array();
-function nsIDOMDocumentRange(){};
-nsIProfileUnlocker.prototype= new Array();
-function nsIProfileUnlocker(){};
-nsIProfileUnlocker.prototype.ATTEMPT_QUIT="";
-nsIProfileUnlocker.prototype.FORCE_QUIT=0;
-nsIDOMNodeIterator.prototype= new Array();
-function nsIDOMNodeIterator(){};
-nsIWebNavigationInfo.prototype= new Array();
-function nsIWebNavigationInfo(){};
-nsIWebNavigationInfo.prototype.UNSUPPORTED="";
-nsIWebNavigationInfo.prototype.IMAGE=0;
-nsIWebNavigationInfo.prototype.PLUGIN=0;
-nsIWebNavigationInfo.prototype.OTHER=0;
-nsIAutoCompleteSearch.prototype= new Array();
-function nsIAutoCompleteSearch(){};
-nsIEncodedChannel.prototype= new Array();
-function nsIEncodedChannel(){};
-nsIToolkitProfileService.prototype= new Array();
-function nsIToolkitProfileService(){};
-jsdIContextEnumerator.prototype= new Array();
-function jsdIContextEnumerator(){};
-nsIRDFContainer.prototype= new Array();
-function nsIRDFContainer(){};
-nsIScriptableDateFormat.prototype= new Array();
-function nsIScriptableDateFormat(){};
-nsIScriptableDateFormat.prototype.dateFormatNone="";
-nsIScriptableDateFormat.prototype.dateFormatLong=0;
-nsIScriptableDateFormat.prototype.dateFormatShort=0;
-nsIScriptableDateFormat.prototype.dateFormatYearMonth=0;
-nsIScriptableDateFormat.prototype.dateFormatWeekday=0;
-nsIScriptableDateFormat.prototype.timeFormatNone="";
-nsIScriptableDateFormat.prototype.timeFormatSeconds=0;
-nsIScriptableDateFormat.prototype.timeFormatNoSeconds=0;
-nsIScriptableDateFormat.prototype.timeFormatSecondsForce24Hour=0;
-nsIScriptableDateFormat.prototype.timeFormatNoSecondsForce24Hour=0;
-nsIDOMDocumentFragment.prototype= new Array();
-function nsIDOMDocumentFragment(){};
-nsIDOMDocumentFragment.prototype.ELEMENT_NODE=0;
-nsIDOMDocumentFragment.prototype.ATTRIBUTE_NODE=0;
-nsIDOMDocumentFragment.prototype.TEXT_NODE=0;
-nsIDOMDocumentFragment.prototype.CDATA_SECTION_NODE=0;
-nsIDOMDocumentFragment.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMDocumentFragment.prototype.ENTITY_NODE=0;
-nsIDOMDocumentFragment.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMDocumentFragment.prototype.COMMENT_NODE=0;
-nsIDOMDocumentFragment.prototype.DOCUMENT_NODE=0;
-nsIDOMDocumentFragment.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMDocumentFragment.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMDocumentFragment.prototype.NOTATION_NODE=0;
-nsIDOMEntityReference.prototype= new Array();
-function nsIDOMEntityReference(){};
-nsIDOMEntityReference.prototype.ELEMENT_NODE=0;
-nsIDOMEntityReference.prototype.ATTRIBUTE_NODE=0;
-nsIDOMEntityReference.prototype.TEXT_NODE=0;
-nsIDOMEntityReference.prototype.CDATA_SECTION_NODE=0;
-nsIDOMEntityReference.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMEntityReference.prototype.ENTITY_NODE=0;
-nsIDOMEntityReference.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMEntityReference.prototype.COMMENT_NODE=0;
-nsIDOMEntityReference.prototype.DOCUMENT_NODE=0;
-nsIDOMEntityReference.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMEntityReference.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMEntityReference.prototype.NOTATION_NODE=0;
-nsIProperties.prototype= new Array();
-function nsIProperties(){};
-nsIUpdatePrompt.prototype= new Array();
-function nsIUpdatePrompt(){};
-nsIDOMSVGRectElement.prototype= new Array();
-function nsIDOMSVGRectElement(){};
-nsIDOMSVGRectElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGRectElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGRectElement.prototype.TEXT_NODE=0;
-nsIDOMSVGRectElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGRectElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGRectElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGRectElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGRectElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGRectElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGRectElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGRectElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGRectElement.prototype.NOTATION_NODE=0;
-mozITXTToHTMLConv.prototype= new Array();
-function mozITXTToHTMLConv(){};
-mozITXTToHTMLConv.prototype.kEntities="";
-mozITXTToHTMLConv.prototype.kURLs=0;
-mozITXTToHTMLConv.prototype.kGlyphSubstitution=0;
-mozITXTToHTMLConv.prototype.kStructPhrase=0;
-nsIMicrosummaryObserver.prototype= new Array();
-function nsIMicrosummaryObserver(){};
-nsIDirectoryServiceProvider.prototype= new Array();
-function nsIDirectoryServiceProvider(){};
-nsIDocShellLoadInfo.prototype= new Array();
-function nsIDocShellLoadInfo(){};
-nsIDocShellLoadInfo.prototype.loadNormal="";
-nsIDocShellLoadInfo.prototype.loadNormalReplace=0;
-nsIDocShellLoadInfo.prototype.loadHistory=0;
-nsIDocShellLoadInfo.prototype.loadReloadNormal=0;
-nsIDocShellLoadInfo.prototype.loadReloadBypassCache=0;
-nsIDocShellLoadInfo.prototype.loadReloadBypassProxy=0;
-nsIDocShellLoadInfo.prototype.loadReloadBypassProxyAndCache=0;
-nsIDocShellLoadInfo.prototype.loadLink=0;
-nsIDocShellLoadInfo.prototype.loadRefresh=0;
-nsIDocShellLoadInfo.prototype.loadReloadCharsetChange=0;
-nsIDocShellLoadInfo.prototype.loadBypassHistory=0;
-nsIDocShellLoadInfo.prototype.loadStopContent=0;
-nsIDocShellLoadInfo.prototype.loadStopContentAndReplace=0;
-nsIDocShellLoadInfo.prototype.loadNormalExternal=0;
-nsIXPCComponents_Results.prototype= new Array();
-function nsIXPCComponents_Results(){};
-nsIRDFDate.prototype= new Array();
-function nsIRDFDate(){};
-nsIContentViewerEdit.prototype= new Array();
-function nsIContentViewerEdit(){};
-nsIContentViewerEdit.prototype.COPY_IMAGE_TEXT=0;
-nsIContentViewerEdit.prototype.COPY_IMAGE_HTML=0;
-nsIContentViewerEdit.prototype.COPY_IMAGE_DATA=0;
-nsIContentViewerEdit.prototype.COPY_IMAGE_ALL=0;
-nsISupportsPrimitive.prototype= new Array();
-function nsISupportsPrimitive(){};
-nsISupportsPrimitive.prototype.TYPE_ID=0;
-nsISupportsPrimitive.prototype.TYPE_CSTRING=0;
-nsISupportsPrimitive.prototype.TYPE_STRING=0;
-nsISupportsPrimitive.prototype.TYPE_PRBOOL=0;
-nsISupportsPrimitive.prototype.TYPE_PRUINT8=0;
-nsISupportsPrimitive.prototype.TYPE_PRUINT16=0;
-nsISupportsPrimitive.prototype.TYPE_PRUINT32=0;
-nsISupportsPrimitive.prototype.TYPE_PRUINT64=0;
-nsISupportsPrimitive.prototype.TYPE_PRTIME=0;
-nsISupportsPrimitive.prototype.TYPE_CHAR=0;
-nsISupportsPrimitive.prototype.TYPE_PRINT16=0;
-nsISupportsPrimitive.prototype.TYPE_PRINT32=0;
-nsISupportsPrimitive.prototype.TYPE_PRINT64=0;
-nsISupportsPrimitive.prototype.TYPE_FLOAT=0;
-nsISupportsPrimitive.prototype.TYPE_DOUBLE=0;
-nsISupportsPrimitive.prototype.TYPE_VOID=0;
-nsISupportsPrimitive.prototype.TYPE_INTERFACE_POINTER=0;
-nsIXULTreeBuilderObserver.prototype= new Array();
-function nsIXULTreeBuilderObserver(){};
-nsIXULTreeBuilderObserver.prototype.DROP_BEFORE=0;
-nsIXULTreeBuilderObserver.prototype.DROP_ON="";
-nsIXULTreeBuilderObserver.prototype.DROP_AFTER=0;
-nsISSLStatusProvider.prototype= new Array();
-function nsISSLStatusProvider(){};
-rdfISerializer.prototype= new Array();
-function rdfISerializer(){};
-nsIDOMSVGPolygonElement.prototype= new Array();
-function nsIDOMSVGPolygonElement(){};
-nsIDOMSVGPolygonElement.prototype.ELEMENT_NODE=0;
-nsIDOMSVGPolygonElement.prototype.ATTRIBUTE_NODE=0;
-nsIDOMSVGPolygonElement.prototype.TEXT_NODE=0;
-nsIDOMSVGPolygonElement.prototype.CDATA_SECTION_NODE=0;
-nsIDOMSVGPolygonElement.prototype.ENTITY_REFERENCE_NODE=0;
-nsIDOMSVGPolygonElement.prototype.ENTITY_NODE=0;
-nsIDOMSVGPolygonElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-nsIDOMSVGPolygonElement.prototype.COMMENT_NODE=0;
-nsIDOMSVGPolygonElement.prototype.DOCUMENT_NODE=0;
-nsIDOMSVGPolygonElement.prototype.DOCUMENT_TYPE_NODE=0;
-nsIDOMSVGPolygonElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-nsIDOMSVGPolygonElement.prototype.NOTATION_NODE=0;
-nsIDOMStorageList.prototype= new Array();
-function nsIDOMStorageList(){};
-nsIAboutModule.prototype= new Array();
-function nsIAboutModule(){};
-nsIWritablePropertyBag2.prototype= new Array();
-function nsIWritablePropertyBag2(){};
-nsIDocumentStateListener.prototype= new Array();
-function nsIDocumentStateListener(){};
-nsISHTransaction.prototype= new Array();
-function nsISHTransaction(){};
-nsIRDFXMLSinkObserver.prototype= new Array();
-function nsIRDFXMLSinkObserver(){};
-nsIOnReadyStateChangeHandler.prototype= new Array();
-function nsIOnReadyStateChangeHandler(){};
-nsIASN1Sequence.prototype= new Array();
-function nsIASN1Sequence(){};
-nsIASN1Sequence.prototype.ASN1_END_CONTENTS="";
-nsIASN1Sequence.prototype.ASN1_BOOLEAN=0;
-nsIASN1Sequence.prototype.ASN1_INTEGER=0;
-nsIASN1Sequence.prototype.ASN1_BIT_STRING=0;
-nsIASN1Sequence.prototype.ASN1_OCTET_STRING=0;
-nsIASN1Sequence.prototype.ASN1_NULL=0;
-nsIASN1Sequence.prototype.ASN1_OBJECT_ID=0;
-nsIASN1Sequence.prototype.ASN1_ENUMERATED=0;
-nsIASN1Sequence.prototype.ASN1_UTF8_STRING=0;
-nsIASN1Sequence.prototype.ASN1_SEQUENCE=0;
-nsIASN1Sequence.prototype.ASN1_SET=0;
-nsIASN1Sequence.prototype.ASN1_PRINTABLE_STRING=0;
-nsIASN1Sequence.prototype.ASN1_T61_STRING=0;
-nsIASN1Sequence.prototype.ASN1_IA5_STRING=0;
-nsIASN1Sequence.prototype.ASN1_UTC_TIME=0;
-nsIASN1Sequence.prototype.ASN1_GEN_TIME=0;
-nsIASN1Sequence.prototype.ASN1_VISIBLE_STRING=0;
-nsIASN1Sequence.prototype.ASN1_UNIVERSAL_STRING=0;
-nsIASN1Sequence.prototype.ASN1_BMP_STRING=0;
-nsIASN1Sequence.prototype.ASN1_HIGH_TAG_NUMBER=0;
-nsIASN1Sequence.prototype.ASN1_CONTEXT_SPECIFIC=0;
-nsIASN1Sequence.prototype.ASN1_APPLICATION=0;
-nsIASN1Sequence.prototype.ASN1_PRIVATE=0;
-nsIAutoCompleteSimpleResult.prototype= new Array();
-function nsIAutoCompleteSimpleResult(){};
-nsIAutoCompleteSimpleResult.prototype.RESULT_IGNORED=0;
-nsIAutoCompleteSimpleResult.prototype.RESULT_FAILURE=0;
-nsIAutoCompleteSimpleResult.prototype.RESULT_NOMATCH=0;
-nsIAutoCompleteSimpleResult.prototype.RESULT_SUCCESS=0;
-nsIDOMToString.prototype= new Array();
-function nsIDOMToString(){};
-nsIUpdateManager.prototype= new Array();
-function nsIUpdateManager(){};
-nsIDOMScreen.prototype= new Array();
-function nsIDOMScreen(){};
-nsIStreamListenerProxy.prototype= new Array();
-function nsIStreamListenerProxy(){};
-nsISchemaLoader.prototype= new Array();
-function nsISchemaLoader(){};
-nsPIAccessNode.prototype= new Array();
-function nsPIAccessNode(){};
-nsIUploadChannel.prototype= new Array();
-function nsIUploadChannel(){};
-nsIController.prototype= new Array();
-function nsIController(){};
-nsIDOMSVGURIReference.prototype= new Array();
-function nsIDOMSVGURIReference(){};
-nsIBadCertListener.prototype= new Array();
-function nsIBadCertListener(){};
-nsIBadCertListener.prototype.UNINIT_ADD_FLAG=0;
-nsIBadCertListener.prototype.ADD_TRUSTED_FOR_SESSION=0;
-nsIBadCertListener.prototype.ADD_TRUSTED_PERMANENTLY=0;
-nsIDOMStorageEvent.prototype= new Array();
-function nsIDOMStorageEvent(){};
-nsIDOMStorageEvent.prototype.CAPTURING_PHASE=0;
-nsIDOMStorageEvent.prototype.AT_TARGET=0;
-nsIDOMStorageEvent.prototype.BUBBLING_PHASE=0;
-nsXPCComponents_InterfacesByID.prototype= new Array();
-function nsXPCComponents_InterfacesByID(){};
-/*
-nsXPCComponents_InterfacesByID.prototype.{a6cf9080-15b3-11d2-932e-00805f8add32}= new nsIDOMStyleSheet();
-nsXPCComponents_InterfacesByID.prototype.{0458dac4-65de-11d5-9b42-00104bdf5339}= new nsIWSDLPart();
-nsXPCComponents_InterfacesByID.prototype.{4a7e9b62-fef8-400d-9865-d6820f630b4c}= new nsIUnicharStreamListener();
-nsXPCComponents_InterfacesByID.prototype.{a5710331-74ec-45fb-aa85-ed3bc7c36924}= new nsIContentSniffer();
-nsXPCComponents_InterfacesByID.prototype.{4d7d15c0-3747-4f7f-b6b3-792a5ea1a9aa}= new nsIXmlRpcClient();
-nsXPCComponents_InterfacesByID.prototype.{b01eb40c-026b-49c9-af55-25e8c9d034c8}= new nsIInterfaceInfoToIDL();
-nsXPCComponents_InterfacesByID.prototype.{436a83fa-b396-11d9-bcfa-00112478d626}= new nsITimer();
-nsXPCComponents_InterfacesByID.prototype.{693611be-bb38-40e0-a98e-b46ff8a5bcca}= new nsIWebServiceProxyFactory();
-nsXPCComponents_InterfacesByID.prototype.{1c28ed66-1dd2-11b2-95af-e2cf10931adb}= new nsIDOMNSXBLFormControl();
-nsXPCComponents_InterfacesByID.prototype.{56e2ada8-4631-11d4-ba11-001083023c1e}= new nsIScrollBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{b1f95f5e-ee05-4434-9d34-89a935d7feef}= new nsICachingChannel();
-nsXPCComponents_InterfacesByID.prototype.{8816d003-e7c8-4065-8827-829b8d07b6e0}= new nsIDOMXMLDocument();
-nsXPCComponents_InterfacesByID.prototype.{3cac403c-edb3-11d4-998b-00b0d02354a0}= new nsICertSelect();
-nsXPCComponents_InterfacesByID.prototype.{c7e410d3-85f2-11d3-9f63-006008a6efe9}= new nsIJARURI();
-nsXPCComponents_InterfacesByID.prototype.{0455cf88-c679-40c3-8e9f-ff4554ee9559}= new nsIEditorSpellCheck_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{6ff6a966-9632-11d3-8cd9-0060b0fc14a3}= new nsIZipReader();
-nsXPCComponents_InterfacesByID.prototype.{9927fa40-1dd1-11b2-a8d1-857ad21b872c}= new nsISOAPService();
-nsXPCComponents_InterfacesByID.prototype.{9bb35f13-0096-4a31-833a-acd97001132d}= new nsIPropertyBag2();
-nsXPCComponents_InterfacesByID.prototype.{aa610f20-a889-11d3-8c81-000064657374}= new nsILocalFile();
-nsXPCComponents_InterfacesByID.prototype.{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4}= new nsIDOMStorageItem();
-nsXPCComponents_InterfacesByID.prototype.{e30d94b0-4a1c-11d3-9890-006008962422}= new nsISupportsPRInt16();
-nsXPCComponents_InterfacesByID.prototype.{604ad9d0-753e-11d3-90ca-34278643278f}= new nsIStorageStream();
-nsXPCComponents_InterfacesByID.prototype.{165e7f61-5048-4c2c-b4bf-6b44bb617ee4}= new nsIDOMLSInput();
-nsXPCComponents_InterfacesByID.prototype.{8e440d86-886a-4e76-9e59-c13b939c9a4b}= new nsIDOMMutationEvent();
-nsXPCComponents_InterfacesByID.prototype.{44b3153e-a54e-4077-a527-b0325e40924e}= new nsIDownloadObserver();
-nsXPCComponents_InterfacesByID.prototype.{3294d20e-c707-4e59-a625-bde93fc0b25f}= new nsIDOMSVGPathSegLinetoRel();
-nsXPCComponents_InterfacesByID.prototype.{bbe961ee-59e9-42bb-be50-0331979bb79f}= new nsIDocumentLoader();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b7-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTableCellElement();
-nsXPCComponents_InterfacesByID.prototype.{f3a8d3b4-c424-4edc-8bf6-8974c983ba78}= new nsIException();
-nsXPCComponents_InterfacesByID.prototype.{211d5360-4af6-4a1d-99c1-926d35861eaf}= new nsIUrlClassifierDBService();
-nsXPCComponents_InterfacesByID.prototype.{0f78da58-8321-11d2-8eac-00805f29f370}= new nsIRDFDataSource();
-nsXPCComponents_InterfacesByID.prototype.{ae419e24-1dd1-11b2-b39a-d3e5e7073802}= new nsIPrefLocalizedString();
-nsXPCComponents_InterfacesByID.prototype.{e08dcda0-d651-11d2-9843-006008962422}= new nsIJSIID();
-nsXPCComponents_InterfacesByID.prototype.{27b00295-349c-429f-ad0c-87b859e77130}= new nsIHTMLObjectResizeListener();
-nsXPCComponents_InterfacesByID.prototype.{d2c7b3eb-7778-468b-ae9b-c106c2afb5d1}= new nsPIProtocolProxyService();
-nsXPCComponents_InterfacesByID.prototype.{77015f88-bfc2-4669-b1c3-cc19fb07cd4e}= new mozIStorageConnection();
-nsXPCComponents_InterfacesByID.prototype.{5bec321f-59ac-413a-a4ad-8a8d7c50a0d0}= new nsITextServicesFilter();
-nsXPCComponents_InterfacesByID.prototype.{8c7bf4bc-d3fe-4524-b213-ce578bfe936e}= new nsIWSPInterfaceInfoService();
-nsXPCComponents_InterfacesByID.prototype.{bb76b72e-d143-4738-804a-53b311466dd9}= new nsIWSDLSOAPBinding();
-nsXPCComponents_InterfacesByID.prototype.{a9b84f6a-0824-4278-bae6-bfca0570a26e}= new nsISimpleStreamListener();
-nsXPCComponents_InterfacesByID.prototype.{31aba0f0-2d93-11d3-8069-00600811a9c3}= new nsISearchContext();
-nsXPCComponents_InterfacesByID.prototype.{f0980f60-ee3d-11d4-998b-00b0d02354a0}= new nsIX509Cert();
-nsXPCComponents_InterfacesByID.prototype.{0f78da50-8321-11d2-8eac-00805f29f370}= new nsIRDFNode();
-nsXPCComponents_InterfacesByID.prototype.{56f539b7-0b3d-4bac-b60d-9efe220216ea}= new nsIDOMSVGDescElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c1-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSRule();
-nsXPCComponents_InterfacesByID.prototype.{3fe9308b-1608-4fa0-933c-c5ec2c6175fd}= new nsIProxyInfo();
-nsXPCComponents_InterfacesByID.prototype.{e01dc470-4a1c-11d3-9890-006008962422}= new nsISupportsPRUint32();
-nsXPCComponents_InterfacesByID.prototype.{cf9428c1-df50-11d3-9d0c-0050040007b2}= new nsICurrentCharsetListener();
-nsXPCComponents_InterfacesByID.prototype.{43ae4efe-2610-4cce-8242-279e556a78fa}= new nsIDOMSVGImageElement();
-nsXPCComponents_InterfacesByID.prototype.{5d405325-2ba1-4040-b69b-8bda8353d3d3}= new nsIUrlClassifierDBServiceWorker();
-nsXPCComponents_InterfacesByID.prototype.{081e31e0-a144-11d3-8c7c-00609792278c}= new nsISecureBrowserUI();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a1-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLParagraphElement();
-nsXPCComponents_InterfacesByID.prototype.{ae89a7e2-1dd1-11b2-8c2f-af82086291a5}= new jsdIScriptHook();
-nsXPCComponents_InterfacesByID.prototype.{4a2abaf0-6886-11d3-9382-00104ba0fd40}= new nsIRunnable();
-nsXPCComponents_InterfacesByID.prototype.{57a66a60-d43a-11d3-8cc2-00609792278c}= new nsIDirectoryService();
-nsXPCComponents_InterfacesByID.prototype.{41466a9f-f027-487d-a96c-af39e629b8d2}= new nsIDNSListener();
-nsXPCComponents_InterfacesByID.prototype.{4ee28c82-1dd2-11b2-aabf-bb4017abe395}= new nsIPK11TokenDB();
-nsXPCComponents_InterfacesByID.prototype.{3c14a029-6f4e-11d5-9b46-000064657374}= new nsISchemaParticle();
-nsXPCComponents_InterfacesByID.prototype.{a26c5b45-7707-4412-bbc1-2462b890848d}= new nsPIDNSService();
-nsXPCComponents_InterfacesByID.prototype.{e63d240d-bd00-4857-ba65-2f9cc599eead}= new nsIXTFXMLVisual();
-nsXPCComponents_InterfacesByID.prototype.{ddbbdfb8-a1c0-4dd5-a31b-5d2a7a3bb6ec}= new nsIMIMEHeaderParam();
-nsXPCComponents_InterfacesByID.prototype.{c99cffac-5aed-4267-ad2f-f4a4c9d4a081}= new nsIScriptableInterfacesByID();
-nsXPCComponents_InterfacesByID.prototype.{d3d4dada-c6eb-11d9-a68f-001124787b2e}= new nsIInstallLocation();
-nsXPCComponents_InterfacesByID.prototype.{9491c383-e3c4-11d2-bdbe-0050040a9b44}= new nsIGlobalHistory();
-nsXPCComponents_InterfacesByID.prototype.{53102f15-0f53-4939-957e-aea353ad2700}= new imgIContainerObserver();
-nsXPCComponents_InterfacesByID.prototype.{50d3ef6c-9380-4f06-9fb2-95488f7d141c}= new nsIStringEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{7ce8e9d1-8b4b-4883-a307-66fe12a50153}= new nsIHttpAuthManager();
-nsXPCComponents_InterfacesByID.prototype.{9fd4ba15-e67c-4c98-b52c-7715f62c9196}= new nsIDOMSerializer();
-nsXPCComponents_InterfacesByID.prototype.{22f9a49c-3cf8-4c23-8006-54efb11ac562}= new nsICacheMetaDataVisitor();
-nsXPCComponents_InterfacesByID.prototype.{79beb289-3644-4b54-9432-9fb993945629}= new nsIDOMNSHTMLDocument();
-nsXPCComponents_InterfacesByID.prototype.{11bf5cdc-1dd2-11b2-ba6a-c76afb326fa1}= new nsIGeneratingKeypairInfoDialogs();
-nsXPCComponents_InterfacesByID.prototype.{46f1e23e-1dd2-11b2-9ceb-8285f2e95e69}= new jsdIEphemeral();
-nsXPCComponents_InterfacesByID.prototype.{a4a0cad9-e0da-4379-bee4-2feef3dddc7e}= new mozIStorageService();
-nsXPCComponents_InterfacesByID.prototype.{a63f70c0-148b-11d3-9333-00104ba0fd40}= new nsIPrompt();
-nsXPCComponents_InterfacesByID.prototype.{3c2a6927-e923-4ea8-bbda-a335c768ce4e}= new nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{2309482b-4631-455f-833f-5e4e9ce38589}= new nsIScriptableParamInfo();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9098-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLLegendElement();
-nsXPCComponents_InterfacesByID.prototype.{ec1c0063-197d-44bb-84ba-7525d50fc937}= new nsICache();
-nsXPCComponents_InterfacesByID.prototype.{280da566-6f19-4487-a8ca-70c5ba1602c1}= new nsIWyciwygChannel();
-nsXPCComponents_InterfacesByID.prototype.{0ec80360-075c-11d4-9fd4-00c04f1b83d8}= new nsISecretDecoderRing();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a7-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLFontElement();
-nsXPCComponents_InterfacesByID.prototype.{ac46be8f-c863-4c23-84a2-d0fcc8dfa9f4}= new nsIXULBuilderListener();
-nsXPCComponents_InterfacesByID.prototype.{fafe41a9-a531-4d6d-89bc-588a6522fb4e}= new nsIDownloader();
-nsXPCComponents_InterfacesByID.prototype.{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a}= new nsIOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{31adb439-0055-402d-9b1d-d5ca94f3f55b}= new nsIDOMCounter();
-nsXPCComponents_InterfacesByID.prototype.{8b246748-1dd2-11b2-9512-9dc84a95fc2f}= new nsIHTTPHeaderListener();
-nsXPCComponents_InterfacesByID.prototype.{d500e8b8-1dd1-11b2-89a1-cdf55d91cbbd}= new jsdIObject();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9108-15b3-11d2-932e-00805f8add32}= new nsIDOMNSLocation();
-nsXPCComponents_InterfacesByID.prototype.{9bd6fdb0-1dd1-11b2-9101-d15375968230}= new nsIRandomAccessIterator();
-nsXPCComponents_InterfacesByID.prototype.{51d59b08-1dd2-11b2-ad4a-a51b92f8a184}= new nsICertPickDialogs();
-nsXPCComponents_InterfacesByID.prototype.{abeaa390-4ac0-11d3-baea-00805f8a5dd7}= new nsISupportsFloat();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9090-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLSelectElement();
-nsXPCComponents_InterfacesByID.prototype.{6476378a-da09-11d3-8cda-0060b0fc14a3}= new nsIBufferedOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{86114dd8-1dd2-11b2-ab2b-91d0c995e03a}= new nsISOAPCallCompletion();
-nsXPCComponents_InterfacesByID.prototype.{67f42475-ba80-40f8-ac0b-649c89230184}= new nsIUnicharLineInputStream();
-nsXPCComponents_InterfacesByID.prototype.{bb4bae9c-39c5-11d5-ba26-00108303b117}= new nsITokenDialogs();
-nsXPCComponents_InterfacesByID.prototype.{39f76c23-45b2-428a-9240-a981e5abf148}= new nsIDOMDocumentCSS();
-nsXPCComponents_InterfacesByID.prototype.{c185d920-4a3e-11d5-ba27-00108303b117}= new nsICRLInfo();
-nsXPCComponents_InterfacesByID.prototype.{68e21b66-1dd2-11b2-aa67-e2b87175e792}= new nsITransportSecurityInfo();
-nsXPCComponents_InterfacesByID.prototype.{5da1e8f0-6255-4b9c-af80-aa3dad7f2fdb}= new nsIBoxPaintManager();
-nsXPCComponents_InterfacesByID.prototype.{8b042e24-6f87-11d3-b3c8-00805f8a6670}= new nsITextToSubURI();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b9-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLFrameElement();
-nsXPCComponents_InterfacesByID.prototype.{be26b580-1dd1-11b2-9946-c598d0d07727}= new nsITokenPasswordDialogs();
-nsXPCComponents_InterfacesByID.prototype.{a49813a4-98b7-4bdb-998c-8bd9704af0c0}= new nsIExternalProtocolService();
-nsXPCComponents_InterfacesByID.prototype.{101d5941-d820-4e85-a266-9a3469940807}= new nsIEnvironment();
-nsXPCComponents_InterfacesByID.prototype.{7b3b3c62-9d53-4abc-bc89-c33ce78f439f}= new nsIXMLHttpRequest();
-nsXPCComponents_InterfacesByID.prototype.{94928ab3-8b63-11d3-989d-001083010e9b}= new nsIURIContentListener();
-nsXPCComponents_InterfacesByID.prototype.{ce8f744e-d5a5-41b3-911f-0fee3008b64e}= new nsIXPIProgressDialog();
-nsXPCComponents_InterfacesByID.prototype.{3225ca54-d7e1-4ff5-8ee9-091b0bfcda1f}= new nsISelectionPrivate();
-nsXPCComponents_InterfacesByID.prototype.{3c14a022-6f4e-11d5-9b46-000064657374}= new nsISchemaType();
-nsXPCComponents_InterfacesByID.prototype.{339a8c7a-552e-4cbc-8d96-8370a3939358}= new nsIDOMSVGZoomEvent();
-nsXPCComponents_InterfacesByID.prototype.{d94ac0a0-bb18-46b8-844e-84159064b0bd}= new nsICancelable();
-nsXPCComponents_InterfacesByID.prototype.{f51ebade-8b1a-11d3-aae7-0010830123b4}= new nsIDOMAbstractView();
-nsXPCComponents_InterfacesByID.prototype.{c7e410d1-85f2-11d3-9f63-006008a6efe9}= new nsIJARChannel();
-nsXPCComponents_InterfacesByID.prototype.{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3}= new nsIMemory();
-nsXPCComponents_InterfacesByID.prototype.{b9b6ec85-f69f-4a5a-a96a-8a7a8f07e2b4}= new nsIDOMLSSerializerFilter();
-nsXPCComponents_InterfacesByID.prototype.{204ee610-8765-11d3-90cf-0040056a906e}= new nsIBinaryOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{0bbae65c-1dde-11d9-8c46-000a95dc234c}= new nsIDOMDOMStringList();
-nsXPCComponents_InterfacesByID.prototype.{da19c86d-08aa-421c-8c37-12ec2ba5a2c3}= new nsIImageLoadingContent();
-nsXPCComponents_InterfacesByID.prototype.{35a88f54-f267-4414-92a7-191f6454ab52}= new nsIExceptionService();
-nsXPCComponents_InterfacesByID.prototype.{e6f68040-c7ec-11d3-8cda-0060b0fc14a3}= new nsIFileOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{3c14a030-6f4e-11d5-9b46-000064657374}= new nsISchemaAnyAttribute();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90bc-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSMediaRule();
-nsXPCComponents_InterfacesByID.prototype.{e72f94b2-5f85-11d4-9877-00c04fa0cf4a}= new nsIErrorService();
-nsXPCComponents_InterfacesByID.prototype.{17c4e0aa-1dd2-11b2-8029-bf6f668de500}= new nsIRDFInMemoryDataSource();
-nsXPCComponents_InterfacesByID.prototype.{3b8aae33-80e2-4efa-99c8-a6c5b99f76ea}= new nsIFeed();
-nsXPCComponents_InterfacesByID.prototype.{51341ed4-a3bf-4fd5-ae17-5fd3ec59dcab}= new nsIContentViewer_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{fdf23301-4a94-11d3-9ce4-9960496c41bc}= new nsIEditorMailSupport();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a4-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLPreElement();
-nsXPCComponents_InterfacesByID.prototype.{b3abb5c6-a0c4-47e9-84f6-edb873042769}= new nsIDOMNavigator_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{f6d00ee7-defc-4101-b2dc-e72cf4c37c3c}= new gfxIImageFrame();
-nsXPCComponents_InterfacesByID.prototype.{34d268d6-1dd2-11b2-9d63-83a5e0ada290}= new nsIAccessibleSelectable();
-nsXPCComponents_InterfacesByID.prototype.{b135f602-0bfe-11d5-a73c-f0e420e8293c}= new nsPICommandUpdater();
-nsXPCComponents_InterfacesByID.prototype.{9e1fd9f2-9727-4926-85cd-f16c375bba6d}= new nsIDownload();
-nsXPCComponents_InterfacesByID.prototype.{007b8358-1dd2-11b2-8924-d209efc3f124}= new nsIDOMXULControlElement();
-nsXPCComponents_InterfacesByID.prototype.{93ebb030-f82d-4f8e-b133-d1b5abb73cf3}= new nsIDOMSVGAnimatedNumberList();
-nsXPCComponents_InterfacesByID.prototype.{2d40b291-01e1-11d4-9d0e-0050040007b2}= new nsIDocumentCharsetInfo();
-nsXPCComponents_InterfacesByID.prototype.{ea2ce7a0-5c3d-11d4-90c2-0050041caf44}= new nsIContentViewerContainer();
-nsXPCComponents_InterfacesByID.prototype.{e9b0f89b-0529-4d96-98a8-eb5b2b9a8383}= new nsIAppStartup();
-nsXPCComponents_InterfacesByID.prototype.{d3493503-7854-46ed-8284-8af54a847efb}= new nsICookie2();
-nsXPCComponents_InterfacesByID.prototype.{8af0fa40-598d-11d3-806a-00600811a9c3}= new nsIBrowserInstance();
-nsXPCComponents_InterfacesByID.prototype.{e38ab577-786e-4a7f-936b-7ae4c7d877b2}= new nsIProtocolProxyService();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9071-15b3-11d2-932e-00805f8add32}= new nsIDOMCDATASection();
-nsXPCComponents_InterfacesByID.prototype.{ca29fff1-a677-493c-9d80-3dc60432212b}= new nsIJVMConfigManager();
-nsXPCComponents_InterfacesByID.prototype.{0458dac7-65de-11d5-9b42-00104bdf5339}= new nsISOAPPortBinding();
-nsXPCComponents_InterfacesByID.prototype.{49439df2-b3d2-441c-bf62-866bdaf56fd2}= new nsIContentHandler();
-nsXPCComponents_InterfacesByID.prototype.{5caaa64e-e191-11d8-842a-000393b6661a}= new nsISchemaComponent();
-nsXPCComponents_InterfacesByID.prototype.{ff328fe4-41d5-4b78-82ab-6b1fbc7930af}= new nsIPrintSettingsWin();
-nsXPCComponents_InterfacesByID.prototype.{8b193f0a-cf0c-4b5f-b4e3-a388df6f07b2}= new nsIDownloadProgressListener();
-nsXPCComponents_InterfacesByID.prototype.{1fb33f44-f522-4880-a225-4b75d09b04c6}= new nsIMozIconURI();
-nsXPCComponents_InterfacesByID.prototype.{494fac3c-64f4-41b8-b209-b4ada899613b}= new nsISHistoryInternal();
-nsXPCComponents_InterfacesByID.prototype.{2efd4a40-a5e1-11d4-9589-0020183bf181}= new nsIURIFixup();
-nsXPCComponents_InterfacesByID.prototype.{0a797fdc-8b60-4cb3-a0da-4c898832ba30}= new nsIDOMSVGPathSegLinetoHorizontalRel();
-nsXPCComponents_InterfacesByID.prototype.{8cdd8baa-1dd2-11b2-909a-f0178da5c5ff}= new nsIXPIDialogService();
-nsXPCComponents_InterfacesByID.prototype.{b22907b1-ee93-11d2-8d50-000064657374}= new nsIEditActionListener();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90ae-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLAppletElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9070-15b3-11d2-932e-00805f8add32}= new nsIDOMAttr();
-nsXPCComponents_InterfacesByID.prototype.{a6cf907e-15b3-11d2-932e-00805f8add32}= new nsIDOMNotation();
-nsXPCComponents_InterfacesByID.prototype.{eea90d43-b059-11d2-915e-c12b696c9333}= new nsIProxyObjectManager();
-nsXPCComponents_InterfacesByID.prototype.{cf39c2b0-1e4b-11d5-a549-0010a401eb10}= new nsIPassword();
-nsXPCComponents_InterfacesByID.prototype.{50e07b0a-f338-4da3-bcdb-f4bb0db94dbe}= new nsIProfileLock();
-nsXPCComponents_InterfacesByID.prototype.{0583a2ea-ab19-40e1-8be4-5e9b2f275560}= new nsIDOMHTMLCanvasElement();
-nsXPCComponents_InterfacesByID.prototype.{35bd8ed5-5f34-4126-8c4f-38ba01681836}= new nsISelectElement();
-nsXPCComponents_InterfacesByID.prototype.{33c60e14-5150-4876-9a96-2732557e6895}= new nsIPopupBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{75125d55-37ee-4575-b9b5-f33bfa68c2a1}= new nsIFind();
-nsXPCComponents_InterfacesByID.prototype.{13ef3d54-1dd1-4a5c-a8d5-a04a327fb9b6}= new nsIXTFPrivate();
-nsXPCComponents_InterfacesByID.prototype.{b5f39ed4-1dd1-11b2-9d00-fd54d6f54962}= new nsIPlaintextEditor();
-nsXPCComponents_InterfacesByID.prototype.{8da01646-1dd2-11b2-98a7-c7009045be7e}= new nsIForwardIterator();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9105-15b3-11d2-932e-00805f8add32}= new nsIDOMNSHTMLSelectElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a9-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLModElement();
-nsXPCComponents_InterfacesByID.prototype.{4eb9adac-afaf-4b8a-8640-7340863c1587}= new nsIDOMCSSMozDocumentRule();
-nsXPCComponents_InterfacesByID.prototype.{5d1cd1e6-4a14-4056-acc0-2f78c1672898}= new nsIDOMSVGEllipseElement();
-nsXPCComponents_InterfacesByID.prototype.{a2dd25a4-1dd1-11b2-bda6-ed525acd4c35}= new jsdIContext();
-nsXPCComponents_InterfacesByID.prototype.{45d7d2b4-2d98-4cdb-850f-860bc45deeae}= new nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{13f236c0-47f8-11d5-b6a3-009027446e84}= new nsIDOMDocumentTraversal();
-nsXPCComponents_InterfacesByID.prototype.{72152f7f-7e8d-43fd-8477-3f29ae8d240d}= new nsIXTFAttributeHandler();
-nsXPCComponents_InterfacesByID.prototype.{7b4a099f-6f6e-4565-977b-fb622adbff49}= new inIFlasher();
-nsXPCComponents_InterfacesByID.prototype.{9188bc86-f92e-11d2-81ef-0060083a0bcf}= new nsISupportsWeakReference();
-nsXPCComponents_InterfacesByID.prototype.{e0be7cbb-81c1-4663-8f95-109d96a60b6b}= new nsIDOMSVGElement();
-nsXPCComponents_InterfacesByID.prototype.{090ecc19-b7cb-4f47-ae47-ed68d4926249}= new nsIDOM3DocumentEvent();
-nsXPCComponents_InterfacesByID.prototype.{1d297320-27f7-11d3-be01-000064657374}= new nsIRDFRemoteDataSource();
-nsXPCComponents_InterfacesByID.prototype.{c26e1779-604b-4bad-8a29-02d2a2113769}= new nsIDOMSVGPathSegArcAbs();
-nsXPCComponents_InterfacesByID.prototype.{6852d9a6-1dd2-11b2-a29d-cd7977a91b1b}= new nsIDOMXULButtonElement();
-nsXPCComponents_InterfacesByID.prototype.{e03e6c5e-0d84-4c0b-8739-e6b8d51922de}= new nsIClipboardDragDropHooks();
-nsXPCComponents_InterfacesByID.prototype.{71735f62-ac5c-4236-9a1f-5ffb280d531c}= new nsIDOMRect();
-nsXPCComponents_InterfacesByID.prototype.{486755db-627a-4678-a21b-f6a63bb9c56a}= new nsICRLManager();
-nsXPCComponents_InterfacesByID.prototype.{ccc5b3ad-3e67-4e3d-97e1-b06b2e96fef8}= new imgIEncoder();
-nsXPCComponents_InterfacesByID.prototype.{402aee39-653c-403f-8be1-6d1824223bf9}= new nsIX509Cert3();
-nsXPCComponents_InterfacesByID.prototype.{803e510b-4b27-4ba2-a16d-bb5fa953c166}= new nsISearchEngine();
-nsXPCComponents_InterfacesByID.prototype.{ba913c5c-13d6-41eb-83c1-de2f4165a516}= new nsIUrlListManagerCallback();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9079-15b3-11d2-932e-00805f8add32}= new nsIDOMEntity();
-nsXPCComponents_InterfacesByID.prototype.{75506f87-b504-11d5-a7f2-ca108ab8b6fc}= new nsIDOMXPathNamespace();
-nsXPCComponents_InterfacesByID.prototype.{ccc48346-429d-4931-94dc-beb1afcea292}= new nsIBookmarksService();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a8-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLHRElement();
-nsXPCComponents_InterfacesByID.prototype.{d4214e91-fb94-11d2-bdd8-00104bde6048}= new nsIRDFContainerUtils();
-nsXPCComponents_InterfacesByID.prototype.{3b07f591-e8e1-11d4-9882-00c04fa02f40}= new nsISHistoryListener();
-nsXPCComponents_InterfacesByID.prototype.{9c5d3c58-1dd1-11b2-a1c9-f3699284657a}= new nsIWebBrowserFocus();
-nsXPCComponents_InterfacesByID.prototype.{e02b6693-6cca-11da-be43-001422106990}= new nsISAXErrorHandler();
-nsXPCComponents_InterfacesByID.prototype.{ad929b96-ef81-4002-b596-c6a8b3a878e9}= new nsIDOMSVGPathSegCurvetoCubicAbs();
-nsXPCComponents_InterfacesByID.prototype.{b0338f6c-ded3-4c39-a953-56e8bae494f5}= new nsIHTMLObjectResizer();
-nsXPCComponents_InterfacesByID.prototype.{a1173d91-4428-4829-8e3e-fe66e558f161}= new nsIXTFXULVisual();
-nsXPCComponents_InterfacesByID.prototype.{d1f28e94-3a6e-4050-a5f5-2e81b1fc2a43}= new nsIInputStreamCallback();
-nsXPCComponents_InterfacesByID.prototype.{e13567c0-4a1c-11d3-9890-006008962422}= new nsISupportsPRUint64();
-nsXPCComponents_InterfacesByID.prototype.{8b5314ba-db01-11d2-96ce-0060b0fb9956}= new nsIClipboard();
-nsXPCComponents_InterfacesByID.prototype.{78fd16c2-bdfb-4b1d-8738-d536d0a8f430}= new inIDOMUtils();
-nsXPCComponents_InterfacesByID.prototype.{691cb864-0a7e-448c-98ee-4a7f359cf145}= new nsIXmlRpcFault();
-nsXPCComponents_InterfacesByID.prototype.{fae4e9a8-1dd1-11b2-b53c-8f3aa1bbf8f5}= new nsIDirIndexListener();
-nsXPCComponents_InterfacesByID.prototype.{58e330c4-7b48-11d2-98b9-00805f297d89}= new nsITransactionListener();
-nsXPCComponents_InterfacesByID.prototype.{91f1c3ec-73a0-4bf0-bdc5-348a1f181b0e}= new nsICookiePermission();
-nsXPCComponents_InterfacesByID.prototype.{9e61c7c8-8698-4477-9971-0923513919bd}= new nsIDOMLSResourceResolver();
-nsXPCComponents_InterfacesByID.prototype.{3bb1a3c8-3073-41e0-9a26-a7671955fb65}= new nsIContentPolicy();
-nsXPCComponents_InterfacesByID.prototype.{99a0882d-2ff9-4659-9952-9ac531ba5592}= new nsIHelperAppLauncher();
-nsXPCComponents_InterfacesByID.prototype.{6cbbbf64-212f-4ef8-9ad4-7240dbb8d6ac}= new nsIDOMNSEventTarget();
-nsXPCComponents_InterfacesByID.prototype.{2f977d4e-5485-11d4-87e2-0010a4e75ef2}= new nsIRelativeFilePref();
-nsXPCComponents_InterfacesByID.prototype.{2efb7dc9-e7b3-44b7-8557-60b1485cfd6e}= new nsISidebar_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{3cc75360-484a-11d2-bc16-00805f912fe7}= new nsIRDFObserver();
-nsXPCComponents_InterfacesByID.prototype.{b712418b-376f-4f75-b156-5d9ad99fe51f}= new nsIDOMPageTransitionEvent();
-nsXPCComponents_InterfacesByID.prototype.{69e5df00-7b8b-11d3-af61-00a024ffc08c}= new nsIWebBrowser();
-nsXPCComponents_InterfacesByID.prototype.{4da56f10-99fe-11d2-8ebb-00805f29f370}= new nsIRDFXMLSource();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9078-15b3-11d2-932e-00805f8add32}= new nsIDOMElement();
-nsXPCComponents_InterfacesByID.prototype.{8cecf236-1dd2-11b2-893c-f9848956eaec}= new nsIRegistryEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{6d43b1b4-efb6-426d-9e65-4420c3e24688}= new nsIDOMSVGTextElement();
-nsXPCComponents_InterfacesByID.prototype.{05593438-1b83-4517-864f-3cea3d37a266}= new jsdIFilter();
-nsXPCComponents_InterfacesByID.prototype.{afc36593-5787-4420-93d9-b2c0ccbf0cad}= new nsIHTMLEditor();
-nsXPCComponents_InterfacesByID.prototype.{3c14a026-6f4e-11d5-9b46-000064657374}= new nsISchemaUnionType();
-nsXPCComponents_InterfacesByID.prototype.{5a9b4770-9fcb-4307-a12e-4b6708e78b97}= new nsIRDFPropagatableDataSource();
-nsXPCComponents_InterfacesByID.prototype.{6a7ddb40-8a9e-4576-8ad1-71c5641d8780}= new nsIContentViewer();
-nsXPCComponents_InterfacesByID.prototype.{c8188620-1dd1-11b2-bc88-df8440498add}= new nsIDOMJSWindow();
-nsXPCComponents_InterfacesByID.prototype.{bfa6e42b-bc9d-404d-8688-729fdbfff801}= new nsIDOMSVGAnimatedLengthList();
-nsXPCComponents_InterfacesByID.prototype.{e086e1e2-40ff-4193-8b8c-bd548babe70d}= new nsIStreamConverterService();
-nsXPCComponents_InterfacesByID.prototype.{652ecec6-d40b-45b6-afef-641d6c63a35b}= new nsIFastLoadReadControl();
-nsXPCComponents_InterfacesByID.prototype.{ebe55080-c8a9-11d5-a73c-dd620d6e04bc}= new nsICommandController();
-nsXPCComponents_InterfacesByID.prototype.{255602ea-c31f-4d29-8f35-905ead3f76f4}= new nsIFileProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{1222e6f0-a5e3-11d2-8b7c-00805f8a7db6}= new nsILocalSearchService();
-nsXPCComponents_InterfacesByID.prototype.{cf2aca0c-4fb1-42e4-8a54-23e832cb2a98}= new nsIAutoCompleteController();
-nsXPCComponents_InterfacesByID.prototype.{0458dac5-65de-11d5-9b42-00104bdf5339}= new nsIWSDLLoader();
-nsXPCComponents_InterfacesByID.prototype.{56c35506-f14b-11d3-99d3-ddbfac2ccf65}= new nsIPrefBranch();
-nsXPCComponents_InterfacesByID.prototype.{f6134681-f28b-11d2-8360-c90899049c3c}= new nsIDOMPlugin();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90e2-15b3-11d2-932e-00805f8add32}= new nsISelectionListener();
-nsXPCComponents_InterfacesByID.prototype.{dcbce63c-1dd1-11b2-b94d-91f6d49a3161}= new nsIMIMEInputStream();
-nsXPCComponents_InterfacesByID.prototype.{3722a5b9-5323-4ed0-bb1a-8299f27a4e89}= new nsIWindowDataSource();
-nsXPCComponents_InterfacesByID.prototype.{e9c4cd4f-cd41-43d0-bf3b-48abb9cde90f}= new nsIXMLContentBuilder();
-nsXPCComponents_InterfacesByID.prototype.{359f7990-d4e9-11d3-a1a5-0050041caf44}= new nsIStreamLoaderObserver();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9085-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLElement();
-nsXPCComponents_InterfacesByID.prototype.{27c10dca-2efc-416b-ae36-9794380a661e}= new nsIXTFElementFactory();
-nsXPCComponents_InterfacesByID.prototype.{dc2ff152-85cb-474e-b4c2-86a3d48cf4d0}= new nsIPasswordManagerInternal();
-nsXPCComponents_InterfacesByID.prototype.{41d979dc-ea03-4235-86ff-1e3c090c5630}= new nsIStyleSheetService();
-nsXPCComponents_InterfacesByID.prototype.{a8fefe40-52bc-11d4-9a57-000064657374}= new nsISOAPCall();
-nsXPCComponents_InterfacesByID.prototype.{f5323a76-c8f7-4c65-8d0c-1250e969c7d5}= new nsICharsetConverterManager();
-nsXPCComponents_InterfacesByID.prototype.{5d052835-8cb0-442c-9754-a8e616db1f89}= new nsIDOMSVGTextPositioningElement();
-nsXPCComponents_InterfacesByID.prototype.{8d3f5a9d-118d-4548-a137-cf7718679069}= new nsIBrowserHandler();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90cd-15b3-11d2-932e-00805f8add32}= new nsIDOMNSDocument();
-nsXPCComponents_InterfacesByID.prototype.{44e8b2c8-1ecb-4a63-8b23-3e3500c34f32}= new nsIInputStreamTee();
-nsXPCComponents_InterfacesByID.prototype.{524564b0-13a3-459b-bbec-ad66aea9f789}= new nsIDOMSVGTitleElement();
-nsXPCComponents_InterfacesByID.prototype.{27e60cd8-6d63-4d87-b7d1-82c09e0c7363}= new nsIXmlRpcClientListener();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9114-15b3-11d2-932e-00805f8add32}= new nsIFontEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{b148eed1-236d-11d3-b35c-00a0cc3c1cde}= new nsISound();
-nsXPCComponents_InterfacesByID.prototype.{93a28ba2-7e22-11d9-9b6f-000a95d535fa}= new nsIAppShellService();
-nsXPCComponents_InterfacesByID.prototype.{eb422132-514e-4a1c-81ec-b84a5df5fb96}= new nsIDOMSVGPathSegCurvetoCubicSmoothAbs();
-nsXPCComponents_InterfacesByID.prototype.{cfb5b821-9016-4a79-9d98-87b57c3ea0c7}= new nsIDOMDOMConfiguration();
-nsXPCComponents_InterfacesByID.prototype.{173562f0-2173-11d5-a54c-0010a401eb10}= new nsIPasswordManager();
-nsXPCComponents_InterfacesByID.prototype.{8a44bdf9-d1a5-4734-bd5a-34ed7fe564c2}= new nsIPKCS11Module();
-nsXPCComponents_InterfacesByID.prototype.{948a0023-e3a7-11d2-96cf-0060b0fb9956}= new nsIFormatConverter();
-nsXPCComponents_InterfacesByID.prototype.{c63a055a-a676-4e71-bf3c-6cfa11082018}= new nsIChannel();
-nsXPCComponents_InterfacesByID.prototype.{4f45513e-55e5-411c-a844-e899057026c1}= new nsIDOMParser();
-nsXPCComponents_InterfacesByID.prototype.{a32826ff-9e56-4425-a811-97a8dba64ff5}= new imgILoader();
-nsXPCComponents_InterfacesByID.prototype.{fd54c8c4-2eb4-4849-8df6-79985c2491da}= new nsIDOMSVGAnimatedTransformList();
-nsXPCComponents_InterfacesByID.prototype.{6d340848-9bc1-49a3-9073-99932bbc2a11}= new nsIBrowserGlue();
-nsXPCComponents_InterfacesByID.prototype.{0e61f3b2-34d7-4c79-bfdc-4860bc7341b7}= new nsIExternalProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{a8b607fd-24b6-4a8c-9a89-d9b24f8e2592}= new nsIXTFElement();
-nsXPCComponents_InterfacesByID.prototype.{80faf095-c807-4558-a2cc-185ed70754ea}= new nsIFilePicker();
-nsXPCComponents_InterfacesByID.prototype.{283ee646-1aef-11d4-98b3-00c04fa0ce9a}= new nsIPropertyElement();
-nsXPCComponents_InterfacesByID.prototype.{8793370a-311f-11d4-9876-00c04fa0cf4a}= new nsIStandardURL();
-nsXPCComponents_InterfacesByID.prototype.{951700f0-fed0-11d2-bdd9-00104bde6048}= new nsIRDFPurgeableDataSource();
-nsXPCComponents_InterfacesByID.prototype.{0c2dc80f-7aa4-467a-9454-b89dba0e0779}= new nsIExtendedExpatSink();
-nsXPCComponents_InterfacesByID.prototype.{8429d350-1040-4661-8b71-f2a6ba455980}= new nsISeekableStream();
-nsXPCComponents_InterfacesByID.prototype.{22496a00-227b-11db-a98b-0800200c9a66}= new nsISessionStartup();
-nsXPCComponents_InterfacesByID.prototype.{0659cb81-faad-11d2-8e19-b206620a657c}= new nsIWindowMediator();
-nsXPCComponents_InterfacesByID.prototype.{df15f850-5d98-11d4-9f4d-0010a4053fd0}= new nsIDocumentLoaderFactory();
-nsXPCComponents_InterfacesByID.prototype.{fb683e76-d42b-41a4-8ae6-65a6c2b146e5}= new nsIStreamListenerTee();
-nsXPCComponents_InterfacesByID.prototype.{06b42e9d-61b5-400d-9561-b43f0e9883c0}= new nsIDOMNSCSS2Properties();
-nsXPCComponents_InterfacesByID.prototype.{6c143dac-bd65-4333-b594-7ed1e748e0f9}= new nsINSSCertCache();
-nsXPCComponents_InterfacesByID.prototype.{7e1aa658-6e3f-4521-9946-9685a169f764}= new nsISyncStreamListener();
-nsXPCComponents_InterfacesByID.prototype.{10e8893d-ddf5-45d1-8872-615d72065fb4}= new nsIDOMLSParserFilter();
-nsXPCComponents_InterfacesByID.prototype.{b6fe3d78-1dd1-11b2-9058-ced9016984c8}= new nsIPKIParamBlock();
-nsXPCComponents_InterfacesByID.prototype.{b0196fc7-1913-441a-882a-453c0d8b89b8}= new nsIScriptError();
-nsXPCComponents_InterfacesByID.prototype.{b6c2f9e1-53a0-45f2-a2b8-fe37861fe8a8}= new nsIXULWindow();
-nsXPCComponents_InterfacesByID.prototype.{ea99ad5b-cc67-4efb-97c9-2ef620a59f2a}= new nsIEventTarget();
-nsXPCComponents_InterfacesByID.prototype.{7281076d-cf37-464a-815e-698235802604}= new nsIURLParser();
-nsXPCComponents_InterfacesByID.prototype.{aeb8936f-219c-4d3c-8385-d9382daa551a}= new mozISpellI18NManager();
-nsXPCComponents_InterfacesByID.prototype.{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad}= new nsIX509CertValidity();
-nsXPCComponents_InterfacesByID.prototype.{3c14a031-6f4e-11d5-9b46-000064657374}= new nsISchemaFacet();
-nsXPCComponents_InterfacesByID.prototype.{7392d032-5371-11d3-994e-00805fd26fee}= new nsIModule();
-nsXPCComponents_InterfacesByID.prototype.{5fdf8480-1f98-11d4-8077-00600811a9c3}= new nsINativeAppSupport();
-nsXPCComponents_InterfacesByID.prototype.{94558064-140c-41a1-9cc9-4e9cdbf5c124}= new nsIDOMSVGMetadataElement();
-nsXPCComponents_InterfacesByID.prototype.{f6134683-f28b-11d2-8360-c90899049c3c}= new nsIDOMMimeTypeArray();
-nsXPCComponents_InterfacesByID.prototype.{8458a740-d5dc-11d2-92fb-00e09805570f}= new nsIComponentManagerObsolete();
-nsXPCComponents_InterfacesByID.prototype.{a6cf909e-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLLIElement();
-nsXPCComponents_InterfacesByID.prototype.{002286a8-494b-43b3-8ddd-49e3fc50622b}= new nsIWindowWatcher();
-nsXPCComponents_InterfacesByID.prototype.{ba8bf582-1dd1-11b2-898c-f40246bc9a63}= new nsIASN1Object();
-nsXPCComponents_InterfacesByID.prototype.{7e46bc35-fb7d-4b45-ab35-82fd61015380}= new nsIPrintProgress();
-nsXPCComponents_InterfacesByID.prototype.{6e48c500-8682-4730-add6-7db693b9e7ba}= new nsIXPTLoaderSink();
-nsXPCComponents_InterfacesByID.prototype.{5a92782c-a2e8-4dd3-b18a-33acc3af4fd7}= new nsIWindowsShellService();
-nsXPCComponents_InterfacesByID.prototype.{ff751edc-8b02-aae7-0010-8301838a3123}= new nsIDOMMouseEvent();
-nsXPCComponents_InterfacesByID.prototype.{e36c5250-4a1c-11d3-9890-006008962422}= new nsISupportsPRInt32();
-nsXPCComponents_InterfacesByID.prototype.{9849c4bf-5197-4d22-baa8-e3b44a1703d2}= new nsIApplicationUpdateService();
-nsXPCComponents_InterfacesByID.prototype.{033a1470-8b2a-11d3-af88-00a024ffc08c}= new nsIInterfaceRequestor();
-nsXPCComponents_InterfacesByID.prototype.{b9a2371f-70e9-4657-b0e8-28e15b40857e}= new nsIDOMLSProgressEvent();
-nsXPCComponents_InterfacesByID.prototype.{58e330c2-7b48-11d2-98b9-00805f297d89}= new nsITransactionManager();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9091-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLOptGroupElement();
-nsXPCComponents_InterfacesByID.prototype.{080d2001-f91e-11d4-a73c-f9242928207c}= new nsICommandManager();
-nsXPCComponents_InterfacesByID.prototype.{7b67747e-a8c4-4832-80c7-39ebb0c11f94}= new nsIIDNService();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9089-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTitleElement();
-nsXPCComponents_InterfacesByID.prototype.{93276790-3daf-11d5-b67d-000064657374}= new nsITimelineService();
-nsXPCComponents_InterfacesByID.prototype.{2d00b1bb-8b21-4a63-bcc6-7213f513ac2e}= new nsIUnicharOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{91d82105-7c62-4f8b-9779-154277c0ee90}= new nsIStackFrame();
-nsXPCComponents_InterfacesByID.prototype.{4d12e540-83d7-11d5-90ed-0010a4e73d9a}= new nsIDataType();
-nsXPCComponents_InterfacesByID.prototype.{412880c8-6c36-48d8-bf8f-84f91f892503}= new nsIHttpActivityObserver();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c2-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSStyleSheet();
-nsXPCComponents_InterfacesByID.prototype.{1f8fe77e-1dd2-11b2-8dd2-e55f8d3465b8}= new nsIDOMCryptoDialogs();
-nsXPCComponents_InterfacesByID.prototype.{988b2de4-137b-4bb8-a15e-fe94038e9cf3}= new nsIDOMSVGGradientElement();
-nsXPCComponents_InterfacesByID.prototype.{aaab6710-0f2c-11d5-a53b-0010a401eb10}= new nsICookieManager();
-nsXPCComponents_InterfacesByID.prototype.{4b71113a-cb0d-479f-8ed5-01daeba2e8d4}= new nsIConverterOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{400f5468-97e7-4d2b-9c65-a82aecc7ae82}= new nsIInputStreamPump();
-nsXPCComponents_InterfacesByID.prototype.{2a31a3a0-be68-40af-9f64-914192f0fba2}= new nsIDOMLSParser();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90be-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSStyleDeclaration();
-nsXPCComponents_InterfacesByID.prototype.{7e225e5f-711c-11d7-9fae-000393636592}= new nsIFlavorDataProvider();
-nsXPCComponents_InterfacesByID.prototype.{063d4a4e-1dd2-11b2-a365-cbaf1651f140}= new nsISOAPHeaderBlock();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b5-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTableSectionElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf907c-15b3-11d2-932e-00805f8add32}= new nsIDOMNode();
-nsXPCComponents_InterfacesByID.prototype.{f1b74aae-5661-4753-a21c-66dd644afebc}= new imgICache();
-nsXPCComponents_InterfacesByID.prototype.{18967370-921a-4245-8158-a279b190abca}= new nsIDOMSVGZoomAndPan();
-nsXPCComponents_InterfacesByID.prototype.{55e9c181-2476-47cf-97f8-efdaaf7b6f7a}= new nsIDOMStorageWindow();
-nsXPCComponents_InterfacesByID.prototype.{dec2e4e0-4a1c-11d3-9890-006008962422}= new nsISupportsPRUint8();
-nsXPCComponents_InterfacesByID.prototype.{9af0d129-b366-4aa8-b7d8-8dce93148d91}= new nsIDOMSVGStyleElement();
-nsXPCComponents_InterfacesByID.prototype.{5cf6420c-74f3-4a7c-bc1d-f5756d79ea07}= new nsIURILoader();
-nsXPCComponents_InterfacesByID.prototype.{d4b123df-51ee-48b1-a663-002180e60d3b}= new nsICommandLineHandler();
-nsXPCComponents_InterfacesByID.prototype.{84991d1b-b010-4127-9e71-82017559abff}= new nsIDocNavStartProgressListener();
-nsXPCComponents_InterfacesByID.prototype.{d1b54831-ac07-11d2-805e-00600811a9c3}= new nsIRegistryNode();
-nsXPCComponents_InterfacesByID.prototype.{8b5314bc-db01-11d2-96ce-0060b0fb9956}= new nsITransferable();
-nsXPCComponents_InterfacesByID.prototype.{d39fd2b4-3978-45d2-a4be-ba448171b61b}= new nsIEditingSession();
-nsXPCComponents_InterfacesByID.prototype.{0e80f152-d676-4fba-8862-9dc4eb761442}= new nsIAccessibilityService();
-nsXPCComponents_InterfacesByID.prototype.{56863a67-bd69-42de-9f40-583e625b457d}= new nsIUpdatePatch();
-nsXPCComponents_InterfacesByID.prototype.{eda4f520-67f7-484b-a691-8c3226a5b0a6}= new nsITransportEventSink();
-nsXPCComponents_InterfacesByID.prototype.{55c7af7b-1a64-40bf-87eb-2c2cbee0491b}= new nsIDOMCustomEvent();
-nsXPCComponents_InterfacesByID.prototype.{dfacb090-4a1c-11d3-9890-006008962422}= new nsISupportsPRUint16();
-nsXPCComponents_InterfacesByID.prototype.{d39982d6-da4f-4a27-8d91-f9c7b179aa33}= new nsIUrlListManager();
-nsXPCComponents_InterfacesByID.prototype.{0458dac2-65de-11d5-9b42-00104bdf5339}= new nsIWSDLOperation();
-nsXPCComponents_InterfacesByID.prototype.{3f24610d-1e1f-4151-9d2e-239884742324}= new nsIWebProgressListener2();
-nsXPCComponents_InterfacesByID.prototype.{4c2e02ae-1dd2-11b2-b1cd-c79dea3d46db}= new nsISOAPDecoder();
-nsXPCComponents_InterfacesByID.prototype.{5556997e-d816-4218-8b54-803d4261206e}= new nsISAXXMLReader();
-nsXPCComponents_InterfacesByID.prototype.{d064a04c-9cee-4319-be31-64d565bccba9}= new nsIRecyclingAllocator();
-nsXPCComponents_InterfacesByID.prototype.{2122421c-1326-41db-87f8-25519d8a12cb}= new nsIWebServiceProxy();
-nsXPCComponents_InterfacesByID.prototype.{eb1a5d31-ab33-11d2-8ec6-00805f29f370}= new nsIRDFXMLSink();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90ba-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLIFrameElement();
-nsXPCComponents_InterfacesByID.prototype.{46b4015c-0121-11d4-9877-00c04fa0d27a}= new nsIXULBrowserWindow();
-nsXPCComponents_InterfacesByID.prototype.{4c12af24-0fc2-4fe7-b71d-5d6b41d463c1}= new nsIDOMSVGPointList();
-nsXPCComponents_InterfacesByID.prototype.{6c1034f0-1dd2-11b2-aa14-e6657ed7bb0b}= new nsIUserInfo();
-nsXPCComponents_InterfacesByID.prototype.{49c1a11d-f5d2-4f09-8262-551e64908ada}= new nsICacheEntryDescriptor();
-nsXPCComponents_InterfacesByID.prototype.{91375f52-20e6-4757-9835-eb04fabe5498}= new nsIHTMLAbsPosEditor();
-nsXPCComponents_InterfacesByID.prototype.{2ee5520b-6593-43c1-b660-4885939a6b68}= new nsIXTFVisual();
-nsXPCComponents_InterfacesByID.prototype.{18c36504-9a4c-4ac3-8494-bd05e00ae27f}= new nsIAutoCompleteObserver();
-nsXPCComponents_InterfacesByID.prototype.{a61f0a62-ae0a-4382-b474-d259442ca80c}= new nsIFormHistory2();
-nsXPCComponents_InterfacesByID.prototype.{37ef2e71-edef-46c7-acd9-f0b6e0b15083}= new nsIFileSpec();
-nsXPCComponents_InterfacesByID.prototype.{2cc35c67-978f-42a9-a958-16e97ad2f4c8}= new nsIPasswordInternal();
-nsXPCComponents_InterfacesByID.prototype.{1c399d06-1dd2-11b2-bc58-c87cbcacdb78}= new nsISecurityWarningDialogs();
-nsXPCComponents_InterfacesByID.prototype.{843afaa8-1dd2-11b2-8b0d-9b5d16fe64ea}= new nsISOAPBlock();
-nsXPCComponents_InterfacesByID.prototype.{7b80eebc-c98e-4461-8bdb-6e3b6e828890}= new nsIImageDocument();
-nsXPCComponents_InterfacesByID.prototype.{cbb0baeb-5fcb-408b-a2be-9f8fc98d0af1}= new nsITransport();
-nsXPCComponents_InterfacesByID.prototype.{99ec6694-535f-11d4-9a58-000064657374}= new nsISOAPFault();
-nsXPCComponents_InterfacesByID.prototype.{a94ec640-0bba-11d2-b326-00805f8a3859}= new nsIScriptContextOwner();
-nsXPCComponents_InterfacesByID.prototype.{f102caf6-1dd1-11b2-bd43-c1dbacb95a98}= new jsdICallHook();
-nsXPCComponents_InterfacesByID.prototype.{9fe91a61-3048-40e3-99ef-e39ab946ae0b}= new nsISOAPEncodingRegistry();
-nsXPCComponents_InterfacesByID.prototype.{3275b2cd-af6d-429a-80d7-f0c5120342ac}= new nsICategoryManager();
-nsXPCComponents_InterfacesByID.prototype.{948defaa-1dd1-11b2-89f6-8ce81f5ebda9}= new nsIBidirectionalIterator();
-nsXPCComponents_InterfacesByID.prototype.{2f276982-0d60-4377-a595-d350ba516395}= new nsIWindowMediatorListener();
-nsXPCComponents_InterfacesByID.prototype.{75506f84-b504-11d5-a7f2-ca108ab8b6fc}= new nsIDOMXPathResult();
-nsXPCComponents_InterfacesByID.prototype.{78582ad3-db1e-4aa6-a15b-b055a7846352}= new nsIXTFSVGVisualWrapper();
-nsXPCComponents_InterfacesByID.prototype.{0fecd56b-bd92-481b-a486-b8d489cdd385}= new nsIFeedGenerator();
-nsXPCComponents_InterfacesByID.prototype.{d4882ffb-e927-408b-96be-d4391b456fa9}= new nsIEditor();
-nsXPCComponents_InterfacesByID.prototype.{896d1d20-b4c4-11d2-bd93-00805f8ae3f4}= new nsIDOMHistory();
-nsXPCComponents_InterfacesByID.prototype.{6ca5e43e-9632-11d3-8cd9-0060b0fc14a3}= new nsIZipEntry();
-nsXPCComponents_InterfacesByID.prototype.{e6a75410-c93e-42bf-84ca-a5c3ec34a2f1}= new nsIWebContentHandlerRegistrar();
-nsXPCComponents_InterfacesByID.prototype.{eee6f7c9-5586-4eaf-b35c-dca987c4ffd1}= new mozIStorageStatementWrapper();
-nsXPCComponents_InterfacesByID.prototype.{6712fdd4-f978-11d4-a144-005004832142}= new nsIFontPackageProxy();
-nsXPCComponents_InterfacesByID.prototype.{757e9971-8890-478d-a53a-07f9f6f6e0d3}= new nsIDOMLSOutput();
-nsXPCComponents_InterfacesByID.prototype.{d5e3bd80-6723-4b92-b0c9-22f6162fd94f}= new nsIUnicharInputStream();
-nsXPCComponents_InterfacesByID.prototype.{702909c6-1dd2-11b2-b833-8a740f643539}= new nsIFontList();
-nsXPCComponents_InterfacesByID.prototype.{339a4eb5-dac6-4034-8c43-f4f8c645ce57}= new nsIScriptLoader();
-nsXPCComponents_InterfacesByID.prototype.{59fec127-2a0e-445b-84b5-a66dc90245db}= new nsIDOMXULSelectControlElement();
-nsXPCComponents_InterfacesByID.prototype.{6c9eb060-8c6a-11d5-90f3-0010a4e73d9a}= new nsIVariant();
-nsXPCComponents_InterfacesByID.prototype.{21dea65c-5c08-4eb1-ac82-81fe95be77b8}= new nsIDOMCanvasPattern();
-nsXPCComponents_InterfacesByID.prototype.{464484f0-568d-11d3-baf8-00805f8a5dd7}= new nsISupportsVoid();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90cf-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSImportRule();
-nsXPCComponents_InterfacesByID.prototype.{3c14a02a-6f4e-11d5-9b46-000064657374}= new nsISchemaModelGroup();
-nsXPCComponents_InterfacesByID.prototype.{41bd8784-1dd2-11b2-9553-8606958fffe1}= new nsIConsoleMessage();
-nsXPCComponents_InterfacesByID.prototype.{7a307c6c-6cc9-11da-be43-001422106990}= new nsISAXLocator();
-nsXPCComponents_InterfacesByID.prototype.{3eb4c760-dffd-4983-94a8-18bcb99100e4}= new inIDOMView();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9083-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLCollection();
-nsXPCComponents_InterfacesByID.prototype.{31d1c294-1dd2-11b2-be3a-c79230dca297}= new nsICacheDeviceInfo();
-nsXPCComponents_InterfacesByID.prototype.{29cbd45f-f2d3-4b28-b557-3ab7a61ecde4}= new nsIFeedPerson();
-nsXPCComponents_InterfacesByID.prototype.{a66b7b80-ff46-bd97-0080-5f8ae38add32}= new nsIDOMEvent();
-nsXPCComponents_InterfacesByID.prototype.{f8c08c4b-d778-49d1-a59b-866fdc500d95}= new nsICacheVisitor();
-nsXPCComponents_InterfacesByID.prototype.{91cca981-c26d-44a8-bebe-d9ed4891503a}= new nsISerializable();
-nsXPCComponents_InterfacesByID.prototype.{e800ef97-ae37-46b7-a46c-31fbe79657ea}= new nsINonBlockingAlertService();
-nsXPCComponents_InterfacesByID.prototype.{a03ca940-09be-11d5-ac5d-000064657374}= new nsICertificateDialogs();
-nsXPCComponents_InterfacesByID.prototype.{85585e12-1dd2-11b2-a930-f6929058269a}= new nsIInputIterator();
-nsXPCComponents_InterfacesByID.prototype.{5c0e4d25-a9f1-4aab-936c-2b61ed6c085f}= new nsIDOMSVGPathSegCurvetoQuadraticSmoothRel();
-nsXPCComponents_InterfacesByID.prototype.{6bd1d803-1c67-11d3-9820-ed1b357eb3c4}= new nsIInternetSearchService();
-nsXPCComponents_InterfacesByID.prototype.{0f331436-8bc8-4c68-a124-d0253a19d06f}= new nsIHttpAuthenticator();
-nsXPCComponents_InterfacesByID.prototype.{bb86037c-98c1-4c22-8e03-1e4c9fc89a8e}= new nsIAddonUpdateListener();
-nsXPCComponents_InterfacesByID.prototype.{4805e681-49b9-11d3-9ce4-ed60bd6cb5bc}= new nsIEditorLogging();
-nsXPCComponents_InterfacesByID.prototype.{52c45d86-0cc3-11d4-986e-00c04fa0cf4a}= new nsIZipReaderCache();
-nsXPCComponents_InterfacesByID.prototype.{eaa49141-c21c-4fe8-a79b-77860a3910aa}= new nsIAsyncStreamCopier();
-nsXPCComponents_InterfacesByID.prototype.{a457ea70-1dd1-11b2-9089-8fd894122084}= new nsIDOMXULLabeledControlElement();
-nsXPCComponents_InterfacesByID.prototype.{3f2f0d2c-bdea-4b5a-afc6-fcf18f66b97e}= new nsICookieAcceptDialog();
-nsXPCComponents_InterfacesByID.prototype.{73b101bd-797b-470f-9308-c24c64278bcd}= new nsIDOMSVGAnimatedEnumeration();
-nsXPCComponents_InterfacesByID.prototype.{ff9fbcd7-9517-4334-b97a-ceed78909974}= new nsIPKCS11ModuleDB();
-nsXPCComponents_InterfacesByID.prototype.{01d8c0f0-0ccc-11d4-9fdd-000064657374}= new nsISecretDecoderRingConfig();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90d0-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSUnknownRule();
-nsXPCComponents_InterfacesByID.prototype.{368a15d9-17a9-4c2b-ac3d-a35b3a22b876}= new nsIXPTLoader();
-nsXPCComponents_InterfacesByID.prototype.{36f18f12-61a9-4529-8fa9-30050bd6ac00}= new nsIDOMSVGAnimatedString();
-nsXPCComponents_InterfacesByID.prototype.{c18c49a8-62f0-4045-9884-4aa91e388f14}= new nsIContentFilter();
-nsXPCComponents_InterfacesByID.prototype.{c3681210-e191-11d8-949e-000393b6661a}= new nsIWSDLLoadListener();
-nsXPCComponents_InterfacesByID.prototype.{02eeaf95-c3db-4182-9340-222c29f68f02}= new mozIStorageStatementRow();
-nsXPCComponents_InterfacesByID.prototype.{d3ab9070-b5d2-410f-977d-36b1788de1e5}= new imgIDecoderObserver_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{43987f7b-0faa-4019-811e-42becac73fc5}= new mozISpellCheckingEngine();
-nsXPCComponents_InterfacesByID.prototype.{c3c4614c-301a-44af-ad70-936f9fd1ba5c}= new nsISOAPMessageBinding();
-nsXPCComponents_InterfacesByID.prototype.{731c6c50-67d6-11d4-9529-0020183bf181}= new nsICommandHandlerInit();
-nsXPCComponents_InterfacesByID.prototype.{57826606-3c8a-4243-9f2f-cb3fe6e91148}= new mozIStorageDataSet();
-nsXPCComponents_InterfacesByID.prototype.{d67bd267-f984-4993-b378-95851b71f0a3}= new nsIDOMNSHTMLFrameElement();
-nsXPCComponents_InterfacesByID.prototype.{02b0625a-e7f3-11d2-9f5a-006008a6efe9}= new nsIProfile();
-nsXPCComponents_InterfacesByID.prototype.{5b912111-c10e-498f-a44c-c713c1843007}= new nsIDOMSVGRect();
-nsXPCComponents_InterfacesByID.prototype.{c6ee1ddd-8b35-4e1b-b381-c063a28012d9}= new nsIDOMSVGPathSegMovetoRel();
-nsXPCComponents_InterfacesByID.prototype.{1630c61a-325e-49ca-8759-a31b16c47aa5}= new nsIPromptService();
-nsXPCComponents_InterfacesByID.prototype.{92c3b42c-98c4-11d3-8cd9-0060b0fc14a3}= new nsIJARProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{69efc430-2efe-11d2-9e5d-006008bf092e}= new nsIRefreshURI();
-nsXPCComponents_InterfacesByID.prototype.{75506f82-b504-11d5-a7f2-ca108ab8b6fc}= new nsIDOMXPathExpression();
-nsXPCComponents_InterfacesByID.prototype.{3c14a021-6f4e-11d5-9b46-000064657374}= new nsISchema();
-nsXPCComponents_InterfacesByID.prototype.{4ea07ef3-ed66-4b41-8119-4afc6d0ed5af}= new nsIDOMSVGLineElement();
-nsXPCComponents_InterfacesByID.prototype.{58a8574d-15a8-4678-99a5-e1be56104093}= new nsITreeColumn();
-nsXPCComponents_InterfacesByID.prototype.{65f6cd46-22ec-4329-bb3b-bcd1103f2204}= new nsIAutoCompletePopup();
-nsXPCComponents_InterfacesByID.prototype.{9854976e-1dd1-11b2-8350-e6d35099fbce}= new nsIFullScreen();
-nsXPCComponents_InterfacesByID.prototype.{9fd42950-25e7-11d4-8a7d-006008c844c3}= new nsIDOMPkcs11();
-nsXPCComponents_InterfacesByID.prototype.{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe}= new nsIRequest();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90bd-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSPageRule();
-nsXPCComponents_InterfacesByID.prototype.{9a7ca4b0-fbba-11d4-a869-00105a183419}= new nsIWebBrowserPrint();
-nsXPCComponents_InterfacesByID.prototype.{faaf1b80-1ddd-11d9-8c46-000a95dc234c}= new nsIDOMNameList();
-nsXPCComponents_InterfacesByID.prototype.{cf777d42-1270-4b34-be7b-2931c93feda5}= new nsIGlobalHistory2();
-nsXPCComponents_InterfacesByID.prototype.{99ec6692-535f-11d4-9a58-000064657374}= new nsISOAPResponseListener();
-nsXPCComponents_InterfacesByID.prototype.{fd1f8334-1859-472d-b01f-4ac6b1121ce4}= new nsIUrlClassifierTable();
-nsXPCComponents_InterfacesByID.prototype.{716e3b11-b03b-49f7-b82d-5383922b0ab3}= new nsIDOMSVGAnimatedNumber();
-nsXPCComponents_InterfacesByID.prototype.{c43079c3-3d8d-4b7c-af14-0e30ab46865f}= new nsIBrowserHistory();
-nsXPCComponents_InterfacesByID.prototype.{a1b89470-a124-11d3-be59-0020a6361667}= new nsIRDFDelegateFactory();
-nsXPCComponents_InterfacesByID.prototype.{e249031f-8df9-4e7a-b644-18946dce0019}= new nsIDOMCSSPrimitiveValue();
-nsXPCComponents_InterfacesByID.prototype.{7a180b78-0f46-4569-8c22-f3d720ea1c57}= new nsIFeedResult();
-nsXPCComponents_InterfacesByID.prototype.{93aaa4a9-b78e-42eb-9d67-5de77ee2f54b}= new nsISelectionController();
-nsXPCComponents_InterfacesByID.prototype.{00b3df92-e830-11d8-d48e-0004e22243f8}= new nsISocketProvider();
-nsXPCComponents_InterfacesByID.prototype.{6712fdd2-f978-11d4-a144-005004832142}= new nsIFontPackageService();
-nsXPCComponents_InterfacesByID.prototype.{450cd2d4-f0fd-424d-b365-b1251f80fd53}= new nsIStringInputStream();
-nsXPCComponents_InterfacesByID.prototype.{bc6ea726-ab56-46b6-a21a-aa7b76d6818f}= new nsIPhonetic();
-nsXPCComponents_InterfacesByID.prototype.{a2e86036-f04c-4013-9f74-e7090a0aac0a}= new nsIDOMSVGDefsElement();
-nsXPCComponents_InterfacesByID.prototype.{9eebf43a-1dd1-11b2-953e-f1782f4cbad3}= new imgIDecoder();
-nsXPCComponents_InterfacesByID.prototype.{009f7ea5-9e80-41be-b008-db62f10823f2}= new nsIDOMCSSValue();
-nsXPCComponents_InterfacesByID.prototype.{65281ba2-988a-11d3-bdc7-0050040a9b44}= new nsISHContainer();
-nsXPCComponents_InterfacesByID.prototype.{99e81922-7318-4431-b3aa-78b3cb4119bb}= new nsICryptoFIPSInfo();
-nsXPCComponents_InterfacesByID.prototype.{f5099746-5049-4e81-a03e-945d5110fee2}= new nsIMenuBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{0458dac1-65de-11d5-9b42-00104bdf5339}= new nsIWSDLPort();
-nsXPCComponents_InterfacesByID.prototype.{2b72d033-f115-45aa-9748-8c11ea07b845}= new nsIDOMSVGPathSegClosePath();
-nsXPCComponents_InterfacesByID.prototype.{1cc8e4b3-1dbb-4adc-a913-1527bf67748c}= new nsIDOMLSException();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9097-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLFieldSetElement();
-nsXPCComponents_InterfacesByID.prototype.{7e15fce5-b208-43e1-952a-c570ebad0619}= new nsIDOMSVGLinearGradientElement();
-nsXPCComponents_InterfacesByID.prototype.{95cc1383-3b62-4b89-aaef-1004a513ef47}= new nsIDOMStorage();
-nsXPCComponents_InterfacesByID.prototype.{31d37360-8e5a-11d3-93ad-00104ba0fd40}= new nsIStreamLoader();
-nsXPCComponents_InterfacesByID.prototype.{a6cf906f-15b3-11d2-932e-00805f8add32}= new nsIDOMWindowCollection();
-nsXPCComponents_InterfacesByID.prototype.{7b456cb0-8772-11d3-90cf-0040056a906e}= new nsIBinaryInputStream();
-nsXPCComponents_InterfacesByID.prototype.{8a0b2908-21b0-45d7-b14d-30df0f92afc7}= new nsIFeedProcessor();
-nsXPCComponents_InterfacesByID.prototype.{067b28a0-877f-11d3-af7e-00a024ffc08c}= new nsITextScroll();
-nsXPCComponents_InterfacesByID.prototype.{d0262ae1-31a4-44be-b82e-85e4cfe280fd}= new nsIDOMSVGRadialGradientElement();
-nsXPCComponents_InterfacesByID.prototype.{e6cd620a-edbb-41d2-9e42-9a2ffc8107f3}= new nsIVersionComparator();
-nsXPCComponents_InterfacesByID.prototype.{1b012ade-91bf-11d3-8cd9-0060b0fc14a3}= new nsIAsyncStreamListener();
-nsXPCComponents_InterfacesByID.prototype.{af25c296-aaec-4f7f-8885-dd37a1cc0a13}= new nsIBrowserDOMWindow();
-nsXPCComponents_InterfacesByID.prototype.{75506f89-b504-11d5-a7f2-ca108ab8b6fc}= new nsIDOMXPathException();
-nsXPCComponents_InterfacesByID.prototype.{7294fe9b-14d8-11d5-9882-00c04fa02f40}= new nsISHistory();
-nsXPCComponents_InterfacesByID.prototype.{d2b675a5-f05b-4172-bac2-24cc39ffd398}= new nsIDOMCrypto();
-nsXPCComponents_InterfacesByID.prototype.{db717db4-37e9-42f1-a3b0-2579dd7c3814}= new nsIAccessible();
-nsXPCComponents_InterfacesByID.prototype.{58e330c1-7b48-11d2-98b9-00805f297d89}= new nsITransaction();
-nsXPCComponents_InterfacesByID.prototype.{bce0213c-f70f-488f-b93f-688acca55d63}= new nsIDOMHTMLOptionsCollection();
-nsXPCComponents_InterfacesByID.prototype.{e565d518-4510-407f-a3d9-3b4107549c6d}= new nsIDOMNSEvent();
-nsXPCComponents_InterfacesByID.prototype.{e312267f-8f57-43e8-a904-ff9b5d3f5aef}= new nsIAutoCompleteInput();
-nsXPCComponents_InterfacesByID.prototype.{4ea60761-31d6-491d-9e34-4b53a26c416c}= new nsICertTree();
-nsXPCComponents_InterfacesByID.prototype.{2417cbfe-65ad-48a6-b4b6-eb84db174392}= new nsIComponentRegistrar();
-nsXPCComponents_InterfacesByID.prototype.{68a26506-f947-11d3-8cda-0060b0fc14a3}= new nsIFileChannel();
-nsXPCComponents_InterfacesByID.prototype.{9a7b6ad0-1dd1-11b2-a789-fcfae96356a2}= new jsdIExecutionHook();
-nsXPCComponents_InterfacesByID.prototype.{ccd37136-76e8-47a7-b46c-b8fee8eb0536}= new nsIAutoCompleteInput_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{dc06b890-15a1-45a9-a1a3-f144b42eea29}= new nsIBoxLayoutManager();
-nsXPCComponents_InterfacesByID.prototype.{1b1f232d-e65f-446a-9984-786578526072}= new nsIMicrosummary();
-nsXPCComponents_InterfacesByID.prototype.{638c3848-778b-4851-8ff3-9400f65b8773}= new nsICacheListener();
-nsXPCComponents_InterfacesByID.prototype.{ddc3b490-4a1c-11d3-9890-006008962422}= new nsISupportsPRBool();
-nsXPCComponents_InterfacesByID.prototype.{07b5b93e-113c-4150-863c-d247b003a55d}= new mozIStorageValueArray();
-nsXPCComponents_InterfacesByID.prototype.{087f52a4-8fd8-40ab-ae52-c3e161810141}= new nsIXPInstallManagerUI();
-nsXPCComponents_InterfacesByID.prototype.{46b91d66-28e2-11d4-ab1e-0010830123b4}= new nsIDOMDocumentEvent();
-nsXPCComponents_InterfacesByID.prototype.{f9fa8205-a988-4828-9228-f3332d5475ac}= new nsIDOMXULCommandEvent();
-nsXPCComponents_InterfacesByID.prototype.{a5772d1b-fc63-495e-a169-96e8d3311af0}= new nsIContentSniffer_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{a61ede2a-ef09-11d9-a5ce-001124787b2e}= new nsIXULAppInfo();
-nsXPCComponents_InterfacesByID.prototype.{0a24fed4-1dd2-11b2-a75c-9f8b9a8f9ba7}= new nsIProxiedProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{d79dc970-4a1c-11d3-9890-006008962422}= new nsISupportsString();
-nsXPCComponents_InterfacesByID.prototype.{5f914307-5c34-4e1f-8e32-ec749d25b27a}= new nsISafeOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{91fca0e9-99d6-406b-9d78-4c96f11e9ee4}= new inIDeepTreeWalker();
-nsXPCComponents_InterfacesByID.prototype.{7d935d63-6d2a-4600-afb5-9a4f7d68b825}= new nsIDocShellTreeItem();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90bb-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSFontFaceRule();
-nsXPCComponents_InterfacesByID.prototype.{647248fd-f925-4e30-93dd-cde26d7e3a90}= new nsIAlertsService();
-nsXPCComponents_InterfacesByID.prototype.{f2aec680-60a0-49f0-afe5-6cf1d3f15e0d}= new nsICMSMessageErrors();
-nsXPCComponents_InterfacesByID.prototype.{74567534-eb94-4b1c-8f45-389643bfc555}= new nsIPrefBranch2();
-nsXPCComponents_InterfacesByID.prototype.{5e0cf513-5b87-4da2-a5ce-d9ba3a30d540}= new nsIXTFGenericElementWrapper();
-nsXPCComponents_InterfacesByID.prototype.{46226d9b-e398-4106-8d9b-225d4d0589f5}= new inISearchObserver();
-nsXPCComponents_InterfacesByID.prototype.{a52f0322-7f4d-418d-af6d-a7b14abd5cdf}= new nsIDOMSVGAnimatedLength();
-nsXPCComponents_InterfacesByID.prototype.{9bdf1010-3695-4907-95ed-83d0410ec307}= new nsIUTF8StringEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{f5a34f50-1f39-11d6-a627-0010a401eb10}= new nsICookieConsent();
-nsXPCComponents_InterfacesByID.prototype.{067ca872-e947-4bd6-8946-a479cb6ba5dd}= new nsIResProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{836d98ec-fee2-4bde-b609-abd5e966eabd}= new nsIServerSocketListener();
-nsXPCComponents_InterfacesByID.prototype.{8dcc630c-9adc-4c60-9954-a004cb45e4a7}= new nsIXTFBindableElement();
-nsXPCComponents_InterfacesByID.prototype.{46820f9b-3088-4046-ab0f-56fdacdc7a82}= new nsIAccessNode();
-nsXPCComponents_InterfacesByID.prototype.{ec4e8f65-5f4a-495e-a5f2-00e18d5e5f96}= new nsIDOMSVGPathSegCurvetoQuadraticAbs();
-nsXPCComponents_InterfacesByID.prototype.{e3cb0ff0-4a1c-11d3-9890-006008962422}= new nsISupportsPRInt64();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90f2-15b3-11d2-932e-00805f8add32}= new nsIDOMNSRange();
-nsXPCComponents_InterfacesByID.prototype.{7994a6e0-e028-11d3-8f5d-0010a4e73d9a}= new nsIXPCComponents_ID();
-nsXPCComponents_InterfacesByID.prototype.{b128a1e6-44f3-4331-8fbe-5af360ff21ee}= new nsITooltipTextProvider();
-nsXPCComponents_InterfacesByID.prototype.{0ea90cf3-2dd9-470f-8f76-f141743c5678}= new nsIExternalHelperAppService();
-nsXPCComponents_InterfacesByID.prototype.{759e475e-0c23-4dbf-b1b8-78c9369e3072}= new nsIFastLoadService();
-nsXPCComponents_InterfacesByID.prototype.{e2c8b03c-a49a-4923-81b0-ba9a86da0e21}= new nsIDOMDOMImplementationLS();
-nsXPCComponents_InterfacesByID.prototype.{a6cf909b-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLDListElement();
-nsXPCComponents_InterfacesByID.prototype.{2555b930-d64f-437e-9be7-0a2cb252c1f4}= new nsIWindowsRegKey();
-nsXPCComponents_InterfacesByID.prototype.{8d9aa9ce-e191-11d8-9f31-000393b6661a}= new nsISchemaLoadListener();
-nsXPCComponents_InterfacesByID.prototype.{93941450-664a-11d3-9151-006008a6edf6}= new nsII18nCompatibility();
-nsXPCComponents_InterfacesByID.prototype.{57e2860b-4266-4a85-bfde-ae39d945b014}= new nsIWebScriptsAccessService();
-nsXPCComponents_InterfacesByID.prototype.{f673ec81-a4b0-11d6-964b-eb5a2bf216fc}= new nsIWindowCreator2();
-nsXPCComponents_InterfacesByID.prototype.{068e20e0-df59-11d8-869f-000393b6661a}= new nsIWebServiceErrorHandler();
-nsXPCComponents_InterfacesByID.prototype.{046bc8a0-8015-11d3-af70-00a024ffc08c}= new nsIBaseWindow();
-nsXPCComponents_InterfacesByID.prototype.{8a1e2c63-af50-4147-af7e-26289dc180dd}= new nsIFastLoadFileControl();
-nsXPCComponents_InterfacesByID.prototype.{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2}= new nsIPrefService();
-nsXPCComponents_InterfacesByID.prototype.{96fc4671-eeb4-4823-9421-e50fb70ad353}= new nsIWritablePropertyBag();
-nsXPCComponents_InterfacesByID.prototype.{64e6f0e1-af99-4bb9-ab25-7e56012f0021}= new nsIDOMSVGException();
-nsXPCComponents_InterfacesByID.prototype.{67ffe6b0-d4db-485c-ba20-5e2e8319b78d}= new nsIMicrosummaryGenerator();
-nsXPCComponents_InterfacesByID.prototype.{b9022da7-e26d-4df3-8c94-b45c4aedda7c}= new nsIDOMSVGPathSeg();
-nsXPCComponents_InterfacesByID.prototype.{3970815e-1dd2-11b2-a475-db4dac6826f1}= new nsISOAPMessage();
-nsXPCComponents_InterfacesByID.prototype.{2f977d56-5485-11d4-87e2-0010a4e75ef2}= new nsIContextMenuInfo();
-nsXPCComponents_InterfacesByID.prototype.{122c91c0-2485-40ba-89c9-b895934921bc}= new nsIHttpProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{48ab1fa0-4550-11d3-91cd-00105aa3f7dc}= new nsILocaleService();
-nsXPCComponents_InterfacesByID.prototype.{9eb2c150-1d56-11d3-8221-0060083a0bcf}= new nsIDOMBarProp();
-nsXPCComponents_InterfacesByID.prototype.{048e5ca1-0eb7-4bb1-a9a2-a36f7d4e0e3c}= new nsIProfileStartup();
-nsXPCComponents_InterfacesByID.prototype.{72f8bb14-2810-4f38-8d0d-290c5401f54e}= new nsICookiePromptService();
-nsXPCComponents_InterfacesByID.prototype.{e6273acc-1dd1-11b2-a08b-824ad1b1628d}= new imgILoad();
-nsXPCComponents_InterfacesByID.prototype.{841387c8-72e6-484b-9296-bf6eea80d58a}= new nsIPrintSettingsService();
-nsXPCComponents_InterfacesByID.prototype.{2b19e692-3338-440f-a998-3cb1e8474999}= new nsIDOMSVGPathElement();
-nsXPCComponents_InterfacesByID.prototype.{6c248606-4eae-46fa-9df0-ba58502368eb}= new nsIObjectInputStream();
-nsXPCComponents_InterfacesByID.prototype.{3c14a02b-6f4e-11d5-9b46-000064657374}= new nsISchemaAnyParticle();
-nsXPCComponents_InterfacesByID.prototype.{23bbabd0-1dd2-11b2-86b7-aad68ae7d7e0}= new nsIDirIndex();
-nsXPCComponents_InterfacesByID.prototype.{d0b5d7d3-9565-403d-9fb5-e5089c4567c6}= new nsPIExternalAppLauncher();
-nsXPCComponents_InterfacesByID.prototype.{19b5879f-c125-447c-aaaf-719de3ef221a}= new nsIDOMNSHTMLHRElement();
-nsXPCComponents_InterfacesByID.prototype.{5fd47925-03b2-4318-b55e-c37134124b6a}= new nsIXTFSVGVisual();
-nsXPCComponents_InterfacesByID.prototype.{872f07f3-ed11-47c6-b7cf-246db53379fb}= new nsIFormFillController();
-nsXPCComponents_InterfacesByID.prototype.{67b8f41e-3577-4c8a-b1de-bef51186fe08}= new nsIDOMSVGSVGElement();
-nsXPCComponents_InterfacesByID.prototype.{3d49950e-04f9-4e35-a9a0-ffd51356a674}= new nsIDOMXULMenuListElement();
-nsXPCComponents_InterfacesByID.prototype.{99ec6696-535f-11d4-9a58-000064657374}= new nsISOAPTransportListener();
-nsXPCComponents_InterfacesByID.prototype.{1dd0cb45-aea3-4a52-8b29-01429a542863}= new nsIDictionary();
-nsXPCComponents_InterfacesByID.prototype.{91fdb05e-f1af-4857-a604-45448bc02471}= new nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{96a13c30-695a-492c-918b-04ae3edb4e4c}= new nsISyncLoadDOMService();
-nsXPCComponents_InterfacesByID.prototype.{ee753352-1dd1-11b2-b18d-b0b7320a28c3}= new nsIDOMJSPluginArray();
-nsXPCComponents_InterfacesByID.prototype.{d6116970-8034-11d3-9399-00104ba0fd40}= new nsIURL();
-nsXPCComponents_InterfacesByID.prototype.{0ccbcf19-d1b4-489e-984c-cd8c43672bb9}= new nsIDOMConstructor();
-nsXPCComponents_InterfacesByID.prototype.{a076fd12-1dd1-11b2-b19a-d53b5dffaade}= new nsIMultiplexInputStream();
-nsXPCComponents_InterfacesByID.prototype.{b8100c90-73be-11d2-92a5-00105a1b0d64}= new nsIClipboardCommands();
-nsXPCComponents_InterfacesByID.prototype.{a711250b-47da-4f16-a1fd-593de16375a1}= new nsIWebServiceProxyCreationListener();
-nsXPCComponents_InterfacesByID.prototype.{028e0e6e-8b01-11d3-aae7-0010838a3123}= new nsIDOMKeyEvent();
-nsXPCComponents_InterfacesByID.prototype.{8712a243-5539-447c-9f47-8653f40c3a09}= new nsIKeygenThread();
-nsXPCComponents_InterfacesByID.prototype.{9dd9006a-4e5e-4a80-ac3d-007fb7335ca4}= new jsdIDebuggerService();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9084-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLDocument();
-nsXPCComponents_InterfacesByID.prototype.{3c14a025-6f4e-11d5-9b46-000064657374}= new nsISchemaListType();
-nsXPCComponents_InterfacesByID.prototype.{e0d39e48-1dd1-11b2-81bd-9a0c117f0736}= new inICSSValueSearch();
-nsXPCComponents_InterfacesByID.prototype.{8781fc88-355f-4439-881f-6504a0a1ceb6}= new nsIAccessibleDocument();
-nsXPCComponents_InterfacesByID.prototype.{163f3437-1d69-4db7-9ce1-fd420fba8219}= new nsIDocNavStartProgressCallback();
-nsXPCComponents_InterfacesByID.prototype.{19855dff-3248-4902-b196-93ee4c477880}= new nsIPrintStatusFeedback();
-nsXPCComponents_InterfacesByID.prototype.{2f977d42-5485-11d4-87e2-0010a4e75ef2}= new nsIProfileInternal();
-nsXPCComponents_InterfacesByID.prototype.{0577744c-c1d2-47f2-8bcc-ce7a9e5a88fc}= new nsIExceptionProvider();
-nsXPCComponents_InterfacesByID.prototype.{4b4f8316-1dd2-11b2-b265-9a857376d159}= new nsIDOMJSNavigator();
-nsXPCComponents_InterfacesByID.prototype.{2848ab92-d912-11d9-89f7-001124787b2e}= new nsIXULRuntime();
-nsXPCComponents_InterfacesByID.prototype.{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1}= new nsIDOM3EventTarget();
-nsXPCComponents_InterfacesByID.prototype.{3e333e20-b190-42d8-b993-d5fa435e46c4}= new nsIJVMConfig();
-nsXPCComponents_InterfacesByID.prototype.{75506f83-b504-11d5-a7f2-ca108ab8b6fc}= new nsIDOMXPathNSResolver();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90aa-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLAnchorElement();
-nsXPCComponents_InterfacesByID.prototype.{3476df52-1dd2-11b2-b928-925d89b33bc0}= new nsIFTPChannel();
-nsXPCComponents_InterfacesByID.prototype.{8f09fa84-39b9-4dca-9b2f-db0eeb186286}= new nsIDOMCSSValueList();
-nsXPCComponents_InterfacesByID.prototype.{a4c253ab-09b9-4fb0-a61d-600621e690e4}= new nsIShellService();
-nsXPCComponents_InterfacesByID.prototype.{3c14a02d-6f4e-11d5-9b46-000064657374}= new nsISchemaAttributeComponent();
-nsXPCComponents_InterfacesByID.prototype.{1b86a0a6-1dd2-11b2-a85c-e3f42b4dcceb}= new nsIJSConsoleService();
-nsXPCComponents_InterfacesByID.prototype.{94490b3f-f094-418e-b1b9-73878d29bff3}= new nsIToolkitChromeRegistry();
-nsXPCComponents_InterfacesByID.prototype.{7c094410-4558-11d3-91cd-00105aa3f7dc}= new nsILocaleDefinition();
-nsXPCComponents_InterfacesByID.prototype.{f424abd3-32b4-456c-9f45-b7e3376cb0d1}= new nsIProtocolProxyFilter();
-nsXPCComponents_InterfacesByID.prototype.{5215291e-fa0a-40c2-8ce7-e86cd1a1d3fa}= new nsIFeedElementBase();
-nsXPCComponents_InterfacesByID.prototype.{99ec6691-535f-11d4-9a58-000064657374}= new nsISOAPResponse();
-nsXPCComponents_InterfacesByID.prototype.{4fe04d6d-4b66-4023-a0bc-b43ce68b3e15}= new nsIFormSigningDialog();
-nsXPCComponents_InterfacesByID.prototype.{b6d50784-1dd1-11b2-a932-882246c6fe45}= new jsdIStackFrame();
-nsXPCComponents_InterfacesByID.prototype.{444d0276-3302-4d35-a74e-25c4e9c483c9}= new nsIXTFElementWrapper();
-nsXPCComponents_InterfacesByID.prototype.{376da416-e6b3-4bac-98f3-6aa408742751}= new nsITypeAheadFind();
-nsXPCComponents_InterfacesByID.prototype.{f5d1ec9e-4d30-11d8-8053-da0cc7df1f20}= new nsIInlineSpellChecker();
-nsXPCComponents_InterfacesByID.prototype.{571f3ff1-6a97-4155-90af-e18b139dc0c1}= new nsIAptanaDebugService();
-nsXPCComponents_InterfacesByID.prototype.{1f280341-30f4-4009-bb0d-a78f2936d1fb}= new nsIDownloadManager();
-nsXPCComponents_InterfacesByID.prototype.{a42619df-0a1c-46fb-8154-0e9b8f8f1ea8}= new nsIProxyAutoConfig();
-nsXPCComponents_InterfacesByID.prototype.{15a15329-00de-44e8-ab06-0d0b0d43dc5b}= new nsIAsyncInputStream();
-nsXPCComponents_InterfacesByID.prototype.{2f977d43-5485-11d4-87e2-0010a4e75ef2}= new nsIProfileChangeStatus();
-nsXPCComponents_InterfacesByID.prototype.{791eafa0-b9e6-11d1-8031-006008159b5a}= new nsISupportsArray();
-nsXPCComponents_InterfacesByID.prototype.{7422b090-4a86-4407-972e-75468a625388}= new nsIToolkitProfile();
-nsXPCComponents_InterfacesByID.prototype.{9b0c2ed7-111c-4824-adf9-ef0da6dad371}= new nsIDOMMediaList();
-nsXPCComponents_InterfacesByID.prototype.{4ca27b6b-a674-4b3d-ab30-d21e2da2dffb}= new nsIUrlClassifierCallback();
-nsXPCComponents_InterfacesByID.prototype.{dd4e0a6a-210f-419a-ad85-40e8543b9465}= new nsIWebBrowserPersist();
-nsXPCComponents_InterfacesByID.prototype.{38e3066c-1dd2-11b2-9b59-8be515c1ee3f}= new nsIDirIndexParser();
-nsXPCComponents_InterfacesByID.prototype.{ea604e90-40ba-11d5-90bb-0010a4e73d9a}= new nsIProgrammingLanguage();
-nsXPCComponents_InterfacesByID.prototype.{9da147a7-5854-49e3-a397-22ecdd93e96d}= new nsIXULTemplateBuilder();
-nsXPCComponents_InterfacesByID.prototype.{9f620be4-e535-11d6-b254-00039310a47a}= new nsISemanticUnitScanner();
-nsXPCComponents_InterfacesByID.prototype.{1d507cd6-1630-4710-af1b-4012dbcc514c}= new nsIStreamCipher();
-nsXPCComponents_InterfacesByID.prototype.{5c29a76c-3489-48fe-b9ea-ea0f5b196dff}= new nsIDOMSVGTextPathElement();
-nsXPCComponents_InterfacesByID.prototype.{da83b2ec-8264-4410-8496-ada3acd2ae42}= new nsIDOMNSHTMLElement();
-nsXPCComponents_InterfacesByID.prototype.{3d1b15b0-93b4-11d1-895b-006008911b81}= new nsIAtom();
-nsXPCComponents_InterfacesByID.prototype.{b81f6e37-1842-4534-a546-1ab86e59a3c6}= new nsIDOMSVGTransformable();
-nsXPCComponents_InterfacesByID.prototype.{ad385286-cbc4-11d2-8cca-0060b0fc14a3}= new nsIEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{c8c0a080-0868-11d3-915f-d9d889d48e3c}= new nsIFile();
-nsXPCComponents_InterfacesByID.prototype.{82c72eca-9886-473e-94cd-9de5694b3f88}= new nsIDOMXULMultiSelectControlElement();
-nsXPCComponents_InterfacesByID.prototype.{ca066b44-9ddf-11d3-bccc-0060b0fc76bd}= new nsIDOMNSHTMLTextAreaElement();
-nsXPCComponents_InterfacesByID.prototype.{7fb719b3-d804-4964-9596-77cf924ee314}= new nsIContextMenuListener2();
-nsXPCComponents_InterfacesByID.prototype.{65455132-b96a-40ec-adea-52fa22b1028c}= new nsIDOMWindow2();
-nsXPCComponents_InterfacesByID.prototype.{68389281-f6d0-4533-841d-344a2018140c}= new nsIChromeRegistry();
-nsXPCComponents_InterfacesByID.prototype.{a6cf907d-15b3-11d2-932e-00805f8add32}= new nsIDOMNodeList();
-nsXPCComponents_InterfacesByID.prototype.{560a64ce-6d66-44db-b38e-864469c52d03}= new nsIInputStreamChannel();
-nsXPCComponents_InterfacesByID.prototype.{fc33ffd6-1dd1-11b2-8750-fa62430a38b4}= new nsISOAPEncoder();
-nsXPCComponents_InterfacesByID.prototype.{fd9c9871-23fd-48eb-a65b-3842e9b0acbd}= new nsIDOMSVGForeignObjectElement();
-nsXPCComponents_InterfacesByID.prototype.{176afb41-00a4-11d3-9f2a-00400553eef0}= new nsIEventQueue();
-nsXPCComponents_InterfacesByID.prototype.{6be5e380-6886-11d3-9382-00104ba0fd40}= new nsIThread();
-nsXPCComponents_InterfacesByID.prototype.{d44fe6d4-ee35-4789-886a-eb8f0554d04e}= new nsIIOService2();
-nsXPCComponents_InterfacesByID.prototype.{14b3b669-3414-4548-aa03-edf257d889c8}= new nsIEditorBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{877ace25-8bc5-452a-8586-9c1cf2871994}= new nsIUpdateChecker();
-nsXPCComponents_InterfacesByID.prototype.{8268d474-efbf-494f-a152-e8a8616f4e52}= new nsIStreamTransportService();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b6-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTableRowElement();
-nsXPCComponents_InterfacesByID.prototype.{3f0e3eb0-1dd2-11b2-9605-be5b8e76cf4b}= new nsIAccessibleProvider();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9095-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLButtonElement();
-nsXPCComponents_InterfacesByID.prototype.{993d2efc-a768-11d3-bccd-0060b0fc76bd}= new nsIDOMNSHTMLInputElement();
-nsXPCComponents_InterfacesByID.prototype.{ff76f0c7-caaf-4e64-8896-154348322696}= new nsIDownload_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{23c51569-e9a1-4a92-adeb-3723db82ef7c}= new nsITransfer();
-nsXPCComponents_InterfacesByID.prototype.{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8}= new nsIWebBrowserStream();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b4-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTableColElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c0-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSRuleList();
-nsXPCComponents_InterfacesByID.prototype.{7007113c-e06b-4256-8530-4884d5d769c6}= new nsIDOMSVGPathSegCurvetoQuadraticRel();
-nsXPCComponents_InterfacesByID.prototype.{b1b0b493-3369-44e0-878d-f7c56d937680}= new imgIEncoder_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{4a23cb1f-cf1e-437e-9524-8756f7928b2e}= new nsIDOMSVGTSpanElement();
-nsXPCComponents_InterfacesByID.prototype.{47b82b60-a36f-4167-8072-6f421151ed50}= new nsIControllerContext();
-nsXPCComponents_InterfacesByID.prototype.{d9277fa4-7d51-4175-bd4e-546c080a83bf}= new nsIUrlClassifierStreamUpdater();
-nsXPCComponents_InterfacesByID.prototype.{0c3f45a4-e6d0-44e7-a2f8-d128ecf1db9b}= new nsIDOMSVGClipPathElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf908c-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLIsIndexElement();
-nsXPCComponents_InterfacesByID.prototype.{1deea160-c661-11d5-84cc-0010a4e0c706}= new nsIExpatSink();
-nsXPCComponents_InterfacesByID.prototype.{f15398a0-8018-11d3-af70-00a024ffc08c}= new nsIWebBrowserSetup();
-nsXPCComponents_InterfacesByID.prototype.{8f755c44-1dd2-11b2-a613-91117453fa95}= new nsISOCKSSocketInfo();
-nsXPCComponents_InterfacesByID.prototype.{df31c120-ded6-11d1-bd85-00805f8ae3f4}= new nsIDOMEventListener();
-nsXPCComponents_InterfacesByID.prototype.{28f16d80-157b-11d5-a542-0010a401eb10}= new nsIPermission();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9125-15b3-11d2-932e-00805f8add32}= new nsIEditorObserver();
-nsXPCComponents_InterfacesByID.prototype.{9228afa2-187c-4feb-9228-5108e640ca33}= new nsIScriptableMethodInfo();
-nsXPCComponents_InterfacesByID.prototype.{f4d74511-2b2d-4a14-a3e4-a392ac5ac3ff}= new nsIScriptSecurityManager();
-nsXPCComponents_InterfacesByID.prototype.{33347bee-6620-4841-8152-36091ae80c7e}= new nsIDOMEventGroup();
-nsXPCComponents_InterfacesByID.prototype.{6ca37983-16aa-4013-b753-77b770ff93d6}= new nsIURIFixup_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{44b78386-1dd2-11b2-9ad2-e4eee2ca1916}= new nsITooltipListener();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9081-15b3-11d2-932e-00805f8add32}= new nsIDOMStyleSheetList();
-nsXPCComponents_InterfacesByID.prototype.{59364ec4-faf1-460f-bf58-e6a6a2769a3a}= new nsIDOMSVGNumberList();
-nsXPCComponents_InterfacesByID.prototype.{4f6b5e00-0c36-11d5-a535-0010a401eb10}= new nsIPermissionManager();
-nsXPCComponents_InterfacesByID.prototype.{dc5ba787-b648-4b01-a8e7-b293ffb044ef}= new nsIDOMNSFeatureFactory();
-nsXPCComponents_InterfacesByID.prototype.{5b61356d-8411-48c0-863f-7b038eb0e4a8}= new nsIUpdate_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{23c26a56-adff-440c-8caf-95c2dc2e399b}= new nsISAXLexicalHandler();
-nsXPCComponents_InterfacesByID.prototype.{66710f97-a4dd-49f1-a906-fe0ebc5924c0}= new nsISMimeCert();
-nsXPCComponents_InterfacesByID.prototype.{4350fb73-9305-41df-a669-11d26222d420}= new nsISidebarExternal();
-nsXPCComponents_InterfacesByID.prototype.{a685997e-fb47-47c0-a34c-5da11cb66537}= new nsIDOMSVGPathSegArcRel();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90dc-15b3-11d2-932e-00805f8add32}= new nsIEventQueueService();
-nsXPCComponents_InterfacesByID.prototype.{33b87f70-7a9c-11d3-915c-006008a6edf6}= new nsISaveAsCharset();
-nsXPCComponents_InterfacesByID.prototype.{14b4394a-1dd2-11b2-b4fd-ba4a194fe97e}= new nsICMSSecureMessage();
-nsXPCComponents_InterfacesByID.prototype.{d85a17c0-aa7c-11d2-9b8c-00805f8a16d9}= new nsIStringBundleService();
-nsXPCComponents_InterfacesByID.prototype.{1d5b5b94-dc47-4050-93b7-ac092e383cad}= new nsIXULOverlayProvider();
-nsXPCComponents_InterfacesByID.prototype.{df41474c-a4f8-4ec3-ae79-4342e6f56d8e}= new nsIDOMSVGTransformList();
-nsXPCComponents_InterfacesByID.prototype.{a6cf910a-15b3-11d2-932e-00805f8add32}= new nsIDOMDOMException();
-nsXPCComponents_InterfacesByID.prototype.{1ea19c6c-c59f-4fd7-9fc7-151e946baca0}= new nsIScriptableUnicodeConverter();
-nsXPCComponents_InterfacesByID.prototype.{715577db-d9c5-464a-a32e-0a40c29b22d4}= new nsIFastLoadFileIO();
-nsXPCComponents_InterfacesByID.prototype.{b0132cc0-3786-4557-9874-910d7def5f93}= new nsICollation();
-nsXPCComponents_InterfacesByID.prototype.{a88e5a60-205a-4bb1-94e1-2628daf51eae}= new nsIComponentManager();
-nsXPCComponents_InterfacesByID.prototype.{8307b8f2-08ea-45b8-96bf-b1dc7688fe3b}= new nsIBrowserSearchService();
-nsXPCComponents_InterfacesByID.prototype.{3fbff728-2d20-11d3-aef3-00108300ff91}= new nsIXSLTProcessorObsolete();
-nsXPCComponents_InterfacesByID.prototype.{138ad1b2-c694-41cc-b201-333ce936d8b8}= new nsIUUIDGenerator();
-nsXPCComponents_InterfacesByID.prototype.{9f82c404-1c7b-11d5-a73c-eca43ca836fc}= new nsIControllerCommandGroup();
-nsXPCComponents_InterfacesByID.prototype.{a6cf906d-15b3-11d2-932e-00805f8add32}= new nsIDOMLocation();
-nsXPCComponents_InterfacesByID.prototype.{933355f6-1dd2-11b2-a9b0-d335b9e35983}= new nsITXTToHTMLConv();
-nsXPCComponents_InterfacesByID.prototype.{11852a90-20de-11db-a98b-0800200c9a66}= new nsISessionStore();
-nsXPCComponents_InterfacesByID.prototype.{237f85a2-1dd2-11b2-94af-8122582fc45e}= new nsIRDFBlob();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9087-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLHeadElement();
-nsXPCComponents_InterfacesByID.prototype.{5bf039c0-e028-11d3-8f5d-0010a4e73d9a}= new nsIXPCComponents_Exception();
-nsXPCComponents_InterfacesByID.prototype.{114e1142-1dd2-11b2-ac26-b6db19d9184a}= new nsIASN1PrintableItem();
-nsXPCComponents_InterfacesByID.prototype.{4805e682-49b9-11d3-9ce4-ed60bd6cb5bc}= new nsIEditorStyleSheets();
-nsXPCComponents_InterfacesByID.prototype.{c914d7a4-63b3-4d40-943f-91a3c7ab0d4d}= new nsIDOMNSHTMLButtonElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90af-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLMapElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a5-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLBRElement();
-nsXPCComponents_InterfacesByID.prototype.{b32523a0-4ac0-11d3-baea-00805f8a5dd7}= new nsISupportsDouble();
-nsXPCComponents_InterfacesByID.prototype.{a9967200-f95e-45c2-beb3-9b060d874bfd}= new nsIProtocolProxyCallback();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9088-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLLinkElement();
-nsXPCComponents_InterfacesByID.prototype.{bfd05261-834c-11d2-8eac-00805f29f371}= new nsIXULSortService();
-nsXPCComponents_InterfacesByID.prototype.{1181207b-2337-41a7-8ddf-fbe96461256f}= new nsIDOMNSHTMLOptionCollection();
-nsXPCComponents_InterfacesByID.prototype.{06b31b15-ebf5-4e74-a0e2-6bc0a18a3969}= new nsIXULTreeBuilder();
-nsXPCComponents_InterfacesByID.prototype.{98575762-a936-4ecf-a226-b74c3a2981b4}= new nsIDOMSVGNumber();
-nsXPCComponents_InterfacesByID.prototype.{a41661d4-1417-11d5-9882-00c04fa02f40}= new nsIHistoryEntry();
-nsXPCComponents_InterfacesByID.prototype.{f73f4d77-a6fb-4ab5-b41e-15045a0cc6ff}= new nsIDOMXULImageElement();
-nsXPCComponents_InterfacesByID.prototype.{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949}= new nsIFileURL();
-nsXPCComponents_InterfacesByID.prototype.{5060b801-340e-11d5-be5b-b3e063ec6a3c}= new nsIFindService();
-nsXPCComponents_InterfacesByID.prototype.{6c16a810-a37d-4859-b557-337341631aee}= new nsIDOMLSLoadEvent();
-nsXPCComponents_InterfacesByID.prototype.{61618a52-ea91-4277-a4ab-ebe10d7b9a64}= new nsINetworkLinkService();
-nsXPCComponents_InterfacesByID.prototype.{44073a98-1dd2-11b2-8600-d0ae854dbe93}= new nsIClipboardHelper();
-nsXPCComponents_InterfacesByID.prototype.{a22ad7b0-ca86-11d1-a9a4-00805f8a7ac4}= new nsIPref();
-nsXPCComponents_InterfacesByID.prototype.{570f39d1-efd0-11d3-b093-00a024ffc08c}= new nsIWebProgressListener();
-nsXPCComponents_InterfacesByID.prototype.{8b5314bb-db01-11d2-96ce-0060b0fb9956}= new nsIDragService();
-nsXPCComponents_InterfacesByID.prototype.{4ecdf254-a21e-47b0-8d72-55da8208299f}= new nsIDOMNSDocumentStyle();
-nsXPCComponents_InterfacesByID.prototype.{a6cf908d-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLStyleElement();
-nsXPCComponents_InterfacesByID.prototype.{96b2f5ae-4334-11d5-ba27-00108303b117}= new nsIOCSPResponder();
-nsXPCComponents_InterfacesByID.prototype.{21035ee0-4556-11d3-91cd-00105aa3f7dc}= new nsILocale();
-nsXPCComponents_InterfacesByID.prototype.{7f952767-427f-402b-8114-f80c95d1980d}= new nsIUpdateItem();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9102-15b3-11d2-932e-00805f8add32}= new nsICiter();
-nsXPCComponents_InterfacesByID.prototype.{3c14a027-6f4e-11d5-9b46-000064657374}= new nsISchemaRestrictionType();
-nsXPCComponents_InterfacesByID.prototype.{e06dfaea-92d5-47f7-a800-c5f5404d8771}= new nsIXSLTException();
-nsXPCComponents_InterfacesByID.prototype.{9e811188-6a5b-4d96-a92d-1bac66a41898}= new nsIFormHistoryImporter();
-nsXPCComponents_InterfacesByID.prototype.{4d01f225-6cc5-11da-be43-001422106990}= new nsISAXDTDHandler();
-nsXPCComponents_InterfacesByID.prototype.{3c9b532e-db84-4ecf-aa6a-4d38a9c4c5f0}= new nsIRequestObserverProxy();
-nsXPCComponents_InterfacesByID.prototype.{12d3b664-1dd2-11b2-a7cf-ceee7e90f396}= new nsIDOMSVGDocument();
-nsXPCComponents_InterfacesByID.prototype.{29fb2a18-1dd2-11b2-8dd9-a6fd5d5ad12f}= new nsIDOM3Node();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9099-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLUListElement();
-nsXPCComponents_InterfacesByID.prototype.{0a3928d2-76c8-4c25-86a9-9c005ad832f4}= new nsIActiveXSecurityPolicy();
-nsXPCComponents_InterfacesByID.prototype.{b43a461f-1bcf-4329-820b-66e48c979e14}= new nsIUnicodeNormalizer();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90ac-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLObjectElement();
-nsXPCComponents_InterfacesByID.prototype.{3e51f40b-b4b0-4e60-ac45-6c63477ebe41}= new nsIXULChromeRegistry();
-nsXPCComponents_InterfacesByID.prototype.{d3992637-f474-4b65-83ed-323fe69c60d2}= new nsIXPointerResult();
-nsXPCComponents_InterfacesByID.prototype.{16da46c0-208d-11d4-8a7c-006008c844c3}= new nsIDOMCRMFObject();
-nsXPCComponents_InterfacesByID.prototype.{07a22cc0-0ce5-11d3-9331-00104ba0fd40}= new nsIURI();
-nsXPCComponents_InterfacesByID.prototype.{ec2da3ef-5a99-49ed-aaef-b5af916c14ac}= new nsIDOMSVGMatrix();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b2-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTableElement();
-nsXPCComponents_InterfacesByID.prototype.{13aed1cc-a505-45d5-bbc2-0052c6bf200f}= new nsIDOMSVGEvent();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9077-15b3-11d2-932e-00805f8add32}= new nsIDOMDocumentType();
-nsXPCComponents_InterfacesByID.prototype.{16141376-7cc3-447d-a961-b5d8b51b9b7e}= new nsIQTScriptablePlugin();
-nsXPCComponents_InterfacesByID.prototype.{8a157a4f-a81e-489f-baf2-bc8970d60472}= new nsIDOMWindowUtils();
-nsXPCComponents_InterfacesByID.prototype.{c32390a8-2bd8-4d1b-bf9f-1b1d0a944d19}= new nsIDOMXULPopupElement();
-nsXPCComponents_InterfacesByID.prototype.{3c14a028-6f4e-11d5-9b46-000064657374}= new nsISchemaComplexType();
-nsXPCComponents_InterfacesByID.prototype.{ddd6790a-1dd1-11b2-a804-b522643903b9}= new nsIOSChromeItem();
-nsXPCComponents_InterfacesByID.prototype.{e74b55ef-1c44-4a40-9f51-a2196b11283a}= new nsIDOMSVGPathSegLinetoHorizontalAbs();
-nsXPCComponents_InterfacesByID.prototype.{f76c0901-437a-11d3-b7a0-e35db351b4bc}= new nsIDialogParamBlock();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9093-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLInputElement();
-nsXPCComponents_InterfacesByID.prototype.{ccf705f6-1dd1-11b2-82ef-e18eccf7f7ec}= new imgIRequest();
-nsXPCComponents_InterfacesByID.prototype.{3478b6b0-3875-11d4-94ef-0020183bf181}= new nsIContextMenuListener();
-nsXPCComponents_InterfacesByID.prototype.{efc9d00b-231c-4feb-852c-ac017266a415}= new nsIExceptionManager();
-nsXPCComponents_InterfacesByID.prototype.{6dd8f185-ceb8-4878-8e38-2d13edc2d079}= new nsITimerInternal();
-nsXPCComponents_InterfacesByID.prototype.{99ec6695-535f-11d4-9a58-000064657374}= new nsISOAPTransport();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9073-15b3-11d2-932e-00805f8add32}= new nsIDOMComment();
-nsXPCComponents_InterfacesByID.prototype.{5d41a440-8e37-11d2-8059-00600811a9c3}= new nsIRegistry();
-nsXPCComponents_InterfacesByID.prototype.{64355793-988d-40a5-ba8e-fcde78cac631}= new nsIHelperAppLauncherDialog();
-nsXPCComponents_InterfacesByID.prototype.{b8816e56-1dd1-11b2-81dc-8ba99a833d9e}= new jsdIProperty();
-nsXPCComponents_InterfacesByID.prototype.{011c3190-1434-11d6-a618-0010a401eb10}= new nsICookieService();
-nsXPCComponents_InterfacesByID.prototype.{2b04860f-4017-40f6-8a57-784a1e35077a}= new nsIRDFInferDataSource();
-nsXPCComponents_InterfacesByID.prototype.{0f89f2a4-b168-4602-90f5-1874418c0a6a}= new nsIDOMSVGCircleElement();
-nsXPCComponents_InterfacesByID.prototype.{0811d434-3d90-4eec-8fa2-066dde037917}= new nsIDOMSVGPathSegLinetoVerticalAbs();
-nsXPCComponents_InterfacesByID.prototype.{6dcf9030-a49f-11d5-910d-0010a4e73d9a}= new nsIProperty();
-nsXPCComponents_InterfacesByID.prototype.{37f1ab73-f224-44b1-82f0-d2834ab1cec0}= new nsIDocShellTreeNode();
-nsXPCComponents_InterfacesByID.prototype.{7bc08970-9e6c-11d3-afb2-00a024ffc08c}= new nsIChromeEventHandler();
-nsXPCComponents_InterfacesByID.prototype.{3c3f3e30-ebd5-11da-8ad9-0800200c9a66}= new nsIConsoleService_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{5860bccd-f86b-47f8-86c1-cb1245b6a8e1}= new nsIDOMSVGPathSegCurvetoCubicSmoothRel();
-nsXPCComponents_InterfacesByID.prototype.{19fe78cc-65ff-4b1d-a5d7-9ea89692cec6}= new nsIDOMCSSCharsetRule();
-nsXPCComponents_InterfacesByID.prototype.{933cb52a-2864-4a40-8678-a2d0851b0ef4}= new nsIPrefetchService();
-nsXPCComponents_InterfacesByID.prototype.{ca7a3a93-822f-4cdf-8cb4-c52d16b9afc7}= new nsIAccessibleWin32Object();
-nsXPCComponents_InterfacesByID.prototype.{92c898ac-5fde-4b99-87b3-5d486422094b}= new nsIObjectOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{ca45959e-f1da-46f6-af19-1ecdc322285a}= new nsIDOMSVGAnimatedRect();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9096-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLLabelElement();
-nsXPCComponents_InterfacesByID.prototype.{4ad136fa-83af-4a22-a76e-503642c0f4a8}= new nsIResumableChannel();
-nsXPCComponents_InterfacesByID.prototype.{501209d3-7edf-437d-9948-3c6d1c08ef7f}= new nsIScriptLoaderObserver();
-nsXPCComponents_InterfacesByID.prototype.{f3764874-ed7e-4873-883c-11d67a4e3638}= new nsIHttpChannelInternal();
-nsXPCComponents_InterfacesByID.prototype.{04971e14-d6b3-4ada-8cbb-c3a13842b349}= new nsICollationFactory();
-nsXPCComponents_InterfacesByID.prototype.{82d8f400-5bde-11d3-b033-b27a62766bbc}= new nsIScriptableRegion();
-nsXPCComponents_InterfacesByID.prototype.{88bea60f-9b5d-4b39-b08b-1c3a278782c6}= new jsdINestCallback();
-nsXPCComponents_InterfacesByID.prototype.{52f1be88-84f7-4f7f-b31c-062afe7df15d}= new nsPIAccessible();
-nsXPCComponents_InterfacesByID.prototype.{3c14a024-6f4e-11d5-9b46-000064657374}= new nsISchemaBuiltinType();
-nsXPCComponents_InterfacesByID.prototype.{548a0672-628f-402b-bb30-da6702111a58}= new nsIAptanaBreakpointProperties();
-nsXPCComponents_InterfacesByID.prototype.{5489519f-e124-4be2-80af-ec2abebc450a}= new nsIAptanaDebugger();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90ce-15b3-11d2-932e-00805f8add32}= new nsIDOMRange();
-nsXPCComponents_InterfacesByID.prototype.{60fbf998-e021-4f81-bdf0-749cc651e221}= new nsIEditor_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{fde7c970-0b4e-49f4-b1eb-974ae6c96336}= new nsIListBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9072-15b3-11d2-932e-00805f8add32}= new nsIDOMCharacterData();
-nsXPCComponents_InterfacesByID.prototype.{2e0e9ea1-72ab-4d9e-bdeb-ca64e1abeba4}= new nsIDOM3Document();
-nsXPCComponents_InterfacesByID.prototype.{c1b1f426-7e83-4759-9f88-0e1b17f49366}= new nsIByteRangeRequest();
-nsXPCComponents_InterfacesByID.prototype.{114744d9-c369-456e-b55a-52fe52880d2d}= new nsIArray();
-nsXPCComponents_InterfacesByID.prototype.{1acdb2ba-1dd2-11b2-95bc-9542495d2569}= new nsIDOMDocumentView();
-nsXPCComponents_InterfacesByID.prototype.{ebce86bd-1568-4a34-a808-9ccf9cde8087}= new rdfIDataSource();
-nsXPCComponents_InterfacesByID.prototype.{254bb2e0-6439-11d4-8fe0-0010a4e73d9a}= new nsIXPCWrappedJSObjectGetter();
-nsXPCComponents_InterfacesByID.prototype.{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916}= new mozIJSSubScriptLoader();
-nsXPCComponents_InterfacesByID.prototype.{6192dcbe-1dd2-11b2-81ad-a4597614c4ae}= new nsISOAPAttachments();
-nsXPCComponents_InterfacesByID.prototype.{c2d4f296-ee60-11d4-998b-00b0d02354a0}= new nsIPKCS11Slot();
-nsXPCComponents_InterfacesByID.prototype.{31f7f4ae-6916-4f2d-a81e-926a4e3022ee}= new nsIDirectoryEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{af059da0-c85b-40ec-af07-ae4bfdc192cc}= new nsIMutableArray();
-nsXPCComponents_InterfacesByID.prototype.{87d87900-f102-4a15-b345-7b77a49d2df2}= new nsIWebServiceCallContext();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c4-15b3-11d2-932e-00805f8add32}= new nsIDOMNSUIEvent();
-nsXPCComponents_InterfacesByID.prototype.{7d89ceb8-f985-4095-8f24-421910704e5e}= new nsIDOMSVGMarkerElement();
-nsXPCComponents_InterfacesByID.prototype.{c987629e-6370-45f5-86ec-aa765fa861cd}= new nsIDOMXULLabelElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c3-15b3-11d2-932e-00805f8add32}= new nsIDOMUIEvent();
-nsXPCComponents_InterfacesByID.prototype.{fb9686a7-719a-49dc-9107-10dea5739341}= new nsIRDFResource();
-nsXPCComponents_InterfacesByID.prototype.{10231b04-7482-4960-bada-3dced0d586fc}= new nsIDOMSVGLength();
-nsXPCComponents_InterfacesByID.prototype.{577cb745-8caf-11d3-aaef-00805f8a4905}= new nsISidebar();
-nsXPCComponents_InterfacesByID.prototype.{7ae42f27-4799-4e7c-86c6-e1dae6ad5157}= new nsIDOMSVGPreserveAspectRatio();
-nsXPCComponents_InterfacesByID.prototype.{3bdb8f01-f141-11d4-a73c-fba4aba8a3fc}= new nsIEditorDocShell();
-nsXPCComponents_InterfacesByID.prototype.{20e790a2-76c6-462d-851a-22ab6cbbe48b}= new nsIProgressDialog();
-nsXPCComponents_InterfacesByID.prototype.{4660c1a1-be2d-4c78-9baf-c22984176c28}= new nsIURIChecker();
-nsXPCComponents_InterfacesByID.prototype.{cc742da2-9c25-4d04-96cd-da407d676c6d}= new nsIAccessibleTreeCache();
-nsXPCComponents_InterfacesByID.prototype.{eaaf61d6-1dd1-11b2-bc6e-8fc96480f20d}= new nsIConsoleListener();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c7-15b3-11d2-932e-00805f8add32}= new nsIDOMNSHTMLImageElement();
-nsXPCComponents_InterfacesByID.prototype.{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9}= new nsIDOMDocumentStyle();
-nsXPCComponents_InterfacesByID.prototype.{ebfd5de5-713c-40c0-ad7c-f095117fa580}= new nsIFeedProgressListener();
-nsXPCComponents_InterfacesByID.prototype.{b2a34010-3983-11d3-9888-006008962422}= new nsIXPCException();
-nsXPCComponents_InterfacesByID.prototype.{6f30b676-3710-4c2c-80b1-0395fb26516e}= new nsIWebPageDescriptor();
-nsXPCComponents_InterfacesByID.prototype.{4b31f4ed-9424-4710-b946-79b7e33cf3a8}= new nsIKeyObject();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a3-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLQuoteElement();
-nsXPCComponents_InterfacesByID.prototype.{bb961ae1-7432-11d4-b77a-00104b4119f8}= new nsIBidiKeyboard();
-nsXPCComponents_InterfacesByID.prototype.{bcd54a63-34d9-468c-9a55-0fb5d2d8c677}= new nsIXPCComponents_Utils();
-nsXPCComponents_InterfacesByID.prototype.{6f704e69-a5fb-11d9-8ce8-0011246ecd24}= new nsPISocketTransportService();
-nsXPCComponents_InterfacesByID.prototype.{f4211abc-61b3-11d4-9877-00c04fa0cf4a}= new nsIPipe();
-nsXPCComponents_InterfacesByID.prototype.{4ab31d30-372d-11db-a98b-0800200c9a66}= new nsIURLFormatter();
-nsXPCComponents_InterfacesByID.prototype.{8c39ef62-f7c9-11d4-98f5-001083010e9b}= new nsISearchableInputStream();
-nsXPCComponents_InterfacesByID.prototype.{1a6290e6-8285-4e10-963d-d001f8d327b8}= new imgIContainer();
-nsXPCComponents_InterfacesByID.prototype.{7b6e15cf-9793-41ee-adcc-cc1c206c80e6}= new nsIDOMSVGPolylineElement();
-nsXPCComponents_InterfacesByID.prototype.{41be252d-c47b-40f3-94bc-bffe51762d68}= new nsIPluginElement();
-nsXPCComponents_InterfacesByID.prototype.{965eb278-5678-456b-82a7-20a0c86a803c}= new nsIStringBundleOverride();
-nsXPCComponents_InterfacesByID.prototype.{e65fe6e2-2643-463c-97e2-27665efe2386}= new mozIStorageStatementParams();
-nsXPCComponents_InterfacesByID.prototype.{a0c057d0-01c1-11d2-815b-006008119d7a}= new nsIJVMPluginInstance();
-nsXPCComponents_InterfacesByID.prototype.{766d47cb-6d8c-4e71-b6b7-336917629a69}= new nsICipherInfoService();
-nsXPCComponents_InterfacesByID.prototype.{66418cc8-5f5d-4f52-a7f9-db8fb3b2cfe6}= new nsISocketTransport();
-nsXPCComponents_InterfacesByID.prototype.{7330650e-1dd2-11b2-a0c2-9ff86ee97bed}= new nsIOutputIterator();
-nsXPCComponents_InterfacesByID.prototype.{87ad94bc-07c9-412b-b2d8-de245a2e84a5}= new nsIDOMSVGTextContentElement();
-nsXPCComponents_InterfacesByID.prototype.{0cf40717-d7c1-4a94-8c1e-d6c9734101bb}= new nsIHttpHeaderVisitor();
-nsXPCComponents_InterfacesByID.prototype.{8fce8c6a-1dd2-11b2-8352-8cdd2b965efc}= new nsITimerManager();
-nsXPCComponents_InterfacesByID.prototype.{0458dac3-65de-11d5-9b42-00104bdf5339}= new nsIWSDLMessage();
-nsXPCComponents_InterfacesByID.prototype.{f0c5dddb-4713-4603-af2d-bf671838996b}= new nsINetUtil();
-nsXPCComponents_InterfacesByID.prototype.{632b16a8-5c6b-4dc5-a8db-01771af7a79d}= new nsIWebContentConverterService();
-nsXPCComponents_InterfacesByID.prototype.{b7964304-1dd1-11b2-ba20-cf4205772e9d}= new jsdIValue();
-nsXPCComponents_InterfacesByID.prototype.{a38f65ca-1dd1-11b2-95d5-ff2947e9c920}= new jsdIScript();
-nsXPCComponents_InterfacesByID.prototype.{c4a71f8e-82ba-49d7-94f9-beb359361072}= new nsIDOMNSEditableElement();
-nsXPCComponents_InterfacesByID.prototype.{986c11d0-f340-11d4-9075-0010a4e73d9a}= new nsIClassInfo();
-nsXPCComponents_InterfacesByID.prototype.{bfd05261-834c-11d2-8eac-00805f29f370}= new nsIRDFService();
-nsXPCComponents_InterfacesByID.prototype.{aa578b44-abd5-4c19-8b14-36d4de6fdc36}= new nsISupportsPriority();
-nsXPCComponents_InterfacesByID.prototype.{264eb54d-e20d-49a0-890c-1a5986ea81c4}= new nsIKeyObjectFactory();
-nsXPCComponents_InterfacesByID.prototype.{d8c0a083-0868-11d3-915f-d9d889d48e3c}= new nsIDirectoryIterator();
-nsXPCComponents_InterfacesByID.prototype.{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a}= new nsIInputStream();
-nsXPCComponents_InterfacesByID.prototype.{0dad9e8c-a12d-4dcb-9a6f-7d09839356e1}= new nsISecurityCheckedComponent();
-nsXPCComponents_InterfacesByID.prototype.{a6cf908f-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLFormElement();
-nsXPCComponents_InterfacesByID.prototype.{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048}= new mozIPersonalDictionary();
-nsXPCComponents_InterfacesByID.prototype.{8a3eca16-167e-443d-9485-7e84ed822e95}= new nsIUnicharStreamLoader();
-nsXPCComponents_InterfacesByID.prototype.{9f0c7461-b9a4-47f6-b88c-421dce1bce66}= new nsIDocShell();
-nsXPCComponents_InterfacesByID.prototype.{0b9341f3-95d4-4fa4-adcd-e119e0db2889}= new nsIDOMViewCSS();
-nsXPCComponents_InterfacesByID.prototype.{77a22cf0-6cdf-11da-be43-001422106990}= new nsISAXXMLFilter();
-nsXPCComponents_InterfacesByID.prototype.{a1e5ed50-aa4a-11d1-85b2-00805f0e4dfe}= new nsIJVMManager();
-nsXPCComponents_InterfacesByID.prototype.{fcc7b6b5-f7d7-4e57-abd1-080602deb21d}= new nsITreeColumns();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9086-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLHtmlElement();
-nsXPCComponents_InterfacesByID.prototype.{bbb20a59-524e-4662-981e-5e142814b20c}= new nsIDOMCanvasGradient();
-nsXPCComponents_InterfacesByID.prototype.{ebf334b3-86ef-4bf3-8a92-d775c72defa4}= new nsIDOMSVGAnimatedPoints();
-nsXPCComponents_InterfacesByID.prototype.{8ae1fbf8-1dd2-11b2-bd21-d728069cca92}= new nsIRDFXMLSerializer();
-nsXPCComponents_InterfacesByID.prototype.{a6cf911c-15b3-11d2-932e-00805f8add32}= new nsIDOMNSHTMLAnchorElement();
-nsXPCComponents_InterfacesByID.prototype.{529b987a-cb21-4d58-99d7-9586e7662801}= new nsIDOMCSS2Properties();
-nsXPCComponents_InterfacesByID.prototype.{6962ca8f-0b8b-11d4-9875-00c04fa0d28b}= new nsIProfileStartupListener();
-nsXPCComponents_InterfacesByID.prototype.{6712fdd1-f978-11d4-a144-005004832142}= new nsIFontPackageHandler();
-nsXPCComponents_InterfacesByID.prototype.{0458dac0-65de-11d5-9b42-00104bdf5339}= new nsIWSDLBinding();
-nsXPCComponents_InterfacesByID.prototype.{948c2080-0398-11d3-915e-0000863011c4}= new nsIProxyCreateInstance();
-nsXPCComponents_InterfacesByID.prototype.{a71aee68-dd38-4736-bd79-035fea1a1ec6}= new nsISecurityEventSink();
-nsXPCComponents_InterfacesByID.prototype.{34a4fcf0-66fc-11d4-9528-0020183bf181}= new nsICommandHandler();
-nsXPCComponents_InterfacesByID.prototype.{24d89a65-f598-481e-a297-23cc02599bbd}= new nsIDOMLinkStyle();
-nsXPCComponents_InterfacesByID.prototype.{45f18f8f-1315-4447-a7d5-8aeca77bdcaf}= new nsIDOMSVGPoint();
-nsXPCComponents_InterfacesByID.prototype.{87f29033-c4a6-40a3-ac7a-3ba391f9992d}= new nsIAccessibleEvent();
-nsXPCComponents_InterfacesByID.prototype.{d65ff270-4a1c-11d3-9890-006008962422}= new nsISupportsCString();
-nsXPCComponents_InterfacesByID.prototype.{d18290a0-4a1c-11d3-9890-006008962422}= new nsISupportsID();
-nsXPCComponents_InterfacesByID.prototype.{00020400-0000-0000-c000-000000000046}= new IDispatch();
-nsXPCComponents_InterfacesByID.prototype.{566689cb-9926-4bec-a66e-a034e364ad2c}= new nsIXPInstallManager();
-nsXPCComponents_InterfacesByID.prototype.{656c9417-744e-4fa3-8e2b-8218185efe21}= new nsIXTFXMLVisualWrapper();
-nsXPCComponents_InterfacesByID.prototype.{4d2ebe88-36eb-4e20-bcd1-997b3c1f24ce}= new nsIFeedResultListener();
-nsXPCComponents_InterfacesByID.prototype.{400af3ca-1dd2-11b2-a50a-887ecca2e63a}= new nsIDOMTreeWalker();
-nsXPCComponents_InterfacesByID.prototype.{5470deff-03c9-41b7-a824-e3225266b343}= new nsIDOMUserDataHandler();
-nsXPCComponents_InterfacesByID.prototype.{9da0b650-d07e-4617-a18a-250035572ac8}= new nsIProcess();
-nsXPCComponents_InterfacesByID.prototype.{30465632-a777-44cc-90f9-8145475ef999}= new nsIWindowCreator();
-nsXPCComponents_InterfacesByID.prototype.{22f034b7-a879-43ad-baee-ba6fd4d466ce}= new nsITreeView();
-nsXPCComponents_InterfacesByID.prototype.{c7c0ae9b-a0ba-4f4e-9f2c-c18deb62ee8b}= new nsIDOMDocumentXBL();
-nsXPCComponents_InterfacesByID.prototype.{7914d5f2-14b4-47d0-88f8-70715cfbdfb7}= new nsIXTFBindableElementWrapper();
-nsXPCComponents_InterfacesByID.prototype.{d07f5192-e3d1-11d2-8acd-00105a1b8860}= new nsIObserverService();
-nsXPCComponents_InterfacesByID.prototype.{2a99c757-dfee-4806-bff3-f721440412e0}= new nsISAXContentHandler();
-nsXPCComponents_InterfacesByID.prototype.{0f6c5b09-88b0-43ca-b55c-578f24f3d810}= new nsIScriptableConstant();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b8-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLFrameSetElement();
-nsXPCComponents_InterfacesByID.prototype.{3c14a023-6f4e-11d5-9b46-000064657374}= new nsISchemaSimpleType();
-nsXPCComponents_InterfacesByID.prototype.{00000001-0000-0000-c000-000000000046}= new nsIFactory();
-nsXPCComponents_InterfacesByID.prototype.{4f418f58-f834-4736-a755-e0395bedca9d}= new nsIDragDropHandler();
-nsXPCComponents_InterfacesByID.prototype.{4a5b1e2a-c54e-4226-8f0b-aa4ee36b2396}= new nsIAptanaError();
-nsXPCComponents_InterfacesByID.prototype.{9790d6bc-1dd1-11b2-afe0-bcb310c078bf}= new nsISOAPServiceRegistry();
-nsXPCComponents_InterfacesByID.prototype.{93169940-7663-4eab-af23-94a8a08c2654}= new nsIDOMSVGStopElement();
-nsXPCComponents_InterfacesByID.prototype.{e0f5d182-34bc-11d5-be5b-b760676c6ebc}= new nsIWebBrowserFindInFrames();
-nsXPCComponents_InterfacesByID.prototype.{a647f184-1dd1-11b2-a9d1-8537b201161b}= new nsIConsoleService();
-nsXPCComponents_InterfacesByID.prototype.{d5fa765b-2448-4686-b7c1-5ff13acb0fc9}= new inISearchProcess();
-nsXPCComponents_InterfacesByID.prototype.{de114eb4-29fc-4959-b2f7-2d03eb9bc771}= new nsICacheService();
-nsXPCComponents_InterfacesByID.prototype.{fc97a2a9-d649-4494-931e-db81a156c873}= new nsIFeedTextConstruct();
-nsXPCComponents_InterfacesByID.prototype.{6687823f-56c4-461d-93a1-7f6cb7dfbfba}= new nsIIncrementalDownload();
-nsXPCComponents_InterfacesByID.prototype.{89caa9f0-8b1c-47fb-b0d3-f0aef0bff749}= new nsIDocShellHistory();
-nsXPCComponents_InterfacesByID.prototype.{ae9e84b5-3e2d-457e-8fcd-5bbd2a8b832e}= new nsICacheSession();
-nsXPCComponents_InterfacesByID.prototype.{123f90ab-15b3-11d2-456e-00805f8add32}= new nsIDOMHTMLEmbedElement();
-nsXPCComponents_InterfacesByID.prototype.{c727b2f2-1dd1-11b2-95df-f63c15b4cd35}= new nsIASN1Tree();
-nsXPCComponents_InterfacesByID.prototype.{06d018e0-d41b-4629-a4fc-daaa6029888e}= new nsIUserCertPicker();
-nsXPCComponents_InterfacesByID.prototype.{24ce8b9d-b7ff-4279-aef4-26e158f03e34}= new nsIProfileMigrator();
-nsXPCComponents_InterfacesByID.prototype.{9e508466-5ebb-4618-abfa-9ad47bed0b2e}= new nsIDocShellTreeOwner();
-nsXPCComponents_InterfacesByID.prototype.{b075d5dc-1df1-441a-bebf-680d8caaa19c}= new mozISpellI18NUtil();
-nsXPCComponents_InterfacesByID.prototype.{e339eb1d-3ea8-4c85-87ce-644eb7a19034}= new nsIXTFGenericElement();
-nsXPCComponents_InterfacesByID.prototype.{445fa0fc-2151-4cb4-83d3-34c3e39453de}= new nsIDOMChromeWindow();
-nsXPCComponents_InterfacesByID.prototype.{8b3e8488-1dd2-11b2-b547-956290be347c}= new nsISSLSocketControl();
-nsXPCComponents_InterfacesByID.prototype.{9475a6af-6352-4251-90f9-d65b1cd2ea15}= new nsIHttpEventSink();
-nsXPCComponents_InterfacesByID.prototype.{24306852-c60e-49c3-a455-90f6747118ba}= new nsIGlobalHistory3();
-nsXPCComponents_InterfacesByID.prototype.{7111e88d-fecd-4b17-b7a9-1fa74e23153f}= new nsIMicrosummarySet();
-nsXPCComponents_InterfacesByID.prototype.{31bfd5b4-8ff5-4bfd-a8cb-b3dfbd4f0a5b}= new nsIFeedEntry();
-nsXPCComponents_InterfacesByID.prototype.{c6ab8b9e-32db-464a-ae33-8691d44bc60a}= new nsIDOMSVGAnimatedAngle();
-nsXPCComponents_InterfacesByID.prototype.{8cc6316d-ecbc-4c5f-8fda-28c91fb56e3d}= new nsIDOMXULDocument_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{88655640-e028-11d3-8f5d-0010a4e73d9a}= new nsIXPCComponents_Constructor();
-nsXPCComponents_InterfacesByID.prototype.{249f52a3-2599-4b00-ba40-0481364831a2}= new nsIUTF8ConverterService();
-nsXPCComponents_InterfacesByID.prototype.{96ea4792-d362-4c28-a8c2-0337790d648a}= new nsIDOMLSSerializer();
-nsXPCComponents_InterfacesByID.prototype.{616f5b48-da09-11d3-8cda-0060b0fc14a3}= new nsIBufferedInputStream();
-nsXPCComponents_InterfacesByID.prototype.{eda2e65c-a758-451f-9b05-77cb8de74ed2}= new nsIHTMLInlineTableEditor();
-nsXPCComponents_InterfacesByID.prototype.{f6134682-f28b-11d2-8360-c90899049c3c}= new nsIDOMMimeType();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90ad-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLParamElement();
-nsXPCComponents_InterfacesByID.prototype.{f3262589-48b2-4019-9947-90e5269bbfb9}= new nsIFeedResultService();
-nsXPCComponents_InterfacesByID.prototype.{fd91e2e0-1481-11d3-9333-00104ba0fd40}= new nsIRequestObserver();
-nsXPCComponents_InterfacesByID.prototype.{c814ca20-e0dc-11d3-8f5f-0010a4e73d9a}= new nsIXPCConstructor();
-nsXPCComponents_InterfacesByID.prototype.{b0106d01-9746-440b-b067-68ee043dabc3}= new nsIDOMSVGPathSegMovetoAbs();
-nsXPCComponents_InterfacesByID.prototype.{a2a32f90-9b90-11d3-a189-0050041caf44}= new nsIScriptableInputStream();
-nsXPCComponents_InterfacesByID.prototype.{c946119f-9e7c-41aa-a794-803148045350}= new nsIAddonUpdateCheckListener();
-nsXPCComponents_InterfacesByID.prototype.{d1a47834-6ad4-11d7-bfad-000393636592}= new nsIControllerCommandTable();
-nsXPCComponents_InterfacesByID.prototype.{31c9c52e-1100-457d-abac-d2729e43f506}= new nsIDNSRecord();
-nsXPCComponents_InterfacesByID.prototype.{eb43e1dc-2060-4d8e-aebf-3efec4e21cf8}= new nsIAutoCompleteResult();
-nsXPCComponents_InterfacesByID.prototype.{10dc9c94-8aff-49c6-8af9-d7fdb7339dae}= new nsIAsyncOutputStream();
-nsXPCComponents_InterfacesByID.prototype.{2f977d4b-5485-11d4-87e2-0010a4e75ef2}= new nsIDirectoryServiceProvider2();
-nsXPCComponents_InterfacesByID.prototype.{205b3e49-aa58-499e-880b-aacab9dede01}= new nsIEditorIMESupport();
-nsXPCComponents_InterfacesByID.prototype.{eab4ae76-efdc-4e09-828c-bd921e9a662f}= new nsISelection2();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a2-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLHeadingElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9082-15b3-11d2-932e-00805f8add32}= new nsIDOMText();
-nsXPCComponents_InterfacesByID.prototype.{abbb51a4-be75-4d7f-bd4c-373fd7b52f85}= new nsIDOMClientInformation();
-nsXPCComponents_InterfacesByID.prototype.{ab27f42d-e1e1-4ef6-9c83-059a81da479b}= new nsIDOMCanvasRenderingContext2D();
-nsXPCComponents_InterfacesByID.prototype.{1a637020-1482-11d3-9333-00104ba0fd40}= new nsIStreamListener();
-nsXPCComponents_InterfacesByID.prototype.{40dbcdff-9053-42c5-a57c-3ec910d0f148}= new nsIOutputStreamCallback();
-nsXPCComponents_InterfacesByID.prototype.{4c2f706e-1dd2-11b2-9ebc-85a06e948830}= new jsdIScriptEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{db21eb6c-aebb-4d16-94ec-bcd8bbf513ae}= new nsIClipboardImage();
-nsXPCComponents_InterfacesByID.prototype.{caabf76f-9d35-401f-beac-3955817c645c}= new nsIBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{2f977d49-5485-11d4-87e2-0010a4e75ef2}= new nsICloseAllWindows();
-nsXPCComponents_InterfacesByID.prototype.{662e7b78-1dd2-11b2-a3d3-fc1e5f5fb9d4}= new nsIScreenManager();
-nsXPCComponents_InterfacesByID.prototype.{0765c92c-6145-4253-9db4-594d8023087e}= new nsIUpdateTimerManager();
-nsXPCComponents_InterfacesByID.prototype.{afcd7cd4-d74d-492f-b3b1-d71bfa36874f}= new nsIDOMSVGAnimatedPreserveAspectRatio();
-nsXPCComponents_InterfacesByID.prototype.{9277fe09-f0cc-4cd9-bbce-581dd94b0260}= new nsIHttpChannel();
-nsXPCComponents_InterfacesByID.prototype.{c7b0b43c-1dd1-11b2-9e1c-ce5f6a660630}= new nsIDOMXULDescriptionElement();
-nsXPCComponents_InterfacesByID.prototype.{e2563630-4a1c-11d3-9890-006008962422}= new nsISupportsPRTime();
-nsXPCComponents_InterfacesByID.prototype.{f6305e79-1760-4991-ab4d-a42db60f0e67}= new nsIBookmarkTransactionManager();
-nsXPCComponents_InterfacesByID.prototype.{fa4c7520-1433-11d5-ba24-00108303b117}= new nsIClientAuthDialogs();
-nsXPCComponents_InterfacesByID.prototype.{b2c7ed59-8634-4352-9e37-5484c8b6e4e1}= new nsISelection();
-nsXPCComponents_InterfacesByID.prototype.{e13a24e3-c77a-11d2-80be-006097b76b8e}= new nsIRDFInt();
-nsXPCComponents_InterfacesByID.prototype.{a8760fcd-3de5-446a-a009-5cf877e7a4df}= new nsIDOMSVGLengthList();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90bf-15b3-11d2-932e-00805f8add32}= new nsIDOMCSSStyleRule();
-nsXPCComponents_InterfacesByID.prototype.{8bb35ed9-e332-462d-9155-4a002ab5c958}= new nsIServiceManager();
-nsXPCComponents_InterfacesByID.prototype.{d48f8ea2-c912-48fa-9714-10d8098f05ea}= new nsIShellService_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc}= new nsILoadGroup();
-nsXPCComponents_InterfacesByID.prototype.{a3f5396c-a6e8-414a-8fbc-c8d831746328}= new nsIExtensionManager();
-nsXPCComponents_InterfacesByID.prototype.{d143a084-b626-4614-845f-41f3ca43a674}= new nsICharsetResolver();
-nsXPCComponents_InterfacesByID.prototype.{3e73ff5f-154e-494f-b640-3c654ba2cc2b}= new nsICookieManager2();
-nsXPCComponents_InterfacesByID.prototype.{312e3b94-dc98-4ccc-b2fb-e3406f905cc6}= new nsIScriptableDataType();
-nsXPCComponents_InterfacesByID.prototype.{1448b42f-cf0d-466e-9a15-64e876ebe857}= new nsIMIMEInfo();
-nsXPCComponents_InterfacesByID.prototype.{6ef2b400-dbf4-4c12-8787-fe15caac5648}= new nsIDOMSVGAnimatedPathData();
-nsXPCComponents_InterfacesByID.prototype.{29cc2e14-6d18-4710-bda9-a88d9d3bc8dc}= new nsIDOMSVGTransform();
-nsXPCComponents_InterfacesByID.prototype.{f5d9e7b0-d930-11d3-b057-00a024ffc08c}= new nsIWebNavigation();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9075-15b3-11d2-932e-00805f8add32}= new nsIDOMDocument();
-nsXPCComponents_InterfacesByID.prototype.{a6cf907f-15b3-11d2-932e-00805f8add32}= new nsIDOMProcessingInstruction();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9094-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTextAreaElement();
-nsXPCComponents_InterfacesByID.prototype.{e0c493d2-9542-11d2-8eb8-00805f29f370}= new nsIRDFLiteral();
-nsXPCComponents_InterfacesByID.prototype.{58b6190e-37b3-412a-ba02-1d5ad6c6ea7c}= new nsIDOMSVGAngle();
-nsXPCComponents_InterfacesByID.prototype.{75506f8a-b504-11d5-a7f2-ca108ab8b6fc}= new nsIDOMXPathEvaluator();
-nsXPCComponents_InterfacesByID.prototype.{4805e684-49b9-11d3-9ce4-ed60bd6cb5bc}= new nsITableEditor();
-nsXPCComponents_InterfacesByID.prototype.{d9948a4d-f49c-4456-938a-acda2c8d7741}= new nsIPrintOptions();
-nsXPCComponents_InterfacesByID.prototype.{bac3648d-55a3-491b-9863-a18fd7506689}= new nsIDOMSVGPathSegLinetoAbs();
-nsXPCComponents_InterfacesByID.prototype.{3c14a02e-6f4e-11d5-9b46-000064657374}= new nsISchemaAttribute();
-nsXPCComponents_InterfacesByID.prototype.{f2504c26-7cf5-426a-86a7-e50998ac57c1}= new nsIBrowserBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{75d1553d-63bf-4b5d-a8f7-e4e4cac21ba4}= new nsIPrintingPromptService();
-nsXPCComponents_InterfacesByID.prototype.{0458dac8-65de-11d5-9b42-00104bdf5339}= new nsISOAPOperationBinding();
-nsXPCComponents_InterfacesByID.prototype.{99715845-95fc-4a56-aa53-214b65c26e22}= new nsIDOMElementCSSInlineStyle();
-nsXPCComponents_InterfacesByID.prototype.{5586a590-8c82-11d5-90f3-0010a4e73d9a}= new nsIWritableVariant();
-nsXPCComponents_InterfacesByID.prototype.{bc3173bd-aa46-46a0-9d25-d9867a9659b6}= new nsICommandLine();
-nsXPCComponents_InterfacesByID.prototype.{c8d4603a-960a-43e3-a0fa-b3746a270e0e}= new nsIBookmarksService_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{1831dd2e-1dd2-11b2-bdb3-86b7b50b70b5}= new nsIRDFXMLParser();
-nsXPCComponents_InterfacesByID.prototype.{427c5511-941b-48c0-9abc-8ec9ea5d964b}= new nsISchemaCollection();
-nsXPCComponents_InterfacesByID.prototype.{2226927e-1dd2-11b2-b57f-faab47288563}= new nsIURIRefObject();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90c6-15b3-11d2-932e-00805f8add32}= new nsIDOMNSHTMLFormElement();
-nsXPCComponents_InterfacesByID.prototype.{1ab4b724-fd7e-41af-bc19-80bb7299f3c0}= new nsIXTFXULVisualWrapper();
-nsXPCComponents_InterfacesByID.prototype.{83b6019c-cbc4-11d2-8cca-0060b0fc14a3}= new nsICollection();
-nsXPCComponents_InterfacesByID.prototype.{e347005e-6cd0-11da-be43-001422106990}= new nsISAXAttributes();
-nsXPCComponents_InterfacesByID.prototype.{9deabc90-28d5-41d3-a660-474f2254f4ba}= new nsIJSXMLHttpRequest();
-nsXPCComponents_InterfacesByID.prototype.{d974c99e-4148-4df9-8d98-de834a2f6462}= new nsIProgressEventSink();
-nsXPCComponents_InterfacesByID.prototype.{7e835f60-5fea-11d3-a177-0050041caf44}= new nsIDataChannel();
-nsXPCComponents_InterfacesByID.prototype.{129d3bd5-8a26-4b0b-b8a0-19fdea029196}= new nsIAuthPromptProvider();
-nsXPCComponents_InterfacesByID.prototype.{6317f32c-9bc7-11d3-bccc-0060b0fc76bd}= new nsIContentViewerFile();
-nsXPCComponents_InterfacesByID.prototype.{5ef62896-0c0a-41f1-bb3c-44a60f5dfdab}= new nsITreeContentView();
-nsXPCComponents_InterfacesByID.prototype.{fc66ffb6-5404-4908-a4a3-27f92fa0579d}= new nsIConverterInputStream();
-nsXPCComponents_InterfacesByID.prototype.{f728830e-1dd1-11b2-9598-fb9f414f2465}= new nsIScreen();
-nsXPCComponents_InterfacesByID.prototype.{9c18bb4e-1dd1-11b2-bf91-9cc82c275823}= new nsIDocCharset();
-nsXPCComponents_InterfacesByID.prototype.{f34cb3c8-1dd1-11b2-8a18-a93a99d92c08}= new nsISOAPPropertyBagMutator();
-nsXPCComponents_InterfacesByID.prototype.{71135b6c-294e-4634-a8e4-a72398f1e72a}= new nsIDOMXULTextBoxElement();
-nsXPCComponents_InterfacesByID.prototype.{6aff3102-320d-4986-9790-12316bb87cf9}= new nsIDOMRGBColor();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b3-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLTableCaptionElement();
-nsXPCComponents_InterfacesByID.prototype.{dd9ab9be-fed3-4bff-a72d-5390d52dd887}= new nsIIFrameBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{3210a6aa-b464-4f57-9335-b22815567cf1}= new nsIPopupWindowManager();
-nsXPCComponents_InterfacesByID.prototype.{995ea724-1dd1-11b2-9211-c21bdd3e7ed0}= new nsISupportsInterfacePointer();
-nsXPCComponents_InterfacesByID.prototype.{8cbceb6e-8e27-46f2-8808-444c6499f836}= new nsIUpdateCheckListener();
-nsXPCComponents_InterfacesByID.prototype.{b5a21556-35fc-4815-aff1-f9142639686e}= new nsIByteArrayInputStream();
-nsXPCComponents_InterfacesByID.prototype.{9ae49600-1dd1-11b2-877f-e62f620c5e92}= new nsISOAPEncoding();
-nsXPCComponents_InterfacesByID.prototype.{ede34b03-57b6-45bf-a259-3550b5697286}= new nsIDOMSVGViewSpec();
-nsXPCComponents_InterfacesByID.prototype.{2bd97d63-e928-4d52-9fd4-34061349a9a6}= new nsIWebContentHandlerInfo();
-nsXPCComponents_InterfacesByID.prototype.{a6cf911a-15b3-11d2-932e-00805f8add32}= new nsIDOMNSHTMLFormControlList();
-nsXPCComponents_InterfacesByID.prototype.{1f8111b2-d44d-4d11-845a-a70ae06b7d04}= new nsIDOMXULTreeElement();
-nsXPCComponents_InterfacesByID.prototype.{feaf9285-05ac-4898-a69f-c3bd350767e4}= new nsIFrameLoaderOwner();
-nsXPCComponents_InterfacesByID.prototype.{5fb96f46-1dd2-11b2-a5dc-998ca8636ea9}= new nsIDOMNSHistory();
-nsXPCComponents_InterfacesByID.prototype.{ab62465c-494c-446e-b671-930bb98a7bc4}= new nsISessionRoaming();
-nsXPCComponents_InterfacesByID.prototype.{ce600ca8-e98a-4419-ad61-2f6d0cb0ecc8}= new nsIDOMNSXPathExpression();
-nsXPCComponents_InterfacesByID.prototype.{cba22c53-fcce-11d2-96d4-0060b0fb9956}= new nsIDragSession();
-nsXPCComponents_InterfacesByID.prototype.{97f863f3-f886-11d4-9d39-0060b0f8baff}= new nsITransactionList();
-nsXPCComponents_InterfacesByID.prototype.{dc7ba13f-8cb6-48d2-9e22-a4a6817abbb9}= new nsIDOMSVGPathSegCurvetoCubicRel();
-nsXPCComponents_InterfacesByID.prototype.{876a2015-6b66-11d7-8f18-0003938a9d96}= new nsIClipboardDragDropHookList();
-nsXPCComponents_InterfacesByID.prototype.{919e792a-6490-40b8-bba5-f9e9ad5640c8}= new nsIScrollable();
-nsXPCComponents_InterfacesByID.prototype.{96d086e6-1dd1-11b2-b6b2-b77b59390247}= new gfxIFormats();
-nsXPCComponents_InterfacesByID.prototype.{575249a7-de7a-4602-a997-b7ad2b3b6dab}= new nsIWinAppHelper();
-nsXPCComponents_InterfacesByID.prototype.{e4723748-1dd1-11b2-8ee6-866a532a6237}= new nsIDOMNodeFilter();
-nsXPCComponents_InterfacesByID.prototype.{7b19ac06-a5fb-11d9-9f82-0011246ecd24}= new nsISocketTransportService();
-nsXPCComponents_InterfacesByID.prototype.{0ddf9e1c-1dd2-11b2-a183-908a08aa75ae}= new nsISelectionDisplay();
-nsXPCComponents_InterfacesByID.prototype.{e3a24a60-d651-11d2-9843-006008962422}= new nsIJSCID();
-nsXPCComponents_InterfacesByID.prototype.{db242e01-e4d9-11d2-9dde-000064657374}= new nsIObserver();
-nsXPCComponents_InterfacesByID.prototype.{c86ae131-d101-11d2-9841-006008962422}= new nsIJSID();
-nsXPCComponents_InterfacesByID.prototype.{e2b05e40-4a1c-11d3-9890-006008962422}= new nsISupportsChar();
-nsXPCComponents_InterfacesByID.prototype.{ca89b55b-6faf-4051-9645-1c03ef5108f8}= new nsIPrintProgressParams();
-nsXPCComponents_InterfacesByID.prototype.{45988a14-b240-4d07-ae64-50ecca26e6d8}= new nsIDocShell_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{15fd6940-8ea7-11d3-93ad-00104ba0fd40}= new nsIProtocolHandler();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9074-15b3-11d2-932e-00805f8add32}= new nsIDOMDOMImplementation();
-nsXPCComponents_InterfacesByID.prototype.{6f9d2890-167d-11d5-8daf-000064657374}= new nsPIXPIProxy();
-nsXPCComponents_InterfacesByID.prototype.{55f3b431-1aa8-4e23-ad3d-a9f5644bdaa6}= new nsITreeBoxObject();
-nsXPCComponents_InterfacesByID.prototype.{1a180f60-93b2-11d2-9b8b-00805f8a16d9}= new nsIPersistentProperties();
-nsXPCComponents_InterfacesByID.prototype.{4f8ae0dc-d266-4a32-875b-6a9de71a8ce9}= new nsIXPCComponents_utils_Sandbox();
-nsXPCComponents_InterfacesByID.prototype.{663ca4a8-d219-4000-925d-d8f66406b626}= new nsIAccessibleRetrieval();
-nsXPCComponents_InterfacesByID.prototype.{0fd5caa9-1ffc-42b1-aea1-3fbe73116070}= new nsIExtensionManager_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{3ab244a9-f09d-44da-9e3f-ee4d67367f2d}= new nsIScriptableUnescapeHTML();
-nsXPCComponents_InterfacesByID.prototype.{0b6e2c69-5cf5-48b0-9dfd-c95950e2cc7b}= new nsIStreamConverter();
-nsXPCComponents_InterfacesByID.prototype.{bddeda3f-9020-4d12-8c70-984ee9f7935e}= new nsIIOService();
-nsXPCComponents_InterfacesByID.prototype.{e2dfc89c-7ae0-4651-8aee-7f5edc2aa626}= new nsIDOMNSHTMLOptionElement();
-nsXPCComponents_InterfacesByID.prototype.{cce7152e-4395-4231-a781-c347c5446cc2}= new imgIDecoderObserver();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9128-15b3-11d2-932e-00805f8add32}= new nsIPrinterEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{1c773b30-d1cf-11d2-bd95-00805f8ae3f4}= new nsIDOMEventTarget();
-nsXPCComponents_InterfacesByID.prototype.{5316c380-b2f8-11d2-a374-0080c6f80e4b}= new nsIRegistryValue();
-nsXPCComponents_InterfacesByID.prototype.{bbe0d0ee-e9ed-4f84-a6e4-e58f66530caa}= new nsIDOMSVGScriptElement();
-nsXPCComponents_InterfacesByID.prototype.{18cbdb18-3917-42fd-9c4a-0b2112d41a6d}= new nsIMarkupDocumentViewer();
-nsXPCComponents_InterfacesByID.prototype.{455d4234-0330-43d2-bbfb-99afbecbfeb0}= new nsIFTPEventSink();
-nsXPCComponents_InterfacesByID.prototype.{da58ad80-4eb6-11d2-8164-006008119d7a}= new nsIPluginManager();
-nsXPCComponents_InterfacesByID.prototype.{f8365b4a-da55-4e47-be7a-230142360f62}= new nsIBrowserProfileMigrator();
-nsXPCComponents_InterfacesByID.prototype.{3ce86063-0a35-48ec-b372-f198b7d04755}= new nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs();
-nsXPCComponents_InterfacesByID.prototype.{a6cf908b-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLBaseElement();
-nsXPCComponents_InterfacesByID.prototype.{e3d56a20-c7ec-11d3-8cda-0060b0fc14a3}= new nsIFileInputStream();
-nsXPCComponents_InterfacesByID.prototype.{a6cf909d-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLMenuElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a0-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLDivElement();
-nsXPCComponents_InterfacesByID.prototype.{b0fb539e-f4ab-4ea1-bd75-e6d2813e5fc1}= new nsIUpdate();
-nsXPCComponents_InterfacesByID.prototype.{4a91aeb3-4100-43ee-a21e-9866268757c5}= new nsIXSLTProcessor();
-nsXPCComponents_InterfacesByID.prototype.{da19e9dc-dea2-4a1d-a958-9be375c9799c}= new nsIDOMBeforeUnloadEvent();
-nsXPCComponents_InterfacesByID.prototype.{0458dac9-65de-11d5-9b42-00104bdf5339}= new nsISOAPPartBinding();
-nsXPCComponents_InterfacesByID.prototype.{a6cf908a-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLMetaElement();
-nsXPCComponents_InterfacesByID.prototype.{814dbfdd-32ff-4734-9aea-b84c925bc9c0}= new nsIXTFStyledElementWrapper();
-nsXPCComponents_InterfacesByID.prototype.{9cf4fc9c-90b2-4d66-88f5-35049b558aee}= new nsIDOMSVGLocatable();
-nsXPCComponents_InterfacesByID.prototype.{8b1de83d-cebb-49fa-8245-c0fe319eb7b6}= new nsISAXMutableAttributes();
-nsXPCComponents_InterfacesByID.prototype.{3c14a02c-6f4e-11d5-9b46-000064657374}= new nsISchemaElement();
-nsXPCComponents_InterfacesByID.prototype.{6aaaa30d-54ab-434a-8ae8-6d29a566d870}= new nsIDOMXULSelectControlItemElement();
-nsXPCComponents_InterfacesByID.prototype.{d1d412d9-15d6-4a6a-9533-b949dc175ff5}= new nsIPrefBranchInternal();
-nsXPCComponents_InterfacesByID.prototype.{94a6db98-3f34-4529-a35f-89ef49713795}= new nsIDOMSVGPathSegList();
-nsXPCComponents_InterfacesByID.prototype.{1f39bc95-090d-40a5-9dee-6d5a591e48bf}= new mozIStorageStatement();
-nsXPCComponents_InterfacesByID.prototype.{d85a17c2-aa7c-11d2-9b8c-00805f8a16d9}= new nsIStringBundle();
-nsXPCComponents_InterfacesByID.prototype.{542a98b9-2889-4922-aaf4-02b6056f4136}= new nsISHEntry();
-nsXPCComponents_InterfacesByID.prototype.{8758b72b-63d4-4685-b908-4275126410fb}= new nsIDOMNavigator();
-nsXPCComponents_InterfacesByID.prototype.{978ff520-d26c-11d2-9842-006008962422}= new nsIXPCComponents_Classes();
-nsXPCComponents_InterfacesByID.prototype.{4f18ada2-0ddc-11d5-9d3a-0060b0f8baff}= new nsPIEditorTransaction();
-nsXPCComponents_InterfacesByID.prototype.{58e4f602-a7c8-4cd1-9dca-716705e826ef}= new nsISearchSubmission();
-nsXPCComponents_InterfacesByID.prototype.{f914492c-0138-4123-a634-6ef8e3f126f8}= new nsIDOMWindowInternal();
-nsXPCComponents_InterfacesByID.prototype.{f8a13364-184e-4da3-badf-5c04837537f8}= new nsITreeSelection();
-nsXPCComponents_InterfacesByID.prototype.{bfcd37b0-a49f-11d5-910d-0010a4e73d9a}= new nsIPropertyBag();
-nsXPCComponents_InterfacesByID.prototype.{f1094df6-ce0e-42c9-9847-2f663172c38d}= new nsIPrintSettings();
-nsXPCComponents_InterfacesByID.prototype.{2ad6e9e6-1379-4e45-a899-a54b27ff915c}= new nsIFastLoadWriteControl();
-nsXPCComponents_InterfacesByID.prototype.{86092181-a5db-4a89-be03-07dcc14d426e}= new nsIDOMSVGSymbolElement();
-nsXPCComponents_InterfacesByID.prototype.{898d4189-7012-4ae9-a2af-435491cfa114}= new mozIStorageFunction();
-nsXPCComponents_InterfacesByID.prototype.{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e}= new nsIDebug();
-nsXPCComponents_InterfacesByID.prototype.{a5b64be0-d563-46bb-ae95-132e46fcd42f}= new nsIServerSocket();
-nsXPCComponents_InterfacesByID.prototype.{e64bb081-13ba-430e-ab70-73a9f1d3de58}= new nsIDOMXULDocument();
-nsXPCComponents_InterfacesByID.prototype.{9e201104-78e9-4cb3-aff5-7f0a9cf446c0}= new nsIDOMPopupBlockedEvent();
-nsXPCComponents_InterfacesByID.prototype.{6088a862-1229-11d9-941d-c035b2e390c6}= new nsIEditorSpellCheck();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b1-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLScriptElement();
-nsXPCComponents_InterfacesByID.prototype.{d2206418-1dd1-11b2-8e55-acddcd2bcfb8}= new nsIWebBrowserChromeFocus();
-nsXPCComponents_InterfacesByID.prototype.{d14c7111-55e0-11d3-91d9-00105aa3f7dc}= new nsIEntityConverter();
-nsXPCComponents_InterfacesByID.prototype.{d1899240-f9d2-11d2-bdd6-000064657374}= new nsISimpleEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{e932bf55-0a64-4beb-923a-1f32d3661044}= new nsIEmbeddingSiteWindow2();
-nsXPCComponents_InterfacesByID.prototype.{a6cf908e-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLBodyElement();
-nsXPCComponents_InterfacesByID.prototype.{6757d790-2916-498e-aaca-6b668a956875}= new nsIChannelEventSink();
-nsXPCComponents_InterfacesByID.prototype.{e9fcb9a4-d376-458f-b720-e65e7df593bc}= new nsICookie();
-nsXPCComponents_InterfacesByID.prototype.{44e314ca-75b1-4f3d-9553-9b3507912108}= new nsIPrintingPrompt();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9092-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLOptionElement();
-nsXPCComponents_InterfacesByID.prototype.{336a9590-4d19-11d3-9893-006008962422}= new nsIXPCComponents_ClassesByID();
-nsXPCComponents_InterfacesByID.prototype.{ba78db7b-b88c-4b76-baf9-3c2296a585ae}= new nsIMultiPartChannel();
-nsXPCComponents_InterfacesByID.prototype.{88800e93-c6af-4d69-9ee0-29c1100ff431}= new nsIFrameLoader();
-nsXPCComponents_InterfacesByID.prototype.{9124c666-6133-4be6-b3ed-dd0ec35f1e64}= new nsIAccessibleCaret();
-nsXPCComponents_InterfacesByID.prototype.{e4a39f75-93da-4264-8bf2-1a5bfb1f2f68}= new nsIFeedWriter();
-nsXPCComponents_InterfacesByID.prototype.{5b3675a1-02db-4f8f-a560-b34736635f47}= new nsIMIMEService();
-nsXPCComponents_InterfacesByID.prototype.{f3c50361-14fe-11d3-bf87-00105a1b0627}= new nsIDOMXULCommandDispatcher();
-nsXPCComponents_InterfacesByID.prototype.{83f892cf-7ed3-490e-967a-62640f3158e1}= new nsICommandParams();
-nsXPCComponents_InterfacesByID.prototype.{da48b3c0-1284-11d5-ac67-000064657374}= new nsIX509CertDB();
-nsXPCComponents_InterfacesByID.prototype.{0f807301-39d2-11d6-a7f2-8f504ff870dc}= new nsIDOMRangeException();
-nsXPCComponents_InterfacesByID.prototype.{96343820-307c-11d2-bc15-00805f912fe7}= new nsIRDFCompositeDataSource();
-nsXPCComponents_InterfacesByID.prototype.{01c78c65-31da-456b-90bf-da39d09fdcbf}= new nsIScriptableInterfaces();
-nsXPCComponents_InterfacesByID.prototype.{c97b466c-1e6e-4773-a4ab-2b2b3190a7a6}= new nsILineInputStream();
-nsXPCComponents_InterfacesByID.prototype.{9188bc85-f92e-11d2-81ef-0060083a0bcf}= new nsIWeakReference();
-nsXPCComponents_InterfacesByID.prototype.{6e934f17-1975-49c2-880e-4f9fa79a1b2e}= new nsITypeAheadFind_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{93db35b1-6b33-49d5-ad25-1ed1a7611ad2}= new nsIDOMSVGPathSegLinetoVerticalRel();
-nsXPCComponents_InterfacesByID.prototype.{00000000-0000-0000-c000-000000000046}= new nsISupports();
-nsXPCComponents_InterfacesByID.prototype.{570f39d0-efd0-11d3-b093-00a024ffc08c}= new nsIWebProgress();
-nsXPCComponents_InterfacesByID.prototype.{0401f299-685b-43a1-82b4-ce1a0011598c}= new nsIDOMGetSVGDocument();
-nsXPCComponents_InterfacesByID.prototype.{729cb096-d5f1-4fc4-97cd-4b86e6917f97}= new nsIAutoCompleteController_MOZILLA_1_8_BRANCH();
-nsXPCComponents_InterfacesByID.prototype.{7b2ca1ca-1dd2-11b2-87ec-d217dbe22b85}= new nsISSLStatus();
-nsXPCComponents_InterfacesByID.prototype.{52bdc7ca-a934-4a40-a2e2-ac83a70b4019}= new nsIDOMSmartCardEvent();
-nsXPCComponents_InterfacesByID.prototype.{0574ed81-c088-11d2-96ed-00104b7b7deb}= new nsIDOMXULElement();
-nsXPCComponents_InterfacesByID.prototype.{5a31c7a1-e122-11d2-9a57-000064657374}= new nsIClipboardOwner();
-nsXPCComponents_InterfacesByID.prototype.{6228d644-17fe-11d4-8cee-0060b0fc14a3}= new nsIAuthPromptWrapper();
-nsXPCComponents_InterfacesByID.prototype.{ba434c60-9d52-11d3-afb0-00a024ffc08c}= new nsIWebBrowserChrome();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90b0-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLAreaElement();
-nsXPCComponents_InterfacesByID.prototype.{ea8a6cb1-9176-45db-989d-d0e89f563d7e}= new nsIDOMSVGStylable();
-nsXPCComponents_InterfacesByID.prototype.{dc42f467-4094-437d-9e3e-8912a072aede}= new nsILocalFileWin();
-nsXPCComponents_InterfacesByID.prototype.{2f977d44-5485-11d4-87e2-0010a4e75ef2}= new nsIWebBrowserFind();
-nsXPCComponents_InterfacesByID.prototype.{d49a3ac7-e779-46c8-ae92-214420aa1b71}= new nsIDOMSVGUseElement();
-nsXPCComponents_InterfacesByID.prototype.{2fd0a785-9f2d-4327-8871-8c3e0783891d}= new nsICertVerificationResult();
-nsXPCComponents_InterfacesByID.prototype.{6684bce9-50db-48e1-81b7-98102bf81357}= new nsICertVerificationListener();
-nsXPCComponents_InterfacesByID.prototype.{edec7c28-4b06-4692-842f-8bf238e61ac1}= new nsIMicrosummaryService();
-nsXPCComponents_InterfacesByID.prototype.{aafea151-c271-4505-9978-a100d292800c}= new rdfITripleVisitor();
-nsXPCComponents_InterfacesByID.prototype.{b7dd3c1c-1dd1-11b2-83eb-8a857d199e0f}= new jsdIErrorHook();
-nsXPCComponents_InterfacesByID.prototype.{0bd57cbd-a090-44aa-a61b-2fb876841194}= new nsIDOMSVGGElement();
-nsXPCComponents_InterfacesByID.prototype.{f6134680-f28b-11d2-8360-c90899049c3c}= new nsIDOMPluginArray();
-nsXPCComponents_InterfacesByID.prototype.{028e2b2a-1f0b-43a4-a1a7-365d2d7f35d0}= new nsICipherInfo();
-nsXPCComponents_InterfacesByID.prototype.{a6cf907b-15b3-11d2-932e-00805f8add32}= new nsIDOMNamedNodeMap();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90a6-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLBaseFontElement();
-nsXPCComponents_InterfacesByID.prototype.{5afaba88-1dd2-11b2-9249-dd65a129d0e4}= new nsIDOMXULCheckboxElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf906b-15b3-11d2-932e-00805f8add32}= new nsIDOMWindow();
-nsXPCComponents_InterfacesByID.prototype.{a6cf909c-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLDirectoryElement();
-nsXPCComponents_InterfacesByID.prototype.{efa53257-526d-4350-9088-343a510346b8}= new inIFileSearch();
-nsXPCComponents_InterfacesByID.prototype.{3dce9071-f3b9-4280-a6ee-776cdfe3dd9e}= new nsIDOMNSHTMLAreaElement();
-nsXPCComponents_InterfacesByID.prototype.{a6cf90ab-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLImageElement();
-nsXPCComponents_InterfacesByID.prototype.{dedec2ca-f941-4638-a9c0-32e02ff83d5b}= new nsIX509CertDB2();
-nsXPCComponents_InterfacesByID.prototype.{a5ed3a01-7cc7-11d3-bf87-00105a1b0627}= new nsIControllers();
-nsXPCComponents_InterfacesByID.prototype.{3c14a02f-6f4e-11d5-9b46-000064657374}= new nsISchemaAttributeGroup();
-nsXPCComponents_InterfacesByID.prototype.{577a1b4c-b3d4-4c76-9cf8-753e6606114f}= new nsIFeedContainer();
-nsXPCComponents_InterfacesByID.prototype.{e06e8b08-8cdd-4503-a0a0-6f3b943602af}= new nsIUnicharStreamLoaderObserver();
-nsXPCComponents_InterfacesByID.prototype.{3e5432cd-9568-4bd1-8cbe-d50aba110743}= new nsIEmbeddingSiteWindow();
-nsXPCComponents_InterfacesByID.prototype.{fab51c92-95c3-4468-b317-7de4d7588254}= new nsICacheEntryInfo();
-nsXPCComponents_InterfacesByID.prototype.{089410f3-9777-44f1-a882-ab4225696434}= new nsIDOMSVGFitToViewBox();
-nsXPCComponents_InterfacesByID.prototype.{54382875-ed12-4f90-9a63-1f0498d0a3f2}= new jsdIFilterEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{5c8ec09d-bfbf-4eaf-8a36-0d84b5c8f35b}= new nsIDNSService();
-nsXPCComponents_InterfacesByID.prototype.{f902d5ba-2ef6-444e-8a17-52cb70715c10}= new nsIScriptableInterfaceInfo();
-nsXPCComponents_InterfacesByID.prototype.{51191434-1dd2-11b2-a17c-e49c4e99a4e3}= new nsIPK11Token();
-nsXPCComponents_InterfacesByID.prototype.{0eae9a46-1dd2-11b2-aca0-9176f05fe9db}= new nsIControllerCommand();
-nsXPCComponents_InterfacesByID.prototype.{b8d727f7-67f4-4dc1-a318-ec0c87280816}= new nsIXSLTProcessorPrivate();
-nsXPCComponents_InterfacesByID.prototype.{99ec6690-535f-11d4-9a58-000064657374}= new nsISOAPParameter();
-nsXPCComponents_InterfacesByID.prototype.{a6cf909a-15b3-11d2-932e-00805f8add32}= new nsIDOMHTMLOListElement();
-nsXPCComponents_InterfacesByID.prototype.{a796816d-7d47-4348-9ab8-c7aeb3216a7d}= new nsITimerCallback();
-nsXPCComponents_InterfacesByID.prototype.{155809f1-71f1-47c5-be97-d812ba560405}= new nsIXPCComponents();
-nsXPCComponents_InterfacesByID.prototype.{8f8a23d0-5472-11d3-bbc8-0000861d1237}= new nsISocketProviderService();
-nsXPCComponents_InterfacesByID.prototype.{1ef83ece-b645-4b55-a501-df42c3333b47}= new nsIWebServiceSOAPCallContext();
-nsXPCComponents_InterfacesByID.prototype.{2f977d45-5485-11d4-87e2-0010a4e75ef2}= new nsIAuthPrompt();
-nsXPCComponents_InterfacesByID.prototype.{e5d0d92b-ea45-4622-ab48-302baf2094ee}= new nsIAtomService();
-nsXPCComponents_InterfacesByID.prototype.{6f2bdbd0-58c3-11d3-be36-00104bde6048}= new nsIHTTPIndex();
-nsXPCComponents_InterfacesByID.prototype.{1e5b7c43-4688-45ce-92e1-77ed931e3bbe}= new nsICryptoHash();
-nsXPCComponents_InterfacesByID.prototype.{7b9badc6-c9bc-447a-8670-dbd195aed24b}= new nsIDOMDocumentRange();
-nsXPCComponents_InterfacesByID.prototype.{08923af1-e7a3-4fae-ba02-128502193994}= new nsIProfileUnlocker();
-nsXPCComponents_InterfacesByID.prototype.{354b5f02-1dd2-11b2-b053-b8c2997022a0}= new nsIDOMNodeIterator();
-nsXPCComponents_InterfacesByID.prototype.{62a93afb-93a1-465c-84c8-0432264229de}= new nsIWebNavigationInfo();
-nsXPCComponents_InterfacesByID.prototype.{de8db85f-c1de-4d87-94ba-7844890f91fe}= new nsIAutoCompleteSearch();
-nsXPCComponents_InterfacesByID.prototype.{30d7ec3a-f376-4652-9276-3092ec57abb6}= new nsIEncodedChannel();
-nsXPCComponents_InterfacesByID.prototype.{9b434f48-438c-4f85-89de-b7f321a45341}= new nsIToolkitProfileService();
-nsXPCComponents_InterfacesByID.prototype.{912e342a-1dd2-11b2-b09f-cf3af38c15f0}= new jsdIContextEnumerator();
-nsXPCComponents_InterfacesByID.prototype.{d4214e90-fb94-11d2-bdd8-00104bde6048}= new nsIRDFContainer();
-nsXPCComponents_InterfacesByID.prototype.{0c89efb0-1aae-11d3-9141-006008a6edf6}= new nsIScriptableDateFormat();
-nsXPCComponents_InterfacesByID.prototype.{a6cf9076-15b3-11d2-932e-00805f8add32}= new nsIDOMDocumentFragment();
-nsXPCComponents_InterfacesByID.prototype.{a6cf907a-15b3-11d2-932e-00805f8add32}= new nsIDOMEntityReference();
-nsXPCComponents_InterfacesByID.prototype.{78650582-4e93-4b60-8e85-26ebd3eb14ca}= new nsIProperties();
-nsXPCComponents_InterfacesByID.prototype.{22b00276-ec23-4034-a764-395da539b4be}= new nsIUpdatePrompt();
-nsXPCComponents_InterfacesByID.prototype.{1695ca39-e40d-44dc-81db-a51b6fd234fa}= new nsIDOMSVGRectElement();
-nsXPCComponents_InterfacesByID.prototype.{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b}= new mozITXTToHTMLConv();
-nsXPCComponents_InterfacesByID.prototype.{cb284a83-1ca5-4000-9841-ce345ce84915}= new nsIMicrosummaryObserver();
-nsXPCComponents_InterfacesByID.prototype.{bbf8cab0-d43a-11d3-8cc2-00609792278c}= new nsIDirectoryServiceProvider();
-nsXPCComponents_InterfacesByID.prototype.{4f813a88-7aca-4607-9896-d97270cdf15e}= new nsIDocShellLoadInfo();
-nsXPCComponents_InterfacesByID.prototype.{2fc229a0-5860-11d3-9899-006008962422}= new nsIXPCComponents_Results();
-nsXPCComponents_InterfacesByID.prototype.{e13a24e1-c77a-11d2-80be-006097b76b8e}= new nsIRDFDate();
-nsXPCComponents_InterfacesByID.prototype.{1691a02f-53b2-4cb8-8769-48e7efc908b8}= new nsIContentViewerEdit();
-nsXPCComponents_InterfacesByID.prototype.{d0d4b136-1dd1-11b2-9371-f0727ef827c0}= new nsISupportsPrimitive();
-nsXPCComponents_InterfacesByID.prototype.{a5480e0d-ac7c-42e5-aca5-d7f0bbffa207}= new nsIXULTreeBuilderObserver();
-nsXPCComponents_InterfacesByID.prototype.{8de811f0-1dd2-11b2-8bf1-e9aa324984b2}= new nsISSLStatusProvider();
-nsXPCComponents_InterfacesByID.prototype.{f0edfcdd-8bca-4d32-9226-7421001396a4}= new rdfISerializer();
-nsXPCComponents_InterfacesByID.prototype.{9de04775-77c5-48b5-9f4a-8996a936bfb2}= new nsIDOMSVGPolygonElement();
-nsXPCComponents_InterfacesByID.prototype.{f2166929-91b6-4372-8d5f-c366f47a5f54}= new nsIDOMStorageList();
-nsXPCComponents_InterfacesByID.prototype.{692303c0-2f83-11d3-8cd0-0060b0fc14a3}= new nsIAboutModule();
-nsXPCComponents_InterfacesByID.prototype.{ee42c54a-19d3-472b-8bc3-76318d5ab5f4}= new nsIWritablePropertyBag2();
-nsXPCComponents_InterfacesByID.prototype.{050cdc00-3b8e-11d3-9ce4-a458f454fcbc}= new nsIDocumentStateListener();
-nsXPCComponents_InterfacesByID.prototype.{2edf705f-d252-4971-9f09-71dd0f760dc6}= new nsISHTransaction();
-nsXPCComponents_InterfacesByID.prototype.{eb1a5d30-ab33-11d2-8ec6-00805f29f370}= new nsIRDFXMLSinkObserver();
-nsXPCComponents_InterfacesByID.prototype.{6459b7ce-6b57-4934-a0af-0133ba6f9085}= new nsIOnReadyStateChangeHandler();
-nsXPCComponents_InterfacesByID.prototype.{b6b957e6-1dd1-11b2-89d7-e30624f50b00}= new nsIASN1Sequence();
-nsXPCComponents_InterfacesByID.prototype.{cc79f293-7114-4287-870b-d28aa61aa7df}= new nsIAutoCompleteSimpleResult();
-nsXPCComponents_InterfacesByID.prototype.{2a72e20f-e337-4822-8994-2e35b5550d03}= new nsIDOMToString();
-nsXPCComponents_InterfacesByID.prototype.{fede66a9-9f96-4507-a22a-775ee885577e}= new nsIUpdateManager();
-nsXPCComponents_InterfacesByID.prototype.{77947960-b4af-11d2-bd93-00805f8ae3f4}= new nsIDOMScreen();
-nsXPCComponents_InterfacesByID.prototype.{e400e688-6b54-4a84-8c4e-56b40281981a}= new nsIStreamListenerProxy();
-nsXPCComponents_InterfacesByID.prototype.{9b2f0b4a-8f00-4a78-961a-7e84ed49b0b6}= new nsISchemaLoader();
-nsXPCComponents_InterfacesByID.prototype.{b3507946-4a44-4e40-b66c-f23e320997c5}= new nsPIAccessNode();
-nsXPCComponents_InterfacesByID.prototype.{ddf633d8-e9a4-439d-ad88-de636fd9bb75}= new nsIUploadChannel();
-nsXPCComponents_InterfacesByID.prototype.{d5b61b82-1da4-11d3-bf87-00105a1b0627}= new nsIController();
-nsXPCComponents_InterfacesByID.prototype.{8092b5f3-dc8a-459c-94f1-92f8011f2438}= new nsIDOMSVGURIReference();
-nsXPCComponents_InterfacesByID.prototype.{86960956-edb0-11d4-998b-00b0d02354a0}= new nsIBadCertListener();
-nsXPCComponents_InterfacesByID.prototype.{fc540c28-8edd-4b7a-9c30-8638289b7a7d}= new nsIDOMStorageEvent();
-*/
-BarProp.prototype= new Array();
-function BarProp(){};
-BarProp.prototype.visible=false;
-Screen.prototype= new Array();
-function Screen(){};
-Screen.prototype.top="";
-Screen.prototype.left="";
-Screen.prototype.width=0;
-Screen.prototype.height=0;
-Screen.prototype.pixelDepth=0;
-Screen.prototype.colorDepth=0;
-Screen.prototype.availWidth=0;
-Screen.prototype.availHeight=0;
-Screen.prototype.availLeft="";
-Screen.prototype.availTop="";
-Crypto.prototype= new Array();
-function Crypto(){};
-Crypto.prototype.version="";
-Crypto.prototype.enableSmartCardEvents="";
-Crypto.prototype.generateCRMFRequest=function(){};
-Crypto.prototype.importUserCertificates=function(arg1,arg2,arg3){};
-Crypto.prototype.popChallengeResponse=function(arg1){};
-Crypto.prototype.random=function(arg1){};
-Crypto.prototype.signText=function(arg1,arg2){};
-Crypto.prototype.alert=function(arg1){};
-Crypto.prototype.logout=function(){};
-Crypto.prototype.disableRightClick=function(){};
-Pkcs11.prototype= new Array();
-function Pkcs11(){};
-Pkcs11.prototype.deletemodule=function(arg1){};
-Pkcs11.prototype.addmodule=function(arg1,arg2,arg3,arg4){};
-XULControllers.prototype= new Array();
-function XULControllers(){};
-XULControllers.prototype.QueryInterface=function(arg1){};
-XULControllers.prototype.commandDispatcher="";
-XULControllers.prototype.getControllerForCommand=function(arg1){};
-XULControllers.prototype.insertControllerAt=function(arg1,arg2){};
-XULControllers.prototype.removeControllerAt=function(arg1){};
-XULControllers.prototype.getControllerAt=function(arg1){};
-XULControllers.prototype.appendController=function(arg1){};
-XULControllers.prototype.removeController=function(arg1){};
-XULControllers.prototype.getControllerId=function(arg1){};
-XULControllers.prototype.getControllerById=function(arg1){};
-XULControllers.prototype.getControllerCount=function(){};
-StorageList.prototype= new Array();
-function StorageList(){};
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.support.firefox/META-INF/MANIFEST.MF
deleted file mode 100644
index d788d9b5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,15 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.wst.jsdt.support.firefox;singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.wst.jsdt.ui;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.swt;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)"
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Bundle-Vendor: %Bundle-Vendor
-Bundle-Localization: plugin
-Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/about.html b/bundles/org.eclipse.wst.jsdt.support.firefox/about.html
deleted file mode 100644
index 46023304..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June 2, 2006</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/build.properties b/bundles/org.eclipse.wst.jsdt.support.firefox/build.properties
deleted file mode 100644
index 06c79f5a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/build.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.xml,\
- libraries/,\
- plugin.properties,\
- about.html
-src.includes = libraries/
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/libraries/FireFox2.0.0.3.js b/bundles/org.eclipse.wst.jsdt.support.firefox/libraries/FireFox2.0.0.3.js
deleted file mode 100644
index 6b46b2be..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/libraries/FireFox2.0.0.3.js
+++ /dev/null
@@ -1,8841 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- ******************************************************************************
- *
- **/
-
-
-
-/**
-* Object Window
-* @super Global
-* @type constructor
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype=new Global();
-function Window(){};
-/**
-* property location
-* @type Location
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.location=new Location();
-/**
-* property window
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.window=new Window();
-/**
-* property property
-* @type String
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.property="";
-/**
-* property navigator
-* @type Navigator
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.navigator=new Navigator();
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* function dump(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.dump=function(arg1){};
-/**
-* property console
-* @type Object
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.console=new Object();
-/**
-* property document
-* @type HTMLDocument
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.document=new HTMLDocument();
-/**
-* property Packages
-* @type JavaPackage
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.Packages=new JavaPackage();
-/**
-* property sun
-* @type JavaPackage
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.sun=new JavaPackage();
-/**
-* property java
-* @type JavaPackage
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.java=new JavaPackage();
-/**
-* property netscape
-* @type Object
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.netscape=new Object();
-/**
-* function XPCNativeWrapper()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.XPCNativeWrapper=function(){};
-/**
-* function GeckoActiveXObject(arg1)
-* @type GeckoActiveXObject
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.GeckoActiveXObject=function(arg1){};
-/**
-* property Components
-* @type nsXPCComponents
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.Components=new nsXPCComponents();
-/**
-* property parent
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.parent=new Window();
-/**
-* property top
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.top=new Window();
-/**
-* property scrollbars
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollbars=new BarProp();
-/**
-* property name
-* @type String
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.name="";
-/**
-* property scrollX
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollX=0;
-/**
-* property scrollY
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollY=0;
-/**
-* function scrollTo(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollTo=function(arg1,arg2){};
-/**
-* function scrollBy(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollBy=function(arg1,arg2){};
-/**
-* function getSelection()
-* @type String
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.getSelection=function(){};
-/**
-* function scrollByLines(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollByLines=function(arg1){};
-/**
-* function scrollByPages(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollByPages=function(arg1){};
-/**
-* function sizeToContent()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.sizeToContent=function(){};
-/**
-* function setTimeout()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.setTimeout=function(){};
-/**
-* function setInterval()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.setInterval=function(){};
-/**
-* function clearTimeout()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.clearTimeout=function(){};
-/**
-* function clearInterval()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.clearInterval=function(){};
-/**
-* function setResizable(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.setResizable=function(arg1){};
-/**
-* function captureEvents(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.captureEvents=function(arg1){};
-/**
-* function releaseEvents(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.releaseEvents=function(arg1){};
-/**
-* function routeEvent(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.routeEvent=function(arg1){};
-/**
-* function enableExternalCapture()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.enableExternalCapture=function(){};
-/**
-* function disableExternalCapture()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.disableExternalCapture=function(){};
-/**
-* function prompt()
-* @type String
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.prompt=function(){};
-/**
-* function open()
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.open=function(){};
-/**
-* function openDialog()
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.openDialog=function(){};
-/**
-* property frames
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.frames=new Window();
-/**
-* function find()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.find=function(){};
-/**
-* property self
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.self=new Window();
-/**
-* property screen
-* @type Screen
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.screen=new Screen();
-/**
-* property history
-* @type History
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.history=new History();
-/**
-* property content
-* @type Window
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.content=new Window();
-/**
-* property menubar
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.menubar=new BarProp();
-/**
-* property toolbar
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.toolbar=new BarProp();
-/**
-* property locationbar
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.locationbar=new BarProp();
-/**
-* property personalbar
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.personalbar=new BarProp();
-/**
-* property statusbar
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.statusbar=new BarProp();
-/**
-* property directories
-* @type BarProp
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.directories=new BarProp();
-/**
-* property closed
-* @type Boolean
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.closed=false;
-/**
-* property crypto
-* @type Crypto
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.crypto=new Crypto();
-/**
-* property pkcs11
-* @type Pkcs11
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.pkcs11=new Pkcs11();
-/**
-* property controllers
-* @type XULControllers
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.controllers=new XULControllers();
-/**
-* property opener
-* @type Object
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.opener=new Object();
-/**
-* property status
-* @type String
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.status="";
-/**
-* property defaultStatus
-* @type String
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.defaultStatus="";
-/**
-* property innerWidth
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.innerWidth=0;
-/**
-* property innerHeight
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.innerHeight=0;
-/**
-* property outerWidth
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.outerWidth=0;
-/**
-* property outerHeight
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.outerHeight=0;
-/**
-* property screenX
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.screenX=0;
-/**
-* property screenY
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.screenY=0;
-/**
-* property pageXOffset
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.pageXOffset=0;
-/**
-* property pageYOffset
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.pageYOffset=0;
-/**
-* property scrollMaxX
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollMaxX=0;
-/**
-* property scrollMaxY
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scrollMaxY=0;
-/**
-* property length
-* @type Number
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.length=0;
-/**
-* property fullScreen
-* @type Boolean
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.fullScreen=false;
-/**
-* function alert(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.alert=function(arg1){};
-/**
-* function confirm(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.confirm=function(arg1){};
-/**
-* function focus()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.focus=function(){};
-/**
-* function blur()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.blur=function(){};
-/**
-* function back()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.back=function(){};
-/**
-* function forward()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.forward=function(){};
-/**
-* function home()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.home=function(){};
-/**
-* function stop()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.stop=function(){};
-/**
-* function print()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.print=function(){};
-/**
-* function moveTo(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.moveTo=function(arg1,arg2){};
-/**
-* function moveBy(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.moveBy=function(arg1,arg2){};
-/**
-* function resizeTo(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.resizeTo=function(arg1,arg2){};
-/**
-* function resizeBy(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.resizeBy=function(arg1,arg2){};
-/**
-* function scroll(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.scroll=function(arg1,arg2){};
-/**
-* function close()
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.close=function(){};
-/**
-* function updateCommands(arg1)
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.updateCommands=function(arg1){};
-/**
-* function atob(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.atob=function(arg1){};
-/**
-* function btoa(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.btoa=function(arg1){};
-/**
-* property frameElement
-* @type Object
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.frameElement=new Object();
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.dispatchEvent=function(arg1){};
-/**
-* function getComputedStyle(arg1,arg2)
-* @type CSSStyleDeclaration
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.getComputedStyle=function(arg1,arg2){};
-/**
-* property sessionStorage
-* @type Object
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.sessionStorage=new Object();
-/**
-* property globalStorage
-* @type StorageList
-* @memberOf Window
-* @since FireFox 2.0.0.3
-*/
-Window.prototype.globalStorage=new StorageList();
-
-/**
-* Object Location
-* @super Object
-* @type constructor
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype=new Object();
-function Location(){};
-/**
-* property hash
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.hash="";
-/**
-* property host
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.host="";
-/**
-* property hostname
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.hostname="";
-/**
-* property href
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.href="";
-/**
-* property pathname
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.pathname="";
-/**
-* property port
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.port="";
-/**
-* property protocol
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.protocol="";
-/**
-* property search
-* @type String
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.search="";
-/**
-* function replace(arg1)
-* @param {Object} arg1
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.replace=function(arg1){};
-/**
-* function assign(arg1)
-* @param {Object} arg1
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.assign=function(arg1){};
-/**
-* function reload()
-* @memberOf Location
-* @since FireFox 2.0.0.3
-*/
-Location.prototype.reload=function(){};
-/**
-* Object Navigator
-* @super Object
-* @type constructor
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype=new Object();
-function Navigator(){};
-/**
-* property platform
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.platform="";
-/**
-* property appCodeName
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.appCodeName="";
-/**
-* property appName
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.appName="";
-/**
-* property appVersion
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.appVersion="";
-/**
-* property language
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.language="";
-/**
-* property mimeTypes
-* @type MimeTypeArray
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.mimeTypes=new MimeTypeArray();
-/**
-* property oscpu
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.oscpu="";
-/**
-* property vendor
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.vendor="";
-/**
-* property vendorSub
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.vendorSub="";
-/**
-* property product
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.product="";
-/**
-* property productSub
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.productSub="";
-/**
-* property plugins
-* @type PluginArray
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.plugins=new PluginArray();
-/**
-* property securityPolicy
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.securityPolicy="";
-/**
-* property userAgent
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.userAgent="";
-/**
-* property cookieEnabled
-* @type Boolean
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.cookieEnabled=false;
-/**
-* property onLine
-* @type Boolean
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.onLine=false;
-/**
-* function javaEnabled()
-* @type Boolean
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.javaEnabled=function(){};
-/**
-* function taintEnabled()
-* @type Boolean
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.taintEnabled=function(){};
-/**
-* property buildID
-* @type String
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.buildID="";
-/**
-* function preference()
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.preference=function(){};
-/**
-* function registerContentHandler(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.registerContentHandler=function(arg1,arg2,arg3){};
-/**
-* function registerProtocolHandler(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Navigator
-* @since FireFox 2.0.0.3
-*/
-Navigator.prototype.registerProtocolHandler=function(arg1,arg2,arg3){};
-/**
-* Object MimeTypeArray
-* @super Object
-* @type constructor
-* @memberOf MimeTypeArray
-* @since FireFox 2.0.0.3
-*/
-MimeTypeArray.prototype=new Object();
-function MimeTypeArray(){};
-/**
-* property length
-* @type Number
-* @memberOf MimeTypeArray
-* @since FireFox 2.0.0.3
-*/
-MimeTypeArray.prototype.length=0;
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf MimeTypeArray
-* @since FireFox 2.0.0.3
-*/
-MimeTypeArray.prototype.item=function(arg1){};
-/**
-* function namedItem(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf MimeTypeArray
-* @since FireFox 2.0.0.3
-*/
-MimeTypeArray.prototype.namedItem=function(arg1){};
-/**
-* Object MimeType
-* @super Object
-* @type constructor
-* @memberOf MimeType
-* @since FireFox 2.0.0.3
-*/
-MimeType.prototype=new Object();
-function MimeType(){};
-/**
-* property description
-* @type String
-* @memberOf MimeType
-* @since FireFox 2.0.0.3
-*/
-MimeType.prototype.description="";
-/**
-* property enabledPlugin
-* @type Object
-* @memberOf MimeType
-* @since FireFox 2.0.0.3
-*/
-MimeType.prototype.enabledPlugin=new Object();
-/**
-* property suffixes
-* @type String
-* @memberOf MimeType
-* @since FireFox 2.0.0.3
-*/
-MimeType.prototype.suffixes="";
-/**
-* property type
-* @type String
-* @memberOf MimeType
-* @since FireFox 2.0.0.3
-*/
-MimeType.prototype.type="";
-/**
-* Object PluginArray
-* @super Object
-* @type constructor
-* @memberOf PluginArray
-* @since FireFox 2.0.0.3
-*/
-PluginArray.prototype=new Object();
-function PluginArray(){};
-/**
-* property length
-* @type Number
-* @memberOf PluginArray
-* @since FireFox 2.0.0.3
-*/
-PluginArray.prototype.length=0;
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf PluginArray
-* @since FireFox 2.0.0.3
-*/
-PluginArray.prototype.item=function(arg1){};
-/**
-* function namedItem(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf PluginArray
-* @since FireFox 2.0.0.3
-*/
-PluginArray.prototype.namedItem=function(arg1){};
-/**
-* function refresh()
-* @memberOf PluginArray
-* @since FireFox 2.0.0.3
-*/
-PluginArray.prototype.refresh=function(){};
-/**
-* Object Plugin
-* @super Object
-* @type constructor
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype=new Object();
-function Plugin(){};
-/**
-* property length
-* @type Number
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype.length=0;
-/**
-* property description
-* @type String
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype.description="";
-/**
-* property filename
-* @type String
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype.filename="";
-/**
-* property name
-* @type String
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype.name="";
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype.item=function(arg1){};
-/**
-* function namedItem(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf Plugin
-* @since FireFox 2.0.0.3
-*/
-Plugin.prototype.namedItem=function(arg1){};
-/**
-* Object HTMLDocument
-* @super Object
-* @type constructor
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype=new Object();
-function HTMLDocument(){};
-/**
-* function open()
-* @type Window
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.open=function(){};
-/**
-* property location
-* @type Location
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.location=new Location();
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property xmlVersion
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.xmlVersion=new Object();
-/**
-* property title
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.title="";
-/**
-* property referrer
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.referrer="";
-/**
-* property styleSheets
-* @type StyleSheetList
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.styleSheets=new StyleSheetList();
-/**
-* property baseURI
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.textContent=new Object();
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* property nodeName
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.nodeName="";
-/**
-* property nodeValue
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.nodeValue=new Object();
-/**
-* property nodeType
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.nodeType=0;
-/**
-* property parentNode
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.parentNode=new Object();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type DocumentType
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.firstChild=new DocumentType();
-/**
-* property lastChild
-* @type HTMLHtmlElement
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.lastChild=new HTMLHtmlElement();
-/**
-* property previousSibling
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.previousSibling=new Object();
-/**
-* property nextSibling
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.nextSibling=new Object();
-/**
-* property attributes
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.attributes=new Object();
-/**
-* property ownerDocument
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.ownerDocument=new Object();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.prefix=new Object();
-/**
-* property localName
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.localName=new Object();
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.hasAttributes=function(){};
-/**
-* property doctype
-* @type DocumentType
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.doctype=new DocumentType();
-/**
-* property implementation
-* @type DOMImplementation
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.implementation=new DOMImplementation();
-/**
-* property documentElement
-* @type HTMLHtmlElement
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.documentElement=new HTMLHtmlElement();
-/**
-* function createElement(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createElement=function(arg1){};
-/**
-* function createDocumentFragment()
-* @type DocumentFragment
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createDocumentFragment=function(){return new DocumentFragment();};
-/**
-* function createTextNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createTextNode=function(arg1){};
-/**
-* function createComment(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createComment=function(arg1){};
-/**
-* function createCDATASection(arg1)
-* @type Text
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createCDATASection=function(arg1){};
-/**
-* function createProcessingInstruction(arg1,arg2)
-* @type Element
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createProcessingInstruction=function(arg1,arg2){};
-/**
-* function createAttribute(arg1)
-* @type Attr
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createAttribute=function(arg1){};
-/**
-* function createEntityReference(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createEntityReference=function(arg1){};
-/**
-* function getElementsByTagName(arg1)
-* @type NodeList
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getElementsByTagName=function(arg1){};
-/**
-* function importNode(arg1,arg2)
-* @type Element
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.importNode=function(arg1,arg2){};
-/**
-* function createElementNS(arg1,arg2)
-* @type Element
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createElementNS=function(arg1,arg2){};
-/**
-* function createAttributeNS(arg1,arg2)
-* @type Element
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createAttributeNS=function(arg1,arg2){};
-/**
-* function getElementsByTagNameNS(arg1,arg2)
-* @type NodeList
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-/**
-* function getElementById(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getElementById=function(arg1){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.NOTATION_NODE=0;
-/**
-* property URL
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.URL="";
-/**
-* property body
-* @type HTMLBodyElement
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.body=new HTMLBodyElement();
-/**
-* property images
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.images=new HTMLCollection();
-/**
-* property applets
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.applets=new HTMLCollection();
-/**
-* property links
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.links=new HTMLCollection();
-/**
-* property forms
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.forms=new HTMLCollection();
-/**
-* property anchors
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.anchors=new HTMLCollection();
-/**
-* property cookie
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.cookie="";
-/**
-* function close()
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.close=function(){};
-/**
-* function getElementsByName(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getElementsByName=function(arg1){};
-/**
-* property width
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.width=0;
-/**
-* property height
-* @type Number
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.height=0;
-/**
-* property alinkColor
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.alinkColor="";
-/**
-* property linkColor
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.linkColor="";
-/**
-* property vlinkColor
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.vlinkColor="";
-/**
-* property bgColor
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.bgColor="";
-/**
-* property fgColor
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.fgColor="";
-/**
-* property domain
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.domain="";
-/**
-* property embeds
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.embeds=new HTMLCollection();
-/**
-* function getSelection()
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getSelection=function(){};
-/**
-* function write()
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.write=function(){};
-/**
-* function writeln()
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.writeln=function(){};
-/**
-* function clear()
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.clear=function(){};
-/**
-* function captureEvents(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.captureEvents=function(arg1){};
-/**
-* function releaseEvents(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.releaseEvents=function(arg1){};
-/**
-* function routeEvent(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.routeEvent=function(arg1){};
-/**
-* property compatMode
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.compatMode="";
-/**
-* property plugins
-* @type HTMLCollection
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.plugins=new HTMLCollection();
-/**
-* property designMode
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.designMode="";
-/**
-* function execCommand(arg1,arg2,arg3)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.execCommand=function(arg1,arg2,arg3){};
-/**
-* function execCommandShowHelp(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.execCommandShowHelp=function(arg1){};
-/**
-* function queryCommandEnabled(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.queryCommandEnabled=function(arg1){};
-/**
-* function queryCommandIndeterm(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.queryCommandIndeterm=function(arg1){};
-/**
-* function queryCommandState(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.queryCommandState=function(arg1){};
-/**
-* function queryCommandSupported(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.queryCommandSupported=function(arg1){};
-/**
-* function queryCommandText(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.queryCommandText=function(arg1){};
-/**
-* function queryCommandValue(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.queryCommandValue=function(arg1){};
-/**
-* property characterSet
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.characterSet="";
-/**
-* property dir
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.dir="";
-/**
-* property contentType
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.contentType="";
-/**
-* property lastModified
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.lastModified="";
-/**
-* function getBoxObjectFor(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getBoxObjectFor=function(arg1){};
-/**
-* function setBoxObjectFor(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.setBoxObjectFor=function(arg1,arg2){};
-/**
-* function createEvent(arg1)
-* @type Event
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createEvent=function(arg1){};
-/**
-* property preferredStylesheetSet
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.preferredStylesheetSet="";
-/**
-* property defaultView
-* @type Window
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.defaultView=new Window();
-/**
-* function createRange()
-* @type Range
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createRange=function(){};
-/**
-* function createNodeIterator(arg1,arg2,arg3,arg4)
-* @type Iterator
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @param {Object} arg4
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createNodeIterator=function(arg1,arg2,arg3,arg4){};
-/**
-* function createTreeWalker(arg1,arg2,arg3,arg4)
-* @type TreeWalker
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @param {Object} arg4
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createTreeWalker=function(arg1,arg2,arg3,arg4){};
-/**
-* function getAnonymousNodes(arg1)
-* @type NodeList
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getAnonymousNodes=function(arg1){};
-/**
-* function getAnonymousElementByAttribute(arg1,arg2,arg3)
-* @type Element
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getAnonymousElementByAttribute=function(arg1,arg2,arg3){};
-/**
-* function addBinding(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.addBinding=function(arg1,arg2){};
-/**
-* function removeBinding(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.removeBinding=function(arg1,arg2){};
-/**
-* function getBindingParent(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.getBindingParent=function(arg1){};
-/**
-* function loadBindingDocument(arg1)
-* @type HTMLDocument
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.loadBindingDocument=function(arg1){};
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.dispatchEvent=function(arg1){};
-/**
-* property inputEncoding
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.inputEncoding="";
-/**
-* property xmlEncoding
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.xmlEncoding=new Object();
-/**
-* property xmlStandalone
-* @type Boolean
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.xmlStandalone=false;
-/**
-* property strictErrorChecking
-* @type Boolean
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.strictErrorChecking=false;
-/**
-* property documentURI
-* @type String
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.documentURI="";
-/**
-* function adoptNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.adoptNode=function(arg1){};
-/**
-* property domConfig
-* @type Object
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.domConfig=new Object();
-/**
-* function normalizeDocument()
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.normalizeDocument=function(){};
-/**
-* function renameNode(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.renameNode=function(arg1,arg2,arg3){};
-/**
-* function createExpression(arg1,arg2)
-* @type RegExp
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createExpression=function(arg1,arg2){};
-/**
-* function createNSResolver(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.createNSResolver=function(arg1){};
-/**
-* function evaluate(arg1,arg2,arg3,arg4,arg5)
-* @type HTMLDocument
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @param {Object} arg4
-* @param {Object} arg5
-* @memberOf HTMLDocument
-* @since FireFox 2.0.0.3
-*/
-HTMLDocument.prototype.evaluate=function(arg1,arg2,arg3,arg4,arg5){};
-/**
-* Object StyleSheetList
-* @super Object
-* @type constructor
-* @memberOf StyleSheetList
-* @since FireFox 2.0.0.3
-*/
-StyleSheetList.prototype=new Object();
-function StyleSheetList(){};
-/**
-* property length
-* @type Number
-* @memberOf StyleSheetList
-* @since FireFox 2.0.0.3
-*/
-StyleSheetList.prototype.length=0;
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf StyleSheetList
-* @since FireFox 2.0.0.3
-*/
-StyleSheetList.prototype.item=function(arg1){};
-/**
-* Object NodeList
-* @super Object
-* @type constructor
-* @memberOf NodeList
-* @since FireFox 2.0.0.3
-*/
-NodeList.prototype=new Object();
-function NodeList(){};
-/**
-* property length
-* @type Number
-* @memberOf NodeList
-* @since FireFox 2.0.0.3
-*/
-NodeList.prototype.length=0;
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf NodeList
-* @since FireFox 2.0.0.3
-*/
-NodeList.prototype.item=function(arg1){};
-DocumentFragment.prototype=new Object();
-function DocumentFragment(){};
-/**
-* Object DocumentType
-* @super Object
-* @type constructor
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype=new Object();
-function DocumentType(){};
-/**
-* property nodeName
-* @type String
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.nodeName="";
-/**
-* property nodeValue
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.nodeValue=new Object();
-/**
-* property nodeType
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLDocument
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.parentNode=new HTMLDocument();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.firstChild=new Object();
-/**
-* property lastChild
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.lastChild=new Object();
-/**
-* property previousSibling
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.previousSibling=new Object();
-/**
-* property nextSibling
-* @type HTMLHtmlElement
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.nextSibling=new HTMLHtmlElement();
-/**
-* property attributes
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.attributes=new Object();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.prefix=new Object();
-/**
-* property localName
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.localName=new Object();
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.hasAttributes=function(){};
-/**
-* property name
-* @type String
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.name="";
-/**
-* property entities
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.entities=new Object();
-/**
-* property notations
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.notations=new Object();
-/**
-* property publicId
-* @type String
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.publicId="";
-/**
-* property systemId
-* @type String
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.systemId="";
-/**
-* property internalSubset
-* @type String
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.internalSubset="";
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.NOTATION_NODE=0;
-/**
-* property baseURI
-* @type String
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type Object
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.textContent=new Object();
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf DocumentType
-* @since FireFox 2.0.0.3
-*/
-DocumentType.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object HTMLHtmlElement
-* @super Object
-* @type constructor
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype=new Object();
-function HTMLHtmlElement(){};
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property nodeName
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.nodeName="";
-/**
-* property nodeValue
-* @type Object
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.nodeValue=new Object();
-/**
-* property nodeType
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLDocument
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.parentNode=new HTMLDocument();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type HTMLHeadElement
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.firstChild=new HTMLHeadElement();
-/**
-* property lastChild
-* @type HTMLBodyElement
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.lastChild=new HTMLBodyElement();
-/**
-* property previousSibling
-* @type DocumentType
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.previousSibling=new DocumentType();
-/**
-* property nextSibling
-* @type Object
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.nextSibling=new Object();
-/**
-* property attributes
-* @type NamedNodeMap
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.attributes=new NamedNodeMap();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.prefix=new Object();
-/**
-* property localName
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.localName="";
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.hasAttributes=function(){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.NOTATION_NODE=0;
-/**
-* property tagName
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.tagName="";
-/**
-* function getAttribute(arg1)
-* @type Attr
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getAttribute=function(arg1){};
-/**
-* function setAttribute(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.setAttribute=function(arg1,arg2){};
-/**
-* function removeAttribute(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.removeAttribute=function(arg1){};
-/**
-* function getAttributeNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getAttributeNode=function(arg1){};
-/**
-* function setAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.setAttributeNode=function(arg1){};
-/**
-* function removeAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.removeAttributeNode=function(arg1){};
-/**
-* function getElementsByTagName(arg1)
-* @type NodeList
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getElementsByTagName=function(arg1){};
-/**
-* function getAttributeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getAttributeNS=function(arg1,arg2){};
-/**
-* function setAttributeNS(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-/**
-* function removeAttributeNS(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.removeAttributeNS=function(arg1,arg2){};
-/**
-* function getAttributeNodeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-/**
-* function setAttributeNodeNS(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.setAttributeNodeNS=function(arg1){};
-/**
-* function getElementsByTagNameNS(arg1,arg2)
-* @type NodeList
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-/**
-* function hasAttribute(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.hasAttribute=function(arg1){};
-/**
-* function hasAttributeNS(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.hasAttributeNS=function(arg1,arg2){};
-/**
-* property id
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.id="";
-/**
-* property title
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.title="";
-/**
-* property lang
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.lang="";
-/**
-* property dir
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.dir="";
-/**
-* property className
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.className="";
-/**
-* property version
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.version="";
-/**
-* property offsetTop
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.offsetTop=0;
-/**
-* property offsetLeft
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.offsetLeft=0;
-/**
-* property offsetWidth
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.offsetWidth=0;
-/**
-* property offsetHeight
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.offsetHeight=0;
-/**
-* property offsetParent
-* @type Object
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.offsetParent=new Object();
-/**
-* property innerHTML
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.innerHTML="";
-/**
-* property scrollTop
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.scrollTop=0;
-/**
-* property scrollLeft
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.scrollLeft=0;
-/**
-* property scrollHeight
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.scrollHeight=0;
-/**
-* property scrollWidth
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.scrollWidth=0;
-/**
-* property clientHeight
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.clientHeight=0;
-/**
-* property clientWidth
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.clientWidth=0;
-/**
-* property tabIndex
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.tabIndex=0;
-/**
-* function blur()
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.blur=function(){};
-/**
-* function focus()
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.focus=function(){};
-/**
-* property spellcheck
-* @type Boolean
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.spellcheck=false;
-/**
-* property style
-* @type CSSStyleDeclaration
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.style=new CSSStyleDeclaration();
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.dispatchEvent=function(arg1){};
-/**
-* property baseURI
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf HTMLHtmlElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHtmlElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object HTMLHeadElement
-* @super Object
-* @type constructor
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype=new Object();
-function HTMLHeadElement(){};
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property nodeName
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.nodeName="";
-/**
-* property nodeValue
-* @type Object
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.nodeValue=new Object();
-/**
-* property nodeType
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLHtmlElement
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.parentNode=new HTMLHtmlElement();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Comment
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.firstChild=new Comment();
-/**
-* property lastChild
-* @type HTMLScriptElement
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.lastChild=new HTMLScriptElement();
-/**
-* property previousSibling
-* @type Object
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.previousSibling=new Object();
-/**
-* property nextSibling
-* @type HTMLBodyElement
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.nextSibling=new HTMLBodyElement();
-/**
-* property attributes
-* @type NamedNodeMap
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.attributes=new NamedNodeMap();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.prefix=new Object();
-/**
-* property localName
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.localName="";
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.hasAttributes=function(){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.NOTATION_NODE=0;
-/**
-* property tagName
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.tagName="";
-/**
-* function getAttribute(arg1)
-* @type Attr
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getAttribute=function(arg1){};
-/**
-* function setAttribute(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.setAttribute=function(arg1,arg2){};
-/**
-* function removeAttribute(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.removeAttribute=function(arg1){};
-/**
-* function getAttributeNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getAttributeNode=function(arg1){};
-/**
-* function setAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.setAttributeNode=function(arg1){};
-/**
-* function removeAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.removeAttributeNode=function(arg1){};
-/**
-* function getElementsByTagName(arg1)
-* @type NodeList
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getElementsByTagName=function(arg1){};
-/**
-* function getAttributeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getAttributeNS=function(arg1,arg2){};
-/**
-* function setAttributeNS(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-/**
-* function removeAttributeNS(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.removeAttributeNS=function(arg1,arg2){};
-/**
-* function getAttributeNodeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-/**
-* function setAttributeNodeNS(arg1)
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.setAttributeNodeNS=function(arg1){};
-/**
-* function getElementsByTagNameNS(arg1,arg2)
-* @type NodeList
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-/**
-* function hasAttribute(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.hasAttribute=function(arg1){};
-/**
-* function hasAttributeNS(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.hasAttributeNS=function(arg1,arg2){};
-/**
-* property id
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.id="";
-/**
-* property title
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.title="";
-/**
-* property lang
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.lang="";
-/**
-* property dir
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.dir="";
-/**
-* property className
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.className="";
-/**
-* property profile
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.profile="";
-/**
-* property offsetTop
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.offsetTop=0;
-/**
-* property offsetLeft
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.offsetLeft=0;
-/**
-* property offsetWidth
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.offsetWidth=0;
-/**
-* property offsetHeight
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.offsetHeight=0;
-/**
-* property offsetParent
-* @type Object
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.offsetParent=new Object();
-/**
-* property innerHTML
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.innerHTML="";
-/**
-* property scrollTop
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.scrollTop=0;
-/**
-* property scrollLeft
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.scrollLeft=0;
-/**
-* property scrollHeight
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.scrollHeight=0;
-/**
-* property scrollWidth
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.scrollWidth=0;
-/**
-* property clientHeight
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.clientHeight=0;
-/**
-* property clientWidth
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.clientWidth=0;
-/**
-* property tabIndex
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.tabIndex=0;
-/**
-* function blur()
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.blur=function(){};
-/**
-* function focus()
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.focus=function(){};
-/**
-* property spellcheck
-* @type Boolean
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.spellcheck=false;
-/**
-* property style
-* @type CSSStyleDeclaration
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.style=new CSSStyleDeclaration();
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.dispatchEvent=function(arg1){};
-/**
-* property baseURI
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf HTMLHeadElement
-* @since FireFox 2.0.0.3
-*/
-HTMLHeadElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object Comment
-* @super Object
-* @type constructor
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype=new Object();
-function Comment(){};
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property nodeName
-* @type String
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.nodeName="";
-/**
-* property nodeValue
-* @type String
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.nodeValue="";
-/**
-* property nodeType
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLHeadElement
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.parentNode=new HTMLHeadElement();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.firstChild=new Object();
-/**
-* property lastChild
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.lastChild=new Object();
-/**
-* property previousSibling
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.previousSibling=new Object();
-/**
-* property nextSibling
-* @type Comment
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.nextSibling=new Comment();
-/**
-* property attributes
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.attributes=new Object();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.prefix=new Object();
-/**
-* property localName
-* @type Object
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.localName=new Object();
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.hasAttributes=function(){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.NOTATION_NODE=0;
-/**
-* property data
-* @type String
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.data="";
-/**
-* property length
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.length=0;
-/**
-* function substringData(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.substringData=function(arg1,arg2){};
-/**
-* function appendData(arg1)
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.appendData=function(arg1){};
-/**
-* function insertData(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.insertData=function(arg1,arg2){};
-/**
-* function deleteData(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.deleteData=function(arg1,arg2){};
-/**
-* function replaceData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.replaceData=function(arg1,arg2,arg3){};
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.dispatchEvent=function(arg1){};
-/**
-* property baseURI
-* @type String
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf Comment
-* @since FireFox 2.0.0.3
-*/
-Comment.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object HTMLScriptElement
-* @super Object
-* @type constructor
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype=new Object();
-function HTMLScriptElement(){};
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property nodeName
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.nodeName="";
-/**
-* property nodeValue
-* @type Object
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.nodeValue=new Object();
-/**
-* property nodeType
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLHeadElement
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.parentNode=new HTMLHeadElement();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Text
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.firstChild=new Text();
-/**
-* property lastChild
-* @type Text
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.lastChild=new Text();
-/**
-* property previousSibling
-* @type Text
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.previousSibling=new Text();
-/**
-* property nextSibling
-* @type Object
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.nextSibling=new Object();
-/**
-* property attributes
-* @type NamedNodeMap
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.attributes=new NamedNodeMap();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.prefix=new Object();
-/**
-* property localName
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.localName="";
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.hasAttributes=function(){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.NOTATION_NODE=0;
-/**
-* property tagName
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.tagName="";
-/**
-* function getAttribute(arg1)
-* @type Attr
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getAttribute=function(arg1){};
-/**
-* function setAttribute(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.setAttribute=function(arg1,arg2){};
-/**
-* function removeAttribute(arg1)
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.removeAttribute=function(arg1){};
-/**
-* function getAttributeNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getAttributeNode=function(arg1){};
-/**
-* function setAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.setAttributeNode=function(arg1){};
-/**
-* function removeAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.removeAttributeNode=function(arg1){};
-/**
-* function getElementsByTagName(arg1)
-* @type NodeList
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getElementsByTagName=function(arg1){};
-/**
-* function getAttributeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getAttributeNS=function(arg1,arg2){};
-/**
-* function setAttributeNS(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-/**
-* function removeAttributeNS(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.removeAttributeNS=function(arg1,arg2){};
-/**
-* function getAttributeNodeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-/**
-* function setAttributeNodeNS(arg1)
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.setAttributeNodeNS=function(arg1){};
-/**
-* function getElementsByTagNameNS(arg1,arg2)
-* @type NodeList
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-/**
-* function hasAttribute(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.hasAttribute=function(arg1){};
-/**
-* function hasAttributeNS(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.hasAttributeNS=function(arg1,arg2){};
-/**
-* property id
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.id="";
-/**
-* property title
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.title="";
-/**
-* property lang
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.lang="";
-/**
-* property dir
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.dir="";
-/**
-* property className
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.className="";
-/**
-* property text
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.text="";
-/**
-* property htmlFor
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.htmlFor="";
-/**
-* property event
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.event="";
-/**
-* property charset
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.charset="";
-/**
-* property defer
-* @type Boolean
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.defer=false;
-/**
-* property src
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.src="";
-/**
-* property type
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.type="";
-/**
-* property offsetTop
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.offsetTop=0;
-/**
-* property offsetLeft
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.offsetLeft=0;
-/**
-* property offsetWidth
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.offsetWidth=0;
-/**
-* property offsetHeight
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.offsetHeight=0;
-/**
-* property offsetParent
-* @type Object
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.offsetParent=new Object();
-/**
-* property innerHTML
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.innerHTML="";
-/**
-* property scrollTop
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.scrollTop=0;
-/**
-* property scrollLeft
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.scrollLeft=0;
-/**
-* property scrollHeight
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.scrollHeight=0;
-/**
-* property scrollWidth
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.scrollWidth=0;
-/**
-* property clientHeight
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.clientHeight=0;
-/**
-* property clientWidth
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.clientWidth=0;
-/**
-* property tabIndex
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.tabIndex=0;
-/**
-* function blur()
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.blur=function(){};
-/**
-* function focus()
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.focus=function(){};
-/**
-* property spellcheck
-* @type Boolean
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.spellcheck=false;
-/**
-* property style
-* @type CSSStyleDeclaration
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.style=new CSSStyleDeclaration();
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.dispatchEvent=function(arg1){};
-/**
-* property baseURI
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf HTMLScriptElement
-* @since FireFox 2.0.0.3
-*/
-HTMLScriptElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object Text
-* @super Object
-* @type constructor
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype=new Object();
-function Text(){};
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property nodeName
-* @type String
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.nodeName="";
-/**
-* property nodeValue
-* @type String
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.nodeValue="";
-/**
-* property nodeType
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLScriptElement
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.parentNode=new HTMLScriptElement();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.firstChild=new Object();
-/**
-* property lastChild
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.lastChild=new Object();
-/**
-* property previousSibling
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.previousSibling=new Object();
-/**
-* property nextSibling
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.nextSibling=new Object();
-/**
-* property attributes
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.attributes=new Object();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.prefix=new Object();
-/**
-* property localName
-* @type Object
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.localName=new Object();
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.hasAttributes=function(){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.NOTATION_NODE=0;
-/**
-* property data
-* @type String
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.data="";
-/**
-* property length
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.length=0;
-/**
-* function substringData(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.substringData=function(arg1,arg2){};
-/**
-* function appendData(arg1)
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.appendData=function(arg1){};
-/**
-* function insertData(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.insertData=function(arg1,arg2){};
-/**
-* function deleteData(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.deleteData=function(arg1,arg2){};
-/**
-* function replaceData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.replaceData=function(arg1,arg2,arg3){};
-/**
-* function splitText(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.splitText=function(arg1){};
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.dispatchEvent=function(arg1){};
-/**
-* property baseURI
-* @type String
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf Text
-* @since FireFox 2.0.0.3
-*/
-Text.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object NamedNodeMap
-* @super Object
-* @type constructor
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype=new Object();
-function NamedNodeMap(){};
-/**
-* property length
-* @type Number
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.length=0;
-/**
-* function getNamedItem(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.getNamedItem=function(arg1){};
-/**
-* function setNamedItem(arg1)
-* @param {Object} arg1
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.setNamedItem=function(arg1){};
-/**
-* function removeNamedItem(arg1)
-* @param {Object} arg1
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.removeNamedItem=function(arg1){};
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.item=function(arg1){};
-/**
-* function getNamedItemNS(arg1,arg2)
-* @type Element
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.getNamedItemNS=function(arg1,arg2){};
-/**
-* function setNamedItemNS(arg1)
-* @param {Object} arg1
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.setNamedItemNS=function(arg1){};
-/**
-* function removeNamedItemNS(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf NamedNodeMap
-* @since FireFox 2.0.0.3
-*/
-NamedNodeMap.prototype.removeNamedItemNS=function(arg1,arg2){};
-/**
-* Object Attr
-* @super Object
-* @type constructor
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype=new Object();
-function Attr(){};
-/**
-* property nodeName
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.nodeName="";
-/**
-* property nodeValue
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.nodeValue="";
-/**
-* property nodeType
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.nodeType=0;
-/**
-* property parentNode
-* @type Object
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.parentNode=new Object();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Text
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.firstChild=new Text();
-/**
-* property lastChild
-* @type Text
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.lastChild=new Text();
-/**
-* property previousSibling
-* @type Object
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.previousSibling=new Object();
-/**
-* property nextSibling
-* @type Object
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.nextSibling=new Object();
-/**
-* property attributes
-* @type Object
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.attributes=new Object();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.prefix=new Object();
-/**
-* property localName
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.localName="";
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.hasAttributes=function(){};
-/**
-* property name
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.name="";
-/**
-* property specified
-* @type Boolean
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.specified=false;
-/**
-* property value
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.value="";
-/**
-* property ownerElement
-* @type HTMLScriptElement
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.ownerElement=new HTMLScriptElement();
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.NOTATION_NODE=0;
-/**
-* property baseURI
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf Attr
-* @since FireFox 2.0.0.3
-*/
-Attr.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object CSSStyleDeclaration
-* @super Object
-* @type constructor
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype=new Object();
-function CSSStyleDeclaration(){};
-/**
-* property length
-* @type Number
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.length=0;
-/**
-* property cssText
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.cssText="";
-/**
-* function getPropertyValue(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.getPropertyValue=function(arg1){};
-/**
-* function getPropertyCSSValue(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.getPropertyCSSValue=function(arg1){};
-/**
-* function removeProperty(arg1)
-* @param {Object} arg1
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.removeProperty=function(arg1){};
-/**
-* function getPropertyPriority(arg1)
-* @type Number
-* @param {Object} arg1
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.getPropertyPriority=function(arg1){};
-/**
-* function setProperty(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.setProperty=function(arg1,arg2,arg3){};
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.item=function(arg1){};
-/**
-* property parentRule
-* @type Object
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.parentRule=new Object();
-/**
-* property azimuth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.azimuth="";
-/**
-* property background
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.background="";
-/**
-* property backgroundAttachment
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.backgroundAttachment="";
-/**
-* property backgroundColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.backgroundColor="";
-/**
-* property backgroundImage
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.backgroundImage="";
-/**
-* property backgroundPosition
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.backgroundPosition="";
-/**
-* property backgroundRepeat
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.backgroundRepeat="";
-/**
-* property border
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.border="";
-/**
-* property borderCollapse
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderCollapse="";
-/**
-* property borderColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderColor="";
-/**
-* property borderSpacing
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderSpacing="";
-/**
-* property borderStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderStyle="";
-/**
-* property borderTop
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderTop="";
-/**
-* property borderRight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderRight="";
-/**
-* property borderBottom
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderBottom="";
-/**
-* property borderLeft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderLeft="";
-/**
-* property borderTopColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderTopColor="";
-/**
-* property borderRightColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderRightColor="";
-/**
-* property borderBottomColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderBottomColor="";
-/**
-* property borderLeftColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderLeftColor="";
-/**
-* property borderTopStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderTopStyle="";
-/**
-* property borderRightStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderRightStyle="";
-/**
-* property borderBottomStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderBottomStyle="";
-/**
-* property borderLeftStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderLeftStyle="";
-/**
-* property borderTopWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderTopWidth="";
-/**
-* property borderRightWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderRightWidth="";
-/**
-* property borderBottomWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderBottomWidth="";
-/**
-* property borderLeftWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderLeftWidth="";
-/**
-* property borderWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.borderWidth="";
-/**
-* property bottom
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.bottom="";
-/**
-* property captionSide
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.captionSide="";
-/**
-* property clear
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.clear="";
-/**
-* property clip
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.clip="";
-/**
-* property color
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.color="";
-/**
-* property content
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.content="";
-/**
-* property counterIncrement
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.counterIncrement="";
-/**
-* property counterReset
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.counterReset="";
-/**
-* property cue
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.cue="";
-/**
-* property cueAfter
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.cueAfter="";
-/**
-* property cueBefore
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.cueBefore="";
-/**
-* property cursor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.cursor="";
-/**
-* property direction
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.direction="";
-/**
-* property display
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.display="";
-/**
-* property elevation
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.elevation="";
-/**
-* property emptyCells
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.emptyCells="";
-/**
-* property cssFloat
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.cssFloat="";
-/**
-* property font
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.font="";
-/**
-* property fontFamily
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontFamily="";
-/**
-* property fontSize
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontSize="";
-/**
-* property fontSizeAdjust
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontSizeAdjust="";
-/**
-* property fontStretch
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontStretch="";
-/**
-* property fontStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontStyle="";
-/**
-* property fontVariant
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontVariant="";
-/**
-* property fontWeight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.fontWeight="";
-/**
-* property height
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.height="";
-/**
-* property left
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.left="";
-/**
-* property letterSpacing
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.letterSpacing="";
-/**
-* property lineHeight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.lineHeight="";
-/**
-* property listStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.listStyle="";
-/**
-* property listStyleImage
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.listStyleImage="";
-/**
-* property listStylePosition
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.listStylePosition="";
-/**
-* property listStyleType
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.listStyleType="";
-/**
-* property margin
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.margin="";
-/**
-* property marginTop
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.marginTop="";
-/**
-* property marginRight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.marginRight="";
-/**
-* property marginBottom
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.marginBottom="";
-/**
-* property marginLeft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.marginLeft="";
-/**
-* property markerOffset
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.markerOffset="";
-/**
-* property marks
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.marks="";
-/**
-* property maxHeight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.maxHeight="";
-/**
-* property maxWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.maxWidth="";
-/**
-* property minHeight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.minHeight="";
-/**
-* property minWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.minWidth="";
-/**
-* property orphans
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.orphans="";
-/**
-* property outline
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.outline="";
-/**
-* property outlineColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.outlineColor="";
-/**
-* property outlineStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.outlineStyle="";
-/**
-* property outlineWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.outlineWidth="";
-/**
-* property overflow
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.overflow="";
-/**
-* property padding
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.padding="";
-/**
-* property paddingTop
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.paddingTop="";
-/**
-* property paddingRight
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.paddingRight="";
-/**
-* property paddingBottom
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.paddingBottom="";
-/**
-* property paddingLeft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.paddingLeft="";
-/**
-* property page
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.page="";
-/**
-* property pageBreakAfter
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pageBreakAfter="";
-/**
-* property pageBreakBefore
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pageBreakBefore="";
-/**
-* property pageBreakInside
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pageBreakInside="";
-/**
-* property pause
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pause="";
-/**
-* property pauseAfter
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pauseAfter="";
-/**
-* property pauseBefore
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pauseBefore="";
-/**
-* property pitch
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pitch="";
-/**
-* property pitchRange
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.pitchRange="";
-/**
-* property position
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.position="";
-/**
-* property quotes
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.quotes="";
-/**
-* property richness
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.richness="";
-/**
-* property right
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.right="";
-/**
-* property size
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.size="";
-/**
-* property speak
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.speak="";
-/**
-* property speakHeader
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.speakHeader="";
-/**
-* property speakNumeral
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.speakNumeral="";
-/**
-* property speakPunctuation
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.speakPunctuation="";
-/**
-* property speechRate
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.speechRate="";
-/**
-* property stress
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.stress="";
-/**
-* property tableLayout
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.tableLayout="";
-/**
-* property textAlign
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.textAlign="";
-/**
-* property textDecoration
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.textDecoration="";
-/**
-* property textIndent
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.textIndent="";
-/**
-* property textShadow
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.textShadow="";
-/**
-* property textTransform
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.textTransform="";
-/**
-* property top
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.top="";
-/**
-* property unicodeBidi
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.unicodeBidi="";
-/**
-* property verticalAlign
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.verticalAlign="";
-/**
-* property visibility
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.visibility="";
-/**
-* property voiceFamily
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.voiceFamily="";
-/**
-* property volume
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.volume="";
-/**
-* property whiteSpace
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.whiteSpace="";
-/**
-* property widows
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.widows="";
-/**
-* property width
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.width="";
-/**
-* property wordSpacing
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.wordSpacing="";
-/**
-* property zIndex
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.zIndex="";
-/**
-* property MozAppearance
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozAppearance="";
-/**
-* property MozBackgroundClip
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBackgroundClip="";
-/**
-* property MozBackgroundInlinePolicy
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBackgroundInlinePolicy="";
-/**
-* property MozBackgroundOrigin
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBackgroundOrigin="";
-/**
-* property MozBinding
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBinding="";
-/**
-* property MozBorderBottomColors
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderBottomColors="";
-/**
-* property MozBorderLeftColors
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderLeftColors="";
-/**
-* property MozBorderRightColors
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderRightColors="";
-/**
-* property MozBorderTopColors
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderTopColors="";
-/**
-* property MozBorderRadius
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderRadius="";
-/**
-* property MozBorderRadiusTopleft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderRadiusTopleft="";
-/**
-* property MozBorderRadiusTopright
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderRadiusTopright="";
-/**
-* property MozBorderRadiusBottomleft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderRadiusBottomleft="";
-/**
-* property MozBorderRadiusBottomright
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBorderRadiusBottomright="";
-/**
-* property MozBoxAlign
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxAlign="";
-/**
-* property MozBoxDirection
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxDirection="";
-/**
-* property MozBoxFlex
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxFlex="";
-/**
-* property MozBoxOrient
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxOrient="";
-/**
-* property MozBoxOrdinalGroup
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxOrdinalGroup="";
-/**
-* property MozBoxPack
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxPack="";
-/**
-* property MozBoxSizing
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozBoxSizing="";
-/**
-* property MozColumnCount
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozColumnCount="";
-/**
-* property MozColumnWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozColumnWidth="";
-/**
-* property MozColumnGap
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozColumnGap="";
-/**
-* property MozFloatEdge
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozFloatEdge="";
-/**
-* property MozForceBrokenImageIcon
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozForceBrokenImageIcon="";
-/**
-* property MozImageRegion
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozImageRegion="";
-/**
-* property MozMarginEnd
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozMarginEnd="";
-/**
-* property MozMarginStart
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozMarginStart="";
-/**
-* property MozOpacity
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOpacity="";
-/**
-* property MozOutline
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutline="";
-/**
-* property MozOutlineColor
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineColor="";
-/**
-* property MozOutlineRadius
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineRadius="";
-/**
-* property MozOutlineRadiusTopleft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineRadiusTopleft="";
-/**
-* property MozOutlineRadiusTopright
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineRadiusTopright="";
-/**
-* property MozOutlineRadiusBottomleft
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineRadiusBottomleft="";
-/**
-* property MozOutlineRadiusBottomright
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineRadiusBottomright="";
-/**
-* property MozOutlineStyle
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineStyle="";
-/**
-* property MozOutlineWidth
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineWidth="";
-/**
-* property MozOutlineOffset
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozOutlineOffset="";
-/**
-* property MozPaddingEnd
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozPaddingEnd="";
-/**
-* property MozPaddingStart
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozPaddingStart="";
-/**
-* property MozUserFocus
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozUserFocus="";
-/**
-* property MozUserInput
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozUserInput="";
-/**
-* property MozUserModify
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozUserModify="";
-/**
-* property MozUserSelect
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.MozUserSelect="";
-/**
-* property opacity
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.opacity="";
-/**
-* property outlineOffset
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.outlineOffset="";
-/**
-* property overflowX
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.overflowX="";
-/**
-* property overflowY
-* @type String
-* @memberOf CSSStyleDeclaration
-* @since FireFox 2.0.0.3
-*/
-CSSStyleDeclaration.prototype.overflowY="";
-/**
-* Object HTMLBodyElement
-* @super Object
-* @type constructor
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype=new Object();
-function HTMLBodyElement(){};
-/**
-* function addEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.addEventListener=function(arg1,arg2,arg3){};
-/**
-* property nodeName
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.nodeName="";
-/**
-* property nodeValue
-* @type Object
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.nodeValue=new Object();
-/**
-* property nodeType
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.nodeType=0;
-/**
-* property parentNode
-* @type HTMLHtmlElement
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.parentNode=new HTMLHtmlElement();
-/**
-* property childNodes
-* @type NodeList
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.childNodes=new NodeList();
-/**
-* property firstChild
-* @type Text
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.firstChild=new Text();
-/**
-* property lastChild
-* @type HTMLBRElement
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.lastChild=new HTMLBRElement();
-/**
-* property previousSibling
-* @type HTMLHeadElement
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.previousSibling=new HTMLHeadElement();
-/**
-* property nextSibling
-* @type Object
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.nextSibling=new Object();
-/**
-* property attributes
-* @type NamedNodeMap
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.attributes=new NamedNodeMap();
-/**
-* property ownerDocument
-* @type HTMLDocument
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.ownerDocument=new HTMLDocument();
-/**
-* function insertBefore(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.insertBefore=function(arg1,arg2){};
-/**
-* function replaceChild(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.replaceChild=function(arg1,arg2){};
-/**
-* function removeChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.removeChild=function(arg1){};
-/**
-* function appendChild(arg1)
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.appendChild=function(arg1){};
-/**
-* function hasChildNodes()
-* @type Boolean
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.hasChildNodes=function(){};
-/**
-* function cloneNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.cloneNode=function(arg1){};
-/**
-* function normalize()
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.normalize=function(){};
-/**
-* function isSupported(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.isSupported=function(arg1,arg2){};
-/**
-* property namespaceURI
-* @type Object
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.namespaceURI=new Object();
-/**
-* property prefix
-* @type Object
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.prefix=new Object();
-/**
-* property localName
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.localName="";
-/**
-* function hasAttributes()
-* @type Boolean
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.hasAttributes=function(){};
-/**
-* property ELEMENT_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.ELEMENT_NODE=0;
-/**
-* property ATTRIBUTE_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.ATTRIBUTE_NODE=0;
-/**
-* property TEXT_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.TEXT_NODE=0;
-/**
-* property CDATA_SECTION_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.CDATA_SECTION_NODE=0;
-/**
-* property ENTITY_REFERENCE_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.ENTITY_REFERENCE_NODE=0;
-/**
-* property ENTITY_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.ENTITY_NODE=0;
-/**
-* property PROCESSING_INSTRUCTION_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.PROCESSING_INSTRUCTION_NODE=0;
-/**
-* property COMMENT_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.COMMENT_NODE=0;
-/**
-* property DOCUMENT_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_NODE=0;
-/**
-* property DOCUMENT_TYPE_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_TYPE_NODE=0;
-/**
-* property DOCUMENT_FRAGMENT_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_FRAGMENT_NODE=0;
-/**
-* property NOTATION_NODE
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.NOTATION_NODE=0;
-/**
-* property tagName
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.tagName="";
-/**
-* function getAttribute(arg1)
-* @type Attr
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getAttribute=function(arg1){};
-/**
-* function setAttribute(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.setAttribute=function(arg1,arg2){};
-/**
-* function removeAttribute(arg1)
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.removeAttribute=function(arg1){};
-/**
-* function getAttributeNode(arg1)
-* @type Element
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getAttributeNode=function(arg1){};
-/**
-* function setAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.setAttributeNode=function(arg1){};
-/**
-* function removeAttributeNode(arg1)
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.removeAttributeNode=function(arg1){};
-/**
-* function getElementsByTagName(arg1)
-* @type NodeList
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getElementsByTagName=function(arg1){};
-/**
-* function getAttributeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getAttributeNS=function(arg1,arg2){};
-/**
-* function setAttributeNS(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.setAttributeNS=function(arg1,arg2,arg3){};
-/**
-* function removeAttributeNS(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.removeAttributeNS=function(arg1,arg2){};
-/**
-* function getAttributeNodeNS(arg1,arg2)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getAttributeNodeNS=function(arg1,arg2){};
-/**
-* function setAttributeNodeNS(arg1)
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.setAttributeNodeNS=function(arg1){};
-/**
-* function getElementsByTagNameNS(arg1,arg2)
-* @type NodeList
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getElementsByTagNameNS=function(arg1,arg2){};
-/**
-* function hasAttribute(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.hasAttribute=function(arg1){};
-/**
-* function hasAttributeNS(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.hasAttributeNS=function(arg1,arg2){};
-/**
-* property id
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.id="";
-/**
-* property title
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.title="";
-/**
-* property lang
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.lang="";
-/**
-* property dir
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.dir="";
-/**
-* property className
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.className="";
-/**
-* property aLink
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.aLink="";
-/**
-* property background
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.background="";
-/**
-* property bgColor
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.bgColor="";
-/**
-* property link
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.link="";
-/**
-* property text
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.text="";
-/**
-* property vLink
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.vLink="";
-/**
-* property offsetTop
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.offsetTop=0;
-/**
-* property offsetLeft
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.offsetLeft=0;
-/**
-* property offsetWidth
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.offsetWidth=0;
-/**
-* property offsetHeight
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.offsetHeight=0;
-/**
-* property offsetParent
-* @type Object
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.offsetParent=new Object();
-/**
-* property innerHTML
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.innerHTML="";
-/**
-* property scrollTop
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.scrollTop=0;
-/**
-* property scrollLeft
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.scrollLeft=0;
-/**
-* property scrollHeight
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.scrollHeight=0;
-/**
-* property scrollWidth
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.scrollWidth=0;
-/**
-* property clientHeight
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.clientHeight=0;
-/**
-* property clientWidth
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.clientWidth=0;
-/**
-* property tabIndex
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.tabIndex=0;
-/**
-* function blur()
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.blur=function(){};
-/**
-* function focus()
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.focus=function(){};
-/**
-* property spellcheck
-* @type Boolean
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.spellcheck=false;
-/**
-* property style
-* @type CSSStyleDeclaration
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.style=new CSSStyleDeclaration();
-/**
-* function removeEventListener(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.removeEventListener=function(arg1,arg2,arg3){};
-/**
-* function dispatchEvent(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.dispatchEvent=function(arg1){};
-/**
-* property baseURI
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.baseURI="";
-/**
-* function compareDocumentPosition(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.compareDocumentPosition=function(arg1){};
-/**
-* property textContent
-* @type String
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.textContent="";
-/**
-* function isSameNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.isSameNode=function(arg1){};
-/**
-* function lookupPrefix(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.lookupPrefix=function(arg1){};
-/**
-* function isDefaultNamespace(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.isDefaultNamespace=function(arg1){};
-/**
-* function lookupNamespaceURI(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.lookupNamespaceURI=function(arg1){};
-/**
-* function isEqualNode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.isEqualNode=function(arg1){};
-/**
-* function getFeature(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getFeature=function(arg1,arg2){};
-/**
-* function setUserData(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.setUserData=function(arg1,arg2,arg3){};
-/**
-* function getUserData(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.getUserData=function(arg1){};
-/**
-* property DOCUMENT_POSITION_DISCONNECTED
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0;
-/**
-* property DOCUMENT_POSITION_PRECEDING
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_POSITION_PRECEDING=0;
-/**
-* property DOCUMENT_POSITION_FOLLOWING
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_POSITION_FOLLOWING=0;
-/**
-* property DOCUMENT_POSITION_CONTAINS
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_POSITION_CONTAINS=0;
-/**
-* property DOCUMENT_POSITION_CONTAINED_BY
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0;
-/**
-* property DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-* @type Number
-* @memberOf HTMLBodyElement
-* @since FireFox 2.0.0.3
-*/
-HTMLBodyElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0;
-/**
-* Object DOMImplementation
-* @super Object
-* @type constructor
-* @memberOf DOMImplementation
-* @since FireFox 2.0.0.3
-*/
-DOMImplementation.prototype=new Object();
-function DOMImplementation(){};
-/**
-* function hasFeature(arg1,arg2)
-* @type Boolean
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf DOMImplementation
-* @since FireFox 2.0.0.3
-*/
-DOMImplementation.prototype.hasFeature=function(arg1,arg2){};
-/**
-* function createDocumentType(arg1,arg2,arg3)
-* @type Object
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf DOMImplementation
-* @since FireFox 2.0.0.3
-*/
-DOMImplementation.prototype.createDocumentType=function(arg1,arg2,arg3){};
-/**
-* function createDocument(arg1,arg2,arg3)
-* @type HTMLDocument
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf DOMImplementation
-* @since FireFox 2.0.0.3
-*/
-DOMImplementation.prototype.createDocument=function(arg1,arg2,arg3){};
-/**
-* Object HTMLCollection
-* @super Object
-* @type constructor
-* @memberOf HTMLCollection
-* @since FireFox 2.0.0.3
-*/
-HTMLCollection.prototype=new Object();
-function HTMLCollection(){};
-/**
-* property length
-* @type Number
-* @memberOf HTMLCollection
-* @since FireFox 2.0.0.3
-*/
-HTMLCollection.prototype.length=0;
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLCollection
-* @since FireFox 2.0.0.3
-*/
-HTMLCollection.prototype.item=function(arg1){};
-/**
-* function namedItem(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf HTMLCollection
-* @since FireFox 2.0.0.3
-*/
-HTMLCollection.prototype.namedItem=function(arg1){};
-/**
-* Object JavaPackage
-* @super Object
-* @type constructor
-* @memberOf JavaPackage
-* @since FireFox 2.0.0.3
-*/
-JavaPackage.prototype=new Object();
-function JavaPackage(){};
-/**
-* Object nsXPCComponents
-* @super Object
-* @type constructor
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype=new Object();
-function nsXPCComponents(){};
-/**
-* function QueryInterface(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.QueryInterface=function(arg1){};
-/**
-* property interfaces
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.interfaces=new Object();
-/**
-* property interfacesByID
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.interfacesByID=new Object();
-/**
-* property classes
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.classes=new Object();
-/**
-* property classesByID
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.classesByID=new Object();
-/**
-* property stack
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.stack=new Object();
-/**
-* property results
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.results=new Object();
-/**
-* property manager
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.manager=new Object();
-/**
-* property utils
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.utils=new Object();
-/**
-* property ID
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.ID=new Object();
-/**
-* property Exception
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.Exception=new Object();
-/**
-* property Constructor
-* @type Object
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.Constructor=new Object();
-/**
-* function isSuccessCode(arg1)
-* @type Boolean
-* @param {Object} arg1
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.isSuccessCode=function(arg1){};
-/**
-* function lookupMethod()
-* @type String
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.lookupMethod=function(){};
-/**
-* function reportError()
-* @memberOf nsXPCComponents
-* @since FireFox 2.0.0.3
-*/
-nsXPCComponents.prototype.reportError=function(){};
-/**
-* Object BarProp
-* @super Object
-* @type constructor
-* @memberOf BarProp
-* @since FireFox 2.0.0.3
-*/
-BarProp.prototype=new Object();
-function BarProp(){};
-/**
-* property visible
-* @type Boolean
-* @memberOf BarProp
-* @since FireFox 2.0.0.3
-*/
-BarProp.prototype.visible=false;
-/**
-* Object Screen
-* @super Object
-* @type constructor
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype=new Object();
-function Screen(){};
-/**
-* property top
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.top=0;
-/**
-* property left
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.left=0;
-/**
-* property width
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.width=0;
-/**
-* property height
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.height=0;
-/**
-* property pixelDepth
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.pixelDepth=0;
-/**
-* property colorDepth
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.colorDepth=0;
-/**
-* property availWidth
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.availWidth=0;
-/**
-* property availHeight
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.availHeight=0;
-/**
-* property availLeft
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.availLeft=0;
-/**
-* property availTop
-* @type Number
-* @memberOf Screen
-* @since FireFox 2.0.0.3
-*/
-Screen.prototype.availTop=0;
-/**
-* Object History
-* @super Object
-* @type constructor
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype=new Object();
-function History(){};
-/**
-* property length
-* @type Number
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.length=0;
-/**
-* property current
-* @type Object
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.current=new Object();
-/**
-* property previous
-* @type Object
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.previous=new Object();
-/**
-* property next
-* @type Object
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.next=new Object();
-/**
-* function back()
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.back=function(){};
-/**
-* function forward()
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.forward=function(){};
-/**
-* function item(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.item=function(arg1){};
-/**
-* function go()
-* @memberOf History
-* @since FireFox 2.0.0.3
-*/
-History.prototype.go=function(){};
-/**
-* Object Crypto
-* @super Object
-* @type constructor
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype=new Object();
-function Crypto(){};
-/**
-* property version
-* @type String
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.version="";
-/**
-* property enableSmartCardEvents
-* @type Boolean
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.enableSmartCardEvents=false;
-/**
-* function generateCRMFRequest()
-* @type String
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.generateCRMFRequest=function(){};
-/**
-* function importUserCertificates(arg1,arg2,arg3)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.importUserCertificates=function(arg1,arg2,arg3){};
-/**
-* function popChallengeResponse(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.popChallengeResponse=function(arg1){};
-/**
-* function random(arg1)
-* @type Number
-* @param {Object} arg1
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.random=function(arg1){};
-/**
-* function signText(arg1,arg2)
-* @type String
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.signText=function(arg1,arg2){};
-/**
-* function alert(arg1)
-* @param {Object} arg1
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.alert=function(arg1){};
-/**
-* function logout()
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.logout=function(){};
-/**
-* function disableRightClick()
-* @memberOf Crypto
-* @since FireFox 2.0.0.3
-*/
-Crypto.prototype.disableRightClick=function(){};
-/**
-* Object Pkcs11
-* @super Object
-* @type constructor
-* @memberOf Pkcs11
-* @since FireFox 2.0.0.3
-*/
-Pkcs11.prototype=new Object();
-function Pkcs11(){};
-/**
-* function deletemodule(arg1)
-* @param {Object} arg1
-* @memberOf Pkcs11
-* @since FireFox 2.0.0.3
-*/
-Pkcs11.prototype.deletemodule=function(arg1){};
-/**
-* function addmodule(arg1,arg2,arg3,arg4)
-* @param {Object} arg1
-* @param {Object} arg2
-* @param {Object} arg3
-* @param {Object} arg4
-* @memberOf Pkcs11
-* @since FireFox 2.0.0.3
-*/
-Pkcs11.prototype.addmodule=function(arg1,arg2,arg3,arg4){};
-/**
-* Object XULControllers
-* @super Object
-* @type constructor
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype=new Object();
-function XULControllers(){};
-/**
-* function QueryInterface(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.QueryInterface=function(arg1){};
-/**
-* property commandDispatcher
-* @type Object
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.commandDispatcher=new Object();
-/**
-* function getControllerForCommand(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.getControllerForCommand=function(arg1){};
-/**
-* function insertControllerAt(arg1,arg2)
-* @param {Object} arg1
-* @param {Object} arg2
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.insertControllerAt=function(arg1,arg2){};
-/**
-* function removeControllerAt(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.removeControllerAt=function(arg1){};
-/**
-* function getControllerAt(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.getControllerAt=function(arg1){};
-/**
-* function appendController(arg1)
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.appendController=function(arg1){};
-/**
-* function removeController(arg1)
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.removeController=function(arg1){};
-/**
-* function getControllerId(arg1)
-* @type String
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.getControllerId=function(arg1){};
-/**
-* function getControllerById(arg1)
-* @type Object
-* @param {Object} arg1
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.getControllerById=function(arg1){};
-/**
-* function getControllerCount()
-* @type Number
-* @memberOf XULControllers
-* @since FireFox 2.0.0.3
-*/
-XULControllers.prototype.getControllerCount=function(){};
-/**
-* Object StorageList
-* @super Object
-* @type constructor
-* @memberOf StorageList
-* @since FireFox 2.0.0.3
-*/
-StorageList.prototype=new Object();
-function StorageList(){};
-
-/**
-* Object HTMLBRElement
-* @super Object
-* @type constructor
-* @memberOf StorageList
-* @since FireFox 2.0.0.3
-*/
-HTMLBRElement.prototype=new Element();
-function HTMLBRElement(){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/libraries/XMLHttpRequest.js b/bundles/org.eclipse.wst.jsdt.support.firefox/libraries/XMLHttpRequest.js
deleted file mode 100644
index 366841f0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/libraries/XMLHttpRequest.js
+++ /dev/null
@@ -1,184 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- ******************************************************************************
- *
- * Based on information from https://developer.mozilla.org/En/XMLHttpRequest and http://msdn2.microsoft.com/en-us/library/ms534308.aspx
- **/
-
-/**
-* Object XMLHttpRequest
-* @super Global
-* @type constructor
-* @memberOf Global
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype=new Global();
-function XMLHttpRequest(){};
-/**
- * property channel
- * @type nsIChannel
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.channel=new Object();
-/**
- * property mozBackgroundRequest
- * @type Boolean
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.mozBackgroundRequest=false;
-/**
- * property multipart
- * @type Boolean
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.multipart=false;
-/**
- * function onreadystatechange
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.onreadystatechange=function(){};
-/**
- * property readyState
- * @type Number
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.readyState=1;
-/**
- * property responseText
- * @type String
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.responseText="";
-/**
- * property responseXML
- * @type Document
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.responseXML=new Document();
-/**
- * property status
- * @type Number
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.status=0;
-/**
- * property statusText
- * @type String
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.statusText="";
-/**
- * property upload
- * @type nsIXMLHttpRequestUpload
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.upload=new Object();
-/**
- * property withCredentials
- * @type Boolean
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.withCredentials=false;
-
-/**
- * function abort()
- * @memberOf XMLHttpRequest
- * @since FireFox 2.0
- */
-XMLHttpRequest.prototype.abort=function(){};
-/**
-* function getAllResponseHeaders()
-* @type String
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.getAllResponseHeaders=function(){return "";};
-
-///**
-// * function open(method, url)
-// * @param {String} method
-// * @param {String} url
-// * @memberOf XMLHttpRequest
-// * @since FireFox 2.0
-// */
-//XMLHttpRequest.prototype.open=function(method, url){};
-
-///**
-// * function open(method, url, async)
-// * @param {String} method
-// * @param {String} url
-// * @param {Boolean} async
-// * @memberOf XMLHttpRequest
-// * @since FireFox 2.0
-// */
-//XMLHttpRequest.prototype.open=function(method, url, async){};
-
-/**
-* function open(method, url, async, username, password)
-* @param {String} method
-* @param {String} url
-* @param {Boolean} optional async
-* @param {String} optional username
-* @param {String} optional password
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.open=function(method, url, async, username, password){};
-
-/**
-* function overrideMimeType(mimetype)
-* @param {String} mimetype
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.overrideMimeType=function(mimetype){};
-/**
-* function send(body)
-* @param {Object} body
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.send=function(body){};
-/**
-* function sendAsBinary(body)
-* @param {String} body
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.sendAsBinary=function(body){};
-/**
-* function setRequestHeader(header,value)
-* @param {String} header
-* @param {String} value
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.setRequestHeader=function(header,value){};
-
-
-/**
-* function getAllResponseHeaders()
-* @param {String} header
-* @type String
-* @memberOf XMLHttpRequest
-* @since FireFox 2.0
-*/
-XMLHttpRequest.prototype.getResponseHeader=function(header){return "";};
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/plugin.properties b/bundles/org.eclipse.wst.jsdt.support.firefox/plugin.properties
deleted file mode 100644
index 060f3c01..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/plugin.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2010 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-#Properties file for org.eclipse.wst.jsdt.support.firefox
-Bundle-Vendor = Eclipse Web Tools Platform
-Bundle-Name = JSDT support for Mozilla FireFox
-JsGlobalScopeContainerPage.name.0 = Mozilla FireFox Library \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/plugin.xml b/bundles/org.eclipse.wst.jsdt.support.firefox/plugin.xml
deleted file mode 100644
index 725cd8e3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/plugin.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage">
- <JsGlobalScopeContainerPage
- name="%JsGlobalScopeContainerPage.name.0"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.FireFoxLibraryWizardPage"
- id="org.eclipse.wst.jsdt.support.firefox">
- </JsGlobalScopeContainerPage>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer">
- <JsGlobalScopeContainerInitializer
- class="org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer"
- id="org.eclipse.wst.jsdt.launching.FireFoxBrowserLibrary">
- </JsGlobalScopeContainerInitializer>
- </extension>
-
-
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeUIInitializer">
- <JsGlobalScopeUIInitializer
- id="org.eclipse.wst.jsdt.launching.FireFoxBrowserLibrary"
- class="org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxUiInitializer">
- </JsGlobalScopeUIInitializer>
- </extension>
-
-
-</plugin>
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxLibInitializer.java b/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxLibInitializer.java
deleted file mode 100644
index 9dfe10b5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxLibInitializer.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.compiler.libraries;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer;
-import org.eclipse.wst.jsdt.core.IJsGlobalScopeContainerInitializer;
-import org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer;
-
-
-public class FireFoxLibInitializer extends JsGlobalScopeContainerInitializer implements IJsGlobalScopeContainerInitializer {
- protected static final String CONTAINER_ID = "org.eclipse.wst.jsdt.launching.FireFoxBrowserLibrary";
- protected static final String ContainerDescription = "FireFox Browser Support Library";
- protected static final char[][] LIBRARY_FILE_NAMES = {
- {'F', 'i', 'r', 'e', 'F', 'o', 'x', '2', '.', '0', '.', '0', '.', '3', '.', 'j', 's'},
- {'X', 'M', 'L', 'H', 't', 't', 'p', 'R', 'e', 'q', 'u', 'e', 's', 't', '.', 'j', 's'}
- };
- protected static final String PLUGIN_ID = "org.eclipse.wst.jsdt.support.firefox";
-
-
- static class FireFoxLibLocation extends SystemLibraryLocation {
- FireFoxLibLocation() {
- super();
- }
-
-
- public char[][] getLibraryFileNames() {
- return new char[][]{FireFoxLibInitializer.LIBRARY_FILE_NAMES[0]};
- }
-
-
- protected String getPluginId() {
- return FireFoxLibInitializer.PLUGIN_ID;
- }
-
- private static LibraryLocation fInstance;
-
- public static LibraryLocation getInstance(){
- if(fInstance== null){
- fInstance = new FireFoxLibLocation();
- }
- return fInstance;
- }
- }
-
- public LibraryLocation getLibraryLocation() {
- return FireFoxLibLocation.getInstance();
- }
-
-
- public String getDescription(IPath containerPath, IJavaScriptProject project) {
- return FireFoxLibInitializer.ContainerDescription;
- }
-
- public String getDescription() {
- return FireFoxLibInitializer.ContainerDescription;
- }
-
-
- public IPath getPath() {
- return new Path(FireFoxLibInitializer.CONTAINER_ID);
- }
-
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer#getKind()
- */
- public int getKind() {
-
-
- return IJsGlobalScopeContainer.K_SYSTEM;
- }
-
-
- public boolean canUpdateJsGlobalScopeContainer(IPath containerPath, IJavaScriptProject project) {
- return true;
-
-
- }
-
- public String[] containerSuperTypes() {
- return new String[]{"window"};
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxSmall.gif b/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxSmall.gif
deleted file mode 100644
index e61e0ce5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxSmall.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxUiInitializer.java b/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxUiInitializer.java
deleted file mode 100644
index 329de5a1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/core/compiler/libraries/FireFoxUiInitializer.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-/**
- *
- */
-package org.eclipse.wst.jsdt.core.compiler.libraries;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.internal.ui.IJsGlobalScopeContainerInitializerExtension;
-
-/**
- * @author childsb
- *
- */
-public class FireFoxUiInitializer implements IJsGlobalScopeContainerInitializerExtension {
- public ImageDescriptor getImage(IPath containerPath, String element, IJavaScriptProject project) {
-
- if (containerPath == null) {
- return null;
- }
- /* Dont use the rino image for the individual files */
- String requestedContainerPath = new Path(element).lastSegment();
- if ((element != null) && requestedContainerPath.equals(new String(FireFoxLibInitializer.LIBRARY_FILE_NAMES[0]))) {
- return null;
- }
-
- return ImageDescriptor.createFromFile(this.getClass(), "FireFoxSmall.gif");
- // System.out.println("Unimplemented
- // method:BasicBrowserLibraryJsGlobalScopeContainerInitializer.getImage");
- // return null;
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.java b/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.java
deleted file mode 100644
index 36d07889..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.java
+++ /dev/null
@@ -1,21 +0,0 @@
-package org.eclipse.wst.jsdt.internal.ui.wizards;
-
-import org.eclipse.osgi.util.NLS;
-
-public class FirefoxMessages extends NLS {
-
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.ui.wizards.FirefoxMessages";//$NON-NLS-1$
-
- private FirefoxMessages() {
- // Do not instantiate
- }
-
- public static String FirefoxLibraryWizardPage_title;
- public static String FirefoxLibraryWizardPage_FirefoxLibraryAdded;
- public static String FirefoxLibraryWizardPage_BrowserSupport;
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, FirefoxMessages.class);
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.properties b/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.properties
deleted file mode 100644
index 27dc5b5c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/FirefoxMessages.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2009 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-FirefoxLibraryWizardPage_title=Mozilla FireFox Library
-FirefoxLibraryWizardPage_FirefoxLibraryAdded=FireFox Browser (2.0.0.3) Library added to Project.\n\n - This library supports JavaScript elements provided by the FireFox web browser.
-FirefoxLibraryWizardPage_BrowserSupport=FireFox Browser Support
diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/FireFoxLibraryWizardPage.java b/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/FireFoxLibraryWizardPage.java
deleted file mode 100644
index b9ca2bee..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.firefox/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/FireFoxLibraryWizardPage.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths;
-
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jface.dialogs.Dialog;
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.wst.jsdt.core.IIncludePathEntry;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.JavaScriptCore;
-import org.eclipse.wst.jsdt.internal.ui.JavaPluginImages;
-import org.eclipse.wst.jsdt.internal.ui.wizards.FirefoxMessages;
-import org.eclipse.wst.jsdt.internal.ui.wizards.dialogfields.DialogField;
-import org.eclipse.wst.jsdt.internal.ui.wizards.dialogfields.LayoutUtil;
-import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage;
-import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension;
-import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension2;
-import org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage;
-
-/**
- * Wizard page for adding Firefox library support to the project.
- */
-public class FireFoxLibraryWizardPage extends NewElementWizardPage implements IJsGlobalScopeContainerPage, IJsGlobalScopeContainerPageExtension, IJsGlobalScopeContainerPageExtension2 {
-
- private static final String CONTAINER_ID = "org.eclipse.wst.jsdt.launching.FireFoxBrowserLibrary";
-
- public FireFoxLibraryWizardPage() {
- super("FireFoxBrowserLib");
- setTitle(FirefoxMessages.FirefoxLibraryWizardPage_title);
- setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
- }
-
- public boolean finish() {
- return true;
- }
-
- public IIncludePathEntry getSelection() {
- System.out.println("Unimplemented method:BaseLibraryWizardPage.getSelection");
- return null;
- }
-
- public void setSelection(IIncludePathEntry containerEntry) {
- }
-
- public void createControl(Composite parent) {
- Composite composite = new Composite(parent, SWT.NONE);
- composite.setFont(parent.getFont());
- DialogField field = new DialogField();
-
- field.setLabelText(FirefoxMessages.FirefoxLibraryWizardPage_FirefoxLibraryAdded);
- LayoutUtil.doDefaultLayout(composite, new DialogField[]{field}, false, SWT.DEFAULT, SWT.DEFAULT);
- Dialog.applyDialogFont(composite);
- setControl(composite);
- setDescription(FirefoxMessages.FirefoxLibraryWizardPage_BrowserSupport);
- }
-
- public void initialize(IJavaScriptProject project, IIncludePathEntry[] currentEntries) {
- // nothing to initialize
- }
-
- public IIncludePathEntry[] getNewContainers() {
- IIncludePathEntry library = JavaScriptCore.newContainerEntry(new Path(CONTAINER_ID));
- return new IIncludePathEntry[]{library};
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.classpath b/bundles/org.eclipse.wst.jsdt.support.ie/.classpath
deleted file mode 100644
index ce739334..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.project b/bundles/org.eclipse.wst.jsdt.support.ie/.project
deleted file mode 100644
index e4a8dd63..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.project
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.jsdt.support.ie</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
- </natures>
-</projectDescription>
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/.jsdtscope b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/.jsdtscope
deleted file mode 100644
index 2f88773b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/.jsdtscope
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="libraries"/>
- <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
-</classpath>
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index afa5c913..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.runtime.prefs b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 7ec57502..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Mon Apr 17 01:48:39 EDT 2006
-eclipse.preferences.version=1
-line.separator=\r\n
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 6e072159..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,96 +0,0 @@
-#Wed Oct 24 19:49:45 EDT 2007
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=warning
-org.eclipse.jdt.core.builder.invalidClasspath=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
-org.eclipse.jdt.core.codeComplete.argumentPrefixes=
-org.eclipse.jdt.core.codeComplete.argumentSuffixes=
-org.eclipse.jdt.core.codeComplete.fieldPrefixes=
-org.eclipse.jdt.core.codeComplete.fieldSuffixes=
-org.eclipse.jdt.core.codeComplete.localPrefixes=
-org.eclipse.jdt.core.codeComplete.localSuffixes=
-org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
-org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.doc.comment.support=enabled
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
-org.eclipse.jdt.core.compiler.problem.emptyStatement=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=ignore
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
-org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=enabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=error
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=ignore
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index c91d09d8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,51 +0,0 @@
-#Wed Oct 24 19:41:31 EDT 2007
-cleanup.add_default_serial_version_id=true
-cleanup.add_generated_serial_version_id=false
-cleanup.add_missing_annotations=false
-cleanup.add_missing_deprecated_annotations=true
-cleanup.add_missing_nls_tags=false
-cleanup.add_missing_override_annotations=true
-cleanup.add_serial_version_id=true
-cleanup.always_use_blocks=true
-cleanup.always_use_parentheses_in_expressions=true
-cleanup.always_use_this_for_non_static_field_access=false
-cleanup.always_use_this_for_non_static_method_access=false
-cleanup.convert_to_enhanced_for_loop=false
-cleanup.format_source_code=false
-cleanup.make_local_variable_final=true
-cleanup.make_parameters_final=false
-cleanup.make_private_fields_final=true
-cleanup.make_variable_declarations_final=false
-cleanup.never_use_blocks=false
-cleanup.never_use_parentheses_in_expressions=false
-cleanup.organize_imports=true
-cleanup.qualify_static_field_accesses_with_declaring_class=false
-cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
-cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
-cleanup.qualify_static_member_accesses_with_declaring_class=true
-cleanup.qualify_static_method_accesses_with_declaring_class=false
-cleanup.remove_private_constructors=true
-cleanup.remove_unnecessary_casts=true
-cleanup.remove_unnecessary_nls_tags=true
-cleanup.remove_unused_imports=true
-cleanup.remove_unused_local_variables=false
-cleanup.remove_unused_private_fields=true
-cleanup.remove_unused_private_members=true
-cleanup.remove_unused_private_methods=true
-cleanup.remove_unused_private_types=true
-cleanup.use_blocks=true
-cleanup.use_blocks_only_for_return_and_throw=false
-cleanup.use_parentheses_in_expressions=true
-cleanup.use_this_for_non_static_field_access=false
-cleanup.use_this_for_non_static_field_access_only_if_necessary=true
-cleanup.use_this_for_non_static_method_access=false
-cleanup.use_this_for_non_static_method_access_only_if_necessary=true
-cleanup_profile=_SSE Team Styles
-cleanup_settings_version=2
-eclipse.preferences.version=1
-internal.default.compliance=default
-org.eclipse.jdt.ui.exception.name=e
-org.eclipse.jdt.ui.gettersetter.use.is=true
-org.eclipse.jdt.ui.keywordthis=false
-org.eclipse.jdt.ui.overrideannotation=false
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.ltk.core.refactoring.prefs b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index c59368c5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index fc522bba..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,16 +0,0 @@
-#Mon Apr 17 02:01:33 EDT 2006
-compilers.incompatible-environment=0
-compilers.p.build=0
-compilers.p.deprecated=1
-compilers.p.illegal-att-value=0
-compilers.p.no-required-att=0
-compilers.p.not-externalized-att=0
-compilers.p.unknown-attribute=0
-compilers.p.unknown-class=0
-compilers.p.unknown-element=0
-compilers.p.unknown-resource=0
-compilers.p.unresolved-ex-points=0
-compilers.p.unresolved-import=0
-compilers.p.unused-element-or-attribute=0
-compilers.use-project=true
-eclipse.preferences.version=1
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.container b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.container
deleted file mode 100644
index 49c8cd4f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.container
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.wst.jsdt.launching.JRE_CONTAINER \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.name b/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.name
deleted file mode 100644
index 78278095..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/.settings/org.eclipse.wst.jsdt.ui.superType.name
+++ /dev/null
@@ -1 +0,0 @@
-Object \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF
deleted file mode 100644
index 350eec73..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,13 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.eclipse.wst.jsdt.support.ie;singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.wst.jsdt.ui;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)"
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Bundle-Localization: plugin
-Bundle-Vendor: %Bundle-Vendor.0
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/about.html b/bundles/org.eclipse.wst.jsdt.support.ie/about.html
deleted file mode 100644
index 46023304..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June 2, 2006</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/build.properties b/bundles/org.eclipse.wst.jsdt.support.ie/build.properties
deleted file mode 100644
index 06c79f5a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/build.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.xml,\
- libraries/,\
- plugin.properties,\
- about.html
-src.includes = libraries/
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_a.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_a.js
deleted file mode 100644
index c2eb581f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_a.js
+++ /dev/null
@@ -1,159 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object a() * @type a * @super Object * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535173.aspx */ function a(){}; a.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ a.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ a.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ a.prototype.canHaveHTML=false; /** * Property charset * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533553.aspx */ a.prototype.charset=""; /** * Property className * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ a.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ a.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ a.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ a.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ a.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ a.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ a.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ a.prototype.contentEditable=""; /** * Property coords * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533695.aspx */ a.prototype.coords=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ a.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ a.prototype.dataSrc=""; /** * Property dir * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ a.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ a.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ a.prototype.childNodes= new childNodes(); /** * Property hash * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533775.aspx */ a.prototype.hash=""; /** * Property href * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ a.prototype.href=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ a.prototype.hideFocus=false; /** * Property host * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533784.aspx */ a.prototype.host=""; /** * Property hostname * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533785.aspx */ a.prototype.hostname=""; /** * Property port * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534342.aspx */ a.prototype.port=""; /** * Property hreflang * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533787.aspx */ a.prototype.hreflang=""; /** * Property id * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ a.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ a.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ a.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ a.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ a.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ a.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ a.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ a.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ a.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ a.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ a.prototype.lastChild=new Object(); /** * Property Methods * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534168.aspx */ a.prototype.Methods=""; /** * Property name * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ a.prototype.name=""; /** * Property nameProp * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534180.aspx */ a.prototype.nameProp=""; /** * Property src * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ a.prototype.src=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ a.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ a.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ a.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ a.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ a.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ a.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ a.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ a.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ a.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ a.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ a.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ a.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ a.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ a.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ a.prototype.parentTextEdit=new Object(); /** * Property pathname * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534332.aspx */ a.prototype.pathname=""; /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ a.prototype.previousSibling=new Object(); /** * Property protocol * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ a.prototype.protocol=""; /** * Property readyState * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ a.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ a.prototype.recordNumber=new Object(); /** * Property rel * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534366.aspx */ a.prototype.rel=""; /** * Property rev * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534373.aspx */ a.prototype.rev=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ a.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ a.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ a.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ a.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ a.prototype.scrollWidth=new Object(); /** * Property search * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534620.aspx */ a.prototype.search=""; /** * Property href * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533867.aspx */ a.prototype.href=""; /** * Property shape * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534628.aspx */ a.prototype.shape=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ a.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ a.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ a.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ a.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ a.prototype.tagUrn=""; /** * Property target * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ a.prototype.target=""; /** * Property title * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ a.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534698.aspx */ a.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ a.prototype.uniqueID=""; /** * Property urn * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534710.aspx */ a.prototype.urn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ a.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ a.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ a.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ a.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ a.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ a.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ a.prototype.clearAttributes=function(){}; /** * function click() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ a.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ a.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ a.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ a.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ a.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ a.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ a.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ a.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ a.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ a.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ a.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ a.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ a.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ a.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ a.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ a.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ a.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ a.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ a.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ a.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ a.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ a.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ a.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ a.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ a.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ a.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ a.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ a.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ a.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ a.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ a.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ a.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ a.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ a.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ a.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ a.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ a.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ a.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ a.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ a.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ a.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ a.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ a.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ a.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ a.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ a.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ a.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ a.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ a.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ a.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ a.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ a.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ a.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ a.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ a.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ a.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ a.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ a.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ a.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ a.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ a.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ a.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ a.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ a.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ a.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ a.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ a.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ a.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ a.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ a.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ a.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ a.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ a.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ a.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ a.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ a.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ a.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ a.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ a.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ a.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ a.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ a.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ a.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ a.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ a.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ a.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ a.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ a.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ a.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ a.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ a.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ a.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ a.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ a.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ a.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ a.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ a.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ a.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ a.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ a.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ a.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ a.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf a * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ a.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abbr.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abbr.js
deleted file mode 100644
index aa28c6ee..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abbr.js
+++ /dev/null
@@ -1,96 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object abbr() * @type abbr * @super Object * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535177.aspx */ function abbr(){}; abbr.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ abbr.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ abbr.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ abbr.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ abbr.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ abbr.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ abbr.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ abbr.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ abbr.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ abbr.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ abbr.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ abbr.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ abbr.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ abbr.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ abbr.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ abbr.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ abbr.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ abbr.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ abbr.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ abbr.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ abbr.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ abbr.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ abbr.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ abbr.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ abbr.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ abbr.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ abbr.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ abbr.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ abbr.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ abbr.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ abbr.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ abbr.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ abbr.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ abbr.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ abbr.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ abbr.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ abbr.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ abbr.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ abbr.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ abbr.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ abbr.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ abbr.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ abbr.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ abbr.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ abbr.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ abbr.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ abbr.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ abbr.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ abbr.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ abbr.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ abbr.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ abbr.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ abbr.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ abbr.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ abbr.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ abbr.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ abbr.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ abbr.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ abbr.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ abbr.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ abbr.prototype.getAdjacentText=function(sWhere){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ abbr.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ abbr.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ abbr.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ abbr.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ abbr.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ abbr.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ abbr.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ abbr.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ abbr.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ abbr.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ abbr.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ abbr.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ abbr.prototype.normalize=function(){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ abbr.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ abbr.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ abbr.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ abbr.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ abbr.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ abbr.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ abbr.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ abbr.prototype.replaceNode=function(oNewNode){}; /** * function setActive() * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ abbr.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ abbr.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ abbr.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ abbr.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ abbr.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ abbr.prototype.activeElement=new Object(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ abbr.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ abbr.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ abbr.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ abbr.prototype.onclick= new onclick(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ abbr.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ abbr.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ abbr.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ abbr.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ abbr.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ abbr.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ abbr.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ abbr.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ abbr.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ abbr.prototype.onfocus= new onfocus(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ abbr.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ abbr.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ abbr.prototype.onkeyup= new onkeyup(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ abbr.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ abbr.prototype.onmouseleave= new onmouseleave(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ abbr.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ abbr.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ abbr.prototype.onmovestart= new onmovestart(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ abbr.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ abbr.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ abbr.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ abbr.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ abbr.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ abbr.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ abbr.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ abbr.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ abbr.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ abbr.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf abbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ abbr.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abstract.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abstract.js
deleted file mode 100644
index 56777e65..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_abstract.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object Abstract() * @type Abstract * @super Object * @memberOf Abstract * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533126.aspx */ function Abstract(){}; Abstract.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_acronym.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_acronym.js
deleted file mode 100644
index 13365790..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_acronym.js
+++ /dev/null
@@ -1,96 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object acronym() * @type acronym * @super Object * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535179.aspx */ function acronym(){}; acronym.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ acronym.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ acronym.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ acronym.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ acronym.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ acronym.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ acronym.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ acronym.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ acronym.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ acronym.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ acronym.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ acronym.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ acronym.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ acronym.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ acronym.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ acronym.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ acronym.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ acronym.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ acronym.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ acronym.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ acronym.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ acronym.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ acronym.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ acronym.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ acronym.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ acronym.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ acronym.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ acronym.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ acronym.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ acronym.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ acronym.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ acronym.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ acronym.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ acronym.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ acronym.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ acronym.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ acronym.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ acronym.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ acronym.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ acronym.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ acronym.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ acronym.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ acronym.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ acronym.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ acronym.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ acronym.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ acronym.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ acronym.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ acronym.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ acronym.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ acronym.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ acronym.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ acronym.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ acronym.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ acronym.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ acronym.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ acronym.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ acronym.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ acronym.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ acronym.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ acronym.prototype.getAdjacentText=function(sWhere){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ acronym.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ acronym.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ acronym.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ acronym.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ acronym.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ acronym.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ acronym.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ acronym.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ acronym.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ acronym.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ acronym.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ acronym.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ acronym.prototype.normalize=function(){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ acronym.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ acronym.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ acronym.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ acronym.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ acronym.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ acronym.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ acronym.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ acronym.prototype.replaceNode=function(oNewNode){}; /** * function setActive() * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ acronym.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ acronym.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ acronym.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ acronym.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ acronym.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ acronym.prototype.activeElement=new Object(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ acronym.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ acronym.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ acronym.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ acronym.prototype.onclick= new onclick(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ acronym.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ acronym.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ acronym.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ acronym.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ acronym.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ acronym.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ acronym.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ acronym.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ acronym.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ acronym.prototype.onfocus= new onfocus(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ acronym.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ acronym.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ acronym.prototype.onkeyup= new onkeyup(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ acronym.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ acronym.prototype.onmouseleave= new onmouseleave(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ acronym.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ acronym.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ acronym.prototype.onmovestart= new onmovestart(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ acronym.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ acronym.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ acronym.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ acronym.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ acronym.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ acronym.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ acronym.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ acronym.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ acronym.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ acronym.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf acronym * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ acronym.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_address.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_address.js
deleted file mode 100644
index c1478f3c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_address.js
+++ /dev/null
@@ -1,131 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object address() * @type address * @super Object * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535181.aspx */ function address(){}; address.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ address.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ address.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ address.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ address.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ address.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ address.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ address.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ address.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ address.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ address.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ address.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ address.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ address.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ address.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ address.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ address.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ address.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ address.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ address.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ address.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ address.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ address.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ address.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ address.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ address.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ address.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ address.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ address.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ address.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ address.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ address.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ address.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ address.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ address.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ address.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ address.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ address.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ address.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ address.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ address.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ address.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ address.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ address.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ address.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ address.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ address.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ address.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ address.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ address.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ address.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ address.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ address.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ address.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ address.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ address.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ address.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ address.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ address.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ address.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ address.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ address.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ address.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ address.prototype.clearAttributes=function(){}; /** * function click() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ address.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ address.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ address.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ address.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ address.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ address.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ address.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ address.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ address.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ address.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ address.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ address.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ address.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ address.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ address.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ address.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ address.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ address.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ address.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ address.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ address.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ address.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ address.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ address.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ address.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ address.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ address.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ address.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ address.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ address.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ address.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ address.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ address.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ address.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ address.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ address.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ address.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ address.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ address.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ address.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ address.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ address.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ address.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ address.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ address.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ address.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ address.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ address.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ address.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ address.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ address.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ address.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ address.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ address.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ address.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ address.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ address.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ address.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ address.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ address.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ address.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ address.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ address.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ address.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ address.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ address.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ address.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ address.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ address.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ address.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ address.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ address.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ address.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ address.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ address.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ address.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ address.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ address.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ address.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ address.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ address.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ address.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ address.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ address.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ address.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ address.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ address.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ address.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ address.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ address.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ address.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ address.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ address.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ address.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ address.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ address.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ address.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ address.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf address * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ address.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_all.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_all.js
deleted file mode 100644
index 805f0559..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_all.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object all() * @type all * @super Array * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ function all(){}; all.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ all.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ all.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ all.prototype.item=function(vIndex,iSubindex){}; /** * function namedItem(sName) * @param {String} sName * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ all.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ all.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf all * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ all.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altkey.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altkey.js
deleted file mode 100644
index ba63a346..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altkey.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object altKey() * @type altKey * @super Object * @memberOf altKey * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533075.aspx */ function altKey(){}; altKey.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altleft.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altleft.js
deleted file mode 100644
index 7ddaca41..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_altleft.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object altLeft() * @type altLeft * @super Object * @memberOf altLeft * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533076.aspx */ function altLeft(){}; altLeft.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_anchors.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_anchors.js
deleted file mode 100644
index c495b0dd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_anchors.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object anchors() * @type anchors * @super Array * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537435.aspx */ function anchors(){}; anchors.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ anchors.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ anchors.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ anchors.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ anchors.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ anchors.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ anchors.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf anchors * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ anchors.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applet.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applet.js
deleted file mode 100644
index 751630b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applet.js
+++ /dev/null
@@ -1,137 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object applet() * @type applet * @super Object * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535183.aspx */ function applet(){}; applet.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ applet.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ applet.prototype.align=""; /** * Property alt * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ applet.prototype.alt=""; /** * Property altHTML * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533074.aspx */ applet.prototype.altHTML=""; /** * Property archive * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533081.aspx */ applet.prototype.archive=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ applet.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ applet.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ applet.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ applet.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ applet.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ applet.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ applet.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ applet.prototype.clientWidth=0; /** * Property code * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533575.aspx */ applet.prototype.code=""; /** * Property codeBase * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533576.aspx */ applet.prototype.codeBase=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ applet.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ applet.prototype.dataSrc=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ applet.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ applet.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ applet.prototype.hideFocus=false; /** * Property hspace * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533868.aspx */ applet.prototype.hspace=0; /** * Property id * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ applet.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ applet.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ applet.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ applet.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ applet.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ applet.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ applet.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ applet.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ applet.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ applet.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ applet.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ applet.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ applet.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ applet.prototype.nodeValue=new Object(); /** * Property object * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534197.aspx */ applet.prototype.object=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ applet.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ applet.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ applet.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ applet.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ applet.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ applet.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ applet.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ applet.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ applet.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ applet.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ applet.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ applet.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ applet.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ applet.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ applet.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ applet.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ applet.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ applet.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ applet.prototype.all= new all(); /** * Property src * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ applet.prototype.src=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ applet.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ applet.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ applet.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ applet.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ applet.prototype.uniqueID=""; /** * Property vspace * @type Number * @returns {Number}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535141.aspx */ applet.prototype.vspace=0; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ applet.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ applet.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ applet.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ applet.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ applet.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ applet.prototype.clearAttributes=function(){}; /** * function click() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ applet.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ applet.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ applet.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ applet.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ applet.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ applet.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ applet.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ applet.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ applet.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ applet.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ applet.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ applet.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ applet.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ applet.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ applet.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ applet.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ applet.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ applet.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ applet.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ applet.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ applet.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function namedRecordset(sQualifier,sSubChapter) * @param {String} sQualifier * @param {String} sSubChapter * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536636.aspx */ applet.prototype.namedRecordset=function(sQualifier,sSubChapter){}; /** * function normalize() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ applet.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ applet.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ applet.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ applet.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ applet.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ applet.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ applet.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ applet.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ applet.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ applet.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ applet.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ applet.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ applet.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ applet.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ applet.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ applet.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ applet.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ applet.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ applet.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ applet.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ applet.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ applet.prototype.onblur= new onblur(); /** * Property oncellchange * @type oncellchange * @returns {oncellchange}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536911.aspx */ applet.prototype.oncellchange= new oncellchange(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ applet.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ applet.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ applet.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ applet.prototype.oncut= new oncut(); /** * Property ondataavailable * @type ondataavailable * @returns {ondataavailable}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536918.aspx */ applet.prototype.ondataavailable= new ondataavailable(); /** * Property ondatasetchanged * @type ondatasetchanged * @returns {ondatasetchanged}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536919.aspx */ applet.prototype.ondatasetchanged= new ondatasetchanged(); /** * Property ondatasetcomplete * @type ondatasetcomplete * @returns {ondatasetcomplete}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536920.aspx */ applet.prototype.ondatasetcomplete= new ondatasetcomplete(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ applet.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ applet.prototype.ondeactivate= new ondeactivate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ applet.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ applet.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ applet.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ applet.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ applet.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ applet.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ applet.prototype.onkeyup= new onkeyup(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ applet.prototype.onload= new onload(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ applet.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ applet.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ applet.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ applet.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ applet.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ applet.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ applet.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ applet.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ applet.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ applet.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ applet.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ applet.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ applet.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ applet.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ applet.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ applet.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ applet.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ applet.prototype.onresizestart= new onresizestart(); /** * Property onrowenter * @type onrowenter * @returns {onrowenter}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536962.aspx */ applet.prototype.onrowenter= new onrowenter(); /** * Property onrowexit * @type onrowexit * @returns {onrowexit}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536963.aspx */ applet.prototype.onrowexit= new onrowexit(); /** * Property onrowsdelete * @type onrowsdelete * @returns {onrowsdelete}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536964.aspx */ applet.prototype.onrowsdelete= new onrowsdelete(); /** * Property onrowsinserted * @type onrowsinserted * @returns {onrowsinserted}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536965.aspx */ applet.prototype.onrowsinserted= new onrowsinserted(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ applet.prototype.onscroll= new onscroll(); /** * Property all * @type all * @returns {all}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ applet.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ applet.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ applet.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ applet.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ applet.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf applet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ applet.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applets.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applets.js
deleted file mode 100644
index 573c4f92..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_applets.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2004, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object applets() * @type applets * @super Array * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537436.aspx */ function applets(){}; applets.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ applets.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ applets.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ applets.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ applets.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ applets.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ applets.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf applets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ applets.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js
deleted file mode 100644
index 117a754d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_area.js
+++ /dev/null
@@ -1,131 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object area() * @type area * @super Object * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535185.aspx */ function area(){}; area.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ area.prototype.accessKey=""; /** * Property alt * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ area.prototype.alt=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ area.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ area.prototype.className=""; /** * Property coords * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533695.aspx */ area.prototype.coords=""; /** * Property dir * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ area.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ area.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ area.prototype.childNodes= new childNodes(); /** * Property hash * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533775.aspx */ area.prototype.hash=""; /** * Property href * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ area.prototype.href=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ area.prototype.hideFocus=false; /** * Property host * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533784.aspx */ area.prototype.host=""; /** * Property hostname * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533785.aspx */ area.prototype.hostname=""; /** * Property port * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534342.aspx */ area.prototype.port=""; /** * Property id * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ area.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ area.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ area.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ area.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ area.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ area.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ area.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ area.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ area.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ area.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ area.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ area.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ area.prototype.nodeValue=new Object(); /** * Property noHref * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534193.aspx */ area.prototype.noHref=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ area.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ area.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ area.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ area.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ area.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ area.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ area.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ area.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ area.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ area.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ area.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ area.prototype.parentTextEdit=new Object(); /** * Property pathname * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534332.aspx */ area.prototype.pathname=""; /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ area.prototype.previousSibling=new Object(); /** * Property protocol * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ area.prototype.protocol=""; /** * Property readyState * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ area.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ area.prototype.scopeName=""; /** * Property search * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534620.aspx */ area.prototype.search=""; /** * Property href * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533867.aspx */ area.prototype.href=""; /** * Property shape * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534628.aspx */ area.prototype.shape=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ area.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ area.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ area.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ area.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ area.prototype.tagUrn=""; /** * Property target * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ area.prototype.target=""; /** * Property title * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ area.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ area.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ area.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ area.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ area.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ area.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ area.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ area.prototype.clearAttributes=function(){}; /** * function click() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ area.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ area.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ area.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ area.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ area.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ area.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ area.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ area.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ area.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ area.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ area.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ area.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ area.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ area.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ area.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ area.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ area.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ area.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ area.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ area.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ area.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ area.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ area.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ area.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ area.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ area.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ area.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ area.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ area.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ area.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ area.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ area.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ area.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ area.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ area.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ area.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ area.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ area.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ area.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ area.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ area.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ area.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ area.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ area.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ area.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ area.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ area.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ area.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ area.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ area.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ area.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ area.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ area.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ area.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ area.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ area.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ area.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ area.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ area.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ area.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ area.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ area.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ area.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ area.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ area.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ area.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ area.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ area.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ area.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ area.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ area.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ area.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ area.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ area.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ area.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ area.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ area.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ area.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ area.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ area.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ area.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ area.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ area.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ area.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ area.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ area.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ area.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ area.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ area.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ area.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ area.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ area.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ area.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf area * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ area.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_areas.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_areas.js
deleted file mode 100644
index f7f907d7..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_areas.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object areas() * @type areas * @super Array * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537437.aspx */ function areas(){}; areas.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ areas.prototype.length=0; /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ areas.prototype.add=function(oElement,iIndex){}; /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ areas.prototype.add=function(oElement,iIndex){}; /** * Property controlRange * @type controlRange * @returns {controlRange}
- * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537447.aspx */ areas.prototype.controlRange= new controlRange(); /** * Property options * @type options * @returns {options}
- * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537472.aspx */ areas.prototype.options= new options(); /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ areas.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ areas.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ areas.prototype.namedItem=function(sName){}; /** * function remove(iIndex) * @param {Number} iIndex * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536694.aspx */ areas.prototype.remove=function(iIndex){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ areas.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf areas * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ areas.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attribute.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attribute.js
deleted file mode 100644
index bf827047..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attribute.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object attribute() * @type attribute * @super Object * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ function attribute(){}; attribute.prototype= new Object(); /** * Property expando * @type Boolean * @returns {Boolean}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533747.aspx */ attribute.prototype.expando=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ attribute.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ attribute.prototype.childNodes= new childNodes(); /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ attribute.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ attribute.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ attribute.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ attribute.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ attribute.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ attribute.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ attribute.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ attribute.prototype.document= new document(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ attribute.prototype.parentNode=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ attribute.prototype.previousSibling=new Object(); /** * Property specified * @type Boolean * @returns {Boolean}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534637.aspx */ attribute.prototype.specified=false; /** * Property value * @type String * @returns {String}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535129.aspx */ attribute.prototype.value=""; /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ attribute.prototype.attributes= new attributes(); /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ attribute.prototype.appendChild=function(oNode){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ attribute.prototype.cloneNode=function(bCloneChildren){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ attribute.prototype.hasChildNodes=function(){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ attribute.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ attribute.prototype.removeChild=function(oNode){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ attribute.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ attribute.prototype.attributes= new attributes(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ attribute.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf attribute * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ attribute.prototype.TextNode= new TextNode(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attributes.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attributes.js
deleted file mode 100644
index 76ed065b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_attributes.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object attributes() * @type attributes * @super Array * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ function attributes(){}; attributes.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ attributes.prototype.length=0; /** * function getNamedItem(sGetName) * @param {String} sGetName * @type attribute * @returns {attribute}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536441.aspx */ attributes.prototype.getNamedItem=function(sGetName){}; /** * function getNamedItem(sGetName) * @param {String} sGetName * @type attribute * @returns {attribute}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536441.aspx */ attributes.prototype.getNamedItem=function(sGetName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ attributes.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ attributes.prototype.name=""; /** * function item(vIndex) * @param {Number} vIndex * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536462.aspx */ attributes.prototype.item=function(vIndex){}; /** * function removeNamedItem(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536706.aspx */ attributes.prototype.removeNamedItem=function(sName){}; /** * function setNamedItem(oNamedItem) * @param {attribute} oNamedItem * @type attribute * @returns {attribute}
- * @memberOf attributes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536751.aspx */ attributes.prototype.setNamedItem=function(oNamedItem){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_b.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_b.js
deleted file mode 100644
index 2354d755..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_b.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object b() * @type b * @super Object * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535189.aspx */ function b(){}; b.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ b.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ b.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ b.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ b.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ b.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ b.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ b.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ b.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ b.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ b.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ b.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ b.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ b.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ b.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ b.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ b.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ b.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ b.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ b.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ b.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ b.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ b.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ b.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ b.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ b.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ b.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ b.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ b.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ b.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ b.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ b.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ b.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ b.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ b.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ b.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ b.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ b.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ b.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ b.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ b.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ b.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ b.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ b.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ b.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ b.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ b.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ b.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ b.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ b.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ b.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ b.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ b.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ b.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ b.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ b.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ b.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ b.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ b.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ b.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ b.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ b.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ b.prototype.clearAttributes=function(){}; /** * function click() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ b.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ b.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ b.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ b.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ b.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ b.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ b.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ b.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ b.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ b.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ b.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ b.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ b.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ b.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ b.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ b.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ b.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ b.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ b.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ b.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ b.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ b.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ b.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ b.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ b.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ b.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ b.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ b.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ b.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ b.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ b.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ b.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ b.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ b.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ b.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ b.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ b.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ b.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ b.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ b.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ b.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ b.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ b.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ b.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ b.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ b.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ b.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ b.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ b.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ b.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ b.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ b.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ b.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ b.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ b.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ b.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ b.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ b.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ b.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ b.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ b.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ b.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ b.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ b.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ b.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ b.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ b.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ b.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ b.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ b.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ b.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ b.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ b.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ b.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ b.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ b.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ b.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ b.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ b.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ b.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ b.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ b.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ b.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ b.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ b.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ b.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ b.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ b.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ b.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ b.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ b.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ b.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ b.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ b.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ b.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ b.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ b.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ b.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf b * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ b.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_banner.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_banner.js
deleted file mode 100644
index 1d21b2e5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_banner.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object Banner() * @type Banner * @super Object * @memberOf Banner * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533136.aspx */ function Banner(){}; Banner.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_base.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_base.js
deleted file mode 100644
index 967adbe6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_base.js
+++ /dev/null
@@ -1,55 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object base() * @type base * @super Object * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535191.aspx */ function base(){}; base.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ base.prototype.canHaveHTML=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ base.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ base.prototype.childNodes= new childNodes(); /** * Property href * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533865.aspx */ base.prototype.href=""; /** * Property id * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ base.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ base.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ base.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ base.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ base.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ base.prototype.TextRange= new TextRange(); /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ base.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ base.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ base.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ base.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ base.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ base.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ base.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ base.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ base.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ base.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ base.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ base.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ base.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ base.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ base.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ base.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ base.prototype.tagUrn=""; /** * Property target * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ base.prototype.target=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ base.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ base.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ base.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ base.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ base.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ base.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ base.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ base.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ base.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ base.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ base.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ base.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ base.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ base.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ base.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ base.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ base.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ base.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ base.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ base.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ base.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ base.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ base.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ base.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ base.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ base.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ base.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ base.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ base.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ base.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ base.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ base.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ base.prototype.onmouseleave= new onmouseleave(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ base.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ base.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ base.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ base.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ base.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ base.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf base * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ base.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js
deleted file mode 100644
index 33413dd4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_basefont.js
+++ /dev/null
@@ -1,57 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object baseFont() * @type baseFont * @super Object * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535193.aspx */ function baseFont(){}; baseFont.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ baseFont.prototype.canHaveHTML=false; /** * Property color * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533579.aspx */ baseFont.prototype.color=new Object(); /** * Property face * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533748.aspx */ baseFont.prototype.face=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ baseFont.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ baseFont.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ baseFont.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ baseFont.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ baseFont.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ baseFont.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ baseFont.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ baseFont.prototype.TextRange= new TextRange(); /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ baseFont.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ baseFont.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ baseFont.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ baseFont.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ baseFont.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ baseFont.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ baseFont.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ baseFont.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ baseFont.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ baseFont.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ baseFont.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ baseFont.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ baseFont.prototype.scopeName=""; /** * Property size * @type Number * @returns {Number}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534631.aspx */ baseFont.prototype.size=0; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ baseFont.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ baseFont.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ baseFont.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ baseFont.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ baseFont.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ baseFont.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ baseFont.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ baseFont.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ baseFont.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ baseFont.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ baseFont.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ baseFont.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ baseFont.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ baseFont.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ baseFont.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ baseFont.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ baseFont.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ baseFont.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ baseFont.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ baseFont.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ baseFont.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ baseFont.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ baseFont.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ baseFont.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ baseFont.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ baseFont.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ baseFont.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ baseFont.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ baseFont.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ baseFont.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ baseFont.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ baseFont.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ baseFont.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ baseFont.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ baseFont.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ baseFont.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ baseFont.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ baseFont.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ baseFont.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ baseFont.prototype.onmouseleave= new onmouseleave(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ baseFont.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ baseFont.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ baseFont.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ baseFont.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ baseFont.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ baseFont.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf baseFont * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ baseFont.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bdo.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bdo.js
deleted file mode 100644
index 5e22957c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bdo.js
+++ /dev/null
@@ -1,125 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object bdo() * @type bdo * @super Object * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535196.aspx */ function bdo(){}; bdo.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ bdo.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ bdo.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ bdo.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ bdo.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ bdo.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ bdo.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ bdo.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ bdo.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ bdo.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ bdo.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ bdo.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ bdo.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ bdo.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ bdo.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ bdo.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ bdo.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ bdo.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ bdo.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ bdo.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ bdo.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ bdo.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ bdo.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ bdo.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ bdo.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ bdo.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ bdo.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ bdo.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ bdo.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ bdo.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ bdo.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ bdo.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ bdo.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ bdo.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ bdo.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ bdo.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ bdo.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ bdo.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ bdo.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ bdo.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ bdo.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ bdo.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ bdo.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ bdo.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ bdo.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ bdo.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ bdo.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ bdo.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ bdo.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ bdo.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ bdo.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ bdo.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ bdo.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ bdo.prototype.title=""; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ bdo.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ bdo.prototype.applyElement=function(oNewElement){}; /** * function blur() * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ bdo.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ bdo.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ bdo.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ bdo.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ bdo.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ bdo.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ bdo.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ bdo.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ bdo.prototype.getAdjacentText=function(sWhere){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ bdo.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ bdo.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ bdo.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ bdo.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ bdo.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ bdo.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ bdo.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ bdo.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ bdo.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ bdo.prototype.normalize=function(){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ bdo.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ bdo.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ bdo.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ bdo.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ bdo.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ bdo.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ bdo.prototype.replaceNode=function(oNewNode){}; /** * function setActive() * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ bdo.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ bdo.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ bdo.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ bdo.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ bdo.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ bdo.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ bdo.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ bdo.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ bdo.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ bdo.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ bdo.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ bdo.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ bdo.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ bdo.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ bdo.prototype.onblur= new onblur(); /** * Property oncellchange * @type oncellchange * @returns {oncellchange}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536911.aspx */ bdo.prototype.oncellchange= new oncellchange(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ bdo.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ bdo.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ bdo.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ bdo.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ bdo.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ bdo.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ bdo.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ bdo.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ bdo.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ bdo.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ bdo.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ bdo.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ bdo.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ bdo.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ bdo.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ bdo.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ bdo.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ bdo.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ bdo.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ bdo.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ bdo.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ bdo.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ bdo.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ bdo.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ bdo.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ bdo.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ bdo.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ bdo.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ bdo.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ bdo.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ bdo.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ bdo.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ bdo.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ bdo.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ bdo.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ bdo.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ bdo.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ bdo.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ bdo.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ bdo.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ bdo.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ bdo.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ bdo.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ bdo.prototype.attributes= new attributes(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ bdo.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ bdo.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ bdo.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf bdo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ bdo.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_behaviorurns.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_behaviorurns.js
deleted file mode 100644
index 6ec1ce86..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_behaviorurns.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object behaviorUrns() * @type behaviorUrns * @super Array * @memberOf behaviorUrns * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ function behaviorUrns(){}; behaviorUrns.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf behaviorUrns * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ behaviorUrns.prototype.length=0; /** * function item(iIndex) * @param {Number} iIndex * @memberOf behaviorUrns * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536463.aspx */ behaviorUrns.prototype.item=function(iIndex){}; /** * function item(iIndex) * @param {Number} iIndex * @memberOf behaviorUrns * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536463.aspx */ behaviorUrns.prototype.item=function(iIndex){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bgsound.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bgsound.js
deleted file mode 100644
index 7d2e1613..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bgsound.js
+++ /dev/null
@@ -1,47 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object bgSound() * @type bgSound * @super Object * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535198.aspx */ function bgSound(){}; bgSound.prototype= new Object(); /** * Property balance * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533500.aspx */ bgSound.prototype.balance=new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ bgSound.prototype.canHaveHTML=false; /** * Property id * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ bgSound.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ bgSound.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ bgSound.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ bgSound.prototype.isMultiLine=false; /** * Property loop * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534134.aspx */ bgSound.prototype.loop=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ bgSound.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ bgSound.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ bgSound.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ bgSound.prototype.nodeValue=new Object(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ bgSound.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ bgSound.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ bgSound.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ bgSound.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ bgSound.prototype.parentTextEdit=new Object(); /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ bgSound.prototype.TextRange= new TextRange(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ bgSound.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ bgSound.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ bgSound.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ bgSound.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ bgSound.prototype.all= new all(); /** * Property src * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534641.aspx */ bgSound.prototype.src=""; /** * Property tagName * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ bgSound.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ bgSound.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ bgSound.prototype.uniqueID=""; /** * Property volume * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535140.aspx */ bgSound.prototype.volume=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ bgSound.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ bgSound.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ bgSound.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ bgSound.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ bgSound.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ bgSound.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ bgSound.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ bgSound.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ bgSound.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ bgSound.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ bgSound.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ bgSound.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ bgSound.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ bgSound.prototype.getElementsByTagName=function(sTagName){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ bgSound.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ bgSound.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ bgSound.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ bgSound.prototype.TextNode= new TextNode(); /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ bgSound.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ bgSound.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ bgSound.prototype.removeBehavior=function(iID){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ bgSound.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ bgSound.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ bgSound.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ bgSound.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ bgSound.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ bgSound.prototype.onmouseleave= new onmouseleave(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ bgSound.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ bgSound.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ bgSound.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf bgSound * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ bgSound.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_big.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_big.js
deleted file mode 100644
index 7af20a30..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_big.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object big() * @type big * @super Object * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535200.aspx */ function big(){}; big.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ big.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ big.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ big.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ big.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ big.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ big.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ big.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ big.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ big.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ big.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ big.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ big.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ big.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ big.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ big.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ big.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ big.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ big.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ big.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ big.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ big.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ big.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ big.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ big.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ big.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ big.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ big.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ big.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ big.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ big.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ big.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ big.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ big.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ big.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ big.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ big.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ big.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ big.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ big.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ big.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ big.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ big.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ big.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ big.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ big.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ big.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ big.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ big.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ big.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ big.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ big.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ big.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ big.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ big.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ big.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ big.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ big.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ big.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ big.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ big.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ big.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ big.prototype.clearAttributes=function(){}; /** * function click() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ big.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ big.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ big.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ big.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ big.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ big.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ big.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ big.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ big.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ big.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ big.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ big.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ big.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ big.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ big.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ big.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ big.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ big.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ big.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ big.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ big.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ big.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ big.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ big.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ big.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ big.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ big.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ big.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ big.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ big.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ big.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ big.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ big.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ big.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ big.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ big.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ big.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ big.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ big.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ big.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ big.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ big.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ big.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ big.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ big.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ big.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ big.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ big.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ big.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ big.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ big.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ big.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ big.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ big.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ big.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ big.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ big.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ big.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ big.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ big.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ big.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ big.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ big.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ big.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ big.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ big.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ big.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ big.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ big.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ big.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ big.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ big.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ big.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ big.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ big.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ big.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ big.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ big.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ big.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ big.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ big.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ big.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ big.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ big.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ big.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ big.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ big.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ big.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ big.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ big.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ big.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ big.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ big.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ big.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ big.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ big.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ big.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ big.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf big * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ big.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockformats.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockformats.js
deleted file mode 100644
index be41688d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockformats.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object blockFormats() * @type blockFormats * @super Array * @memberOf blockFormats * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537440.aspx */ function blockFormats(){}; blockFormats.prototype= new Array(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf blockFormats * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533696.aspx */ blockFormats.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf blockFormats * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533924.aspx */ blockFormats.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf blockFormats * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533924.aspx */ blockFormats.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockquote.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockquote.js
deleted file mode 100644
index 72878b36..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_blockquote.js
+++ /dev/null
@@ -1,132 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object blockQuote() * @type blockQuote * @super Object * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535202.aspx */ function blockQuote(){}; blockQuote.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ blockQuote.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ blockQuote.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ blockQuote.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ blockQuote.prototype.canHaveHTML=false; /** * Property cite * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533558.aspx */ blockQuote.prototype.cite=""; /** * Property className * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ blockQuote.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ blockQuote.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ blockQuote.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ blockQuote.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ blockQuote.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ blockQuote.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ blockQuote.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ blockQuote.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ blockQuote.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ blockQuote.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ blockQuote.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ blockQuote.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ blockQuote.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ blockQuote.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ blockQuote.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ blockQuote.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ blockQuote.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ blockQuote.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ blockQuote.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ blockQuote.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ blockQuote.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ blockQuote.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ blockQuote.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ blockQuote.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ blockQuote.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ blockQuote.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ blockQuote.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ blockQuote.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ blockQuote.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ blockQuote.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ blockQuote.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ blockQuote.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ blockQuote.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ blockQuote.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ blockQuote.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ blockQuote.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ blockQuote.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ blockQuote.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ blockQuote.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ blockQuote.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ blockQuote.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ blockQuote.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ blockQuote.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ blockQuote.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ blockQuote.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ blockQuote.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ blockQuote.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ blockQuote.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ blockQuote.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ blockQuote.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ blockQuote.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ blockQuote.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ blockQuote.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ blockQuote.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ blockQuote.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ blockQuote.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ blockQuote.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ blockQuote.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ blockQuote.prototype.clearAttributes=function(){}; /** * function click() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ blockQuote.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ blockQuote.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ blockQuote.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ blockQuote.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ blockQuote.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ blockQuote.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ blockQuote.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ blockQuote.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ blockQuote.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ blockQuote.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ blockQuote.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ blockQuote.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ blockQuote.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ blockQuote.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ blockQuote.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ blockQuote.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ blockQuote.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ blockQuote.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ blockQuote.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ blockQuote.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ blockQuote.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ blockQuote.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ blockQuote.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ blockQuote.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ blockQuote.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ blockQuote.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ blockQuote.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ blockQuote.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ blockQuote.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ blockQuote.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ blockQuote.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ blockQuote.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ blockQuote.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ blockQuote.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ blockQuote.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ blockQuote.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ blockQuote.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ blockQuote.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ blockQuote.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ blockQuote.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ blockQuote.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ blockQuote.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ blockQuote.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ blockQuote.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ blockQuote.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ blockQuote.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ blockQuote.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ blockQuote.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ blockQuote.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ blockQuote.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ blockQuote.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ blockQuote.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ blockQuote.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ blockQuote.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ blockQuote.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ blockQuote.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ blockQuote.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ blockQuote.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ blockQuote.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ blockQuote.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ blockQuote.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ blockQuote.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ blockQuote.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ blockQuote.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ blockQuote.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ blockQuote.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ blockQuote.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ blockQuote.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ blockQuote.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ blockQuote.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ blockQuote.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ blockQuote.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ blockQuote.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ blockQuote.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ blockQuote.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ blockQuote.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ blockQuote.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ blockQuote.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ blockQuote.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ blockQuote.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ blockQuote.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ blockQuote.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ blockQuote.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ blockQuote.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ blockQuote.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ blockQuote.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ blockQuote.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ blockQuote.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ blockQuote.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ blockQuote.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ blockQuote.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ blockQuote.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ blockQuote.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ blockQuote.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ blockQuote.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ blockQuote.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ blockQuote.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ blockQuote.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf blockQuote * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ blockQuote.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_body.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_body.js
deleted file mode 100644
index a9e26b19..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_body.js
+++ /dev/null
@@ -1,152 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object body() * @type body * @super Object * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535205.aspx */ function body(){}; body.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ body.prototype.accessKey=""; /** * Property aLink * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533070.aspx */ body.prototype.aLink=new Object(); /** * Property background * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533498.aspx */ body.prototype.background=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ body.prototype.bgColor=new Object(); /** * Property bgProperties * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533507.aspx */ body.prototype.bgProperties=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ body.prototype.blockDirection=""; /** * Property bottomMargin * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533536.aspx */ body.prototype.bottomMargin=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ body.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ body.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ body.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ body.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ body.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ body.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ body.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ body.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ body.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ body.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ body.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ body.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ body.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ body.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ body.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ body.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ body.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ body.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ body.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ body.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ body.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ body.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ body.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ body.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ body.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ body.prototype.lastChild=new Object(); /** * Property leftMargin * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534096.aspx */ body.prototype.leftMargin=new Object(); /** * Property link * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534119.aspx */ body.prototype.link=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ body.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ body.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ body.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ body.prototype.nodeValue=new Object(); /** * Property noWrap * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534196.aspx */ body.prototype.noWrap=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ body.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ body.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ body.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ body.prototype.onOffBehavior=new DABoolean(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ body.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ body.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ body.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ body.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ body.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ body.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ body.prototype.readyState=new Object(); /** * Property rightMargin * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534375.aspx */ body.prototype.rightMargin=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ body.prototype.scopeName=""; /** * Property scroll * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534393.aspx */ body.prototype.scroll=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ body.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ body.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ body.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ body.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ body.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ body.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ body.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ body.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ body.prototype.tagUrn=""; /** * Property text * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534677.aspx */ body.prototype.text=new Object(); /** * Property timeStartRule * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533642.aspx */ body.prototype.timeStartRule=""; /** * Property title * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ body.prototype.title=""; /** * Property topMargin * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534685.aspx */ body.prototype.topMargin=new Object(); /** * Property uniqueID * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ body.prototype.uniqueID=""; /** * Property vLink * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535138.aspx */ body.prototype.vLink=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ body.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ body.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ body.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ body.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ body.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ body.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ body.prototype.clearAttributes=function(){}; /** * function click() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ body.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ body.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ body.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ body.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ body.prototype.contains=function(oElement){}; /** * function createControlRange() * @type controlRange * @returns {controlRange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536385.aspx */ body.prototype.createControlRange=function(){}; /** * Property controlRange * @type controlRange * @returns {controlRange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537447.aspx */ body.prototype.controlRange= new controlRange(); /** * function createTextRange() * @type TextRange * @returns {TextRange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536401.aspx */ body.prototype.createTextRange=function(){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ body.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function doScroll(sScrollAction) * @param {String} sScrollAction * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536414.aspx */ body.prototype.doScroll=function(sScrollAction){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ body.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ body.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ body.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ body.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ body.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ body.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ body.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ body.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ body.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ body.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ body.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ body.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ body.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ body.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ body.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ body.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ body.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ body.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ body.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ body.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ body.prototype.normalize=function(){}; /** * function pause() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533646.aspx */ body.prototype.pause=function(){}; /** * function releaseCapture() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ body.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ body.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ body.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ body.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ body.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ body.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ body.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ body.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ body.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ body.prototype.replaceNode=function(oNewNode){}; /** * function resume() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533647.aspx */ body.prototype.resume=function(){}; /** * function setActive() * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ body.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ body.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ body.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ body.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ body.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ body.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ body.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ body.prototype.activeElement=new Object(); /** * Property onafterprint * @type onafterprint * @returns {onafterprint}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536788.aspx */ body.prototype.onafterprint= new onafterprint(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ body.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ body.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ body.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ body.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ body.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeprint * @type onbeforeprint * @returns {onbeforeprint}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536906.aspx */ body.prototype.onbeforeprint= new onbeforeprint(); /** * Property onbeforeunload * @type onbeforeunload * @returns {onbeforeunload}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536907.aspx */ body.prototype.onbeforeunload= new onbeforeunload(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ body.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ body.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ body.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ body.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ body.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ body.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ body.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ body.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ body.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ body.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ body.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ body.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ body.prototype.ondrop= new ondrop(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ body.prototype.onfilterchange= new onfilterchange(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ body.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ body.prototype.onfocusout= new onfocusout(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ body.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ body.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ body.prototype.onkeyup= new onkeyup(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ body.prototype.onload= new onload(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ body.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ body.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ body.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ body.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ body.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ body.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ body.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ body.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ body.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ body.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ body.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ body.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ body.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ body.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ body.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ body.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ body.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ body.prototype.onscroll= new onscroll(); /** * Property onselect * @type onselect * @returns {onselect}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536967.aspx */ body.prototype.onselect= new onselect(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ body.prototype.onselectstart= new onselectstart(); /** * Property onunload * @type onunload * @returns {onunload}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536973.aspx */ body.prototype.onunload= new onunload(); /** * Property all * @type all * @returns {all}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ body.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ body.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ body.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ body.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ body.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ body.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ body.prototype.filters= new filters(); /** * Property timeAll * @type timeAll * @returns {timeAll}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533609.aspx */ body.prototype.timeAll= new timeAll(); /** * Property timeChildren * @type timeChildren * @returns {timeChildren}
- * @memberOf body * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533610.aspx */ body.prototype.timeChildren= new timeChildren(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bookmarks.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bookmarks.js
deleted file mode 100644
index 492ebe9a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_bookmarks.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object bookmarks() * @type bookmarks * @super Array * @memberOf bookmarks * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537441.aspx */ function bookmarks(){}; bookmarks.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf bookmarks * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ bookmarks.prototype.length=0; /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf bookmarks * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536607.aspx */ bookmarks.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf bookmarks * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536607.aspx */ bookmarks.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_boundelements.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_boundelements.js
deleted file mode 100644
index 9eb8f1f9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_boundelements.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object boundElements() * @type boundElements * @super Array * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537442.aspx */ function boundElements(){}; boundElements.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ boundElements.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ boundElements.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ boundElements.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ boundElements.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ boundElements.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ boundElements.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf boundElements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ boundElements.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_br.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_br.js
deleted file mode 100644
index ec068383..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_br.js
+++ /dev/null
@@ -1,53 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object br() * @type br * @super Object * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535208.aspx */ function br(){}; br.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ br.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ br.prototype.className=""; /** * Property clear * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533562.aspx */ br.prototype.clear=""; /** * Property id * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ br.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ br.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ br.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ br.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ br.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ br.prototype.TextRange= new TextRange(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ br.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ br.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ br.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ br.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ br.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ br.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ br.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ br.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ br.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ br.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ br.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ br.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ br.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ br.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ br.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ br.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ br.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ br.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ br.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ br.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ br.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ br.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ br.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ br.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ br.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ br.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ br.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ br.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ br.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ br.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ br.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ br.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ br.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ br.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ br.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ br.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ br.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ br.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ br.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ br.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ br.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ br.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ br.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ br.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ br.prototype.TextNode= new TextNode(); /** * function releaseCapture() * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ br.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ br.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ br.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ br.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ br.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ br.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ br.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ br.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ br.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ br.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ br.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ br.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ br.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ br.prototype.onlosecapture= new onlosecapture(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ br.prototype.onreadystatechange= new onreadystatechange(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ br.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf br * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ br.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_button.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_button.js
deleted file mode 100644
index 0801b94a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_button.js
+++ /dev/null
@@ -1,141 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object button() * @type button * @super Object * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535211.aspx */ function button(){}; button.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ button.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ button.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ button.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ button.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ button.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ button.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ button.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ button.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ button.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ button.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ button.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ button.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ button.prototype.dataSrc=""; /** * Property dataFormatAs * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ button.prototype.dataFormatAs=""; /** * Property dir * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ button.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ button.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ button.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ button.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ button.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ button.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ button.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ button.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ button.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ button.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ button.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ button.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ button.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ button.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ button.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ button.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ button.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ button.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ button.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ button.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ button.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ button.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ button.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ button.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ button.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ button.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ button.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ button.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ button.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ button.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ button.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ button.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ button.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ button.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ button.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ button.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ button.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ button.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ button.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ button.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ button.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ button.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ button.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ button.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ button.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ button.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ button.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534696.aspx */ button.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ button.prototype.uniqueID=""; /** * Property value * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535123.aspx */ button.prototype.value=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ button.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ button.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ button.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ button.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ button.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ button.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ button.prototype.clearAttributes=function(){}; /** * function click() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ button.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ button.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ button.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ button.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ button.prototype.contains=function(oElement){}; /** * function createTextRange() * @type TextRange * @returns {TextRange}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536401.aspx */ button.prototype.createTextRange=function(){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ button.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ button.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ button.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ button.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ button.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ button.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ button.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ button.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ button.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ button.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ button.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ button.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ button.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ button.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ button.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ button.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ button.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ button.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ button.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ button.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ button.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ button.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ button.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ button.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ button.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ button.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ button.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ button.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ button.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ button.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ button.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ button.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ button.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ button.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ button.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ button.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ button.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ button.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ button.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ button.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ button.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ button.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ button.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ button.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ button.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ button.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ button.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ button.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ button.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ button.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ button.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ button.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ button.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ button.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ button.prototype.ondeactivate= new ondeactivate(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ button.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ button.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ button.prototype.ondragover= new ondragover(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ button.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ button.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ button.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ button.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ button.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ button.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ button.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ button.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ button.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ button.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ button.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ button.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ button.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ button.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ button.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ button.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ button.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ button.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ button.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ button.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ button.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ button.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ button.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ button.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ button.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ button.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ button.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ button.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ button.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ button.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ button.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ button.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ button.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ button.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ button.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ button.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf button * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ button.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cancelbubble.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cancelbubble.js
deleted file mode 100644
index 2794f4f0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cancelbubble.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object cancelBubble() * @type cancelBubble * @super Object * @memberOf cancelBubble * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533545.aspx */ function cancelBubble(){}; cancelBubble.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_caption.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_caption.js
deleted file mode 100644
index 7f9bf22f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_caption.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object caption() * @type caption * @super Object * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535213.aspx */ function caption(){}; caption.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ caption.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533067.aspx */ caption.prototype.align=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ caption.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ caption.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ caption.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ caption.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ caption.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ caption.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ caption.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ caption.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ caption.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ caption.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ caption.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ caption.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ caption.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ caption.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ caption.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ caption.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ caption.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ caption.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ caption.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ caption.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ caption.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ caption.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ caption.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ caption.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ caption.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ caption.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ caption.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ caption.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ caption.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ caption.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ caption.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ caption.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ caption.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ caption.prototype.outerHTML=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ caption.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ caption.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ caption.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ caption.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ caption.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ caption.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ caption.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ caption.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ caption.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ caption.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ caption.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ caption.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ caption.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ caption.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ caption.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ caption.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ caption.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ caption.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ caption.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534714.aspx */ caption.prototype.vAlign=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ caption.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ caption.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ caption.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ caption.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ caption.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ caption.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ caption.prototype.clearAttributes=function(){}; /** * function click() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ caption.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ caption.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ caption.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ caption.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ caption.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ caption.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ caption.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ caption.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ caption.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ caption.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ caption.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ caption.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ caption.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ caption.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ caption.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ caption.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ caption.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ caption.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ caption.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ caption.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ caption.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ caption.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ caption.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ caption.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ caption.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ caption.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ caption.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ caption.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ caption.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ caption.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ caption.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ caption.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ caption.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ caption.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ caption.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ caption.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ caption.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ caption.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ caption.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ caption.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ caption.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ caption.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ caption.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ caption.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ caption.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ caption.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ caption.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ caption.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ caption.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ caption.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ caption.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ caption.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ caption.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ caption.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ caption.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ caption.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ caption.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ caption.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ caption.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ caption.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ caption.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ caption.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ caption.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ caption.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ caption.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ caption.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ caption.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ caption.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ caption.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ caption.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ caption.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ caption.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ caption.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ caption.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ caption.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ caption.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ caption.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ caption.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ caption.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ caption.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ caption.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ caption.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ caption.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ caption.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ caption.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ caption.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ caption.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ caption.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ caption.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ caption.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ caption.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ caption.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ caption.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ caption.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ caption.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ caption.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ caption.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf caption * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ caption.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cells.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cells.js
deleted file mode 100644
index 5979a90e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cells.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object cells() * @type cells * @super Array * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537443.aspx */ function cells(){}; cells.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ cells.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ cells.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ cells.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ cells.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ cells.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ cells.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf cells * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ cells.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_center.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_center.js
deleted file mode 100644
index 62d953b4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_center.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object center() * @type center * @super Object * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535215.aspx */ function center(){}; center.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ center.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ center.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ center.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ center.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ center.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ center.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ center.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ center.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ center.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ center.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ center.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ center.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ center.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ center.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ center.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ center.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ center.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ center.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ center.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ center.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ center.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ center.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ center.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ center.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ center.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ center.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ center.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ center.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ center.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ center.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ center.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ center.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ center.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ center.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ center.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ center.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ center.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ center.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ center.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ center.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ center.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ center.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ center.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ center.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ center.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ center.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ center.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ center.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ center.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ center.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ center.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ center.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ center.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ center.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ center.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ center.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ center.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ center.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ center.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ center.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ center.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ center.prototype.clearAttributes=function(){}; /** * function click() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ center.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ center.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ center.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ center.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ center.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ center.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ center.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ center.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ center.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ center.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ center.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ center.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ center.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ center.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ center.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ center.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ center.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ center.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ center.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ center.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ center.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ center.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ center.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ center.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ center.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ center.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ center.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ center.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ center.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ center.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ center.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ center.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ center.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ center.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ center.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ center.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ center.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ center.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ center.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ center.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ center.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ center.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ center.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ center.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ center.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ center.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ center.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ center.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ center.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ center.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ center.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ center.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ center.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ center.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ center.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ center.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ center.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ center.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ center.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ center.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ center.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ center.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ center.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ center.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ center.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ center.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ center.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ center.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ center.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ center.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ center.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ center.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ center.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ center.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ center.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ center.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ center.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ center.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ center.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ center.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ center.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ center.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ center.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ center.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ center.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ center.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ center.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ center.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ center.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ center.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ center.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ center.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ center.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ center.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ center.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ center.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ center.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ center.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf center * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ center.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_childnodes.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_childnodes.js
deleted file mode 100644
index c4a47757..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_childnodes.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object childNodes() * @type childNodes * @super Array * @memberOf childNodes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ function childNodes(){}; childNodes.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf childNodes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ childNodes.prototype.length=0; /** * function item(vIndex) * @param {Number} vIndex * @memberOf childNodes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536609.aspx */ childNodes.prototype.item=function(vIndex){}; /** * function item(vIndex) * @param {Number} vIndex * @memberOf childNodes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536609.aspx */ childNodes.prototype.item=function(vIndex){}; /** * Property children * @type children * @returns {children}
- * @memberOf childNodes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ childNodes.prototype.children= new children(); /** * function urns(sUrn) * @param {String} sUrn * @memberOf childNodes * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ childNodes.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_children.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_children.js
deleted file mode 100644
index 0b6f40e7..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_children.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object children() * @type children * @super Array * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ function children(){}; children.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ children.prototype.length=0; /** * function item(vIndex) * @param {Number} vIndex * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536609.aspx */ children.prototype.item=function(vIndex){}; /** * function item(vIndex) * @param {Number} vIndex * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536609.aspx */ children.prototype.item=function(vIndex){}; /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ children.prototype.childNodes= new childNodes(); /** * function tags(sTag) * @param {Variant} sTag * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ children.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf children * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ children.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cite.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cite.js
deleted file mode 100644
index a69913cb..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_cite.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object cite() * @type cite * @super Object * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535218.aspx */ function cite(){}; cite.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ cite.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ cite.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ cite.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ cite.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ cite.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ cite.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ cite.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ cite.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ cite.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ cite.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ cite.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ cite.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ cite.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ cite.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ cite.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ cite.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ cite.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ cite.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ cite.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ cite.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ cite.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ cite.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ cite.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ cite.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ cite.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ cite.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ cite.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ cite.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ cite.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ cite.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ cite.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ cite.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ cite.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ cite.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ cite.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ cite.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ cite.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ cite.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ cite.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ cite.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ cite.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ cite.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ cite.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ cite.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ cite.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ cite.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ cite.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ cite.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ cite.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ cite.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ cite.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ cite.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ cite.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ cite.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ cite.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ cite.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ cite.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ cite.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ cite.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ cite.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ cite.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ cite.prototype.clearAttributes=function(){}; /** * function click() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ cite.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ cite.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ cite.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ cite.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ cite.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ cite.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ cite.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ cite.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ cite.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ cite.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ cite.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ cite.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ cite.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ cite.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ cite.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ cite.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ cite.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ cite.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ cite.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ cite.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ cite.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ cite.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ cite.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ cite.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ cite.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ cite.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ cite.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ cite.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ cite.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ cite.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ cite.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ cite.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ cite.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ cite.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ cite.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ cite.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ cite.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ cite.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ cite.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ cite.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ cite.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ cite.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ cite.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ cite.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ cite.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ cite.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ cite.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ cite.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ cite.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ cite.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ cite.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ cite.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ cite.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ cite.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ cite.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ cite.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ cite.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ cite.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ cite.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ cite.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ cite.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ cite.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ cite.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ cite.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ cite.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ cite.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ cite.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ cite.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ cite.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ cite.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ cite.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ cite.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ cite.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ cite.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ cite.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ cite.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ cite.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ cite.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ cite.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ cite.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ cite.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ cite.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ cite.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ cite.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ cite.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ cite.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ cite.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ cite.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ cite.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ cite.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ cite.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ cite.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ cite.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ cite.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ cite.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ cite.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ cite.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ cite.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf cite * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ cite.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientinformation.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientinformation.js
deleted file mode 100644
index 10e83349..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientinformation.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object clientInformation() * @type clientInformation * @super Object * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535860.aspx */ function clientInformation(){}; clientInformation.prototype= new Object(); /** * Property appCodeName * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533077.aspx */ clientInformation.prototype.appCodeName=""; /** * Property appMinorVersion * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533078.aspx */ clientInformation.prototype.appMinorVersion=""; /** * Property appName * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533079.aspx */ clientInformation.prototype.appName=""; /** * Property appVersion * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533080.aspx */ clientInformation.prototype.appVersion=""; /** * Property browserLanguage * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533542.aspx */ clientInformation.prototype.browserLanguage=""; /** * Property cookieEnabled * @type Boolean * @returns {Boolean}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533694.aspx */ clientInformation.prototype.cookieEnabled=false; /** * Property cpuClass * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533697.aspx */ clientInformation.prototype.cpuClass=""; /** * Property onLine * @type Boolean * @returns {Boolean}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534307.aspx */ clientInformation.prototype.onLine=false; /** * Property platform * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534340.aspx */ clientInformation.prototype.platform=""; /** * Property systemLanguage * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534653.aspx */ clientInformation.prototype.systemLanguage=""; /** * Property userAgent * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534712.aspx */ clientInformation.prototype.userAgent=""; /** * Property userLanguage * @type String * @returns {String}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534713.aspx */ clientInformation.prototype.userLanguage=""; /** * Property plugins * @type plugins * @returns {plugins}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537477.aspx */ clientInformation.prototype.plugins= new plugins(); /** * function javaEnabled() * @type Boolean * @returns {Boolean}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536610.aspx */ clientInformation.prototype.javaEnabled=function(){}; /** * function taintEnabled() * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536778.aspx */ clientInformation.prototype.taintEnabled=function(){}; /** * Property userProfile * @type userProfile * @returns {userProfile}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535915.aspx */ clientInformation.prototype.userProfile= new userProfile(); /** * Property plugins * @type plugins * @returns {plugins}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537477.aspx */ clientInformation.prototype.plugins= new plugins(); /** * Property embed * @type embed * @returns {embed}
- * @memberOf clientInformation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535245.aspx */ clientInformation.prototype.embed= new embed(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientx.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientx.js
deleted file mode 100644
index 469489c6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clientx.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object clientX() * @type clientX * @super Object * @memberOf clientX * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533567.aspx */ function clientX(){}; clientX.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clienty.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clienty.js
deleted file mode 100644
index 43883b50..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clienty.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object clientY() * @type clientY * @super Object * @memberOf clientY * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533568.aspx */ function clientY(){}; clientY.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clipboarddata.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clipboarddata.js
deleted file mode 100644
index 4a29066e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_clipboarddata.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object clipboardData() * @type clipboardData * @super Object * @memberOf clipboardData * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535220.aspx */ function clipboardData(){}; clipboardData.prototype= new Object(); /** * function clearData(sDataFormat) * @param {String} sDataFormat * @memberOf clipboardData * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536352.aspx */ clipboardData.prototype.clearData=function(sDataFormat){}; /** * Property dataTransfer * @type dataTransfer * @returns {dataTransfer}
- * @memberOf clipboardData * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535861.aspx */ clipboardData.prototype.dataTransfer= new dataTransfer(); /** * function getData(sDataFormat) * @param {String} sDataFormat * @type String * @returns {String}
- * @memberOf clipboardData * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536436.aspx */ clipboardData.prototype.getData=function(sDataFormat){}; /** * function setData(sDataFormat,sData) * @param {String} sDataFormat * @param {String} sData * @type Boolean * @returns {Boolean}
- * @memberOf clipboardData * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536744.aspx */ clipboardData.prototype.setData=function(sDataFormat,sData){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_code.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_code.js
deleted file mode 100644
index fc97042f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_code.js
+++ /dev/null
@@ -1,114 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object code() * @type code * @super Object * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535224.aspx */ function code(){}; code.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ code.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ code.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ code.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ code.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ code.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ code.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ code.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ code.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ code.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ code.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ code.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ code.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ code.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ code.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ code.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ code.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ code.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ code.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ code.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ code.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ code.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ code.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ code.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ code.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ code.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ code.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ code.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ code.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ code.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ code.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ code.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ code.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ code.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ code.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ code.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ code.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ code.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ code.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ code.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ code.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ code.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ code.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ code.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ code.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ code.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ code.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ code.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ code.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ code.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ code.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ code.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ code.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ code.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ code.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ code.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ code.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ code.prototype.clearAttributes=function(){}; /** * function click() * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ code.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ code.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ code.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ code.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ code.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ code.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ code.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ code.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ code.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ code.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ code.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ code.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ code.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ code.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ code.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ code.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ code.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ code.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ code.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ code.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ code.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ code.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ code.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ code.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ code.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ code.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ code.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ code.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ code.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ code.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ code.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ code.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ code.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ code.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ code.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ code.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ code.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ code.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ code.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ code.prototype.swapNode=function(oNode){}; /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ code.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ code.prototype.activeElement=new Object(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ code.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ code.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ code.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ code.prototype.onbeforepaste= new onbeforepaste(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ code.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ code.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ code.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ code.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ code.prototype.ondblclick= new ondblclick(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ code.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ code.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ code.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ code.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ code.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ code.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ code.prototype.ondrop= new ondrop(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ code.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ code.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ code.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ code.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ code.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ code.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ code.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ code.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ code.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ code.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ code.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ code.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ code.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ code.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ code.prototype.onmousewheel= new onmousewheel(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ code.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ code.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ code.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ code.prototype.onresize= new onresize(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ code.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ code.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ code.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ code.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ code.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ code.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ code.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf code * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ code.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_col.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_col.js
deleted file mode 100644
index 4e75c3c8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_col.js
+++ /dev/null
@@ -1,78 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object col() * @type col * @super Object * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535225.aspx */ function col(){}; col.prototype= new Object(); /** * Property align * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ col.prototype.align=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ col.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ col.prototype.canHaveHTML=false; /** * Property ch * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ col.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ col.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ col.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ col.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ col.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ col.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ col.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ col.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ col.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ col.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ col.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ col.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ col.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ col.prototype.innerHTML=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ col.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ col.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ col.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ col.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ col.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ col.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ col.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ col.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ col.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ col.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ col.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ col.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ col.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ col.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ col.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ col.prototype.outerHTML=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ col.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ col.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ col.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ col.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ col.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ col.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ col.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ col.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ col.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ col.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ col.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ col.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ col.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ col.prototype.all= new all(); /** * Property span * @type Number * @returns {Number}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534636.aspx */ col.prototype.span=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ col.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ col.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ col.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ col.prototype.vAlign=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ col.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ col.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ col.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ col.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ col.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ col.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ col.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ col.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ col.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ col.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ col.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ col.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ col.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ col.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ col.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ col.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ col.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ col.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ col.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ col.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ col.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ col.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ col.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ col.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ col.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ col.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ col.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ col.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ col.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ col.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ col.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ col.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ col.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ col.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ col.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ col.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ col.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ col.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ col.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ col.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ col.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ col.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ col.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ col.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ col.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ col.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ col.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ col.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf col * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ col.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_colgroup.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_colgroup.js
deleted file mode 100644
index fed7caf6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_colgroup.js
+++ /dev/null
@@ -1,74 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object colGroup() * @type colGroup * @super Object * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535227.aspx */ function colGroup(){}; colGroup.prototype= new Object(); /** * Property align * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ colGroup.prototype.align=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ colGroup.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ colGroup.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ colGroup.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ colGroup.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ colGroup.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ colGroup.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ colGroup.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ colGroup.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ colGroup.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ colGroup.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ colGroup.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ colGroup.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ colGroup.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ colGroup.prototype.innerHTML=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ colGroup.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ colGroup.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ colGroup.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ colGroup.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ colGroup.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ colGroup.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ colGroup.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ colGroup.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ colGroup.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ colGroup.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ colGroup.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ colGroup.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ colGroup.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ colGroup.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ colGroup.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ colGroup.prototype.outerHTML=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ colGroup.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ colGroup.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ colGroup.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ colGroup.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ colGroup.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ colGroup.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ colGroup.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ colGroup.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ colGroup.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ colGroup.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ colGroup.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ colGroup.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ colGroup.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ colGroup.prototype.all= new all(); /** * Property span * @type Number * @returns {Number}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534636.aspx */ colGroup.prototype.span=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ colGroup.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ colGroup.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ colGroup.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ colGroup.prototype.vAlign=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ colGroup.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ colGroup.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ colGroup.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ colGroup.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ colGroup.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ colGroup.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ colGroup.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ colGroup.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ colGroup.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ colGroup.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ colGroup.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ colGroup.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ colGroup.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ colGroup.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ colGroup.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ colGroup.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ colGroup.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ colGroup.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ colGroup.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ colGroup.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ colGroup.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ colGroup.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ colGroup.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ colGroup.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ colGroup.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ colGroup.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ colGroup.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ colGroup.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ colGroup.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ colGroup.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ colGroup.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ colGroup.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ colGroup.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ colGroup.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ colGroup.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ colGroup.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ colGroup.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ colGroup.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ colGroup.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ colGroup.prototype.swapNode=function(oNode){}; /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ colGroup.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ colGroup.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ colGroup.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ colGroup.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ colGroup.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ colGroup.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf colGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ colGroup.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js
deleted file mode 100644
index 566eaef0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js
+++ /dev/null
@@ -1,58 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object comment() * @type comment * @super Object * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535229.aspx */ function comment(){}; comment.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ comment.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ comment.prototype.canHaveHTML=false; /** * Property data * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533702.aspx */ comment.prototype.data=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ comment.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ comment.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ comment.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ comment.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ comment.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ comment.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ comment.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ comment.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ comment.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ comment.prototype.lastChild=new Object(); /** * Property length * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ comment.prototype.length=0; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ comment.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ comment.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ comment.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ comment.prototype.nodeValue=new Object(); /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ comment.prototype.offsetParent=new Object(); /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ comment.prototype.offsetTop=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ comment.prototype.offsetLeft=0; /** * Property outerText * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ comment.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ comment.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ comment.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ comment.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ comment.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ comment.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ comment.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ comment.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ comment.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ comment.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ comment.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ comment.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ comment.prototype.tagUrn=""; /** * Property text * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534678.aspx */ comment.prototype.text=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ comment.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ comment.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ comment.prototype.appendChild=function(oNode){}; /** * function appendData(sString) * @param {String} sString * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535935.aspx */ comment.prototype.appendData=function(sString){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ comment.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ comment.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ comment.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ comment.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ comment.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function deleteData(nOffset,nCount) * @param {Number} nOffset * @param {Number} nCount * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536407.aspx */ comment.prototype.deleteData=function(nOffset,nCount){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ comment.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ comment.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ comment.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ comment.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ comment.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ comment.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ comment.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ comment.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ comment.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ comment.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ comment.prototype.getClientRects=function(){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ comment.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ comment.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ comment.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ comment.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ comment.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertData(nOffset,sString) * @param {Number} nOffset * @param {String} sString * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536456.aspx */ comment.prototype.insertData=function(nOffset,sString){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ comment.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ comment.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ comment.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ comment.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ comment.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ comment.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ comment.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ comment.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ comment.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceData(nOffset,nCount,sString) * @param {Number} nOffset * @param {Number} nCount * @param {String} sString * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536718.aspx */ comment.prototype.replaceData=function(nOffset,nCount,sString){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ comment.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ comment.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ comment.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ comment.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function substringData(nOffset,nCount) * @param {Number} nOffset * @param {Number} nCount * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536772.aspx */ comment.prototype.substringData=function(nOffset,nCount){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ comment.prototype.swapNode=function(oNode){}; /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ comment.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ comment.prototype.onreadystatechange= new onreadystatechange(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ comment.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ comment.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ comment.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ comment.prototype.TextNode= new TextNode(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_contentoverflow.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_contentoverflow.js
deleted file mode 100644
index 2212c284..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_contentoverflow.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object contentOverflow() * @type contentOverflow * @super Object * @memberOf contentOverflow * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533691.aspx */ function contentOverflow(){}; contentOverflow.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_controlrange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_controlrange.js
deleted file mode 100644
index 50edbe9e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_controlrange.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object controlRange() * @type controlRange * @super Array * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537447.aspx */ function controlRange(){}; controlRange.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ controlRange.prototype.length=0; /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ controlRange.prototype.add=function(oElement,iIndex){}; /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ controlRange.prototype.add=function(oElement,iIndex){}; /** * Property areas * @type areas * @returns {areas}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537437.aspx */ controlRange.prototype.areas= new areas(); /** * Property options * @type options * @returns {options}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537472.aspx */ controlRange.prototype.options= new options(); /** * function addElement(oElement) * @param {Object} oElement * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535925.aspx */ controlRange.prototype.addElement=function(oElement){}; /** * function execCommand(sCommand,bUserInterface,vValue) * @param {String} sCommand * @param {Boolean} bUserInterface * @param {Variant} vValue * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536419.aspx */ controlRange.prototype.execCommand=function(sCommand,bUserInterface,vValue){}; /** * function item(iIndex) * @param {Number} iIndex * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536605.aspx */ controlRange.prototype.item=function(iIndex){}; /** * function queryCommandEnabled(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536676.aspx */ controlRange.prototype.queryCommandEnabled=function(sCmdID){}; /** * function queryCommandIndeterm(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536678.aspx */ controlRange.prototype.queryCommandIndeterm=function(sCmdID){}; /** * function queryCommandState(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536679.aspx */ controlRange.prototype.queryCommandState=function(sCmdID){}; /** * function queryCommandSupported(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536681.aspx */ controlRange.prototype.queryCommandSupported=function(sCmdID){}; /** * function queryCommandValue(sCmdID) * @param {String} sCmdID * @type Object * @returns {Object}
- * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536683.aspx */ controlRange.prototype.queryCommandValue=function(sCmdID){}; /** * function remove(iIndex) * @param {Number} iIndex * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536694.aspx */ controlRange.prototype.remove=function(iIndex){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ controlRange.prototype.scrollIntoView=function(bAlignToTop){}; /** * function select() * @memberOf controlRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536735.aspx */ controlRange.prototype.select=function(){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlkey.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlkey.js
deleted file mode 100644
index cd4f84a9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlkey.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ctrlKey() * @type ctrlKey * @super Object * @memberOf ctrlKey * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533699.aspx */ function ctrlKey(){}; ctrlKey.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlleft.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlleft.js
deleted file mode 100644
index f9668fec..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ctrlleft.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ctrlLeft() * @type ctrlLeft * @super Object * @memberOf ctrlLeft * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533700.aspx */ function ctrlLeft(){}; ctrlLeft.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_custom.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_custom.js
deleted file mode 100644
index cfca99f5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_custom.js
+++ /dev/null
@@ -1,122 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object custom() * @type custom * @super Object * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535233.aspx */ function custom(){}; custom.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ custom.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ custom.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ custom.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ custom.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ custom.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ custom.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ custom.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ custom.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ custom.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ custom.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ custom.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ custom.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ custom.prototype.dir=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ custom.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ custom.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ custom.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ custom.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ custom.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ custom.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ custom.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ custom.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ custom.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ custom.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ custom.prototype.language=""; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ custom.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ custom.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ custom.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ custom.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ custom.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ custom.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ custom.prototype.parentElement=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ custom.prototype.parentTextEdit=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ custom.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ custom.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ custom.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ custom.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ custom.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ custom.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ custom.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ custom.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ custom.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ custom.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ custom.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ custom.prototype.title=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ custom.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ custom.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ custom.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ custom.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ custom.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ custom.prototype.clearAttributes=function(){}; /** * function click() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ custom.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ custom.prototype.onclick= new onclick(); /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ custom.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ custom.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ custom.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function doScroll(sScrollAction) * @param {String} sScrollAction * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536414.aspx */ custom.prototype.doScroll=function(sScrollAction){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ custom.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ custom.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ custom.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ custom.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ custom.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ custom.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ custom.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ custom.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ custom.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ custom.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ custom.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ custom.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ custom.prototype.getExpression=function(sPropertyName){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ custom.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ custom.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ custom.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ custom.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ custom.prototype.TextNode= new TextNode(); /** * function releaseCapture() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ custom.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ custom.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ custom.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ custom.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ custom.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ custom.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ custom.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ custom.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ custom.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ custom.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ custom.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ custom.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * Property document * @type document * @returns {document}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ custom.prototype.document= new document(); /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ custom.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ custom.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ custom.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ custom.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ custom.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ custom.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ custom.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ custom.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ custom.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ custom.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ custom.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ custom.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ custom.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ custom.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ custom.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ custom.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ custom.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ custom.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ custom.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ custom.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ custom.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ custom.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ custom.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ custom.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ custom.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ custom.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ custom.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ custom.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ custom.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ custom.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ custom.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ custom.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ custom.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ custom.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ custom.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ custom.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ custom.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ custom.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ custom.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ custom.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ custom.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ custom.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ custom.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ custom.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ custom.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ custom.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ custom.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ custom.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ custom.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ custom.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ custom.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ custom.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ custom.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ custom.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ custom.prototype.all= new all(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ custom.prototype.behaviorUrns= new behaviorUrns(); /** * Property children * @type children * @returns {children}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ custom.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf custom * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ custom.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datafld.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datafld.js
deleted file mode 100644
index 17aa0208..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datafld.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dataFld() * @type dataFld * @super Object * @memberOf dataFld * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533704.aspx */ function dataFld(){}; dataFld.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datatransfer.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datatransfer.js
deleted file mode 100644
index 819ae5f4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_datatransfer.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dataTransfer() * @type dataTransfer * @super Object * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535861.aspx */ function dataTransfer(){}; dataTransfer.prototype= new Object(); /** * Property dropEffect * @type String * @returns {String}
- * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533741.aspx */ dataTransfer.prototype.dropEffect=""; /** * Property effectAllowed * @type String * @returns {String}
- * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533743.aspx */ dataTransfer.prototype.effectAllowed=""; /** * function clearData(sDataFormat) * @param {String} sDataFormat * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536352.aspx */ dataTransfer.prototype.clearData=function(sDataFormat){}; /** * function clearData(sDataFormat) * @param {String} sDataFormat * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536352.aspx */ dataTransfer.prototype.clearData=function(sDataFormat){}; /** * Property clipboardData * @type clipboardData * @returns {clipboardData}
- * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535220.aspx */ dataTransfer.prototype.clipboardData= new clipboardData(); /** * function getData(sDataFormat) * @param {String} sDataFormat * @type String * @returns {String}
- * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536436.aspx */ dataTransfer.prototype.getData=function(sDataFormat){}; /** * function setData(sDataFormat,sData) * @param {String} sDataFormat * @param {String} sData * @type Boolean * @returns {Boolean}
- * @memberOf dataTransfer * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536744.aspx */ dataTransfer.prototype.setData=function(sDataFormat,sData){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dd.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dd.js
deleted file mode 100644
index 03f3dbfc..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dd.js
+++ /dev/null
@@ -1,135 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dd() * @type dd * @super Object * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535234.aspx */ function dd(){}; dd.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ dd.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ dd.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ dd.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ dd.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ dd.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ dd.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ dd.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ dd.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ dd.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ dd.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ dd.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ dd.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ dd.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ dd.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ dd.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dd.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ dd.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ dd.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ dd.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ dd.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ dd.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ dd.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ dd.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ dd.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ dd.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ dd.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ dd.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ dd.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ dd.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ dd.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ dd.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ dd.prototype.nodeValue=new Object(); /** * Property noWrap * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534196.aspx */ dd.prototype.noWrap=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ dd.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ dd.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ dd.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ dd.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ dd.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ dd.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ dd.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ dd.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ dd.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ dd.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ dd.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ dd.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ dd.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ dd.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ dd.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ dd.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ dd.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ dd.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ dd.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dd.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ dd.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ dd.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ dd.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ dd.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ dd.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ dd.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ dd.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ dd.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ dd.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ dd.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dd.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ dd.prototype.clearAttributes=function(){}; /** * function click() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ dd.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dd.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ dd.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ dd.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ dd.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ dd.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ dd.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ dd.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ dd.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dd.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ dd.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ dd.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ dd.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ dd.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ dd.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ dd.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ dd.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ dd.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ dd.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ dd.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ dd.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ dd.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ dd.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ dd.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ dd.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ dd.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ dd.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ dd.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ dd.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ dd.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ dd.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ dd.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ dd.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ dd.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ dd.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ dd.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ dd.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ dd.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ dd.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ dd.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ dd.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ dd.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ dd.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ dd.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ dd.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ dd.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ dd.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ dd.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ dd.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ dd.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ dd.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ dd.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dd.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dd.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ dd.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ dd.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ dd.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ dd.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ dd.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ dd.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ dd.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ dd.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ dd.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ dd.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ dd.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ dd.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ dd.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dd.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ dd.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ dd.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ dd.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ dd.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ dd.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ dd.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ dd.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ dd.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ dd.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ dd.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ dd.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ dd.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ dd.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ dd.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ dd.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ dd.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ dd.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ dd.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ dd.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ dd.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ dd.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ dd.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ dd.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ dd.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ dd.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ dd.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ dd.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dd.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ dd.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ dd.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dd.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ dd.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf dd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ dd.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_defaults.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_defaults.js
deleted file mode 100644
index f9892bd5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_defaults.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object defaults() * @type defaults * @super Object * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535235.aspx */ function defaults(){}; defaults.prototype= new Object(); /** * Property blockDirection * @type String * @returns {String}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ defaults.prototype.blockDirection=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ defaults.prototype.canHaveHTML=false; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ defaults.prototype.contentEditable=""; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ defaults.prototype.isMultiLine=false; /** * Property tabStop * @type Boolean * @returns {Boolean}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534656.aspx */ defaults.prototype.tabStop=false; /** * Property viewInheritStyle * @type Boolean * @returns {Boolean}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535133.aspx */ defaults.prototype.viewInheritStyle=false; /** * Property viewLink * @type document * @returns {document}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535134.aspx */ defaults.prototype.viewLink=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ defaults.prototype.document= new document(); /** * Property viewMasterTab * @type Boolean * @returns {Boolean}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535135.aspx */ defaults.prototype.viewMasterTab=false; /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ defaults.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf defaults * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ defaults.prototype.onbeforeeditfocus= new onbeforeeditfocus(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_del.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_del.js
deleted file mode 100644
index f53831a1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_del.js
+++ /dev/null
@@ -1,84 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object del() * @type del * @super Object * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535236.aspx */ function del(){}; del.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ del.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ del.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ del.prototype.canHaveHTML=false; /** * Property cite * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533558.aspx */ del.prototype.cite=""; /** * Property className * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ del.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ del.prototype.contentEditable=""; /** * Property dateTime * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533712.aspx */ del.prototype.dateTime=""; /** * Property dir * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ del.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ del.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ del.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ del.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ del.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ del.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ del.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ del.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ del.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ del.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ del.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ del.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ del.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ del.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ del.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ del.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ del.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ del.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ del.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ del.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ del.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ del.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ del.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ del.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ del.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ del.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ del.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ del.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ del.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ del.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ del.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ del.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ del.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ del.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ del.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ del.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ del.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ del.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ del.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ del.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ del.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ del.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ del.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ del.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ del.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ del.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ del.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ del.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ del.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ del.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ del.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ del.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ del.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ del.prototype.getAdjacentText=function(sWhere){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ del.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ del.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ del.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ del.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ del.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ del.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ del.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ del.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ del.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ del.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ del.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ del.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ del.prototype.normalize=function(){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ del.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ del.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ del.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ del.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ del.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ del.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ del.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ del.prototype.replaceNode=function(oNewNode){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ del.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ del.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ del.prototype.swapNode=function(oNode){}; /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ del.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ del.prototype.onblur= new onblur(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ del.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ del.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ del.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ del.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ del.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ del.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ del.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ del.prototype.onfocus= new onfocus(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ del.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ del.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ del.prototype.onkeyup= new onkeyup(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ del.prototype.onreadystatechange= new onreadystatechange(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ del.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ del.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ del.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ del.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ del.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ del.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ del.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf del * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ del.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dfn.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dfn.js
deleted file mode 100644
index 04f80446..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dfn.js
+++ /dev/null
@@ -1,129 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dfn() * @type dfn * @super Object * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535237.aspx */ function dfn(){}; dfn.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ dfn.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ dfn.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ dfn.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ dfn.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ dfn.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ dfn.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ dfn.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ dfn.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ dfn.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ dfn.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ dfn.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ dfn.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ dfn.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dfn.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ dfn.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ dfn.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ dfn.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ dfn.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ dfn.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ dfn.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ dfn.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ dfn.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ dfn.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ dfn.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ dfn.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ dfn.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ dfn.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ dfn.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ dfn.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ dfn.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ dfn.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ dfn.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ dfn.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ dfn.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ dfn.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ dfn.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ dfn.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ dfn.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ dfn.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ dfn.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ dfn.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ dfn.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ dfn.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ dfn.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ dfn.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ dfn.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ dfn.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ dfn.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ dfn.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dfn.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ dfn.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ dfn.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ dfn.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ dfn.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ dfn.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ dfn.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ dfn.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ dfn.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ dfn.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ dfn.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dfn.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ dfn.prototype.clearAttributes=function(){}; /** * function click() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ dfn.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dfn.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ dfn.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ dfn.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ dfn.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ dfn.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ dfn.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ dfn.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dfn.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ dfn.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ dfn.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ dfn.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ dfn.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ dfn.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ dfn.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ dfn.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ dfn.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ dfn.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ dfn.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ dfn.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ dfn.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ dfn.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ dfn.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ dfn.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ dfn.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ dfn.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ dfn.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ dfn.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ dfn.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ dfn.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ dfn.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ dfn.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ dfn.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ dfn.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ dfn.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ dfn.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ dfn.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ dfn.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ dfn.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ dfn.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ dfn.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ dfn.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ dfn.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ dfn.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ dfn.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ dfn.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ dfn.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ dfn.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ dfn.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ dfn.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ dfn.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dfn.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dfn.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ dfn.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ dfn.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ dfn.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ dfn.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ dfn.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ dfn.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ dfn.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ dfn.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ dfn.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ dfn.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ dfn.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ dfn.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ dfn.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dfn.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ dfn.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ dfn.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ dfn.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ dfn.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ dfn.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ dfn.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ dfn.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ dfn.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ dfn.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ dfn.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ dfn.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ dfn.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ dfn.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ dfn.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ dfn.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ dfn.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ dfn.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ dfn.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ dfn.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ dfn.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ dfn.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ dfn.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ dfn.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ dfn.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ dfn.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dfn.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ dfn.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ dfn.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dfn.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ dfn.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf dfn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ dfn.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dialog.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dialog.js
deleted file mode 100644
index 61eb4e59..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dialog.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object Dialog() * @type Dialog * @super Object * @memberOf Dialog * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535238.aspx */ function Dialog(){}; Dialog.prototype= new Object(); /** * function ChooseColorDlg(initColor) * @param {Variant} initColor * @type Object * @returns {Object}
- * @memberOf Dialog * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536349.aspx */ Dialog.prototype.ChooseColorDlg=function(initColor){}; /** * function getCharset(fontName) * @param {String} fontName * @type Number * @returns {Number}
- * @memberOf Dialog * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536434.aspx */ Dialog.prototype.getCharset=function(fontName){}; /** * Property blockFormats * @type blockFormats * @returns {blockFormats}
- * @memberOf Dialog * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537440.aspx */ Dialog.prototype.blockFormats= new blockFormats(); /** * Property fonts * @type fonts * @returns {fonts}
- * @memberOf Dialog * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537454.aspx */ Dialog.prototype.fonts= new fonts(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dir.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dir.js
deleted file mode 100644
index b9c08262..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dir.js
+++ /dev/null
@@ -1,131 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dir() * @type dir * @super Object * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535239.aspx */ function dir(){}; dir.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ dir.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ dir.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ dir.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ dir.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ dir.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ dir.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ dir.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ dir.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ dir.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ dir.prototype.clientWidth=0; /** * Property compact * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533585.aspx */ dir.prototype.compact=false; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ dir.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ dir.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ dir.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dir.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ dir.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ dir.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ dir.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ dir.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ dir.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ dir.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ dir.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ dir.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ dir.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ dir.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ dir.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ dir.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ dir.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ dir.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ dir.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ dir.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ dir.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ dir.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ dir.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ dir.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ dir.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ dir.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ dir.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ dir.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ dir.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ dir.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ dir.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ dir.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ dir.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ dir.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ dir.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ dir.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ dir.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ dir.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ dir.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dir.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ dir.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ dir.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ dir.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ dir.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ dir.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ dir.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ dir.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ dir.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ dir.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ dir.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dir.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ dir.prototype.clearAttributes=function(){}; /** * function click() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ dir.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dir.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ dir.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ dir.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ dir.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ dir.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ dir.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ dir.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dir.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ dir.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ dir.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ dir.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ dir.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ dir.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ dir.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ dir.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ dir.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ dir.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ dir.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ dir.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ dir.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ dir.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ dir.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ dir.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ dir.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ dir.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ dir.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ dir.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ dir.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ dir.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ dir.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ dir.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ dir.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ dir.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ dir.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ dir.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ dir.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ dir.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ dir.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ dir.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ dir.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ dir.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ dir.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ dir.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ dir.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ dir.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ dir.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ dir.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ dir.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ dir.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ dir.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dir.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dir.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ dir.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ dir.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ dir.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ dir.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ dir.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ dir.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ dir.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ dir.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ dir.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ dir.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ dir.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ dir.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ dir.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dir.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ dir.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ dir.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ dir.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ dir.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ dir.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ dir.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ dir.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ dir.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ dir.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ dir.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ dir.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ dir.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ dir.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ dir.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ dir.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ dir.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ dir.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ dir.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ dir.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ dir.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ dir.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ dir.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ dir.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ dir.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ dir.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ dir.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dir.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ dir.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ dir.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dir.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ dir.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf dir * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ dir.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_div.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_div.js
deleted file mode 100644
index fe58c56b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_div.js
+++ /dev/null
@@ -1,145 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object div() * @type div * @super Object * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535240.aspx */ function div(){}; div.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ div.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ div.prototype.align=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ div.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ div.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ div.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ div.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ div.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ div.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ div.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ div.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ div.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ div.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ div.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ div.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ div.prototype.dataSrc=""; /** * Property dataFormatAs * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ div.prototype.dataFormatAs=""; /** * Property dir * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ div.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ div.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ div.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ div.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ div.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ div.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ div.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ div.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ div.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ div.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ div.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ div.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ div.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ div.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ div.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ div.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ div.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ div.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ div.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ div.prototype.nodeValue=new Object(); /** * Property noWrap * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534196.aspx */ div.prototype.noWrap=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ div.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ div.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ div.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ div.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ div.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ div.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ div.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ div.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ div.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ div.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ div.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ div.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ div.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ div.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ div.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ div.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ div.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ div.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ div.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ div.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ div.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ div.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ div.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ div.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ div.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ div.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ div.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ div.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ div.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ div.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ div.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ div.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ div.prototype.clearAttributes=function(){}; /** * function click() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ div.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ div.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ div.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ div.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ div.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ div.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function doScroll(sScrollAction) * @param {String} sScrollAction * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536414.aspx */ div.prototype.doScroll=function(sScrollAction){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ div.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ div.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ div.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ div.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ div.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ div.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ div.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ div.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ div.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ div.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ div.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ div.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ div.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ div.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ div.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ div.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ div.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ div.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ div.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ div.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ div.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ div.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ div.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ div.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ div.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ div.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ div.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ div.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ div.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ div.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ div.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ div.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ div.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ div.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ div.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ div.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ div.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ div.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ div.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ div.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ div.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ div.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ div.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ div.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ div.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ div.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ div.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ div.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ div.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ div.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ div.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ div.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ div.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ div.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ div.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ div.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ div.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ div.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ div.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ div.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ div.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ div.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ div.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ div.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ div.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ div.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ div.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ div.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ div.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ div.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ div.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ div.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ div.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ div.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ div.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ div.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ div.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ div.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ div.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ div.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ div.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ div.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ div.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ div.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ div.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ div.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ div.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ div.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ div.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ div.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ div.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ div.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ div.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ div.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ div.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ div.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ div.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ div.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf div * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ div.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dl.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dl.js
deleted file mode 100644
index 9a3d4844..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dl.js
+++ /dev/null
@@ -1,129 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dl() * @type dl * @super Object * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535241.aspx */ function dl(){}; dl.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ dl.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ dl.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ dl.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ dl.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ dl.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ dl.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ dl.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ dl.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ dl.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ dl.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ dl.prototype.clientWidth=0; /** * Property compact * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533585.aspx */ dl.prototype.compact=false; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ dl.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ dl.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ dl.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dl.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ dl.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ dl.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ dl.prototype.innerHTML=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ dl.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ dl.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ dl.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ dl.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ dl.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ dl.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ dl.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ dl.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ dl.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ dl.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ dl.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ dl.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ dl.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ dl.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ dl.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ dl.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ dl.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ dl.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ dl.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ dl.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ dl.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ dl.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ dl.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ dl.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ dl.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ dl.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ dl.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ dl.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ dl.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ dl.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ dl.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dl.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ dl.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ dl.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ dl.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ dl.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ dl.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ dl.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ dl.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ dl.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ dl.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ dl.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dl.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ dl.prototype.clearAttributes=function(){}; /** * function click() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ dl.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dl.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ dl.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ dl.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ dl.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ dl.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ dl.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ dl.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dl.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ dl.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ dl.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ dl.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ dl.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ dl.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ dl.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ dl.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ dl.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ dl.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ dl.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ dl.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ dl.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ dl.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ dl.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ dl.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ dl.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ dl.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ dl.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ dl.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ dl.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ dl.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ dl.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ dl.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ dl.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ dl.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ dl.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ dl.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ dl.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ dl.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ dl.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ dl.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ dl.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ dl.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ dl.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ dl.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ dl.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ dl.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ dl.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ dl.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ dl.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ dl.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ dl.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dl.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dl.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ dl.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ dl.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ dl.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ dl.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ dl.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ dl.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ dl.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ dl.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ dl.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ dl.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ dl.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ dl.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ dl.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dl.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ dl.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ dl.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ dl.prototype.onhelp= new onhelp(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ dl.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ dl.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ dl.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ dl.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ dl.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ dl.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ dl.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ dl.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ dl.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ dl.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ dl.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ dl.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ dl.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ dl.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ dl.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ dl.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ dl.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ dl.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ dl.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ dl.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ dl.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dl.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ dl.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ dl.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dl.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ dl.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf dl * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ dl.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_document.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_document.js
deleted file mode 100644
index 431c6e46..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_document.js
+++ /dev/null
@@ -1,128 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object document() * @type document * @super Object * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ function document(){}; document.prototype= new Object(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ document.prototype.activeElement=new Object(); /** * Property alinkColor * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533071.aspx */ document.prototype.alinkColor=new Object(); /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533506.aspx */ document.prototype.bgColor=new Object(); /** * Property charset * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533553.aspx */ document.prototype.charset=""; /** * Property compatMode * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533687.aspx */ document.prototype.compatMode=""; /** * Property cookie * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533693.aspx */ document.prototype.cookie=""; /** * Property defaultCharset * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533714.aspx */ document.prototype.defaultCharset=""; /** * Property designMode * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533720.aspx */ document.prototype.designMode=""; /** * Property dir * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533731.aspx */ document.prototype.dir=""; /** * Property doctype * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533737.aspx */ document.prototype.doctype=new Object(); /** * Property documentElement * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533739.aspx */ document.prototype.documentElement=new Object(); /** * Property domain * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533740.aspx */ document.prototype.domain=""; /** * Property expando * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533747.aspx */ document.prototype.expando=false; /** * Property fgColor * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533749.aspx */ document.prototype.fgColor=new Object(); /** * Property fileCreatedDate * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533750.aspx */ document.prototype.fileCreatedDate=""; /** * Property fileModifiedDate * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533751.aspx */ document.prototype.fileModifiedDate=""; /** * Property fileSize * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533752.aspx */ document.prototype.fileSize=""; /** * Property implementation * @type implementation * @returns {implementation}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533884.aspx */ document.prototype.implementation=new implementation(); /** * Property implementation * @type implementation * @returns {implementation}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535865.aspx */ document.prototype.implementation= new implementation(); /** * Property lastModified * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533946.aspx */ document.prototype.lastModified=""; /** * Property linkColor * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534117.aspx */ document.prototype.linkColor=new Object(); /** * Property parentWindow * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534331.aspx */ document.prototype.parentWindow=new Object(); /** * Property protocol * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ document.prototype.protocol=""; /** * Property readyState * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ document.prototype.readyState=""; /** * Property referrer * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534365.aspx */ document.prototype.referrer=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ document.prototype.uniqueID=""; /** * Property URL * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534708.aspx */ document.prototype.URL=""; /** * Property URLUnencoded * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534709.aspx */ document.prototype.URLUnencoded=""; /** * Property vlinkColor * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535139.aspx */ document.prototype.vlinkColor=new Object(); /** * Property XMLDocument * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535155.aspx */ document.prototype.XMLDocument=new Object(); /** * Property XSLDocument * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535163.aspx */ document.prototype.XSLDocument=new Object(); /** * Property all * @type all * @returns {all}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ document.prototype.all= new all(); /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ document.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clear() * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536361.aspx */ document.prototype.clear=function(){}; /** * function close() * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536369.aspx */ document.prototype.close=function(){}; /** * function createAttribute(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536379.aspx */ document.prototype.createAttribute=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ document.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ document.prototype.name=""; /** * function createComment(sData) * @param {String} sData * @type comment * @returns {comment}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536383.aspx */ document.prototype.createComment=function(sData){}; /** * Property comment * @type comment * @returns {comment}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535229.aspx */ document.prototype.comment= new comment(); /** * Property data * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533702.aspx */ document.prototype.data=""; /** * function createDocumentFragment() * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536387.aspx */ document.prototype.createDocumentFragment=function(){}; /** * function createElement(sTag) * @param {String} sTag * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536389.aspx */ document.prototype.createElement=function(sTag){}; /** * function createEventObject(oExistingEvent) * @param {event} oExistingEvent * @type event * @returns {event}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536390.aspx */ document.prototype.createEventObject=function(oExistingEvent){}; /** * Property event * @type event * @returns {event}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535863.aspx */ document.prototype.event= new event(); /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ document.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function createStyleSheet(sURL,iIndex) * @param {String} sURL * @param {Number} iIndex * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531194.aspx */ document.prototype.createStyleSheet=function(sURL,iIndex){}; /** * function createTextNode(sText) * @param {String} sText * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536400.aspx */ document.prototype.createTextNode=function(sText){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ document.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function elementFromPoint(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536417.aspx */ document.prototype.elementFromPoint=function(iX,iY){}; /** * function execCommand(sCommand,bUserInterface,vValue) * @param {String} sCommand * @param {Boolean} bUserInterface * @param {Variant} vValue * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536419.aspx */ document.prototype.execCommand=function(sCommand,bUserInterface,vValue){}; /** * function focus() * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ document.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ document.prototype.onfocus= new onfocus(); /** * function getElementById(sIDValue) * @param {String} sIDValue * @type ID * @returns {ID}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536437.aspx */ document.prototype.getElementById=function(sIDValue){}; /** * Property id * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ document.prototype.id=""; /** * function getElementsByName(sNameValue) * @param {String} sNameValue * @type NAME * @returns {NAME}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536438.aspx */ document.prototype.getElementsByName=function(sNameValue){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ document.prototype.getElementsByTagName=function(sTagName){}; /** * function hasFocus() * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536447.aspx */ document.prototype.hasFocus=function(){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ document.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function open(sUrl,sName,sUrl,sFeature,bReplace,sUrl) * @param {String} sUrl * @param {String} sName * @param {String} sUrl * @param {Favorites} sFeature Center * @param {Boolean} bReplace * @param {open} sUrl * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536652.aspx */ document.prototype.open=function(sUrl,sName,sUrl,sFeature,bReplace,sUrl){}; /** * function write(sText) * @param {String} sText * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536782.aspx */ document.prototype.write=function(sText){}; /** * function writeln(sText) * @param {String} sText * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536783.aspx */ document.prototype.writeln=function(sText){}; /** * function queryCommandEnabled(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536676.aspx */ document.prototype.queryCommandEnabled=function(sCmdID){}; /** * function queryCommandIndeterm(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536678.aspx */ document.prototype.queryCommandIndeterm=function(sCmdID){}; /** * function queryCommandState(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536679.aspx */ document.prototype.queryCommandState=function(sCmdID){}; /** * function queryCommandSupported(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536681.aspx */ document.prototype.queryCommandSupported=function(sCmdID){}; /** * function queryCommandValue(sCmdID) * @param {String} sCmdID * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536683.aspx */ document.prototype.queryCommandValue=function(sCmdID){}; /** * function recalc(bForceAll) * @param {Boolean} bForceAll * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536685.aspx */ document.prototype.recalc=function(bForceAll){}; /** * function releaseCapture() * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ document.prototype.releaseCapture=function(){}; /** * function setActive() * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ document.prototype.setActive=function(){}; /** * Property body * @type body * @returns {body}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535205.aspx */ document.prototype.body= new body(); /** * Property implementation * @type implementation * @returns {implementation}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535865.aspx */ document.prototype.implementation= new implementation(); /** * Property location * @type location * @returns {location}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535866.aspx */ document.prototype.location= new location(); /** * Property selection * @type selection * @returns {selection}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535869.aspx */ document.prototype.selection= new selection(); /** * Property title * @type title * @returns {title}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535910.aspx */ document.prototype.title= new title(); /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ document.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ document.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ document.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ document.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ document.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ document.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ document.prototype.onbeforepaste= new onbeforepaste(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ document.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ document.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ document.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ document.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ document.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ document.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ document.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ document.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ document.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ document.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ document.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ document.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ document.prototype.ondrop= new ondrop(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ document.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ document.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ document.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ document.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ document.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ document.prototype.onkeyup= new onkeyup(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ document.prototype.onmousedown= new onmousedown(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ document.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ document.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ document.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ document.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ document.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ document.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ document.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ document.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ document.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ document.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ document.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ document.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ document.prototype.onresizestart= new onresizestart(); /** * Property onselectionchange * @type onselectionchange * @returns {onselectionchange}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537845.aspx */ document.prototype.onselectionchange= new onselectionchange(); /** * Property onstop * @type onstop * @returns {onstop}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536971.aspx */ document.prototype.onstop= new onstop(); /** * Property all * @type all * @returns {all}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ document.prototype.all= new all(); /** * Property anchors * @type anchors * @returns {anchors}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537435.aspx */ document.prototype.anchors= new anchors(); /** * Property a * @type a * @returns {a}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535173.aspx */ document.prototype.a= new a(); /** * Property name * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534182.aspx */ document.prototype.name=""; /** * Property id * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ document.prototype.id=""; /** * Property applets * @type applets * @returns {applets}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537436.aspx */ document.prototype.applets= new applets(); /** * Property applet * @type applet * @returns {applet}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535183.aspx */ document.prototype.applet= new applet(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ document.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ document.prototype.TextNode= new TextNode(); /** * Property embeds * @type embeds * @returns {embeds}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537450.aspx */ document.prototype.embeds= new embeds(); /** * Property embed * @type embed * @returns {embed}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535245.aspx */ document.prototype.embed= new embed(); /** * Property forms * @type forms * @returns {forms}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537457.aspx */ document.prototype.forms= new forms(); /** * Property form * @type form * @returns {form}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535249.aspx */ document.prototype.form= new form(); /** * Property frames * @type frames * @returns {frames}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537459.aspx */ document.prototype.frames= new frames(); /** * Property window * @type window * @returns {window}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535873.aspx */ document.prototype.window= new window(); /** * Property images * @type images * @returns {images}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537461.aspx */ document.prototype.images= new images(); /** * Property img * @type img * @returns {img}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535259.aspx */ document.prototype.img= new img(); /** * Property links * @type links * @returns {links}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537465.aspx */ document.prototype.links= new links(); /** * Property href * @type String * @returns {String}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ document.prototype.href=""; /** * Property area * @type area * @returns {area}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535185.aspx */ document.prototype.area= new area(); /** * Property namespaces * @type namespaces * @returns {namespaces}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537470.aspx */ document.prototype.namespaces= new namespaces(); /** * Property namespace * @type namespace * @returns {namespace}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535854.aspx */ document.prototype.namespace= new namespace(); /** * Property scripts * @type scripts * @returns {scripts}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537487.aspx */ document.prototype.scripts= new scripts(); /** * Property script * @type script * @returns {script}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535892.aspx */ document.prototype.script= new script(); /** * Property styleSheets * @type styleSheets * @returns {styleSheets}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531200.aspx */ document.prototype.styleSheets= new styleSheets(); /** * Property styleSheet * @type styleSheet * @returns {styleSheet}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535871.aspx */ document.prototype.styleSheet= new styleSheet(); /** * Property link * @type link * @returns {link}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535848.aspx */ document.prototype.link= new link(); /** * Property style * @type style * @returns {style}
- * @memberOf document * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535898.aspx */ document.prototype.style= new style(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dt.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dt.js
deleted file mode 100644
index 0a3a824e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_dt.js
+++ /dev/null
@@ -1,134 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object dt() * @type dt * @super Object * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535243.aspx */ function dt(){}; dt.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ dt.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ dt.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ dt.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ dt.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ dt.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ dt.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ dt.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ dt.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ dt.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ dt.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ dt.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ dt.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ dt.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ dt.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ dt.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dt.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ dt.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ dt.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ dt.prototype.innerHTML=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ dt.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ dt.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ dt.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ dt.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ dt.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ dt.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ dt.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ dt.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ dt.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ dt.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ dt.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ dt.prototype.nodeValue=new Object(); /** * Property noWrap * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534196.aspx */ dt.prototype.noWrap=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ dt.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ dt.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ dt.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ dt.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ dt.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ dt.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ dt.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ dt.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ dt.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ dt.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ dt.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ dt.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ dt.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ dt.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ dt.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ dt.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ dt.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ dt.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ dt.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dt.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ dt.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ dt.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ dt.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ dt.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ dt.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ dt.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ dt.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ dt.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ dt.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ dt.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dt.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ dt.prototype.clearAttributes=function(){}; /** * function click() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ dt.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dt.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ dt.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ dt.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ dt.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ dt.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ dt.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ dt.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ dt.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dt.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ dt.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ dt.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ dt.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ dt.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ dt.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ dt.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ dt.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ dt.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ dt.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ dt.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ dt.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ dt.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ dt.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ dt.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ dt.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ dt.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ dt.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ dt.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ dt.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ dt.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ dt.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ dt.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ dt.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ dt.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ dt.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ dt.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ dt.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ dt.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ dt.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ dt.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ dt.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ dt.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ dt.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ dt.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ dt.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ dt.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ dt.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ dt.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ dt.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ dt.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ dt.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ dt.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ dt.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ dt.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ dt.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ dt.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ dt.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ dt.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ dt.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ dt.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ dt.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ dt.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ dt.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ dt.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ dt.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ dt.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ dt.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ dt.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ dt.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ dt.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ dt.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ dt.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ dt.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ dt.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ dt.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ dt.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ dt.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ dt.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ dt.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ dt.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ dt.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ dt.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ dt.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ dt.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ dt.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ dt.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ dt.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ dt.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ dt.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ dt.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ dt.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ dt.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ dt.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ dt.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ dt.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ dt.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ dt.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ dt.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ dt.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ dt.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf dt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ dt.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_elements.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_elements.js
deleted file mode 100644
index 9add5235..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_elements.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object elements() * @type elements * @super Array * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537449.aspx */ function elements(){}; elements.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ elements.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ elements.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ elements.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ elements.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ elements.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ elements.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf elements * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ elements.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_em.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_em.js
deleted file mode 100644
index 3b9257bf..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_em.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object em() * @type em * @super Object * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535244.aspx */ function em(){}; em.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ em.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ em.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ em.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ em.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ em.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ em.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ em.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ em.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ em.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ em.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ em.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ em.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ em.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ em.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ em.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ em.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ em.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ em.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ em.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ em.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ em.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ em.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ em.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ em.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ em.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ em.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ em.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ em.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ em.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ em.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ em.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ em.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ em.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ em.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ em.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ em.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ em.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ em.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ em.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ em.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ em.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ em.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ em.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ em.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ em.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ em.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ em.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ em.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ em.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ em.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ em.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ em.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ em.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ em.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ em.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ em.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ em.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ em.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ em.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ em.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ em.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ em.prototype.clearAttributes=function(){}; /** * function click() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ em.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ em.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ em.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ em.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ em.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ em.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ em.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ em.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ em.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ em.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ em.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ em.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ em.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ em.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ em.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ em.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ em.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ em.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ em.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ em.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ em.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ em.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ em.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ em.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ em.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ em.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ em.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ em.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ em.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ em.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ em.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ em.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ em.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ em.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ em.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ em.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ em.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ em.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ em.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ em.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ em.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ em.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ em.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ em.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ em.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ em.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ em.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ em.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ em.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ em.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ em.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ em.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ em.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ em.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ em.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ em.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ em.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ em.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ em.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ em.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ em.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ em.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ em.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ em.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ em.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ em.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ em.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ em.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ em.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ em.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ em.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ em.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ em.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ em.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ em.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ em.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ em.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ em.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ em.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ em.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ em.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ em.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ em.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ em.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ em.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ em.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ em.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ em.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ em.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ em.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ em.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ em.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ em.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ em.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ em.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ em.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ em.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ em.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf em * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ em.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embed.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embed.js
deleted file mode 100644
index 99659aa5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embed.js
+++ /dev/null
@@ -1,122 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object embed() * @type embed * @super Object * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535245.aspx */ function embed(){}; embed.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ embed.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ embed.prototype.align=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ embed.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ embed.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ embed.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ embed.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ embed.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ embed.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ embed.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ embed.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ embed.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ embed.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ embed.prototype.childNodes= new childNodes(); /** * Property height * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ embed.prototype.height=new Object(); /** * Property hidden * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533782.aspx */ embed.prototype.hidden=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ embed.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ embed.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ embed.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ embed.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ embed.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ embed.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ embed.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ embed.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ embed.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ embed.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ embed.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ embed.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ embed.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ embed.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ embed.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ embed.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ embed.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ embed.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ embed.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ embed.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ embed.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ embed.prototype.document= new document(); /** * Property palette * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534325.aspx */ embed.prototype.palette=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ embed.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ embed.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ embed.prototype.parentTextEdit=new Object(); /** * Property pluginspage * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534341.aspx */ embed.prototype.pluginspage=""; /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ embed.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ embed.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ embed.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ embed.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ embed.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ embed.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ embed.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ embed.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ embed.prototype.all= new all(); /** * Property src * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ embed.prototype.src=""; /** * Property tagName * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ embed.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ embed.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ embed.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534698.aspx */ embed.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ embed.prototype.uniqueID=""; /** * Property units * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534705.aspx */ embed.prototype.units=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ embed.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ embed.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ embed.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ embed.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ embed.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ embed.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ embed.prototype.clearAttributes=function(){}; /** * function click() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ embed.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ embed.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ embed.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ embed.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ embed.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ embed.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ embed.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ embed.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ embed.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ embed.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ embed.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ embed.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ embed.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ embed.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ embed.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ embed.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ embed.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ embed.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ embed.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ embed.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ embed.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ embed.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ embed.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ embed.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ embed.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ embed.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ embed.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ embed.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ embed.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ embed.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ embed.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ embed.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ embed.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ embed.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ embed.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ embed.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ embed.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ embed.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ embed.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ embed.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ embed.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ embed.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ embed.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ embed.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ embed.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ embed.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ embed.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ embed.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ embed.prototype.ondeactivate= new ondeactivate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ embed.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ embed.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ embed.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ embed.prototype.onhelp= new onhelp(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ embed.prototype.onload= new onload(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ embed.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ embed.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ embed.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ embed.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ embed.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ embed.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ embed.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ embed.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ embed.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ embed.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ embed.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ embed.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ embed.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ embed.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ embed.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ embed.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ embed.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ embed.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ embed.prototype.onscroll= new onscroll(); /** * Property all * @type all * @returns {all}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ embed.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ embed.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ embed.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ embed.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ embed.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf embed * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ embed.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embeds.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embeds.js
deleted file mode 100644
index 44684a61..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_embeds.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object embeds() * @type embeds * @super Array * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537450.aspx */ function embeds(){}; embeds.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ embeds.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ embeds.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ embeds.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ embeds.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ embeds.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ embeds.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf embeds * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ embeds.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_event.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_event.js
deleted file mode 100644
index cc59cd08..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_event.js
+++ /dev/null
@@ -1,47 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object event() * @type event * @super Object * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535863.aspx */ function event(){}; event.prototype= new Object(); /** * Property Abstract * @type Abstract * @returns {Abstract}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533126.aspx */ event.prototype.Abstract= new Abstract(); /** * Property altKey * @type altKey * @returns {altKey}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533075.aspx */ event.prototype.altKey= new altKey(); /** * Property altLeft * @type altLeft * @returns {altLeft}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533076.aspx */ event.prototype.altLeft= new altLeft(); /** * Property Banner * @type Banner * @returns {Banner}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533136.aspx */ event.prototype.Banner= new Banner(); /** * Property button * @type button * @returns {button}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533544.aspx */ event.prototype.button= new button(); /** * Property cancelBubble * @type cancelBubble * @returns {cancelBubble}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533545.aspx */ event.prototype.cancelBubble= new cancelBubble(); /** * Property clientX * @type clientX * @returns {clientX}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533567.aspx */ event.prototype.clientX= new clientX(); /** * Property clientY * @type clientY * @returns {clientY}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533568.aspx */ event.prototype.clientY= new clientY(); /** * Property contentOverflow * @type contentOverflow * @returns {contentOverflow}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533691.aspx */ event.prototype.contentOverflow= new contentOverflow(); /** * Property ctrlKey * @type ctrlKey * @returns {ctrlKey}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533699.aspx */ event.prototype.ctrlKey= new ctrlKey(); /** * Property ctrlLeft * @type ctrlLeft * @returns {ctrlLeft}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533700.aspx */ event.prototype.ctrlLeft= new ctrlLeft(); /** * Property dataFld * @type dataFld * @returns {dataFld}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533704.aspx */ event.prototype.dataFld= new dataFld(); /** * Property oncellchange * @type oncellchange * @returns {oncellchange}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536911.aspx */ event.prototype.oncellchange= new oncellchange(); /** * Property fromElement * @type fromElement * @returns {fromElement}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533773.aspx */ event.prototype.fromElement= new fromElement(); /** * Property keyCode * @type keyCode * @returns {keyCode}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533927.aspx */ event.prototype.keyCode= new keyCode(); /** * Property MoreInfo * @type MoreInfo * @returns {MoreInfo}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533294.aspx */ event.prototype.MoreInfo= new MoreInfo(); /** * Property nextPage * @type nextPage * @returns {nextPage}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534188.aspx */ event.prototype.nextPage= new nextPage(); /** * Property offsetX * @type offsetX * @returns {offsetX}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534305.aspx */ event.prototype.offsetX= new offsetX(); /** * Property offsetY * @type offsetY * @returns {offsetY}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534306.aspx */ event.prototype.offsetY= new offsetY(); /** * Property propertyName * @type propertyName * @returns {propertyName}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534352.aspx */ event.prototype.propertyName= new propertyName(); /** * Property qualifier * @type qualifier * @returns {qualifier}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534355.aspx */ event.prototype.qualifier= new qualifier(); /** * Property reason * @type reason * @returns {reason}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534362.aspx */ event.prototype.reason= new reason(); /** * Property recordset * @type recordset * @returns {recordset}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534364.aspx */ event.prototype.recordset= new recordset(); /** * Property repeat * @type repeat * @returns {repeat}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534367.aspx */ event.prototype.repeat= new repeat(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ event.prototype.onkeydown= new onkeydown(); /** * Property returnValue * @type returnValue * @returns {returnValue}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534372.aspx */ event.prototype.returnValue= new returnValue(); /** * Property saveType * @type saveType * @returns {saveType}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534385.aspx */ event.prototype.saveType= new saveType(); /** * Property oncontentsave * @type oncontentsave * @returns {oncontentsave}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531022.aspx */ event.prototype.oncontentsave= new oncontentsave(); /** * Property screenX * @type screenX * @returns {screenX}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534391.aspx */ event.prototype.screenX= new screenX(); /** * Property screenY * @type screenY * @returns {screenY}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534392.aspx */ event.prototype.screenY= new screenY(); /** * Property shiftKey * @type shiftKey * @returns {shiftKey}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534629.aspx */ event.prototype.shiftKey= new shiftKey(); /** * Property shiftLeft * @type shiftLeft * @returns {shiftLeft}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534630.aspx */ event.prototype.shiftLeft= new shiftLeft(); /** * Property srcElement * @type srcElement * @returns {srcElement}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534638.aspx */ event.prototype.srcElement= new srcElement(); /** * Property srcFilter * @type srcFilter * @returns {srcFilter}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534639.aspx */ event.prototype.srcFilter= new srcFilter(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ event.prototype.onfilterchange= new onfilterchange(); /** * Property srcUrn * @type srcUrn * @returns {srcUrn}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534640.aspx */ event.prototype.srcUrn= new srcUrn(); /** * Property toElement * @type toElement * @returns {toElement}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534684.aspx */ event.prototype.toElement= new toElement(); /** * Property type * @type type * @returns {type}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534697.aspx */ event.prototype.type= new type(); /** * Property userName * @type String * @returns {String}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531053.aspx */ event.prototype.userName=""; /** * function useService(sElementID,sFriendlyName,oUseOptions) * @param {String} sElementID * @param {String} sFriendlyName * @param {useOptions} oUseOptions * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531063.aspx */ event.prototype.useService=function(sElementID,sFriendlyName,oUseOptions){}; /** * Property wheelDelta * @type wheelDelta * @returns {wheelDelta}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535142.aspx */ event.prototype.wheelDelta= new wheelDelta(); /** * Property x * @type x * @returns {x}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535154.aspx */ event.prototype.x= new x(); /** * Property y * @type y * @returns {y}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535164.aspx */ event.prototype.y= new y(); /** * Property bookmarks * @type bookmarks * @returns {bookmarks}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537441.aspx */ event.prototype.bookmarks= new bookmarks(); /** * Property dataTransfer * @type dataTransfer * @returns {dataTransfer}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535861.aspx */ event.prototype.dataTransfer= new dataTransfer(); /** * Property bookmarks * @type bookmarks * @returns {bookmarks}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537441.aspx */ event.prototype.bookmarks= new bookmarks(); /** * Property boundElements * @type boundElements * @returns {boundElements}
- * @memberOf event * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537442.aspx */ event.prototype.boundElements= new boundElements(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_external.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_external.js
deleted file mode 100644
index 50a4578d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_external.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object external() * @type external * @super Object * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535246.aspx */ function external(){}; external.prototype= new Object(); /** * Property frozen * @type Boolean * @returns {Boolean}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342516.aspx */ external.prototype.frozen=false; /** * Property menuArguments * @type Object * @returns {Object}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534165.aspx */ external.prototype.menuArguments=new Object(); /** * Property onvisibilitychange * @type Object * @returns {Object}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342517.aspx */ external.prototype.onvisibilitychange=new Object(); /** * Property scrollbar * @type Boolean * @returns {Boolean}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342519.aspx */ external.prototype.scrollbar=false; /** * Property selectableContent * @type Boolean * @returns {Boolean}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342520.aspx */ external.prototype.selectableContent=false; /** * Property version * @type String * @returns {String}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342522.aspx */ external.prototype.version=""; /** * Property visibility * @type Boolean * @returns {Boolean}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342523.aspx */ external.prototype.visibility=false; /** * function AddChannel(sURLToCDF) * @param {String} sURLToCDF * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535923.aspx */ external.prototype.AddChannel=function(sURLToCDF){}; /** * function AddChannel(sURLToCDF) * @param {String} sURLToCDF * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535923.aspx */ external.prototype.AddChannel=function(sURLToCDF){}; /** * function AddDesktopComponent(sURL,sType,iLeft,iTop,iWidth,iHeight) * @param {String} sURL * @param {String} sType * @param {Number} iLeft * @param {Number} iTop * @param {Number} iWidth * @param {Number} iHeight * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535924.aspx */ external.prototype.AddDesktopComponent=function(sURL,sType,iLeft,iTop,iWidth,iHeight){}; /** * function AddFavorite(sURL,sTitle) * @param {String} sURL * @param {String} sTitle * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535926.aspx */ external.prototype.AddFavorite=function(sURL,sTitle){}; /** * function AddSearchProvider(sUrl) * @param {AddSearchProvider} sUrl * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535931.aspx */ external.prototype.AddSearchProvider=function(sUrl){}; /** * function AutoCompleteSaveForm(oForm) * @param {Object} oForm * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536344.aspx */ external.prototype.AutoCompleteSaveForm=function(oForm){}; /** * function AutoScan(sUserQuery,sURL,sTarget) * @param {String} sUserQuery * @param {String} sURL * @param {String} sTarget * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536345.aspx */ external.prototype.AutoScan=function(sUserQuery,sURL,sTarget){}; /** * function BrandImageUri() * @type String * @returns {String}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536348.aspx */ external.prototype.BrandImageUri=function(){}; /** * function bubbleEvent() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342525.aspx */ external.prototype.bubbleEvent=function(){}; /** * function CustomizeClearType(fSet) * @param {CustomizeClearType} fSet * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/bb245715.aspx */ external.prototype.CustomizeClearType=function(fSet){}; /** * function CustomizeSettings(fSQM,fPhishing,sLocale) * @param {Boolean} fSQM * @param {Boolean} fPhishing * @param {String} sLocale * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536404.aspx */ external.prototype.CustomizeSettings=function(fSQM,fPhishing,sLocale){}; /** * function DefaultSearchProvider() * @type String * @returns {String}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/bb245716.aspx */ external.prototype.DefaultSearchProvider=function(){}; /** * function DiagnoseConnection() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/bb245717.aspx */ external.prototype.DiagnoseConnection=function(){}; /** * function ImportExportFavorites(bImportExport,sImportExportPath) * @param {Boolean} bImportExport * @param {String} sImportExportPath * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536449.aspx */ external.prototype.ImportExportFavorites=function(bImportExport,sImportExportPath){}; /** * function IsSearchMigrated() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/bb245718.aspx */ external.prototype.IsSearchMigrated=function(){}; /** * function IsSearchProviderInstalled(sUrl) * @param {IsSearchProviderInstalled} sUrl * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342526.aspx */ external.prototype.IsSearchProviderInstalled=function(sUrl){}; /** * function IsSubscribed(sURLToCDF) * @param {String} sURLToCDF * @type Boolean * @returns {Boolean}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536459.aspx */ external.prototype.IsSubscribed=function(sURLToCDF){}; /** * function NavigateAndFind(sLocation,sQuery,sTargetFrame) * @param {String} sLocation * @param {String} sQuery * @param {String} sTargetFrame * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536641.aspx */ external.prototype.NavigateAndFind=function(sLocation,sQuery,sTargetFrame){}; /** * function PhishingEnabled() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536658.aspx */ external.prototype.PhishingEnabled=function(){}; /** * function raiseEvent(name,eventData) * @param {Required.} name Specifies a valid event name as a string. * @param {Required.} eventData Specifies event data. * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342527.aspx */ external.prototype.raiseEvent=function(name,eventData){}; /** * function RunOnceHasShown() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/bb245719.aspx */ external.prototype.RunOnceHasShown=function(){}; /** * function RunOnceShown() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536725.aspx */ external.prototype.RunOnceShown=function(){}; /** * function SearchGuideUrl() * @type String * @returns {String}
- * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/bb245721.aspx */ external.prototype.SearchGuideUrl=function(){}; /** * function setContextMenu(menuItemPairs) * @param {Required.} menuItemPairs Specifies menu item pairs, which are command text and commands contained within the context menu. * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342529.aspx */ external.prototype.setContextMenu=function(menuItemPairs){}; /** * function ShowBrowserUI(sUI,null) * @param {String} sUI * @param {ShowBrowserUI} showerBrowserUI * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536756.aspx */ external.prototype.ShowBrowserUI=function(sUI,showerBrowserUI){}; /** * function SkipRunOnce() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536763.aspx */ external.prototype.SkipRunOnce=function(){}; /** * function SkipTabsWelcome() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa342530.aspx */ external.prototype.SkipTabsWelcome=function(){}; /** * function SqmEnabled() * @memberOf external * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536766.aspx */ external.prototype.SqmEnabled=function(){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fieldset.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fieldset.js
deleted file mode 100644
index ed491251..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fieldset.js
+++ /dev/null
@@ -1,137 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object fieldSet() * @type fieldSet * @super Object * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535247.aspx */ function fieldSet(){}; fieldSet.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ fieldSet.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ fieldSet.prototype.align=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ fieldSet.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ fieldSet.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ fieldSet.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ fieldSet.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ fieldSet.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ fieldSet.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ fieldSet.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ fieldSet.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ fieldSet.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ fieldSet.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ fieldSet.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ fieldSet.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ fieldSet.prototype.dataSrc=""; /** * Property dir * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ fieldSet.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ fieldSet.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ fieldSet.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ fieldSet.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ fieldSet.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ fieldSet.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ fieldSet.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ fieldSet.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ fieldSet.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ fieldSet.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ fieldSet.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ fieldSet.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ fieldSet.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ fieldSet.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ fieldSet.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ fieldSet.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ fieldSet.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ fieldSet.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ fieldSet.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ fieldSet.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ fieldSet.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ fieldSet.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ fieldSet.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ fieldSet.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ fieldSet.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ fieldSet.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ fieldSet.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ fieldSet.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ fieldSet.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ fieldSet.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ fieldSet.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ fieldSet.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ fieldSet.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ fieldSet.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ fieldSet.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ fieldSet.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ fieldSet.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ fieldSet.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ fieldSet.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ fieldSet.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ fieldSet.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ fieldSet.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ fieldSet.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ fieldSet.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ fieldSet.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ fieldSet.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ fieldSet.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ fieldSet.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ fieldSet.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ fieldSet.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ fieldSet.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ fieldSet.prototype.clearAttributes=function(){}; /** * function click() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ fieldSet.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ fieldSet.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ fieldSet.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ fieldSet.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ fieldSet.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ fieldSet.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ fieldSet.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ fieldSet.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ fieldSet.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ fieldSet.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ fieldSet.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ fieldSet.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ fieldSet.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ fieldSet.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ fieldSet.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ fieldSet.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ fieldSet.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ fieldSet.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ fieldSet.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ fieldSet.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ fieldSet.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ fieldSet.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ fieldSet.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ fieldSet.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ fieldSet.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ fieldSet.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ fieldSet.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ fieldSet.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ fieldSet.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ fieldSet.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ fieldSet.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ fieldSet.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ fieldSet.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ fieldSet.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ fieldSet.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ fieldSet.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ fieldSet.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ fieldSet.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ fieldSet.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ fieldSet.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ fieldSet.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ fieldSet.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ fieldSet.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ fieldSet.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ fieldSet.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ fieldSet.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ fieldSet.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ fieldSet.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ fieldSet.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ fieldSet.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ fieldSet.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ fieldSet.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ fieldSet.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ fieldSet.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ fieldSet.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ fieldSet.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ fieldSet.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ fieldSet.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ fieldSet.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ fieldSet.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ fieldSet.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ fieldSet.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ fieldSet.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ fieldSet.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ fieldSet.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ fieldSet.prototype.ondrop= new ondrop(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ fieldSet.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ fieldSet.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ fieldSet.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ fieldSet.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ fieldSet.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ fieldSet.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ fieldSet.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ fieldSet.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ fieldSet.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ fieldSet.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ fieldSet.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ fieldSet.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ fieldSet.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ fieldSet.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ fieldSet.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ fieldSet.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ fieldSet.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ fieldSet.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ fieldSet.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ fieldSet.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ fieldSet.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ fieldSet.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ fieldSet.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ fieldSet.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ fieldSet.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ fieldSet.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ fieldSet.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ fieldSet.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ fieldSet.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ fieldSet.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ fieldSet.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ fieldSet.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ fieldSet.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ fieldSet.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf fieldSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ fieldSet.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_filters.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_filters.js
deleted file mode 100644
index a451d7eb..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_filters.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object filters() * @type filters * @super Array * @memberOf filters * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ function filters(){}; filters.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf filters * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ filters.prototype.length=0; /** * function item(vIndex) * @param {Number} vIndex * @memberOf filters * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ filters.prototype.item=function(vIndex){}; /** * function item(vIndex) * @param {Number} vIndex * @memberOf filters * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ filters.prototype.item=function(vIndex){}; /** * function namedItem(sName) * @param {String} sName * @memberOf filters * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ filters.prototype.namedItem=function(sName){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_font.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_font.js
deleted file mode 100644
index b7e4b57f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_font.js
+++ /dev/null
@@ -1,123 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object font() * @type font * @super Object * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535248.aspx */ function font(){}; font.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ font.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ font.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ font.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ font.prototype.className=""; /** * Property color * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533579.aspx */ font.prototype.color=new Object(); /** * Property contentEditable * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ font.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ font.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ font.prototype.disabled=false; /** * Property face * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533748.aspx */ font.prototype.face=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ font.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ font.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ font.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ font.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ font.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ font.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ font.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ font.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ font.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ font.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ font.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ font.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ font.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ font.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ font.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ font.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ font.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ font.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ font.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ font.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ font.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ font.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ font.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ font.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ font.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ font.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ font.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ font.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ font.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ font.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ font.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ font.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ font.prototype.scopeName=""; /** * Property size * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534631.aspx */ font.prototype.size=0; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ font.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ font.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ font.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ font.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ font.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ font.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ font.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ font.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ font.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ font.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ font.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ font.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ font.prototype.clearAttributes=function(){}; /** * function click() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ font.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ font.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ font.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ font.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ font.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ font.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ font.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ font.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ font.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ font.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ font.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ font.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ font.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ font.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ font.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ font.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ font.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ font.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ font.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ font.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ font.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ font.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ font.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ font.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ font.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ font.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ font.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ font.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ font.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ font.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ font.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ font.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ font.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ font.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ font.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ font.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ font.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ font.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ font.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ font.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ font.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ font.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ font.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ font.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ font.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ font.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ font.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ font.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ font.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ font.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ font.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ font.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ font.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ font.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ font.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ font.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ font.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ font.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ font.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ font.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ font.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ font.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ font.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ font.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ font.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ font.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ font.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ font.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ font.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ font.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ font.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ font.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ font.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ font.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ font.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ font.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ font.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ font.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ font.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ font.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ font.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ font.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ font.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ font.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ font.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ font.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ font.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ font.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ font.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ font.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ font.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ font.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ font.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ font.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ font.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ font.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ font.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf font * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ font.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fonts.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fonts.js
deleted file mode 100644
index cd87fa9b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fonts.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object fonts() * @type fonts * @super Array * @memberOf fonts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537454.aspx */ function fonts(){}; fonts.prototype= new Array(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf fonts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533696.aspx */ fonts.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf fonts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533924.aspx */ fonts.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf fonts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533924.aspx */ fonts.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_form.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_form.js
deleted file mode 100644
index f344bcd9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_form.js
+++ /dev/null
@@ -1,145 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **//** * Object form() * @type form * @super Object * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535249.aspx */ function form(){}; form.prototype= new Object(); /** * Property acceptCharset * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533061.aspx */ form.prototype.acceptCharset=""; /** * Property action * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533063.aspx */ form.prototype.action=""; /** * Property autocomplete * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533486.aspx */ form.prototype.autocomplete=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ form.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ form.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ form.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ form.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ form.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ form.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ form.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ form.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ form.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ form.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ form.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ form.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ form.prototype.disabled=false; /** * Property encoding * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533744.aspx */ form.prototype.encoding=""; /** * Property enctype * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533745.aspx */ form.prototype.enctype=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ form.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ form.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ form.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ form.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ form.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ form.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ form.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ form.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ form.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ form.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ form.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ form.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ form.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ form.prototype.lastChild=new Object(); /** * Property length * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ form.prototype.length=0; /** * Property method * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534167.aspx */ form.prototype.method=""; /** * Property name * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ form.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ form.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ form.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ form.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ form.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ form.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ form.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ form.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ form.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ form.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ form.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ form.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ form.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ form.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ form.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ form.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ form.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ form.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ form.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ form.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ form.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ form.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ form.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ form.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ form.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ form.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ form.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ form.prototype.tagUrn=""; /** * Property target * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ form.prototype.target=""; /** * Property title * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ form.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ form.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ form.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ form.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ form.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ form.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ form.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ form.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ form.prototype.clearAttributes=function(){}; /** * function click() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ form.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ form.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ form.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ form.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ form.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ form.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ form.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ form.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ form.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ form.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ form.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ form.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ form.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ form.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ form.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ form.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ form.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ form.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ form.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ form.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ form.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ form.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ form.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ form.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ form.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ form.prototype.item=function(vIndex,iSubindex){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ form.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function namedItem(sName) * @param {String} sName * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ form.prototype.namedItem=function(sName){}; /** * function normalize() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ form.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ form.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ form.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ form.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ form.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ form.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ form.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ form.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ form.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ form.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ form.prototype.replaceNode=function(oNewNode){}; /** * function reset() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536721.aspx */ form.prototype.reset=function(){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ form.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ form.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ form.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ form.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ form.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ form.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function submit() * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536771.aspx */ form.prototype.submit=function(){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ form.prototype.swapNode=function(oNode){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ form.prototype.urns=function(sUrn){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ form.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ form.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ form.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ form.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ form.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ form.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ form.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ form.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ form.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ form.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ form.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ form.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ form.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ form.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ form.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ form.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ form.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ form.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ form.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ form.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ form.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ form.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ form.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ form.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ form.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ form.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ form.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ form.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ form.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ form.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ form.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ form.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ form.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ form.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ form.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ form.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ form.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ form.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ form.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ form.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ form.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ form.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ form.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ form.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ form.prototype.onreadystatechange= new onreadystatechange(); /** * Property onreset * @type onreset * @returns {onreset}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536958.aspx */ form.prototype.onreset= new onreset(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ form.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ form.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ form.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ form.prototype.onselectstart= new onselectstart(); /** * Property onsubmit * @type onsubmit * @returns {onsubmit}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536972.aspx */ form.prototype.onsubmit= new onsubmit(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ form.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ form.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ form.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ form.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ form.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ form.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ form.prototype.children= new children(); /** * Property elements * @type elements * @returns {elements}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537449.aspx */ form.prototype.elements= new elements(); /** * Property input * @type input * @returns {input}
- * @memberOf form * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535836.aspx */ form.prototype.input= new input(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js
deleted file mode 100644
index 2d75c4bc..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js
+++ /dev/null
@@ -1,3 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object forms() * @type forms * @super Array * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537457.aspx */ function forms(){}; forms.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ forms.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ forms.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ forms.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ forms.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ forms.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ forms.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ forms.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frame.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frame.js
deleted file mode 100644
index 8f045db3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frame.js
+++ /dev/null
@@ -1,97 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object frame() * @type frame * @super Object * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535250.aspx */ function frame(){}; frame.prototype= new Object(); /** * Property allowTransparency * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533072.aspx */ frame.prototype.allowTransparency=false; /** * Property borderColor * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533517.aspx */ frame.prototype.borderColor=new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ frame.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ frame.prototype.className=""; /** * Property contentWindow * @type window * @returns {window}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533692.aspx */ frame.prototype.contentWindow=new window(); /** * Property window * @type window * @returns {window}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535873.aspx */ frame.prototype.window= new window(); /** * Property iframe * @type iframe * @returns {iframe}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535258.aspx */ frame.prototype.iframe= new iframe(); /** * Property dataFld * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ frame.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ frame.prototype.dataSrc=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ frame.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ frame.prototype.childNodes= new childNodes(); /** * Property frameBorder * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533770.aspx */ frame.prototype.frameBorder=""; /** * Property height * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ frame.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ frame.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ frame.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ frame.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ frame.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ frame.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ frame.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ frame.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ frame.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ frame.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ frame.prototype.lastChild=new Object(); /** * Property longDesc * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534132.aspx */ frame.prototype.longDesc=""; /** * Property marginHeight * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534145.aspx */ frame.prototype.marginHeight=new Object(); /** * Property marginWidth * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534153.aspx */ frame.prototype.marginWidth=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534182.aspx */ frame.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ frame.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ frame.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ frame.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ frame.prototype.nodeValue=new Object(); /** * Property noResize * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534194.aspx */ frame.prototype.noResize=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ frame.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ frame.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ frame.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ frame.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ frame.prototype.offsetWidth=0; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ frame.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ frame.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ frame.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ frame.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ frame.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ frame.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ frame.prototype.readyState=""; /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ frame.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ frame.prototype.scopeName=""; /** * Property scrolling * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534616.aspx */ frame.prototype.scrolling=""; /** * Property self * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534627.aspx */ frame.prototype.self=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ frame.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ frame.prototype.all= new all(); /** * Property src * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ frame.prototype.src=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ frame.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ frame.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ frame.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ frame.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ frame.prototype.uniqueID=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ frame.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ frame.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ frame.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ frame.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ frame.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ frame.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ frame.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ frame.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ frame.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ frame.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ frame.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ frame.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ frame.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ frame.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ frame.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ frame.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ frame.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ frame.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ frame.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ frame.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ frame.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ frame.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ frame.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ frame.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ frame.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ frame.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ frame.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ frame.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ frame.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setActive() * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ frame.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ frame.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ frame.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ frame.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ frame.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ frame.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ frame.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ frame.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ frame.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ frame.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ frame.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ frame.prototype.ondeactivate= new ondeactivate(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ frame.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ frame.prototype.onfocus= new onfocus(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ frame.prototype.onload= new onload(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ frame.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ frame.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ frame.prototype.onmovestart= new onmovestart(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ frame.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ frame.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ frame.prototype.onresizestart= new onresizestart(); /** * Property all * @type all * @returns {all}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ frame.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ frame.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ frame.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ frame.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ frame.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf frame * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ frame.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frames.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frames.js
deleted file mode 100644
index 18d67cfd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frames.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object frames() * @type frames * @super Array * @memberOf frames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537459.aspx */ function frames(){}; frames.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf frames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ frames.prototype.length=0; /** * function item(vIndex) * @param {Number} vIndex * @memberOf frames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ frames.prototype.item=function(vIndex){}; /** * function item(vIndex) * @param {Number} vIndex * @memberOf frames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ frames.prototype.item=function(vIndex){}; /** * Property filters * @type filters * @returns {filters}
- * @memberOf frames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ frames.prototype.filters= new filters(); /** * function namedItem(sName) * @param {String} sName * @memberOf frames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ frames.prototype.namedItem=function(sName){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frameset.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frameset.js
deleted file mode 100644
index 307d110c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_frameset.js
+++ /dev/null
@@ -1,83 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object frameSet() * @type frameSet * @super Object * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535251.aspx */ function frameSet(){}; frameSet.prototype= new Object(); /** * Property border * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533533.aspx */ frameSet.prototype.border=new Object(); /** * Property borderColor * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533517.aspx */ frameSet.prototype.borderColor=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ frameSet.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ frameSet.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ frameSet.prototype.className=""; /** * Property cols * @type Number * @returns {Number}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533584.aspx */ frameSet.prototype.cols=0; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ frameSet.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ frameSet.prototype.childNodes= new childNodes(); /** * Property frameBorder * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533770.aspx */ frameSet.prototype.frameBorder=""; /** * Property frameSpacing * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533772.aspx */ frameSet.prototype.frameSpacing=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ frameSet.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ frameSet.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ frameSet.prototype.innerHTML=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ frameSet.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ frameSet.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ frameSet.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ frameSet.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ frameSet.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ frameSet.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ frameSet.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ frameSet.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534182.aspx */ frameSet.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ frameSet.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ frameSet.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ frameSet.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ frameSet.prototype.nodeValue=new Object(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ frameSet.prototype.outerHTML=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ frameSet.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ frameSet.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ frameSet.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ frameSet.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ frameSet.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ frameSet.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ frameSet.prototype.readyState=new Object(); /** * Property rows * @type Number * @returns {Number}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534380.aspx */ frameSet.prototype.rows=0; /** * Property scopeName * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ frameSet.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ frameSet.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ frameSet.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ frameSet.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ frameSet.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ frameSet.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ frameSet.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ frameSet.prototype.uniqueID=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ frameSet.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ frameSet.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ frameSet.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ frameSet.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ frameSet.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ frameSet.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ frameSet.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ frameSet.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ frameSet.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ frameSet.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ frameSet.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ frameSet.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ frameSet.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ frameSet.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ frameSet.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ frameSet.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ frameSet.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ frameSet.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ frameSet.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ frameSet.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ frameSet.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ frameSet.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ frameSet.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ frameSet.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ frameSet.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ frameSet.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ frameSet.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ frameSet.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ frameSet.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ frameSet.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ frameSet.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ frameSet.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ frameSet.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ frameSet.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ frameSet.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ frameSet.prototype.replaceNode=function(oNewNode){}; /** * function setActive() * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ frameSet.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ frameSet.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ frameSet.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ frameSet.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ frameSet.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ frameSet.prototype.activeElement=new Object(); /** * Property onafterprint * @type onafterprint * @returns {onafterprint}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536788.aspx */ frameSet.prototype.onafterprint= new onafterprint(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ frameSet.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeprint * @type onbeforeprint * @returns {onbeforeprint}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536906.aspx */ frameSet.prototype.onbeforeprint= new onbeforeprint(); /** * Property onbeforeunload * @type onbeforeunload * @returns {onbeforeunload}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536907.aspx */ frameSet.prototype.onbeforeunload= new onbeforeunload(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ frameSet.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ frameSet.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ frameSet.prototype.ondeactivate= new ondeactivate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ frameSet.prototype.onfocus= new onfocus(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ frameSet.prototype.onload= new onload(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ frameSet.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ frameSet.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ frameSet.prototype.onmovestart= new onmovestart(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ frameSet.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ frameSet.prototype.onresizestart= new onresizestart(); /** * Property onunload * @type onunload * @returns {onunload}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536973.aspx */ frameSet.prototype.onunload= new onunload(); /** * Property all * @type all * @returns {all}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ frameSet.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ frameSet.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ frameSet.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ frameSet.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ frameSet.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf frameSet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ frameSet.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fromelement.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fromelement.js
deleted file mode 100644
index 43262434..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_fromelement.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object fromElement() * @type fromElement * @super Object * @memberOf fromElement * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533773.aspx */ function fromElement(){}; fromElement.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_head.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_head.js
deleted file mode 100644
index fe4ecb67..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_head.js
+++ /dev/null
@@ -1,58 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object head() * @type head * @super Object * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535252.aspx */ function head(){}; head.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ head.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ head.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ head.prototype.className=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ head.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ head.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ head.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ head.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ head.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ head.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ head.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ head.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ head.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ head.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ head.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ head.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ head.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ head.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ head.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ head.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ head.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ head.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ head.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ head.prototype.previousSibling=new Object(); /** * Property profile * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534351.aspx */ head.prototype.profile=""; /** * Property readyState * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ head.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ head.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ head.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ head.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ head.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ head.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ head.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ head.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ head.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ head.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ head.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ head.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ head.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ head.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ head.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ head.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ head.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ head.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ head.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ head.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ head.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ head.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ head.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ head.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ head.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ head.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ head.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ head.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ head.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ head.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ head.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ head.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ head.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ head.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ head.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ head.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ head.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ head.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ head.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ head.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ head.prototype.replaceNode=function(oNewNode){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ head.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ head.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ head.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ head.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ head.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ head.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ head.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ head.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ head.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ head.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf head * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ head.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_history.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_history.js
deleted file mode 100644
index a972faa8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_history.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object history() * @type history * @super Object * @memberOf history * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535864.aspx */ function history(){}; history.prototype= new Object(); /** * Property length * @type Number * @returns {Number}
- * @memberOf history * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534105.aspx */ history.prototype.length=0; /** * function back(iDistance) * @param {back} iDistance * @memberOf history * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536346.aspx */ history.prototype.back=function(iDistance){}; /** * function back(iDistance) * @param {back} iDistance * @memberOf history * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536346.aspx */ history.prototype.back=function(iDistance){}; /** * function forward() * @memberOf history * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536426.aspx */ history.prototype.forward=function(){}; /** * function go(vLocation) * @param {Variant} vLocation * @memberOf history * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536443.aspx */ history.prototype.go=function(vLocation){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js
deleted file mode 100644
index e16e7ca2..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js
+++ /dev/null
@@ -1,132 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object hn() * @type hn * @super Object * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535253.aspx */ function hn(){}; hn.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ hn.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ hn.prototype.align=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ hn.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ hn.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ hn.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ hn.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ hn.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ hn.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ hn.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ hn.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ hn.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ hn.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ hn.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ hn.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ hn.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ hn.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ hn.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ hn.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ hn.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ hn.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ hn.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ hn.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ hn.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ hn.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ hn.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ hn.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ hn.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ hn.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ hn.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ hn.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ hn.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ hn.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ hn.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ hn.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ hn.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ hn.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ hn.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ hn.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ hn.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ hn.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ hn.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ hn.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ hn.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ hn.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ hn.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ hn.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ hn.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ hn.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ hn.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ hn.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ hn.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ hn.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ hn.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ hn.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ hn.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ hn.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ hn.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ hn.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ hn.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ hn.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ hn.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ hn.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ hn.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ hn.prototype.clearAttributes=function(){}; /** * function click() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ hn.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ hn.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ hn.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ hn.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ hn.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ hn.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ hn.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ hn.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ hn.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ hn.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ hn.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ hn.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ hn.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ hn.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ hn.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ hn.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ hn.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ hn.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ hn.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ hn.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ hn.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ hn.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ hn.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ hn.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ hn.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ hn.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ hn.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ hn.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ hn.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ hn.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ hn.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ hn.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ hn.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ hn.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ hn.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ hn.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ hn.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ hn.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ hn.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ hn.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ hn.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ hn.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ hn.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ hn.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ hn.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ hn.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ hn.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ hn.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ hn.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ hn.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ hn.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ hn.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ hn.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ hn.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ hn.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ hn.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ hn.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ hn.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ hn.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ hn.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ hn.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ hn.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ hn.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ hn.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ hn.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ hn.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ hn.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ hn.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ hn.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ hn.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ hn.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ hn.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ hn.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ hn.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ hn.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ hn.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ hn.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ hn.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ hn.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ hn.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ hn.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ hn.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ hn.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ hn.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ hn.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ hn.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ hn.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ hn.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ hn.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ hn.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ hn.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ hn.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ hn.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ hn.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ hn.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ hn.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ hn.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ hn.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ hn.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hr.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hr.js
deleted file mode 100644
index aab8a016..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hr.js
+++ /dev/null
@@ -1,117 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object hr() * @type hr * @super Object * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535254.aspx */ function hr(){}; hr.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ hr.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ hr.prototype.align=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ hr.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ hr.prototype.className=""; /** * Property color * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533579.aspx */ hr.prototype.color=new Object(); /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ hr.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ hr.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ hr.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ hr.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ hr.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ hr.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ hr.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ hr.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ hr.prototype.TextRange= new TextRange(); /** * Property language * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ hr.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ hr.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ hr.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ hr.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ hr.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ hr.prototype.nodeValue=new Object(); /** * Property noShade * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534195.aspx */ hr.prototype.noShade=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ hr.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ hr.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ hr.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ hr.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ hr.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ hr.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ hr.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ hr.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ hr.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ hr.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ hr.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ hr.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ hr.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ hr.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ hr.prototype.scopeName=""; /** * Property size * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534632.aspx */ hr.prototype.size=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ hr.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ hr.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ hr.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ hr.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ hr.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ hr.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ hr.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ hr.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ hr.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ hr.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ hr.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ hr.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ hr.prototype.clearAttributes=function(){}; /** * function click() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ hr.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ hr.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ hr.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ hr.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ hr.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ hr.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ hr.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ hr.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ hr.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ hr.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ hr.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ hr.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ hr.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ hr.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ hr.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ hr.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ hr.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ hr.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ hr.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ hr.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ hr.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ hr.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ hr.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ hr.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ hr.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ hr.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ hr.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ hr.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ hr.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ hr.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ hr.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ hr.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ hr.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ hr.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ hr.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ hr.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ hr.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ hr.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ hr.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ hr.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ hr.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ hr.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ hr.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ hr.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ hr.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ hr.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ hr.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ hr.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ hr.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ hr.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ hr.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ hr.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ hr.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ hr.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ hr.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ hr.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ hr.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ hr.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ hr.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ hr.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ hr.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ hr.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ hr.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ hr.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ hr.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ hr.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ hr.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ hr.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ hr.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ hr.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ hr.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ hr.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ hr.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ hr.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ hr.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ hr.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ hr.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ hr.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ hr.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ hr.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ hr.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ hr.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ hr.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ hr.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ hr.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ hr.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ hr.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ hr.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ hr.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ hr.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf hr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ hr.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_html.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_html.js
deleted file mode 100644
index 40fa9591..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_html.js
+++ /dev/null
@@ -1,72 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object html() * @type html * @super Object * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535255.aspx */ function html(){}; html.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ html.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ html.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ html.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ html.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ html.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ html.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ html.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ html.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ html.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ html.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ html.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ html.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ html.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ html.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ html.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ html.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ html.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ html.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ html.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ html.prototype.TextRange= new TextRange(); /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ html.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ html.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ html.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ html.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ html.prototype.nodeValue=new Object(); /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ html.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ html.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ html.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ html.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ html.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ html.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ html.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ html.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ html.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ html.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ html.prototype.scopeName=""; /** * Property scroll * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534393.aspx */ html.prototype.scroll=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ html.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ html.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ html.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ html.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ html.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ html.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ html.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ html.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ html.prototype.uniqueID=""; /** * Property version * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535131.aspx */ html.prototype.version=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ html.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ html.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ html.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ html.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ html.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ html.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ html.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ html.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ html.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ html.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ html.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ html.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ html.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ html.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ html.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ html.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ html.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ html.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ html.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ html.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ html.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ html.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ html.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ html.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ html.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ html.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ html.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ html.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ html.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ html.prototype.replaceNode=function(oNewNode){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ html.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ html.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ html.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ html.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ html.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ html.prototype.onmouseleave= new onmouseleave(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ html.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ html.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ html.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ html.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ html.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ html.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf html * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ html.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_i.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_i.js
deleted file mode 100644
index 830369f9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_i.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object i() * @type i * @super Object * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535257.aspx */ function i(){}; i.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ i.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ i.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ i.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ i.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ i.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ i.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ i.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ i.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ i.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ i.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ i.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ i.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ i.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ i.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ i.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ i.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ i.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ i.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ i.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ i.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ i.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ i.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ i.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ i.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ i.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ i.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ i.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ i.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ i.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ i.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ i.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ i.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ i.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ i.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ i.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ i.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ i.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ i.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ i.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ i.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ i.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ i.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ i.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ i.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ i.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ i.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ i.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ i.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ i.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ i.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ i.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ i.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ i.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ i.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ i.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ i.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ i.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ i.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ i.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ i.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ i.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ i.prototype.clearAttributes=function(){}; /** * function click() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ i.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ i.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ i.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ i.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ i.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ i.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ i.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ i.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ i.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ i.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ i.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ i.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ i.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ i.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ i.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ i.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ i.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ i.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ i.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ i.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ i.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ i.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ i.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ i.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ i.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ i.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ i.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ i.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ i.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ i.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ i.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ i.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ i.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ i.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ i.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ i.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ i.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ i.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ i.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ i.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ i.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ i.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ i.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ i.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ i.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ i.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ i.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ i.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ i.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ i.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ i.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ i.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ i.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ i.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ i.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ i.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ i.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ i.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ i.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ i.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ i.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ i.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ i.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ i.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ i.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ i.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ i.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ i.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ i.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ i.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ i.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ i.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ i.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ i.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ i.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ i.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ i.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ i.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ i.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ i.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ i.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ i.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ i.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ i.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ i.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ i.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ i.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ i.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ i.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ i.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ i.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ i.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ i.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ i.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ i.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ i.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ i.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ i.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf i * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ i.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_iframe.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_iframe.js
deleted file mode 100644
index e9e93aa6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_iframe.js
+++ /dev/null
@@ -1,105 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object iframe() * @type iframe * @super Object * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535258.aspx */ function iframe(){}; iframe.prototype= new Object(); /** * Property align * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533068.aspx */ iframe.prototype.align=""; /** * Property allowTransparency * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533072.aspx */ iframe.prototype.allowTransparency=false; /** * Property border * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533533.aspx */ iframe.prototype.border=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ iframe.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ iframe.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ iframe.prototype.className=""; /** * Property contentWindow * @type window * @returns {window}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533692.aspx */ iframe.prototype.contentWindow=new window(); /** * Property window * @type window * @returns {window}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535873.aspx */ iframe.prototype.window= new window(); /** * Property frame * @type frame * @returns {frame}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535250.aspx */ iframe.prototype.frame= new frame(); /** * Property dataFld * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ iframe.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ iframe.prototype.dataSrc=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ iframe.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ iframe.prototype.childNodes= new childNodes(); /** * Property frameBorder * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533770.aspx */ iframe.prototype.frameBorder=""; /** * Property height * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ iframe.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ iframe.prototype.hideFocus=false; /** * Property hspace * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533868.aspx */ iframe.prototype.hspace=0; /** * Property id * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ iframe.prototype.id=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ iframe.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ iframe.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ iframe.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ iframe.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ iframe.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ iframe.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ iframe.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ iframe.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ iframe.prototype.lastChild=new Object(); /** * Property longDesc * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534132.aspx */ iframe.prototype.longDesc=""; /** * Property marginHeight * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534145.aspx */ iframe.prototype.marginHeight=new Object(); /** * Property marginWidth * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534153.aspx */ iframe.prototype.marginWidth=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534182.aspx */ iframe.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ iframe.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ iframe.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ iframe.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ iframe.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ iframe.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ iframe.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ iframe.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ iframe.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ iframe.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ iframe.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ iframe.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ iframe.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ iframe.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ iframe.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ iframe.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ iframe.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ iframe.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ iframe.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ iframe.prototype.readyState=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ iframe.prototype.readyState=""; /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ iframe.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ iframe.prototype.scopeName=""; /** * Property scrolling * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534616.aspx */ iframe.prototype.scrolling=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ iframe.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ iframe.prototype.all= new all(); /** * Property src * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ iframe.prototype.src=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ iframe.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ iframe.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ iframe.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ iframe.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ iframe.prototype.uniqueID=""; /** * Property vspace * @type Number * @returns {Number}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535141.aspx */ iframe.prototype.vspace=0; /** * Property width * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ iframe.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ iframe.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ iframe.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ iframe.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ iframe.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ iframe.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ iframe.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ iframe.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ iframe.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ iframe.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ iframe.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ iframe.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ iframe.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ iframe.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ iframe.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ iframe.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ iframe.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ iframe.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ iframe.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ iframe.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ iframe.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ iframe.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ iframe.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ iframe.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ iframe.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ iframe.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ iframe.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ iframe.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ iframe.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ iframe.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ iframe.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ iframe.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ iframe.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ iframe.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ iframe.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ iframe.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ iframe.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ iframe.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ iframe.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ iframe.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ iframe.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ iframe.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ iframe.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ iframe.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ iframe.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ iframe.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ iframe.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ iframe.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ iframe.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ iframe.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ iframe.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ iframe.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ iframe.prototype.ondeactivate= new ondeactivate(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ iframe.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ iframe.prototype.onfocus= new onfocus(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ iframe.prototype.onload= new onload(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ iframe.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ iframe.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ iframe.prototype.onmovestart= new onmovestart(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ iframe.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ iframe.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ iframe.prototype.onresizestart= new onresizestart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ iframe.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ iframe.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ iframe.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ iframe.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ iframe.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ iframe.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf iframe * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ iframe.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_images.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_images.js
deleted file mode 100644
index d4ba1e3a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_images.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object images() * @type images * @super Array * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537461.aspx */ function images(){}; images.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ images.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ images.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ images.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ images.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ images.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ images.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf images * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ images.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_img.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_img.js
deleted file mode 100644
index 10d997a2..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_img.js
+++ /dev/null
@@ -1,159 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object img() * @type img * @super Object * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535259.aspx */ function img(){}; img.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ img.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ img.prototype.align=""; /** * Property alt * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ img.prototype.alt=""; /** * Property border * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533534.aspx */ img.prototype.border=new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ img.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ img.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ img.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ img.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ img.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ img.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ img.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ img.prototype.clientWidth=0; /** * Property complete * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533688.aspx */ img.prototype.complete=false; /** * Property dataFld * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ img.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ img.prototype.dataSrc=""; /** * Property dir * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ img.prototype.dir=""; /** * Property dynsrc * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533742.aspx */ img.prototype.dynsrc=""; /** * Property fileCreatedDate * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533750.aspx */ img.prototype.fileCreatedDate=""; /** * Property fileModifiedDate * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533751.aspx */ img.prototype.fileModifiedDate=""; /** * Property fileSize * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533752.aspx */ img.prototype.fileSize=""; /** * Property fileUpdatedDate * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533753.aspx */ img.prototype.fileUpdatedDate=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ img.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ img.prototype.childNodes= new childNodes(); /** * Property galleryImg * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533774.aspx */ img.prototype.galleryImg=0; /** * Property height * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ img.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ img.prototype.hideFocus=false; /** * Property hspace * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533868.aspx */ img.prototype.hspace=0; /** * Property id * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ img.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ img.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ img.prototype.isDisabled=false; /** * Property isMap * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533906.aspx */ img.prototype.isMap=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ img.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ img.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ img.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ img.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ img.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ img.prototype.lastChild=new Object(); /** * Property longDesc * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534132.aspx */ img.prototype.longDesc=""; /** * Property loop * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534134.aspx */ img.prototype.loop=new Object(); /** * Property lowsrc * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534138.aspx */ img.prototype.lowsrc=""; /** * Property name * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ img.prototype.name=""; /** * Property nameProp * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534180.aspx */ img.prototype.nameProp=""; /** * Property href * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ img.prototype.href=""; /** * Property src * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ img.prototype.src=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ img.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ img.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ img.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ img.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ img.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ img.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ img.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ img.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ img.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ img.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ img.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ img.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ img.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ img.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ img.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ img.prototype.previousSibling=new Object(); /** * Property protocol * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ img.prototype.protocol=""; /** * Property readyState * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ img.prototype.readyState=""; /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ img.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ img.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ img.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ img.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ img.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ img.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ img.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ img.prototype.all= new all(); /** * Property start * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534646.aspx */ img.prototype.start=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ img.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ img.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ img.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ img.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ img.prototype.uniqueID=""; /** * Property useMap * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534711.aspx */ img.prototype.useMap=""; /** * Property vspace * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535141.aspx */ img.prototype.vspace=0; /** * Property width * @type Number * @returns {Number}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535145.aspx */ img.prototype.width=0; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ img.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ img.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ img.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ img.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ img.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ img.prototype.clearAttributes=function(){}; /** * function click() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ img.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ img.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ img.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ img.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ img.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ img.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ img.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ img.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ img.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ img.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ img.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ img.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ img.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ img.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ img.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ img.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ img.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ img.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ img.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ img.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ img.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ img.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ img.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ img.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ img.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ img.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ img.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ img.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ img.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ img.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ img.prototype.removeExpression=function(sPropertyName){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ img.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ img.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ img.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ img.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ img.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ img.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ img.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ img.prototype.swapNode=function(oNode){}; /** * Property onabort * @type onabort * @returns {onabort}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536785.aspx */ img.prototype.onabort= new onabort(); /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ img.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ img.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ img.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ img.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ img.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ img.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ img.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ img.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ img.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ img.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ img.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ img.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ img.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ img.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ img.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ img.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ img.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ img.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ img.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ img.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ img.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ img.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ img.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ img.prototype.ondrop= new ondrop(); /** * Property onerror * @type onerror * @returns {onerror}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536930.aspx */ img.prototype.onerror= new onerror(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ img.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ img.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ img.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ img.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ img.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ img.prototype.onhelp= new onhelp(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ img.prototype.onload= new onload(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ img.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ img.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ img.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ img.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ img.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ img.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ img.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ img.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ img.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ img.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ img.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ img.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ img.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ img.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ img.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ img.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ img.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ img.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ img.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ img.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ img.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ img.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ img.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ img.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ img.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ img.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf img * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ img.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_implementation.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_implementation.js
deleted file mode 100644
index 58f64bd3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_implementation.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object implementation() * @type implementation * @super Object * @memberOf implementation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535865.aspx */ function implementation(){}; implementation.prototype= new Object(); /** * function hasFeature(sFeature) * @param {hasFeature} sFeature * @memberOf implementation * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536446.aspx */ implementation.prototype.hasFeature=function(sFeature){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_import.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_import.js
deleted file mode 100644
index 9afd5a00..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_import.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * @see http://msdn2.microsoft.com/en-us/library/ms535171.aspx */ function IMPORT(){}; IMPORT.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_imports.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_imports.js
deleted file mode 100644
index ad531f16..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_imports.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object imports() * @type imports * @super Array * @memberOf imports * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358805.aspx */ function imports(){}; imports.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf imports * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ imports.prototype.length=0; /** * function item(vIndex) * @param {Number} vIndex * @memberOf imports * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ imports.prototype.item=function(vIndex){}; /** * function item(vIndex) * @param {Number} vIndex * @memberOf imports * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ imports.prototype.item=function(vIndex){}; /** * Property filters * @type filters * @returns {filters}
- * @memberOf imports * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ imports.prototype.filters= new filters(); /** * function namedItem(sName) * @param {String} sName * @memberOf imports * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ imports.prototype.namedItem=function(sName){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_input.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_input.js
deleted file mode 100644
index 2f340871..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_input.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object input() * @type input * @super Object * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535260.aspx */ function input(){}; input.prototype= new Object(); /** * Property accept * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533060.aspx */ input.prototype.accept=""; /** * Property align * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ input.prototype.align=""; /** * Property alt * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ input.prototype.alt=""; /** * Property complete * @type Boolean * @returns {Boolean}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533688.aspx */ input.prototype.complete=false; /** * Property dynsrc * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533742.aspx */ input.prototype.dynsrc=""; /** * Property hspace * @type Number * @returns {Number}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533868.aspx */ input.prototype.hspace=0; /** * Property loop * @type Object * @returns {Object}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534134.aspx */ input.prototype.loop=new Object(); /** * Property lowsrc * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534138.aspx */ input.prototype.lowsrc=""; /** * Property start * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534646.aspx */ input.prototype.start=""; /** * Property useMap * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534711.aspx */ input.prototype.useMap=""; /** * Property value * @type String * @returns {String}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535123.aspx */ input.prototype.value=""; /** * Property vspace * @type Number * @returns {Number}
- * @memberOf input * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535141.aspx */ input.prototype.vspace=0; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ins.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ins.js
deleted file mode 100644
index 13e4acb4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ins.js
+++ /dev/null
@@ -1,84 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ins() * @type ins * @super Object * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535842.aspx */ function ins(){}; ins.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ ins.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ ins.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ ins.prototype.canHaveHTML=false; /** * Property cite * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533558.aspx */ ins.prototype.cite=""; /** * Property className * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ ins.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ ins.prototype.contentEditable=""; /** * Property dateTime * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533712.aspx */ ins.prototype.dateTime=""; /** * Property dir * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ ins.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ ins.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ ins.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ ins.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ ins.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ ins.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ ins.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ ins.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ ins.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ ins.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ ins.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ ins.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ ins.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ ins.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ ins.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ ins.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ ins.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ ins.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ ins.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ ins.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ ins.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ ins.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ ins.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ ins.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ ins.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ ins.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ ins.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ ins.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ ins.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ ins.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ ins.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ ins.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ ins.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ ins.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ ins.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ ins.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ ins.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ ins.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ ins.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ ins.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ ins.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ ins.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ ins.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ ins.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ ins.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ ins.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ins.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ ins.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ ins.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ ins.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ ins.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ ins.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ ins.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ins.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ ins.prototype.getAdjacentText=function(sWhere){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ ins.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ ins.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ ins.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ ins.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ ins.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ ins.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ ins.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ ins.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ ins.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ ins.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ ins.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ ins.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ ins.prototype.normalize=function(){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ ins.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ ins.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ ins.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ ins.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ ins.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ ins.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ ins.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ ins.prototype.replaceNode=function(oNewNode){}; /** * function setActive() * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ ins.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ ins.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ ins.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ ins.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ ins.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ ins.prototype.activeElement=new Object(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ ins.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ ins.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ins.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ ins.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ ins.prototype.ondeactivate= new ondeactivate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ins.prototype.onfocus= new onfocus(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ ins.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ ins.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ ins.prototype.onmovestart= new onmovestart(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ ins.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ ins.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ ins.prototype.onresizestart= new onresizestart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ ins.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ ins.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ ins.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ ins.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ ins.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ ins.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf ins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ ins.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_isindex.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_isindex.js
deleted file mode 100644
index 3ace88bc..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_isindex.js
+++ /dev/null
@@ -1,62 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object isIndex() * @type isIndex * @super Object * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535843.aspx */ function isIndex(){}; isIndex.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ isIndex.prototype.accessKey=""; /** * Property action * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533063.aspx */ isIndex.prototype.action=""; /** * Property form * @type form * @returns {form}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535249.aspx */ isIndex.prototype.form= new form(); /** * Property blockDirection * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ isIndex.prototype.blockDirection=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ isIndex.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ isIndex.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ isIndex.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ isIndex.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ isIndex.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ isIndex.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ isIndex.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ isIndex.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ isIndex.prototype.contentEditable=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ isIndex.prototype.disabled=false; /** * Property form * @type Object * @returns {Object}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ isIndex.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ isIndex.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ isIndex.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ isIndex.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ isIndex.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ isIndex.prototype.isMultiLine=false; /** * Property lang * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ isIndex.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ isIndex.prototype.language=""; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ isIndex.prototype.onOffBehavior=new DABoolean(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ isIndex.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ isIndex.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ isIndex.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ isIndex.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ isIndex.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ isIndex.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ isIndex.prototype.scrollWidth=new Object(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ isIndex.prototype.tabIndex=0; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ isIndex.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ isIndex.prototype.addBehavior=function(sUrl){}; /** * function blur() * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ isIndex.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ isIndex.prototype.onblur= new onblur(); /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ isIndex.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ isIndex.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ isIndex.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ isIndex.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ isIndex.prototype.onfocus= new onfocus(); /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ isIndex.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ isIndex.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ isIndex.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ isIndex.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ isIndex.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ isIndex.prototype.getClientRects=function(){}; /** * function normalize() * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ isIndex.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ isIndex.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ isIndex.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ isIndex.prototype.removeBehavior=function(iID){}; /** * function setActive() * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ isIndex.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ isIndex.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ isIndex.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ isIndex.prototype.activeElement=new Object(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ isIndex.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ isIndex.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ isIndex.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ isIndex.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ isIndex.prototype.ondeactivate= new ondeactivate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ isIndex.prototype.onfocus= new onfocus(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ isIndex.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ isIndex.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ isIndex.prototype.onmovestart= new onmovestart(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ isIndex.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ isIndex.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ isIndex.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ isIndex.prototype.onresizestart= new onresizestart(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf isIndex * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ isIndex.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_kbd.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_kbd.js
deleted file mode 100644
index d8966931..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_kbd.js
+++ /dev/null
@@ -1,128 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object kbd() * @type kbd * @super Object * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535844.aspx */ function kbd(){}; kbd.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ kbd.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ kbd.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ kbd.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ kbd.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ kbd.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ kbd.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ kbd.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ kbd.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ kbd.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ kbd.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ kbd.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ kbd.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ kbd.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ kbd.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ kbd.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ kbd.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ kbd.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ kbd.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ kbd.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ kbd.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ kbd.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ kbd.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ kbd.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ kbd.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ kbd.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ kbd.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ kbd.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ kbd.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ kbd.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ kbd.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ kbd.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ kbd.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ kbd.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ kbd.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ kbd.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ kbd.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ kbd.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ kbd.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ kbd.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ kbd.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ kbd.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ kbd.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ kbd.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ kbd.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ kbd.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ kbd.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ kbd.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ kbd.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ kbd.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ kbd.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ kbd.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ kbd.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ kbd.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ kbd.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ kbd.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ kbd.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ kbd.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ kbd.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ kbd.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ kbd.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ kbd.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ kbd.prototype.clearAttributes=function(){}; /** * function click() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ kbd.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ kbd.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ kbd.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ kbd.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ kbd.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ kbd.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ kbd.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ kbd.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ kbd.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ kbd.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ kbd.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ kbd.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ kbd.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ kbd.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ kbd.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ kbd.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ kbd.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ kbd.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ kbd.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ kbd.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ kbd.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ kbd.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ kbd.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ kbd.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ kbd.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ kbd.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ kbd.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ kbd.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ kbd.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ kbd.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ kbd.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ kbd.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ kbd.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ kbd.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ kbd.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ kbd.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ kbd.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ kbd.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ kbd.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ kbd.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ kbd.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ kbd.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ kbd.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ kbd.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ kbd.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ kbd.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ kbd.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ kbd.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ kbd.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ kbd.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ kbd.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ kbd.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ kbd.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ kbd.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ kbd.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ kbd.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ kbd.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ kbd.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ kbd.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ kbd.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ kbd.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ kbd.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ kbd.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ kbd.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ kbd.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ kbd.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ kbd.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ kbd.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ kbd.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ kbd.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ kbd.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ kbd.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ kbd.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ kbd.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ kbd.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ kbd.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ kbd.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ kbd.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ kbd.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ kbd.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ kbd.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ kbd.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ kbd.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ kbd.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ kbd.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ kbd.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ kbd.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ kbd.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ kbd.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ kbd.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ kbd.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ kbd.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ kbd.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ kbd.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ kbd.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ kbd.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf kbd * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ kbd.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_keycode.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_keycode.js
deleted file mode 100644
index 312ce2af..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_keycode.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object keyCode() * @type keyCode * @super Object * @memberOf keyCode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533927.aspx */ function keyCode(){}; keyCode.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_label.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_label.js
deleted file mode 100644
index 57e9b4f1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_label.js
+++ /dev/null
@@ -1,139 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object label() * @type label * @super Object * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535845.aspx */ function label(){}; label.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ label.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ label.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ label.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ label.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ label.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ label.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ label.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ label.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ label.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ label.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ label.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ label.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ label.prototype.dataSrc=""; /** * Property dataFormatAs * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ label.prototype.dataFormatAs=""; /** * Property dir * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ label.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ label.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ label.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ label.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ label.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ label.prototype.hideFocus=false; /** * Property htmlFor * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533872.aspx */ label.prototype.htmlFor=""; /** * Property id * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ label.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ label.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ label.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ label.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ label.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ label.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ label.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ label.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ label.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ label.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ label.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ label.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ label.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ label.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ label.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ label.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ label.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ label.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ label.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ label.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ label.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ label.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ label.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ label.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ label.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ label.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ label.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ label.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ label.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ label.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ label.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ label.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ label.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ label.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ label.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ label.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ label.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ label.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ label.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ label.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ label.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ label.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ label.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ label.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ label.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ label.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ label.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ label.prototype.clearAttributes=function(){}; /** * function click() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ label.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ label.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ label.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ label.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ label.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ label.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ label.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ label.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ label.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ label.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ label.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ label.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ label.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ label.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ label.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ label.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ label.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ label.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ label.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ label.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ label.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ label.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ label.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ label.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ label.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ label.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ label.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ label.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ label.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ label.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ label.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ label.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ label.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ label.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ label.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ label.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ label.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ label.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ label.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ label.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ label.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ label.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ label.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ label.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ label.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ label.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ label.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ label.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ label.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ label.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ label.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ label.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ label.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ label.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ label.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ label.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ label.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ label.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ label.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ label.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ label.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ label.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ label.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ label.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ label.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ label.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ label.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ label.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ label.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ label.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ label.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ label.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ label.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ label.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ label.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ label.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ label.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ label.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ label.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ label.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ label.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ label.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ label.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ label.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ label.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ label.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ label.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ label.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ label.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ label.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ label.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ label.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ label.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ label.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ label.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ label.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ label.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ label.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ label.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ label.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf label * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ label.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js
deleted file mode 100644
index 53794efb..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_legend.js
+++ /dev/null
@@ -1,129 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object legend() * @type legend * @super Object * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535846.aspx */ function legend(){}; legend.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ legend.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533067.aspx */ legend.prototype.align=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ legend.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ legend.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ legend.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ legend.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ legend.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ legend.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ legend.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ legend.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ legend.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ legend.prototype.contentEditable=""; /** * Property dataFormatAs * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ legend.prototype.dataFormatAs=""; /** * Property dir * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ legend.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ legend.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ legend.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ legend.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ legend.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ legend.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ legend.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ legend.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ legend.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ legend.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ legend.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ legend.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ legend.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ legend.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ legend.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ legend.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ legend.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ legend.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ legend.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ legend.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ legend.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ legend.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ legend.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ legend.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ legend.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ legend.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ legend.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ legend.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ legend.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ legend.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ legend.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ legend.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ legend.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ legend.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ legend.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ legend.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ legend.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ legend.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ legend.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ legend.prototype.scrollWidth=new Object(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ legend.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ legend.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ legend.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ legend.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ legend.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ legend.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ legend.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ legend.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ legend.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ legend.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ legend.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ legend.prototype.clearAttributes=function(){}; /** * function click() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ legend.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ legend.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ legend.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ legend.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ legend.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ legend.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ legend.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ legend.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ legend.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ legend.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ legend.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ legend.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ legend.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ legend.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ legend.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ legend.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ legend.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ legend.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ legend.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ legend.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ legend.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ legend.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ legend.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ legend.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ legend.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ legend.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ legend.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ legend.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ legend.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ legend.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ legend.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ legend.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ legend.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ legend.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ legend.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ legend.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ legend.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ legend.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ legend.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ legend.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ legend.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ legend.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ legend.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ legend.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ legend.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ legend.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ legend.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ legend.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ legend.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ legend.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ legend.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ legend.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ legend.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ legend.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ legend.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ legend.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ legend.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ legend.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ legend.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ legend.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ legend.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ legend.prototype.ondeactivate= new ondeactivate(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ legend.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ legend.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ legend.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ legend.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ legend.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ legend.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ legend.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ legend.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ legend.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ legend.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ legend.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ legend.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ legend.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ legend.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ legend.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ legend.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ legend.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ legend.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ legend.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ legend.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ legend.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ legend.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ legend.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ legend.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ legend.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ legend.prototype.onresizestart= new onresizestart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ legend.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ legend.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ legend.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ legend.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ legend.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ legend.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf legend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ legend.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_li.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_li.js
deleted file mode 100644
index d7ac9926..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_li.js
+++ /dev/null
@@ -1,136 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object li() * @type li * @super Object * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535847.aspx */ function li(){}; li.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ li.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ li.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ li.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ li.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ li.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ li.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ li.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ li.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ li.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ li.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ li.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ li.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ li.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ li.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ li.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ li.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ li.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ li.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ li.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ li.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ li.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ li.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ li.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ li.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ li.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ li.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ li.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ li.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ li.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ li.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ li.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ li.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ li.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ li.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ li.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ li.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ li.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ li.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ li.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ li.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ li.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ li.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ li.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ li.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ li.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ li.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ li.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ li.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ li.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ li.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ li.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ li.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ li.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ li.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ li.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ li.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534691.aspx */ li.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ li.prototype.uniqueID=""; /** * Property value * @type Number * @returns {Number}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535124.aspx */ li.prototype.value=0; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ li.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ li.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ li.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ li.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ li.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ li.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ li.prototype.clearAttributes=function(){}; /** * function click() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ li.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ li.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ li.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ li.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ li.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ li.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ li.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ li.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ li.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ li.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ li.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ li.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ li.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ li.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ li.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ li.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ li.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ li.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ li.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ li.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ li.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ li.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ li.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ li.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ li.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ li.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ li.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ li.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ li.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ li.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ li.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ li.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ li.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ li.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ li.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ li.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ li.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ li.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ li.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ li.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ li.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ li.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ li.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ li.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ li.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ li.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ li.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ li.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ li.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ li.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ li.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ li.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ li.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ li.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ li.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ li.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ li.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ li.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ li.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ li.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ li.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ li.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ li.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ li.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ li.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ li.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ li.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ li.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ li.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ li.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ li.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ li.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ li.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ li.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ li.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ li.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ li.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ li.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ li.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ li.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ li.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ li.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ li.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ li.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ li.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ li.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ li.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ li.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ li.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ li.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ li.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ li.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ li.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ li.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ li.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ li.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ li.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ li.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ li.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ li.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf li * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ li.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_link.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_link.js
deleted file mode 100644
index 6b29ce92..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_link.js
+++ /dev/null
@@ -1,60 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object link() * @type link * @super Object * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535848.aspx */ function link(){}; link.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ link.prototype.canHaveHTML=false; /** * Property charset * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533553.aspx */ link.prototype.charset=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ link.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ link.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ link.prototype.childNodes= new childNodes(); /** * Property href * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ link.prototype.href=""; /** * Property hreflang * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533787.aspx */ link.prototype.hreflang=""; /** * Property id * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ link.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ link.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ link.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ link.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ link.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ link.prototype.TextRange= new TextRange(); /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ link.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ link.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ link.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ link.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ link.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ link.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ link.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ link.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ link.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ link.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ link.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ link.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ link.prototype.readyState=""; /** * Property rel * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534366.aspx */ link.prototype.rel=""; /** * Property rev * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534373.aspx */ link.prototype.rev=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ link.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ link.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ link.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ link.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ link.prototype.tagUrn=""; /** * Property target * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534659.aspx */ link.prototype.target=""; /** * Property type * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534698.aspx */ link.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ link.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ link.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ link.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ link.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ link.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ link.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ link.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ link.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ link.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ link.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ link.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ link.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ link.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ link.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ link.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ link.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ link.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ link.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ link.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ link.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ link.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ link.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ link.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ link.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ link.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ link.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ link.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ link.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ link.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ link.prototype.swapNode=function(oNode){}; /** * Property onload * @type onload * @returns {onload}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ link.prototype.onload= new onload(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ link.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ link.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ link.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ link.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ link.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ link.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf link * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ link.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_links.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_links.js
deleted file mode 100644
index a6085cd4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_links.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object links() * @type links * @super Array * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537465.aspx */ function links(){}; links.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ links.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ links.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ links.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ links.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ links.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ links.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf links * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ links.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_listing.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_listing.js
deleted file mode 100644
index 4f0b716a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_listing.js
+++ /dev/null
@@ -1,131 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object listing() * @type listing * @super Object * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535849.aspx */ function listing(){}; listing.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ listing.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ listing.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ listing.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ listing.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ listing.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ listing.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ listing.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ listing.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ listing.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ listing.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ listing.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ listing.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ listing.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ listing.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ listing.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ listing.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ listing.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ listing.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ listing.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ listing.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ listing.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ listing.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ listing.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ listing.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ listing.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ listing.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ listing.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ listing.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ listing.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ listing.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ listing.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ listing.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ listing.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ listing.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ listing.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ listing.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ listing.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ listing.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ listing.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ listing.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ listing.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ listing.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ listing.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ listing.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ listing.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ listing.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ listing.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ listing.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ listing.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ listing.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ listing.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ listing.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ listing.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ listing.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ listing.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ listing.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ listing.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ listing.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ listing.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ listing.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ listing.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ listing.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ listing.prototype.clearAttributes=function(){}; /** * function click() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ listing.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ listing.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ listing.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ listing.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ listing.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ listing.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ listing.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ listing.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ listing.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ listing.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ listing.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ listing.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ listing.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ listing.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ listing.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ listing.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ listing.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ listing.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ listing.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ listing.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ listing.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ listing.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ listing.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ listing.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ listing.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ listing.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ listing.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ listing.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ listing.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ listing.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ listing.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ listing.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ listing.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ listing.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ listing.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ listing.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ listing.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ listing.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ listing.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ listing.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ listing.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ listing.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ listing.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ listing.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ listing.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ listing.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ listing.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ listing.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ listing.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ listing.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ listing.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ listing.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ listing.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ listing.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ listing.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ listing.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ listing.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ listing.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ listing.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ listing.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ listing.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ listing.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ listing.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ listing.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ listing.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ listing.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ listing.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ listing.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ listing.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ listing.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ listing.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ listing.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ listing.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ listing.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ listing.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ listing.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ listing.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ listing.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ listing.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ listing.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ listing.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ listing.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ listing.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ listing.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ listing.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ listing.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ listing.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ listing.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ listing.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ listing.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ listing.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ listing.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ listing.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ listing.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ listing.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ listing.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ listing.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ listing.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf listing * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ listing.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_location.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_location.js
deleted file mode 100644
index 301a5adb..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_location.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object location() * @type location * @super Object * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535866.aspx */ function location(){}; location.prototype= new Object(); /** * Property hash * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533775.aspx */ location.prototype.hash=""; /** * Property href * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533863.aspx */ location.prototype.href=""; /** * Property host * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533784.aspx */ location.prototype.host=""; /** * Property hostname * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533785.aspx */ location.prototype.hostname=""; /** * Property port * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534342.aspx */ location.prototype.port=""; /** * Property href * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533867.aspx */ location.prototype.href=""; /** * Property pathname * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534332.aspx */ location.prototype.pathname=""; /** * Property protocol * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534353.aspx */ location.prototype.protocol=""; /** * Property search * @type String * @returns {String}
- * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534620.aspx */ location.prototype.search=""; /** * function assign(sURL) * @param {String} sURL * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536342.aspx */ location.prototype.assign=function(sURL){}; /** * function assign(sURL) * @param {String} sURL * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536342.aspx */ location.prototype.assign=function(sURL){}; /** * function reload(bReloadSource) * @param {Boolean} bReloadSource * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536691.aspx */ location.prototype.reload=function(bReloadSource){}; /** * function replace(sURL) * @param {String} sURL * @memberOf location * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536712.aspx */ location.prototype.replace=function(sURL){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_map.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_map.js
deleted file mode 100644
index 0469b180..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_map.js
+++ /dev/null
@@ -1,103 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object map() * @type map * @super Object * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535850.aspx */ function map(){}; map.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ map.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ map.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ map.prototype.className=""; /** * Property dir * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ map.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ map.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ map.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ map.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ map.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ map.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ map.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ map.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ map.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ map.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ map.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ map.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ map.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ map.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ map.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ map.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ map.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ map.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ map.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ map.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ map.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ map.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ map.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ map.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ map.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ map.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ map.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ map.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ map.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ map.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ map.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ map.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ map.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ map.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ map.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ map.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ map.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ map.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ map.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ map.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ map.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ map.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ map.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ map.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ map.prototype.clearAttributes=function(){}; /** * function click() * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ map.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ map.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ map.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ map.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ map.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ map.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ map.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ map.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ map.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ map.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ map.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ map.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ map.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ map.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ map.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ map.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ map.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ map.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ map.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ map.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ map.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ map.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ map.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ map.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ map.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ map.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ map.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ map.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ map.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ map.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ map.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ map.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ map.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ map.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ map.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ map.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ map.prototype.setCapture=function(bContainerCapture){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ map.prototype.swapNode=function(oNode){}; /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ map.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ map.prototype.activeElement=new Object(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ map.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ map.prototype.onbeforepaste= new onbeforepaste(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ map.prototype.onclick= new onclick(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ map.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ map.prototype.ondblclick= new ondblclick(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ map.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ map.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ map.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ map.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ map.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ map.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ map.prototype.ondrop= new ondrop(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ map.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ map.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ map.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ map.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ map.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ map.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ map.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ map.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ map.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ map.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ map.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ map.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ map.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ map.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ map.prototype.onmousewheel= new onmousewheel(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ map.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ map.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ map.prototype.onreadystatechange= new onreadystatechange(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ map.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ map.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ map.prototype.all= new all(); /** * Property areas * @type areas * @returns {areas}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537437.aspx */ map.prototype.areas= new areas(); /** * Property area * @type area * @returns {area}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535185.aspx */ map.prototype.area= new area(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ map.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ map.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ map.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ map.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf map * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ map.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_marquee.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_marquee.js
deleted file mode 100644
index 06242f4d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_marquee.js
+++ /dev/null
@@ -1,154 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object marquee() * @type marquee * @super Object * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535851.aspx */ function marquee(){}; marquee.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ marquee.prototype.accessKey=""; /** * Property behavior * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533502.aspx */ marquee.prototype.behavior=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ marquee.prototype.bgColor=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ marquee.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ marquee.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ marquee.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ marquee.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ marquee.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ marquee.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ marquee.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ marquee.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ marquee.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ marquee.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ marquee.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ marquee.prototype.dataSrc=""; /** * Property dataFormatAs * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ marquee.prototype.dataFormatAs=""; /** * Property dir * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ marquee.prototype.dir=""; /** * Property direction * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533729.aspx */ marquee.prototype.direction=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ marquee.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ marquee.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ marquee.prototype.childNodes= new childNodes(); /** * Property height * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ marquee.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ marquee.prototype.hideFocus=false; /** * Property hspace * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533868.aspx */ marquee.prototype.hspace=0; /** * Property id * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ marquee.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ marquee.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ marquee.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ marquee.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ marquee.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ marquee.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ marquee.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ marquee.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ marquee.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ marquee.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ marquee.prototype.lastChild=new Object(); /** * Property loop * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534135.aspx */ marquee.prototype.loop=0; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ marquee.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ marquee.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ marquee.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ marquee.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ marquee.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ marquee.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ marquee.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ marquee.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ marquee.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ marquee.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ marquee.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ marquee.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ marquee.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ marquee.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ marquee.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ marquee.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ marquee.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ marquee.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ marquee.prototype.scopeName=""; /** * Property scrollAmount * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534394.aspx */ marquee.prototype.scrollAmount=0; /** * Property scrollDelay * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534614.aspx */ marquee.prototype.scrollDelay=0; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ marquee.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ marquee.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ marquee.prototype.scrollTop=0; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ marquee.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ marquee.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ marquee.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ marquee.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ marquee.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ marquee.prototype.title=""; /** * Property trueSpeed * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534689.aspx */ marquee.prototype.trueSpeed=false; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ marquee.prototype.uniqueID=""; /** * Property vspace * @type Number * @returns {Number}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535141.aspx */ marquee.prototype.vspace=0; /** * Property width * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ marquee.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ marquee.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ marquee.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ marquee.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ marquee.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ marquee.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ marquee.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ marquee.prototype.clearAttributes=function(){}; /** * function click() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ marquee.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ marquee.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ marquee.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ marquee.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ marquee.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ marquee.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ marquee.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ marquee.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ marquee.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ marquee.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ marquee.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ marquee.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ marquee.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ marquee.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ marquee.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ marquee.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ marquee.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ marquee.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ marquee.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ marquee.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ marquee.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ marquee.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ marquee.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ marquee.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ marquee.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ marquee.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ marquee.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ marquee.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ marquee.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ marquee.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ marquee.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ marquee.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ marquee.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ marquee.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ marquee.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ marquee.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ marquee.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ marquee.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ marquee.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ marquee.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ marquee.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ marquee.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ marquee.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function start() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536767.aspx */ marquee.prototype.start=function(){}; /** * function stop() * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536769.aspx */ marquee.prototype.stop=function(){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ marquee.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ marquee.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ marquee.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ marquee.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ marquee.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ marquee.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ marquee.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ marquee.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ marquee.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ marquee.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ marquee.prototype.onblur= new onblur(); /** * Property onbounce * @type onbounce * @returns {onbounce}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536910.aspx */ marquee.prototype.onbounce= new onbounce(); /** * Property behavior * @type String * @returns {String}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533502.aspx */ marquee.prototype.behavior=""; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ marquee.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ marquee.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ marquee.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ marquee.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ marquee.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ marquee.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ marquee.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ marquee.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ marquee.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ marquee.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ marquee.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ marquee.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ marquee.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ marquee.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ marquee.prototype.onfilterchange= new onfilterchange(); /** * Property onfinish * @type onfinish * @returns {onfinish}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536933.aspx */ marquee.prototype.onfinish= new onfinish(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ marquee.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ marquee.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ marquee.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ marquee.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ marquee.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ marquee.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ marquee.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ marquee.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ marquee.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ marquee.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ marquee.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ marquee.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ marquee.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ marquee.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ marquee.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ marquee.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ marquee.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ marquee.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ marquee.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ marquee.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ marquee.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ marquee.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ marquee.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ marquee.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ marquee.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ marquee.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ marquee.prototype.onselectstart= new onselectstart(); /** * Property onstart * @type onstart * @returns {onstart}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536970.aspx */ marquee.prototype.onstart= new onstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ marquee.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ marquee.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ marquee.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ marquee.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ marquee.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ marquee.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ marquee.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf marquee * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ marquee.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_menu.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_menu.js
deleted file mode 100644
index 6bdaf688..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_menu.js
+++ /dev/null
@@ -1,131 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object menu() * @type menu * @super Object * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535852.aspx */ function menu(){}; menu.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ menu.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ menu.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ menu.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ menu.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ menu.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ menu.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ menu.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ menu.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ menu.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ menu.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ menu.prototype.clientWidth=0; /** * Property compact * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533585.aspx */ menu.prototype.compact=false; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ menu.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ menu.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ menu.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ menu.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ menu.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ menu.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ menu.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ menu.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ menu.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ menu.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ menu.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ menu.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ menu.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ menu.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ menu.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ menu.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ menu.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ menu.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ menu.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ menu.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ menu.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ menu.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ menu.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ menu.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ menu.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ menu.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ menu.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ menu.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ menu.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ menu.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ menu.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ menu.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ menu.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ menu.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ menu.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ menu.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ menu.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ menu.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ menu.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ menu.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ menu.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ menu.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ menu.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ menu.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ menu.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ menu.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ menu.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ menu.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ menu.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ menu.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ menu.prototype.clearAttributes=function(){}; /** * function click() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ menu.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ menu.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ menu.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ menu.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ menu.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ menu.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ menu.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ menu.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ menu.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ menu.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ menu.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ menu.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ menu.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ menu.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ menu.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ menu.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ menu.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ menu.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ menu.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ menu.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ menu.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ menu.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ menu.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ menu.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ menu.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ menu.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ menu.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ menu.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ menu.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ menu.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ menu.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ menu.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ menu.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ menu.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ menu.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ menu.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ menu.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ menu.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ menu.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ menu.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ menu.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ menu.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ menu.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ menu.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ menu.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ menu.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ menu.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ menu.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ menu.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ menu.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ menu.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ menu.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ menu.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ menu.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ menu.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ menu.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ menu.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ menu.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ menu.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ menu.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ menu.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ menu.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ menu.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ menu.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ menu.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ menu.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ menu.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ menu.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ menu.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ menu.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ menu.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ menu.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ menu.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ menu.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ menu.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ menu.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ menu.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ menu.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ menu.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ menu.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ menu.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ menu.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ menu.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ menu.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ menu.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ menu.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ menu.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ menu.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ menu.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ menu.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ menu.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ menu.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ menu.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ menu.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ menu.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ menu.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ menu.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ menu.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf menu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ menu.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_meta.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_meta.js
deleted file mode 100644
index fd18cfc8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_meta.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object meta() * @type meta * @super Object * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535853.aspx */ function meta(){}; meta.prototype= new Object(); /** * Property charset * @type String * @returns {String}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533553.aspx */ meta.prototype.charset=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ meta.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ meta.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ meta.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ meta.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ meta.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ meta.prototype.clientWidth=0; /** * Property content * @type String * @returns {String}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533689.aspx */ meta.prototype.content=""; /** * Property httpEquiv * @type String * @returns {String}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533876.aspx */ meta.prototype.httpEquiv=""; /** * Property name * @type String * @returns {String}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534183.aspx */ meta.prototype.name=""; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ meta.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ meta.prototype.TextRange= new TextRange(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ meta.prototype.parentTextEdit=new Object(); /** * Property scheme * @type String * @returns {String}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534386.aspx */ meta.prototype.scheme=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ meta.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ meta.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ meta.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ meta.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ meta.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ meta.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ meta.prototype.tagName=""; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ meta.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ meta.prototype.contains=function(oElement){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ meta.prototype.dragDrop=function(){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ meta.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ meta.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ meta.prototype.setAttribute=function(sName,vValue){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf meta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ meta.prototype.onlayoutcomplete= new onlayoutcomplete(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_moreinfo.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_moreinfo.js
deleted file mode 100644
index 1541ecae..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_moreinfo.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object MoreInfo() * @type MoreInfo * @super Object * @memberOf MoreInfo * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533294.aspx */ function MoreInfo(){}; MoreInfo.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespace.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespace.js
deleted file mode 100644
index cdfdb6b8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespace.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object namespace() * @type namespace * @super Object * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535854.aspx */ function namespace(){}; namespace.prototype= new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534185.aspx */ namespace.prototype.name=""; /** * Property readyState * @type Object * @returns {Object}
- * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ namespace.prototype.readyState=new Object(); /** * Property urn * @type String * @returns {String}
- * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534710.aspx */ namespace.prototype.urn=""; /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ namespace.prototype.onreadystatechange= new onreadystatechange(); /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ namespace.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ namespace.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function doImport(sUrl) * @param {String} sUrl * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536412.aspx */ namespace.prototype.doImport=function(sUrl){}; /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf namespace * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ namespace.prototype.onreadystatechange= new onreadystatechange(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespaces.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespaces.js
deleted file mode 100644
index c56b4baf..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_namespaces.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object namespaces() * @type namespaces * @super Array * @memberOf namespaces * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537470.aspx */ function namespaces(){}; namespaces.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf namespaces * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ namespaces.prototype.length=0; /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf namespaces * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535932.aspx */ namespaces.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf namespaces * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535932.aspx */ namespaces.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf namespaces * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536464.aspx */ namespaces.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_navigator.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_navigator.js
deleted file mode 100644
index 67440e74..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_navigator.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object navigator() * @type navigator * @super Object * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535867.aspx */ function navigator(){}; navigator.prototype= new Object(); /** * Property appCodeName * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533077.aspx */ navigator.prototype.appCodeName=""; /** * Property appMinorVersion * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533078.aspx */ navigator.prototype.appMinorVersion=""; /** * Property appName * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533079.aspx */ navigator.prototype.appName=""; /** * Property appVersion * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533080.aspx */ navigator.prototype.appVersion=""; /** * Property browserLanguage * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533542.aspx */ navigator.prototype.browserLanguage=""; /** * Property cookieEnabled * @type Boolean * @returns {Boolean}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533694.aspx */ navigator.prototype.cookieEnabled=false; /** * Property cpuClass * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533697.aspx */ navigator.prototype.cpuClass=""; /** * Property onLine * @type Boolean * @returns {Boolean}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534307.aspx */ navigator.prototype.onLine=false; /** * Property platform * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534340.aspx */ navigator.prototype.platform=""; /** * Property systemLanguage * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534653.aspx */ navigator.prototype.systemLanguage=""; /** * Property userAgent * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534712.aspx */ navigator.prototype.userAgent=""; /** * Property userLanguage * @type String * @returns {String}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534713.aspx */ navigator.prototype.userLanguage=""; /** * Property plugins * @type plugins * @returns {plugins}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537477.aspx */ navigator.prototype.plugins= new plugins(); /** * function javaEnabled() * @type Boolean * @returns {Boolean}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536610.aspx */ navigator.prototype.javaEnabled=function(){}; /** * function taintEnabled() * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536778.aspx */ navigator.prototype.taintEnabled=function(){}; /** * Property userProfile * @type userProfile * @returns {userProfile}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535915.aspx */ navigator.prototype.userProfile= new userProfile(); /** * Property plugins * @type plugins * @returns {plugins}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537477.aspx */ navigator.prototype.plugins= new plugins(); /** * Property embed * @type embed * @returns {embed}
- * @memberOf navigator * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535245.aspx */ navigator.prototype.embed= new embed(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextid.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextid.js
deleted file mode 100644
index 3ea77998..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextid.js
+++ /dev/null
@@ -1,80 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object nextID() * @type nextID * @super Object * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535855.aspx */ function nextID(){}; nextID.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ nextID.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ nextID.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ nextID.prototype.className=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ nextID.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ nextID.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ nextID.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ nextID.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ nextID.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ nextID.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ nextID.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ nextID.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ nextID.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ nextID.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ nextID.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ nextID.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ nextID.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ nextID.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ nextID.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ nextID.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ nextID.prototype.nodeValue=new Object(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ nextID.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ nextID.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ nextID.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ nextID.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ nextID.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ nextID.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ nextID.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ nextID.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ nextID.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ nextID.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ nextID.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ nextID.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ nextID.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ nextID.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ nextID.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ nextID.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ nextID.prototype.applyElement=function(oNewElement){}; /** * function clearAttributes() * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ nextID.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ nextID.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ nextID.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ nextID.prototype.contains=function(oElement){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ nextID.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ nextID.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ nextID.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ nextID.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ nextID.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ nextID.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ nextID.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ nextID.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ nextID.prototype.getClientRects=function(){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ nextID.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ nextID.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ nextID.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ nextID.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ nextID.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ nextID.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ nextID.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ nextID.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ nextID.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ nextID.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ nextID.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ nextID.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ nextID.prototype.replaceNode=function(oNewNode){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ nextID.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ nextID.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ nextID.prototype.swapNode=function(oNode){}; /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ nextID.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ nextID.prototype.activeElement=new Object(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ nextID.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ nextID.prototype.onbeforepaste= new onbeforepaste(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ nextID.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ nextID.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ nextID.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ nextID.prototype.ondblclick= new ondblclick(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ nextID.prototype.ondragstart= new ondragstart(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ nextID.prototype.onfilterchange= new onfilterchange(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ nextID.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ nextID.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ nextID.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ nextID.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ nextID.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ nextID.prototype.onkeyup= new onkeyup(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ nextID.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ nextID.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ nextID.prototype.onmousemove= new onmousemove(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ nextID.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ nextID.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ nextID.prototype.onmousewheel= new onmousewheel(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ nextID.prototype.onpaste= new onpaste(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ nextID.prototype.onreadystatechange= new onreadystatechange(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ nextID.prototype.onselectstart= new onselectstart(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ nextID.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ nextID.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ nextID.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ nextID.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ nextID.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf nextID * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ nextID.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextpage.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextpage.js
deleted file mode 100644
index 61ce678b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nextpage.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object nextPage() * @type nextPage * @super Object * @memberOf nextPage * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534188.aspx */ function nextPage(){}; nextPage.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nobr.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nobr.js
deleted file mode 100644
index 0d7199f0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_nobr.js
+++ /dev/null
@@ -1,91 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object noBR() * @type noBR * @super Object * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535856.aspx */ function noBR(){}; noBR.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ noBR.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ noBR.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ noBR.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ noBR.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ noBR.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ noBR.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ noBR.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ noBR.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ noBR.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ noBR.prototype.dir=""; /** * Property height * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ noBR.prototype.height=new Object(); /** * Property id * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ noBR.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ noBR.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ noBR.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ noBR.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ noBR.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ noBR.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ noBR.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ noBR.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ noBR.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ noBR.prototype.language=""; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ noBR.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ noBR.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ noBR.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ noBR.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ noBR.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ noBR.prototype.parentElement=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ noBR.prototype.parentTextEdit=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ noBR.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ noBR.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ noBR.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ noBR.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ noBR.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ noBR.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ noBR.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ noBR.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ noBR.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ noBR.prototype.tagUrn=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ noBR.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ noBR.prototype.addBehavior=function(sUrl){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ noBR.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function click() * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ noBR.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ noBR.prototype.onclick= new onclick(); /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ noBR.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ noBR.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ noBR.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ noBR.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ noBR.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ noBR.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ noBR.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ noBR.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ noBR.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ noBR.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ noBR.prototype.getClientRects=function(){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ noBR.prototype.getExpression=function(sPropertyName){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ noBR.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ noBR.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function normalize() * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ noBR.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ noBR.prototype.TextNode= new TextNode(); /** * function releaseCapture() * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ noBR.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ noBR.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ noBR.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ noBR.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ noBR.prototype.removeExpression=function(sPropertyName){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ noBR.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ noBR.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ noBR.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ noBR.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ noBR.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ noBR.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ noBR.prototype.activeElement=new Object(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ noBR.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ noBR.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ noBR.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ noBR.prototype.onbeforepaste= new onbeforepaste(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ noBR.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ noBR.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ noBR.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ noBR.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ noBR.prototype.ondblclick= new ondblclick(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ noBR.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ noBR.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ noBR.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ noBR.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ noBR.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ noBR.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ noBR.prototype.ondrop= new ondrop(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ noBR.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ noBR.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ noBR.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ noBR.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ noBR.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ noBR.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ noBR.prototype.onlosecapture= new onlosecapture(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ noBR.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ noBR.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ noBR.prototype.onmousemove= new onmousemove(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ noBR.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ noBR.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ noBR.prototype.onmousewheel= new onmousewheel(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ noBR.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ noBR.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ noBR.prototype.onreadystatechange= new onreadystatechange(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ noBR.prototype.onselectstart= new onselectstart(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf noBR * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ noBR.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noframes.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noframes.js
deleted file mode 100644
index 62ec881a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noframes.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object noFrames() * @type noFrames * @super Object * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535857.aspx */ function noFrames(){}; noFrames.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ noFrames.prototype.canHaveHTML=false; /** * Property id * @type String * @returns {String}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ noFrames.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ noFrames.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ noFrames.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ noFrames.prototype.isMultiLine=false; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ noFrames.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ noFrames.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ noFrames.prototype.scopeName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ noFrames.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ noFrames.prototype.addBehavior=function(sUrl){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ noFrames.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ noFrames.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ noFrames.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ noFrames.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ noFrames.prototype.name=""; /** * function normalize() * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ noFrames.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ noFrames.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ noFrames.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ noFrames.prototype.removeBehavior=function(iID){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ noFrames.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ noFrames.prototype.onreadystatechange= new onreadystatechange(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf noFrames * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ noFrames.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js
deleted file mode 100644
index 23daad5c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_noscript.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object noScript() * @type noScript * @super Object * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535858.aspx */ function noScript(){}; noScript.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ noScript.prototype.canHaveHTML=false; /** * Property id * @type String * @returns {String}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ noScript.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ noScript.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ noScript.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ noScript.prototype.isMultiLine=false; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ noScript.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ noScript.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ noScript.prototype.scopeName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ noScript.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ noScript.prototype.addBehavior=function(sUrl){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ noScript.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ noScript.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ noScript.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ noScript.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ noScript.prototype.name=""; /** * function normalize() * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ noScript.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ noScript.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ noScript.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ noScript.prototype.removeBehavior=function(iID){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ noScript.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ noScript.prototype.onreadystatechange= new onreadystatechange(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf noScript * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ noScript.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_object.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_object.js
deleted file mode 100644
index d2566119..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_object.js
+++ /dev/null
@@ -1,134 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object object() * @type object * @super Object * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535859.aspx */ function object(){}; object.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ object.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ object.prototype.align=""; /** * Property alt * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533073.aspx */ object.prototype.alt=""; /** * Property altHTML * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533074.aspx */ object.prototype.altHTML=""; /** * Property archive * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533081.aspx */ object.prototype.archive=""; /** * Property BaseHref * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533501.aspx */ object.prototype.BaseHref=""; /** * Property href * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533865.aspx */ object.prototype.href=""; /** * Property base * @type base * @returns {base}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535191.aspx */ object.prototype.base= new base(); /** * Property border * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533534.aspx */ object.prototype.border=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ object.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ object.prototype.canHaveHTML=false; /** * Property classid * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533559.aspx */ object.prototype.classid=""; /** * Property className * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ object.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ object.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ object.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ object.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ object.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ object.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ object.prototype.clientWidth=0; /** * Property code * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533575.aspx */ object.prototype.code=""; /** * Property codeBase * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533576.aspx */ object.prototype.codeBase=""; /** * Property codeType * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533577.aspx */ object.prototype.codeType=""; /** * Property data * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533702.aspx */ object.prototype.data=""; /** * Property declare * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533713.aspx */ object.prototype.declare=false; /** * Property dir * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ object.prototype.dir=""; /** * Property form * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ object.prototype.form=new Object(); /** * Property height * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ object.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ object.prototype.hideFocus=false; /** * Property hspace * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533868.aspx */ object.prototype.hspace=0; /** * Property id * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ object.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ object.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ object.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ object.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ object.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ object.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ object.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ object.prototype.language=""; /** * Property name * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ object.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ object.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ object.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ object.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ object.prototype.nodeValue=new Object(); /** * Property object * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534197.aspx */ object.prototype.object=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ object.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ object.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ object.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ object.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ object.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ object.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ object.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ object.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ object.prototype.previousSibling=new Object(); /** * Property readyState * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534360.aspx */ object.prototype.readyState=0; /** * Property recordset * @type recordset * @returns {recordset}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534364.aspx */ object.prototype.recordset= new recordset(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ object.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ object.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ object.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ object.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ object.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ object.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ object.prototype.all= new all(); /** * Property standby * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534644.aspx */ object.prototype.standby=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ object.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ object.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ object.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ object.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534698.aspx */ object.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ object.prototype.uniqueID=""; /** * Property useMap * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534711.aspx */ object.prototype.useMap=""; /** * Property vspace * @type Number * @returns {Number}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535141.aspx */ object.prototype.vspace=0; /** * Property width * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ object.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ object.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ object.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ object.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ object.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ object.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ object.prototype.clearAttributes=function(){}; /** * function click() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ object.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ object.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ object.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ object.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ object.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ object.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ object.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ object.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ object.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ object.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ object.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ object.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ object.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ object.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ object.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ object.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ object.prototype.getClientRects=function(){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ object.prototype.getExpression=function(sPropertyName){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ object.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ object.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ object.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function namedRecordset(sQualifier,sSubChapter) * @param {String} sQualifier * @param {String} sSubChapter * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536636.aspx */ object.prototype.namedRecordset=function(sQualifier,sSubChapter){}; /** * function normalize() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ object.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ object.prototype.TextNode= new TextNode(); /** * function releaseCapture() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ object.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ object.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ object.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ object.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ object.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ object.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ object.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ object.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ object.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ object.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ object.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ object.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ object.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ object.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ object.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ object.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ object.prototype.activeElement=new Object(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ object.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ object.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ object.prototype.onblur= new onblur(); /** * Property oncellchange * @type oncellchange * @returns {oncellchange}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536911.aspx */ object.prototype.oncellchange= new oncellchange(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ object.prototype.onclick= new onclick(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ object.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondataavailable * @type ondataavailable * @returns {ondataavailable}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536918.aspx */ object.prototype.ondataavailable= new ondataavailable(); /** * Property ondatasetchanged * @type ondatasetchanged * @returns {ondatasetchanged}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536919.aspx */ object.prototype.ondatasetchanged= new ondatasetchanged(); /** * Property ondatasetcomplete * @type ondatasetcomplete * @returns {ondatasetcomplete}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536920.aspx */ object.prototype.ondatasetcomplete= new ondatasetcomplete(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ object.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ object.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ object.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ object.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ object.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ object.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ object.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ object.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ object.prototype.ondrop= new ondrop(); /** * Property onerror * @type onerror * @returns {onerror}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536930.aspx */ object.prototype.onerror= new onerror(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ object.prototype.onfocus= new onfocus(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ object.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ object.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ object.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ object.prototype.onlosecapture= new onlosecapture(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ object.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ object.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ object.prototype.onmovestart= new onmovestart(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ object.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ object.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ object.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ object.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ object.prototype.onresizestart= new onresizestart(); /** * Property onrowenter * @type onrowenter * @returns {onrowenter}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536962.aspx */ object.prototype.onrowenter= new onrowenter(); /** * Property onrowexit * @type onrowexit * @returns {onrowexit}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536963.aspx */ object.prototype.onrowexit= new onrowexit(); /** * Property onrowsdelete * @type onrowsdelete * @returns {onrowsdelete}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536964.aspx */ object.prototype.onrowsdelete= new onrowsdelete(); /** * Property onrowsinserted * @type onrowsinserted * @returns {onrowsinserted}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536965.aspx */ object.prototype.onrowsinserted= new onrowsinserted(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ object.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ object.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ object.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ object.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf object * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ object.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsetx.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsetx.js
deleted file mode 100644
index 053efc9d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsetx.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object offsetX() * @type offsetX * @super Object * @memberOf offsetX * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534305.aspx */ function offsetX(){}; offsetX.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsety.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsety.js
deleted file mode 100644
index b594a2ed..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_offsety.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object offsetY() * @type offsetY * @super Object * @memberOf offsetY * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534306.aspx */ function offsetY(){}; offsetY.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ol.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ol.js
deleted file mode 100644
index ccd33bc0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ol.js
+++ /dev/null
@@ -1,137 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ol() * @type ol * @super Object * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535875.aspx */ function ol(){}; ol.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ ol.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ ol.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ ol.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ ol.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ ol.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ ol.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ ol.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ ol.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ ol.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ ol.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ ol.prototype.clientWidth=0; /** * Property compact * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533585.aspx */ ol.prototype.compact=false; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ ol.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ ol.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ ol.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ ol.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ ol.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ ol.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ ol.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ ol.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ ol.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ ol.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ ol.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ ol.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ ol.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ ol.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ ol.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ ol.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ ol.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ ol.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ ol.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ ol.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ ol.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ ol.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ ol.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ ol.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ ol.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ ol.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ ol.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ ol.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ ol.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ ol.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ ol.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ ol.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ ol.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ ol.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ ol.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ ol.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ ol.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ ol.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ ol.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ ol.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ ol.prototype.all= new all(); /** * Property start * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534645.aspx */ ol.prototype.start=0; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ ol.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ ol.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ ol.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ ol.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534691.aspx */ ol.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ ol.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ ol.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ ol.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ ol.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ ol.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ ol.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ol.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ ol.prototype.clearAttributes=function(){}; /** * function click() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ ol.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ ol.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ ol.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ ol.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ ol.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ ol.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ ol.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ ol.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ ol.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ol.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ ol.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ ol.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ ol.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ ol.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ ol.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ ol.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ ol.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ ol.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ ol.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ ol.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ ol.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ ol.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ ol.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ ol.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ ol.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ ol.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ ol.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ ol.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ ol.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ ol.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ ol.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ ol.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ ol.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ ol.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ ol.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ ol.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ ol.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ ol.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ ol.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ ol.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ ol.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ ol.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ ol.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ ol.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ ol.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ ol.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ ol.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ ol.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ ol.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ ol.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ ol.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ ol.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ol.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ ol.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ ol.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ ol.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ ol.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ ol.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ ol.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ ol.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ ol.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ ol.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ ol.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ ol.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ ol.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ ol.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ ol.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ol.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ ol.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ ol.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ ol.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ ol.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ ol.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ ol.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ ol.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ ol.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ ol.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ ol.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ ol.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ ol.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ ol.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ ol.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ ol.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ ol.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ ol.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ ol.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ ol.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ ol.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ ol.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ ol.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ ol.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ ol.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ ol.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ ol.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ ol.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ ol.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ ol.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ ol.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ ol.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ ol.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf ol * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ ol.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onabort.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onabort.js
deleted file mode 100644
index 2aabff4d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onabort.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onabort() * @type onabort * @super Object * @memberOf onabort * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536785.aspx */ function onabort(){}; onabort.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onactivate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onactivate.js
deleted file mode 100644
index 4273448c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onactivate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onactivate() * @type onactivate * @super Object * @memberOf onactivate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ function onactivate(){}; onactivate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterprint.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterprint.js
deleted file mode 100644
index afa2d628..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterprint.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onafterprint() * @type onafterprint * @super Object * @memberOf onafterprint * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536788.aspx */ function onafterprint(){}; onafterprint.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterupdate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterupdate.js
deleted file mode 100644
index 95d29765..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onafterupdate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onafterupdate() * @type onafterupdate * @super Object * @memberOf onafterupdate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ function onafterupdate(){}; onafterupdate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeactivate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeactivate.js
deleted file mode 100644
index b527aa73..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeactivate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforeactivate() * @type onbeforeactivate * @super Object * @memberOf onbeforeactivate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ function onbeforeactivate(){}; onbeforeactivate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecopy.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecopy.js
deleted file mode 100644
index 3d1f7865..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecopy.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforecopy() * @type onbeforecopy * @super Object * @memberOf onbeforecopy * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ function onbeforecopy(){}; onbeforecopy.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecut.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecut.js
deleted file mode 100644
index ec824dba..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforecut.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforecut() * @type onbeforecut * @super Object * @memberOf onbeforecut * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ function onbeforecut(){}; onbeforecut.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforedeactivate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforedeactivate.js
deleted file mode 100644
index fab9035d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforedeactivate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforedeactivate() * @type onbeforedeactivate * @super Object * @memberOf onbeforedeactivate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ function onbeforedeactivate(){}; onbeforedeactivate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeeditfocus.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeeditfocus.js
deleted file mode 100644
index 4d45a673..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeeditfocus.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforeeditfocus() * @type onbeforeeditfocus * @super Object * @memberOf onbeforeeditfocus * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ function onbeforeeditfocus(){}; onbeforeeditfocus.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforepaste.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforepaste.js
deleted file mode 100644
index b301298e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforepaste.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforepaste() * @type onbeforepaste * @super Object * @memberOf onbeforepaste * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ function onbeforepaste(){}; onbeforepaste.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeprint.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeprint.js
deleted file mode 100644
index af68a4dd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeprint.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforeprint() * @type onbeforeprint * @super Object * @memberOf onbeforeprint * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536906.aspx */ function onbeforeprint(){}; onbeforeprint.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeunload.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeunload.js
deleted file mode 100644
index 272a7136..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeunload.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforeunload() * @type onbeforeunload * @super Object * @memberOf onbeforeunload * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536907.aspx */ function onbeforeunload(){}; onbeforeunload.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeupdate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeupdate.js
deleted file mode 100644
index c43d6d6b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbeforeupdate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbeforeupdate() * @type onbeforeupdate * @super Object * @memberOf onbeforeupdate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ function onbeforeupdate(){}; onbeforeupdate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onblur.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onblur.js
deleted file mode 100644
index fe191cb5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onblur.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onblur() * @type onblur * @super Object * @memberOf onblur * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ function onblur(){}; onblur.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbounce.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbounce.js
deleted file mode 100644
index 8e06c9b1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onbounce.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onbounce() * @type onbounce * @super Object * @memberOf onbounce * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536910.aspx */ function onbounce(){}; onbounce.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncellchange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncellchange.js
deleted file mode 100644
index fec35a1f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncellchange.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object oncellchange() * @type oncellchange * @super Object * @memberOf oncellchange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536911.aspx */ function oncellchange(){}; oncellchange.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onchange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onchange.js
deleted file mode 100644
index 62d561d6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onchange.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onchange() * @type onchange * @super Object * @memberOf onchange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536912.aspx */ function onchange(){}; onchange.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onclick.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onclick.js
deleted file mode 100644
index 432d67df..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onclick.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onclick() * @type onclick * @super Object * @memberOf onclick * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ function onclick(){}; onclick.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontentsave.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontentsave.js
deleted file mode 100644
index a0293aa4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontentsave.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object oncontentsave() * @type oncontentsave * @super Object * @memberOf oncontentsave * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531022.aspx */ function oncontentsave(){}; oncontentsave.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontextmenu.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontextmenu.js
deleted file mode 100644
index ab59dc95..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontextmenu.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object oncontextmenu() * @type oncontextmenu * @super Object * @memberOf oncontextmenu * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ function oncontextmenu(){}; oncontextmenu.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontrolselect.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontrolselect.js
deleted file mode 100644
index 3c1ba134..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncontrolselect.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object oncontrolselect() * @type oncontrolselect * @super Object * @memberOf oncontrolselect * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ function oncontrolselect(){}; oncontrolselect.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncopy.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncopy.js
deleted file mode 100644
index 192f6b8d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncopy.js
+++ /dev/null
@@ -1 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object oncopy() * @type oncopy * @super Object * @memberOf oncopy * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ function oncopy(){}; oncopy.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncut.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncut.js
deleted file mode 100644
index 9de0242c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_oncut.js
+++ /dev/null
@@ -1 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object oncut() * @type oncut * @super Object * @memberOf oncut * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ function oncut(){}; oncut.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondataavailable.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondataavailable.js
deleted file mode 100644
index d0d3ad9c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondataavailable.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondataavailable() * @type ondataavailable * @super Object * @memberOf ondataavailable * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536918.aspx */ function ondataavailable(){}; ondataavailable.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetchanged.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetchanged.js
deleted file mode 100644
index b43a2556..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetchanged.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondatasetchanged() * @type ondatasetchanged * @super Object * @memberOf ondatasetchanged * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536919.aspx */ function ondatasetchanged(){}; ondatasetchanged.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetcomplete.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetcomplete.js
deleted file mode 100644
index 17a41032..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondatasetcomplete.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondatasetcomplete() * @type ondatasetcomplete * @super Object * @memberOf ondatasetcomplete * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536920.aspx */ function ondatasetcomplete(){}; ondatasetcomplete.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondblclick.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondblclick.js
deleted file mode 100644
index 752a8f1e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondblclick.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondblclick() * @type ondblclick * @super Object * @memberOf ondblclick * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ function ondblclick(){}; ondblclick.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondeactivate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondeactivate.js
deleted file mode 100644
index 0f440bf3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondeactivate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondeactivate() * @type ondeactivate * @super Object * @memberOf ondeactivate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ function ondeactivate(){}; ondeactivate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrag.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrag.js
deleted file mode 100644
index dd44ff8e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrag.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondrag() * @type ondrag * @super Object * @memberOf ondrag * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ function ondrag(){}; ondrag.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragend.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragend.js
deleted file mode 100644
index 65d1d680..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragend.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondragend() * @type ondragend * @super Object * @memberOf ondragend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ function ondragend(){}; ondragend.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragenter.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragenter.js
deleted file mode 100644
index 8b506964..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragenter.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondragenter() * @type ondragenter * @super Object * @memberOf ondragenter * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ function ondragenter(){}; ondragenter.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragleave.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragleave.js
deleted file mode 100644
index bbe918e9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragleave.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondragleave() * @type ondragleave * @super Object * @memberOf ondragleave * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ function ondragleave(){}; ondragleave.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragover.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragover.js
deleted file mode 100644
index e9d2198c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragover.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondragover() * @type ondragover * @super Object * @memberOf ondragover * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ function ondragover(){}; ondragover.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragstart.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragstart.js
deleted file mode 100644
index 0eb6c1bc..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondragstart.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondragstart() * @type ondragstart * @super Object * @memberOf ondragstart * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ function ondragstart(){}; ondragstart.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrop.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrop.js
deleted file mode 100644
index 8e47a051..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ondrop.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ondrop() * @type ondrop * @super Object * @memberOf ondrop * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ function ondrop(){}; ondrop.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerror.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerror.js
deleted file mode 100644
index 62e75ee8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerror.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onerror() * @type onerror * @super Object * @memberOf onerror * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536930.aspx */ function onerror(){}; onerror.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerrorupdate.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerrorupdate.js
deleted file mode 100644
index e38f444e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onerrorupdate.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onerrorupdate() * @type onerrorupdate * @super Object * @memberOf onerrorupdate * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ function onerrorupdate(){}; onerrorupdate.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfilterchange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfilterchange.js
deleted file mode 100644
index b345ba39..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfilterchange.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onfilterchange() * @type onfilterchange * @super Object * @memberOf onfilterchange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ function onfilterchange(){}; onfilterchange.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfinish.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfinish.js
deleted file mode 100644
index 2d5e6afe..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfinish.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onfinish() * @type onfinish * @super Object * @memberOf onfinish * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536933.aspx */ function onfinish(){}; onfinish.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocus.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocus.js
deleted file mode 100644
index ffd76d2c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocus.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onfocus() * @type onfocus * @super Object * @memberOf onfocus * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ function onfocus(){}; onfocus.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusin.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusin.js
deleted file mode 100644
index 32e88ebd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusin.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onfocusin() * @type onfocusin * @super Object * @memberOf onfocusin * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ function onfocusin(){}; onfocusin.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusout.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusout.js
deleted file mode 100644
index f6094d42..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onfocusout.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onfocusout() * @type onfocusout * @super Object * @memberOf onfocusout * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ function onfocusout(){}; onfocusout.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onhelp.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onhelp.js
deleted file mode 100644
index 700b4e0f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onhelp.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onhelp() * @type onhelp * @super Object * @memberOf onhelp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ function onhelp(){}; onhelp.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeydown.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeydown.js
deleted file mode 100644
index 2f1bff60..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeydown.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onkeydown() * @type onkeydown * @super Object * @memberOf onkeydown * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ function onkeydown(){}; onkeydown.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeypress.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeypress.js
deleted file mode 100644
index 991b75e1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeypress.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onkeypress() * @type onkeypress * @super Object * @memberOf onkeypress * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ function onkeypress(){}; onkeypress.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeyup.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeyup.js
deleted file mode 100644
index 95b7ff3f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onkeyup.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onkeyup() * @type onkeyup * @super Object * @memberOf onkeyup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ function onkeyup(){}; onkeyup.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlayoutcomplete.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlayoutcomplete.js
deleted file mode 100644
index 4809a586..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlayoutcomplete.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onlayoutcomplete() * @type onlayoutcomplete * @super Object * @memberOf onlayoutcomplete * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ function onlayoutcomplete(){}; onlayoutcomplete.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onload.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onload.js
deleted file mode 100644
index 2c181280..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onload.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onload() * @type onload * @super Object * @memberOf onload * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ function onload(){}; onload.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlosecapture.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlosecapture.js
deleted file mode 100644
index f6506a7c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onlosecapture.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onlosecapture() * @type onlosecapture * @super Object * @memberOf onlosecapture * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ function onlosecapture(){}; onlosecapture.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousedown.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousedown.js
deleted file mode 100644
index 110896c6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousedown.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmousedown() * @type onmousedown * @super Object * @memberOf onmousedown * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ function onmousedown(){}; onmousedown.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseenter.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseenter.js
deleted file mode 100644
index 845eed78..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseenter.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmouseenter() * @type onmouseenter * @super Object * @memberOf onmouseenter * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ function onmouseenter(){}; onmouseenter.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseleave.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseleave.js
deleted file mode 100644
index f988916e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseleave.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmouseleave() * @type onmouseleave * @super Object * @memberOf onmouseleave * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ function onmouseleave(){}; onmouseleave.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousemove.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousemove.js
deleted file mode 100644
index 6f975f6e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousemove.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmousemove() * @type onmousemove * @super Object * @memberOf onmousemove * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ function onmousemove(){}; onmousemove.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseout.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseout.js
deleted file mode 100644
index b1967485..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseout.js
+++ /dev/null
@@ -1 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmouseout() * @type onmouseout * @super Object * @memberOf onmouseout * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ function onmouseout(){}; onmouseout.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseover.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseover.js
deleted file mode 100644
index d85e56b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseover.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmouseover() * @type onmouseover * @super Object * @memberOf onmouseover * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ function onmouseover(){}; onmouseover.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseup.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseup.js
deleted file mode 100644
index 77825519..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmouseup.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmouseup() * @type onmouseup * @super Object * @memberOf onmouseup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ function onmouseup(){}; onmouseup.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
deleted file mode 100644
index 0d0c1019..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmousewheel() * @type onmousewheel * @super Object * @memberOf onmousewheel * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ function onmousewheel(){}; onmousewheel.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmove.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmove.js
deleted file mode 100644
index b71655eb..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmove.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmove() * @type onmove * @super Object * @memberOf onmove * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ function onmove(){}; onmove.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmoveend.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmoveend.js
deleted file mode 100644
index fa488cb7..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmoveend.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmoveend() * @type onmoveend * @super Object * @memberOf onmoveend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ function onmoveend(){}; onmoveend.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmovestart.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmovestart.js
deleted file mode 100644
index 0baf9a06..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmovestart.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onmovestart() * @type onmovestart * @super Object * @memberOf onmovestart * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ function onmovestart(){}; onmovestart.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpaste.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpaste.js
deleted file mode 100644
index 90241f85..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpaste.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onpaste() * @type onpaste * @super Object * @memberOf onpaste * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ function onpaste(){}; onpaste.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpropertychange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpropertychange.js
deleted file mode 100644
index 23a92cb3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onpropertychange.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onpropertychange() * @type onpropertychange * @super Object * @memberOf onpropertychange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ function onpropertychange(){}; onpropertychange.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreadystatechange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreadystatechange.js
deleted file mode 100644
index 5db2738f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreadystatechange.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onreadystatechange() * @type onreadystatechange * @super Object * @memberOf onreadystatechange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ function onreadystatechange(){}; onreadystatechange.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreset.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreset.js
deleted file mode 100644
index 8af7149c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onreset.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onreset() * @type onreset * @super Object * @memberOf onreset * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536958.aspx */ function onreset(){}; onreset.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresize.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresize.js
deleted file mode 100644
index 43c1afca..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresize.js
+++ /dev/null
@@ -1 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onresize() * @type onresize * @super Object * @memberOf onresize * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ function onresize(){}; onresize.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizeend.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizeend.js
deleted file mode 100644
index 19e8ecff..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizeend.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onresizeend() * @type onresizeend * @super Object * @memberOf onresizeend * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ function onresizeend(){}; onresizeend.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizestart.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizestart.js
deleted file mode 100644
index 824cc760..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onresizestart.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onresizestart() * @type onresizestart * @super Object * @memberOf onresizestart * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ function onresizestart(){}; onresizestart.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowenter.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowenter.js
deleted file mode 100644
index e83a7bf9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowenter.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onrowenter() * @type onrowenter * @super Object * @memberOf onrowenter * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536962.aspx */ function onrowenter(){}; onrowenter.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowexit.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowexit.js
deleted file mode 100644
index c37fde81..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowexit.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onrowexit() * @type onrowexit * @super Object * @memberOf onrowexit * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536963.aspx */ function onrowexit(){}; onrowexit.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsdelete.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsdelete.js
deleted file mode 100644
index e210a672..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsdelete.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onrowsdelete() * @type onrowsdelete * @super Object * @memberOf onrowsdelete * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536964.aspx */ function onrowsdelete(){}; onrowsdelete.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsinserted.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsinserted.js
deleted file mode 100644
index 0b234ec9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onrowsinserted.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onrowsinserted() * @type onrowsinserted * @super Object * @memberOf onrowsinserted * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536965.aspx */ function onrowsinserted(){}; onrowsinserted.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onscroll.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onscroll.js
deleted file mode 100644
index aefc211b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onscroll.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onscroll() * @type onscroll * @super Object * @memberOf onscroll * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ function onscroll(){}; onscroll.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselect.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselect.js
deleted file mode 100644
index fe01f3f1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselect.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onselect() * @type onselect * @super Object * @memberOf onselect * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536967.aspx */ function onselect(){}; onselect.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectionchange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectionchange.js
deleted file mode 100644
index 6196592a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectionchange.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onselectionchange() * @type onselectionchange * @super Object * @memberOf onselectionchange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537845.aspx */ function onselectionchange(){}; onselectionchange.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectstart.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectstart.js
deleted file mode 100644
index 6893b7d1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onselectstart.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onselectstart() * @type onselectstart * @super Object * @memberOf onselectstart * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ function onselectstart(){}; onselectstart.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstart.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstart.js
deleted file mode 100644
index 1b656c08..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstart.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onstart() * @type onstart * @super Object * @memberOf onstart * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536970.aspx */ function onstart(){}; onstart.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstop.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstop.js
deleted file mode 100644
index 74145a3a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onstop.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onstop() * @type onstop * @super Object * @memberOf onstop * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536971.aspx */ function onstop(){}; onstop.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onsubmit.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onsubmit.js
deleted file mode 100644
index 4ee18a1f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onsubmit.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onsubmit() * @type onsubmit * @super Object * @memberOf onsubmit * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536972.aspx */ function onsubmit(){}; onsubmit.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ontimeerror.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ontimeerror.js
deleted file mode 100644
index 64e790e2..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ontimeerror.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ontimeerror() * @type ontimeerror * @super Object * @memberOf ontimeerror * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ function ontimeerror(){}; ontimeerror.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onunload.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onunload.js
deleted file mode 100644
index 665481db..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onunload.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object onunload() * @type onunload * @super Object * @memberOf onunload * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536973.aspx */ function onunload(){}; onunload.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_optgroup.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_optgroup.js
deleted file mode 100644
index 2f2bc0c0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_optgroup.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object optGroup() * @type optGroup * @super Object * @memberOf optGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535876.aspx */ function optGroup(){}; optGroup.prototype= new Object(); /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf optGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ optGroup.prototype.disabled=false; /** * Property label * @type String * @returns {String}
- * @memberOf optGroup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533929.aspx */ optGroup.prototype.label=""; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_option.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_option.js
deleted file mode 100644
index 45c7d572..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_option.js
+++ /dev/null
@@ -1,84 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object option() * @type option * @super Object * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535877.aspx */ function option(){}; option.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ option.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ option.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ option.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ option.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ option.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ option.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ option.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ option.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ option.prototype.clientWidth=0; /** * Property defaultSelected * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533716.aspx */ option.prototype.defaultSelected=false; /** * Property dir * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ option.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ option.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ option.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ option.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ option.prototype.form=new Object(); /** * Property id * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ option.prototype.id=""; /** * Property index * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533896.aspx */ option.prototype.index=0; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ option.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ option.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ option.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ option.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ option.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ option.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ option.prototype.TextRange= new TextRange(); /** * Property label * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533932.aspx */ option.prototype.label=""; /** * Property lang * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ option.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ option.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ option.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ option.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ option.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ option.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ option.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ option.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ option.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ option.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ option.prototype.onOffBehavior=new DABoolean(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ option.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ option.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ option.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ option.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ option.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ option.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ option.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ option.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ option.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ option.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ option.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ option.prototype.scrollWidth=new Object(); /** * Property selected * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534623.aspx */ option.prototype.selected=false; /** * Property tagName * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ option.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ option.prototype.tagUrn=""; /** * Property text * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534679.aspx */ option.prototype.text=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ option.prototype.uniqueID=""; /** * Property value * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535125.aspx */ option.prototype.value=""; /** * Property form * @type form * @returns {form}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535249.aspx */ option.prototype.form= new form(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ option.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ option.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ option.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ option.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ option.prototype.clearAttributes=function(){}; /** * function click() * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ option.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ option.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ option.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ option.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ option.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ option.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ option.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ option.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ option.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ option.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ option.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ option.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ option.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ option.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ option.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ option.prototype.getClientRects=function(){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ option.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ option.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ option.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ option.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ option.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ option.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ option.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ option.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ option.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ option.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ option.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ option.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ option.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ option.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ option.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ option.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ option.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ option.prototype.replaceNode=function(oNewNode){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ option.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ option.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ option.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ option.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ option.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ option.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ option.prototype.onlosecapture= new onlosecapture(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ option.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ option.prototype.onreadystatechange= new onreadystatechange(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ option.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ option.prototype.ontimeerror= new ontimeerror(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ option.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ option.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ option.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ option.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf option * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ option.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_options.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_options.js
deleted file mode 100644
index e650b30f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_options.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object options() * @type options * @super Array * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537472.aspx */ function options(){}; options.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ options.prototype.length=0; /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ options.prototype.add=function(oElement,iIndex){}; /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ options.prototype.add=function(oElement,iIndex){}; /** * Property areas * @type areas * @returns {areas}
- * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537437.aspx */ options.prototype.areas= new areas(); /** * Property controlRange * @type controlRange * @returns {controlRange}
- * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537447.aspx */ options.prototype.controlRange= new controlRange(); /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ options.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ options.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ options.prototype.namedItem=function(sName){}; /** * function remove(iIndex) * @param {Number} iIndex * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536694.aspx */ options.prototype.remove=function(iIndex){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ options.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf options * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ options.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_p.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_p.js
deleted file mode 100644
index fe44a261..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_p.js
+++ /dev/null
@@ -1,135 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object p() * @type p * @super Object * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535878.aspx */ function p(){}; p.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ p.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ p.prototype.align=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ p.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ p.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ p.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ p.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ p.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ p.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ p.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ p.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ p.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ p.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ p.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ p.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ p.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ p.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ p.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ p.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ p.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ p.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ p.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ p.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ p.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ p.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ p.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ p.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ p.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ p.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ p.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ p.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ p.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ p.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ p.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ p.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ p.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ p.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ p.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ p.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ p.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ p.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ p.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ p.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ p.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ p.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ p.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ p.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ p.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ p.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ p.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ p.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ p.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ p.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ p.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ p.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ p.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ p.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ p.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ p.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ p.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ p.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ p.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ p.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ p.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ p.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ p.prototype.clearAttributes=function(){}; /** * function click() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ p.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ p.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ p.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ p.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ p.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ p.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ p.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ p.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ p.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ p.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ p.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ p.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ p.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ p.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ p.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ p.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ p.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ p.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ p.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ p.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ p.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ p.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ p.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ p.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ p.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ p.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ p.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ p.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ p.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ p.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ p.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ p.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ p.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ p.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ p.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ p.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ p.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ p.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ p.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ p.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ p.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ p.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ p.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ p.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ p.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ p.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ p.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ p.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ p.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ p.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ p.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ p.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ p.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ p.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ p.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ p.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ p.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ p.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ p.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ p.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ p.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ p.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ p.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ p.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ p.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ p.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ p.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ p.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ p.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ p.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ p.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ p.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ p.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ p.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ p.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ p.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ p.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ p.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ p.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ p.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ p.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ p.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ p.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ p.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ p.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ p.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ p.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ p.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ p.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ p.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ p.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ p.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ p.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ p.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ p.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ p.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ p.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ p.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ p.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ p.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf p * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ p.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_page.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_page.js
deleted file mode 100644
index f87a40dd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_page.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object page() * @type page * @super Object * @memberOf page * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535879.aspx */ function page(){}; page.prototype= new Object(); /** * Property pseudoClass * @type String * @returns {String}
- * @memberOf page * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534354.aspx */ page.prototype.pseudoClass=""; /** * Property selector * @type String * @returns {String}
- * @memberOf page * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534625.aspx */ page.prototype.selector=""; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js
deleted file mode 100644
index 52fa5350..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object pages() * @type pages * @super Array * @memberOf pages * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531198.aspx */ function pages(){}; pages.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf pages * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ pages.prototype.length=0; /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf pages * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536603.aspx */ pages.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf pages * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536603.aspx */ pages.prototype.TF-8"= new TF-8"(); /** * Property page * @type page * @returns {page}
- * @memberOf pages * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535879.aspx */ pages.prototype.page= new page(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_param.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_param.js
deleted file mode 100644
index b050e19b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_param.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object param() * @type param * @super Object * @memberOf param * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535880.aspx */ function param(){}; param.prototype= new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf param * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534186.aspx */ param.prototype.name=""; /** * Property type * @type String * @returns {String}
- * @memberOf param * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534694.aspx */ param.prototype.type=""; /** * Property value * @type String * @returns {String}
- * @memberOf param * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535127.aspx */ param.prototype.value=""; /** * Property valueType * @type String * @returns {String}
- * @memberOf param * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535121.aspx */ param.prototype.valueType=""; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf param * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ param.prototype.outerHTML=""; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plaintext.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plaintext.js
deleted file mode 100644
index 32df2c96..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plaintext.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object plainText() * @type plainText * @super Object * @memberOf plainText * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535881.aspx */ function plainText(){}; plainText.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plugins.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plugins.js
deleted file mode 100644
index 3d0f996d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_plugins.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object plugins() * @type plugins * @super Array * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537477.aspx */ function plugins(){}; plugins.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ plugins.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ plugins.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ plugins.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ plugins.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ plugins.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf plugins * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ plugins.prototype.tags=function(sTag){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_popup.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_popup.js
deleted file mode 100644
index 1d6bc129..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_popup.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object popup() * @type popup * @super Object * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535882.aspx */ function popup(){}; popup.prototype= new Object(); /** * Property document * @type document * @returns {document}
- * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533738.aspx */ popup.prototype.document=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ popup.prototype.document= new document(); /** * Property isOpen * @type Boolean * @returns {Boolean}
- * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533916.aspx */ popup.prototype.isOpen=false; /** * function hide() * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536448.aspx */ popup.prototype.hide=function(){}; /** * function hide() * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536448.aspx */ popup.prototype.hide=function(){}; /** * function show(iX) * @param {show} iX * @memberOf popup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536755.aspx */ popup.prototype.show=function(iX){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pre.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pre.js
deleted file mode 100644
index b03b279d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pre.js
+++ /dev/null
@@ -1,133 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object pre() * @type pre * @super Object * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535883.aspx */ function pre(){}; pre.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ pre.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ pre.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ pre.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ pre.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ pre.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ pre.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ pre.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ pre.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ pre.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ pre.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ pre.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ pre.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ pre.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ pre.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ pre.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ pre.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ pre.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ pre.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ pre.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ pre.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ pre.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ pre.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ pre.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ pre.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ pre.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ pre.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ pre.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ pre.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ pre.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ pre.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ pre.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ pre.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ pre.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ pre.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ pre.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ pre.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ pre.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ pre.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ pre.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ pre.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ pre.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ pre.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ pre.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ pre.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ pre.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ pre.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ pre.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ pre.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ pre.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ pre.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ pre.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ pre.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ pre.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ pre.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ pre.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ pre.prototype.uniqueID=""; /** * Property width * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535148.aspx */ pre.prototype.width=""; /** * Property wrap * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535152.aspx */ pre.prototype.wrap=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ pre.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ pre.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ pre.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ pre.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ pre.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ pre.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ pre.prototype.clearAttributes=function(){}; /** * function click() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ pre.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ pre.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ pre.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ pre.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ pre.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ pre.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ pre.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ pre.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ pre.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ pre.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ pre.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ pre.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ pre.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ pre.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ pre.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ pre.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ pre.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ pre.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ pre.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ pre.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ pre.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ pre.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ pre.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ pre.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ pre.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ pre.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ pre.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ pre.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ pre.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ pre.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ pre.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ pre.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ pre.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ pre.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ pre.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ pre.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ pre.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ pre.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ pre.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ pre.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ pre.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ pre.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ pre.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ pre.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ pre.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ pre.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ pre.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ pre.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ pre.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ pre.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ pre.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ pre.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ pre.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ pre.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ pre.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ pre.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ pre.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ pre.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ pre.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ pre.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ pre.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ pre.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ pre.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ pre.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ pre.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ pre.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ pre.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ pre.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ pre.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ pre.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ pre.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ pre.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ pre.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ pre.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ pre.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ pre.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ pre.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ pre.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ pre.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ pre.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ pre.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ pre.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ pre.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ pre.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ pre.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ pre.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ pre.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ pre.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ pre.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ pre.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ pre.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ pre.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ pre.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ pre.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ pre.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ pre.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ pre.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ pre.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf pre * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ pre.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_propertyname.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_propertyname.js
deleted file mode 100644
index dc792f98..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_propertyname.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object propertyName() * @type propertyName * @super Object * @memberOf propertyName * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534352.aspx */ function propertyName(){}; propertyName.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_q.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_q.js
deleted file mode 100644
index 05e8f013..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_q.js
+++ /dev/null
@@ -1,94 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object q() * @type q * @super Object * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535884.aspx */ function q(){}; q.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ q.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ q.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ q.prototype.canHaveHTML=false; /** * Property cite * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533558.aspx */ q.prototype.cite=""; /** * Property className * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ q.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ q.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ q.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ q.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ q.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ q.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ q.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ q.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ q.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ q.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ q.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ q.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ q.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ q.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ q.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ q.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ q.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ q.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ q.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ q.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ q.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ q.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ q.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ q.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ q.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ q.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ q.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ q.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ q.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ q.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ q.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ q.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ q.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ q.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ q.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ q.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ q.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ q.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ q.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ q.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ q.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ q.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ q.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ q.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ q.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ q.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ q.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ q.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ q.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ q.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ q.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ q.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ q.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ q.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ q.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ q.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ q.prototype.getAdjacentText=function(sWhere){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ q.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ q.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ q.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ q.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ q.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ q.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ q.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ q.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ q.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ q.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ q.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ q.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ q.prototype.normalize=function(){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ q.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ q.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ q.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ q.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ q.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ q.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ q.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ q.prototype.replaceNode=function(oNewNode){}; /** * function setActive() * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ q.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ q.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ q.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ q.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ q.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ q.prototype.activeElement=new Object(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ q.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ q.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ q.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ q.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ q.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ q.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ q.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ q.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ q.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ q.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ q.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ q.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ q.prototype.onfocus= new onfocus(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ q.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ q.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ q.prototype.onkeyup= new onkeyup(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ q.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ q.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ q.prototype.onmovestart= new onmovestart(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ q.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ q.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ q.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ q.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ q.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ q.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ q.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ q.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ q.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ q.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf q * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ q.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_qualifier.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_qualifier.js
deleted file mode 100644
index fe527828..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_qualifier.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object qualifier() * @type qualifier * @super Object * @memberOf qualifier * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534355.aspx */ function qualifier(){}; qualifier.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_reason.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_reason.js
deleted file mode 100644
index 93289b00..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_reason.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object reason() * @type reason * @super Object * @memberOf reason * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534362.aspx */ function reason(){}; reason.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_recordset.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_recordset.js
deleted file mode 100644
index 1ffe6790..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_recordset.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object recordset() * @type recordset * @super Object * @memberOf recordset * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534364.aspx */ function recordset(){}; recordset.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_repeat.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_repeat.js
deleted file mode 100644
index cc67278d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_repeat.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object repeat() * @type repeat * @super Object * @memberOf repeat * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534367.aspx */ function repeat(){}; repeat.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_returnvalue.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_returnvalue.js
deleted file mode 100644
index b7ef604f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_returnvalue.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object returnValue() * @type returnValue * @super Object * @memberOf returnValue * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534372.aspx */ function returnValue(){}; returnValue.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rows.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rows.js
deleted file mode 100644
index 4a13c402..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rows.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object rows() * @type rows * @super Array * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ function rows(){}; rows.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ rows.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ rows.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ rows.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ rows.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ rows.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ rows.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf rows * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ rows.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rt.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rt.js
deleted file mode 100644
index 79e86211..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rt.js
+++ /dev/null
@@ -1,85 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object rt() * @type rt * @super Object * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535885.aspx */ function rt(){}; rt.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ rt.prototype.accessKey=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ rt.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ rt.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ rt.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ rt.prototype.dir=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ rt.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ rt.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ rt.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ rt.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ rt.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ rt.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ rt.prototype.isMultiLine=false; /** * Property lang * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ rt.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ rt.prototype.language=""; /** * Property name * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ rt.prototype.name=""; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ rt.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ rt.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ rt.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ rt.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ rt.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ rt.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ rt.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ rt.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ rt.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ rt.prototype.scopeName=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ rt.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ rt.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ rt.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ rt.prototype.title=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ rt.prototype.addBehavior=function(sUrl){}; /** * function blur() * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ rt.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ rt.prototype.onblur= new onblur(); /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ rt.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ rt.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ rt.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ rt.prototype.onfocus= new onfocus(); /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ rt.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ rt.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ rt.prototype.name=""; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ rt.prototype.getExpression=function(sPropertyName){}; /** * function normalize() * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ rt.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ rt.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ rt.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ rt.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ rt.prototype.removeExpression=function(sPropertyName){}; /** * function setActive() * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ rt.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ rt.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ rt.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ rt.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ rt.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ rt.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ rt.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ rt.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ rt.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ rt.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ rt.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ rt.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ rt.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ rt.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ rt.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ rt.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ rt.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ rt.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ rt.prototype.ondeactivate= new ondeactivate(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ rt.prototype.ondragstart= new ondragstart(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ rt.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ rt.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ rt.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ rt.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ rt.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ rt.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ rt.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ rt.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ rt.prototype.onkeyup= new onkeyup(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ rt.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ rt.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ rt.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ rt.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ rt.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ rt.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ rt.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ rt.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ rt.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ rt.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ rt.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ rt.prototype.onpaste= new onpaste(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ rt.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ rt.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ rt.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ rt.prototype.onselectstart= new onselectstart(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ rt.prototype.behaviorUrns= new behaviorUrns(); /** * Property children * @type children * @returns {children}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ rt.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf rt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ rt.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ruby.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ruby.js
deleted file mode 100644
index ea2c5e7b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ruby.js
+++ /dev/null
@@ -1,85 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ruby() * @type ruby * @super Object * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535886.aspx */ function ruby(){}; ruby.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ ruby.prototype.accessKey=""; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ ruby.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ ruby.prototype.className=""; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ ruby.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ ruby.prototype.dir=""; /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ ruby.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ ruby.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ ruby.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ ruby.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ ruby.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ ruby.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ ruby.prototype.isMultiLine=false; /** * Property lang * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ ruby.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ ruby.prototype.language=""; /** * Property name * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ ruby.prototype.name=""; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ ruby.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ ruby.prototype.offsetParent=new Object(); /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ ruby.prototype.offsetLeft=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ ruby.prototype.offsetTop=0; /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ ruby.prototype.offsetWidth=0; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ ruby.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ ruby.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ ruby.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ ruby.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ ruby.prototype.scopeName=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ ruby.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ ruby.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ ruby.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ ruby.prototype.title=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ ruby.prototype.addBehavior=function(sUrl){}; /** * function blur() * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ ruby.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ruby.prototype.onblur= new onblur(); /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ ruby.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ ruby.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ ruby.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ruby.prototype.onfocus= new onfocus(); /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ ruby.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ ruby.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ ruby.prototype.name=""; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ ruby.prototype.getExpression=function(sPropertyName){}; /** * function normalize() * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ ruby.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ ruby.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ ruby.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ ruby.prototype.removeBehavior=function(iID){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ ruby.prototype.removeExpression=function(sPropertyName){}; /** * function setActive() * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ ruby.prototype.setActive=function(){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ ruby.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ ruby.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ ruby.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ ruby.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ ruby.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ ruby.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ ruby.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ ruby.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ ruby.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ ruby.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ ruby.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ruby.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ ruby.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ ruby.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ ruby.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ ruby.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ ruby.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ ruby.prototype.ondeactivate= new ondeactivate(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ ruby.prototype.ondragstart= new ondragstart(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ ruby.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ ruby.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ruby.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ ruby.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ ruby.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ ruby.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ ruby.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ ruby.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ ruby.prototype.onkeyup= new onkeyup(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ ruby.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ ruby.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ ruby.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ ruby.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ ruby.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ ruby.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ ruby.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ ruby.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ ruby.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ ruby.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ ruby.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ ruby.prototype.onpaste= new onpaste(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ ruby.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ ruby.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ ruby.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ ruby.prototype.onselectstart= new onselectstart(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ ruby.prototype.behaviorUrns= new behaviorUrns(); /** * Property children * @type children * @returns {children}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ ruby.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf ruby * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ ruby.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rule.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rule.js
deleted file mode 100644
index 978322e9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rule.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object rule() * @type rule * @super Object * @memberOf rule * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535887.aspx */ function rule(){}; rule.prototype= new Object(); /** * Property readOnly * @type Boolean * @returns {Boolean}
- * @memberOf rule * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534356.aspx */ rule.prototype.readOnly=false; /** * Property selectorText * @type String * @returns {String}
- * @memberOf rule * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534626.aspx */ rule.prototype.selectorText=""; /** * Property hn * @type hn * @returns {hn}
- * @memberOf rule * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535253.aspx */ rule.prototype.hn= new hn(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rules.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rules.js
deleted file mode 100644
index 237827d2..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_rules.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object rules() * @type rules * @super Array * @memberOf rules * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531199.aspx */ function rules(){}; rules.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf rules * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ rules.prototype.length=0; /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf rules * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536510.aspx */ rules.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf rules * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536510.aspx */ rules.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_s.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_s.js
deleted file mode 100644
index ecd9ac66..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_s.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object s() * @type s * @super Object * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535890.aspx */ function s(){}; s.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ s.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ s.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ s.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ s.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ s.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ s.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ s.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ s.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ s.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ s.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ s.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ s.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ s.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ s.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ s.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ s.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ s.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ s.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ s.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ s.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ s.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ s.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ s.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ s.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ s.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ s.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ s.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ s.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ s.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ s.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ s.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ s.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ s.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ s.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ s.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ s.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ s.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ s.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ s.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ s.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ s.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ s.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ s.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ s.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ s.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ s.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ s.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ s.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ s.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ s.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ s.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ s.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ s.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ s.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ s.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ s.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ s.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ s.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ s.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ s.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ s.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ s.prototype.clearAttributes=function(){}; /** * function click() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ s.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ s.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ s.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ s.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ s.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ s.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ s.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ s.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ s.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ s.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ s.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ s.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ s.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ s.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ s.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ s.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ s.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ s.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ s.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ s.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ s.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ s.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ s.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ s.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ s.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ s.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ s.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ s.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ s.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ s.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ s.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ s.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ s.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ s.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ s.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ s.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ s.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ s.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ s.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ s.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ s.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ s.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ s.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ s.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ s.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ s.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ s.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ s.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ s.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ s.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ s.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ s.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ s.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ s.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ s.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ s.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ s.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ s.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ s.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ s.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ s.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ s.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ s.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ s.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ s.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ s.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ s.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ s.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ s.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ s.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ s.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ s.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ s.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ s.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ s.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ s.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ s.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ s.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ s.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ s.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ s.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ s.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ s.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ s.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ s.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ s.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ s.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ s.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ s.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ s.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ s.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ s.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ s.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ s.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ s.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ s.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ s.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ s.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf s * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ s.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_samp.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_samp.js
deleted file mode 100644
index 3cd2ad3f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_samp.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object samp() * @type samp * @super Object * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535891.aspx */ function samp(){}; samp.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ samp.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ samp.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ samp.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ samp.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ samp.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ samp.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ samp.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ samp.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ samp.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ samp.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ samp.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ samp.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ samp.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ samp.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ samp.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ samp.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ samp.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ samp.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ samp.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ samp.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ samp.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ samp.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ samp.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ samp.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ samp.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ samp.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ samp.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ samp.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ samp.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ samp.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ samp.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ samp.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ samp.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ samp.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ samp.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ samp.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ samp.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ samp.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ samp.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ samp.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ samp.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ samp.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ samp.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ samp.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ samp.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ samp.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ samp.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ samp.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ samp.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ samp.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ samp.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ samp.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ samp.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ samp.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ samp.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ samp.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ samp.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ samp.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ samp.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ samp.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ samp.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ samp.prototype.clearAttributes=function(){}; /** * function click() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ samp.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ samp.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ samp.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ samp.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ samp.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ samp.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ samp.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ samp.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ samp.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ samp.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ samp.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ samp.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ samp.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ samp.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ samp.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ samp.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ samp.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ samp.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ samp.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ samp.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ samp.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ samp.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ samp.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ samp.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ samp.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ samp.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ samp.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ samp.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ samp.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ samp.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ samp.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ samp.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ samp.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ samp.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ samp.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ samp.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ samp.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ samp.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ samp.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ samp.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ samp.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ samp.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ samp.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ samp.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ samp.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ samp.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ samp.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ samp.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ samp.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ samp.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ samp.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ samp.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ samp.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ samp.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ samp.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ samp.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ samp.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ samp.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ samp.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ samp.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ samp.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ samp.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ samp.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ samp.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ samp.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ samp.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ samp.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ samp.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ samp.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ samp.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ samp.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ samp.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ samp.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ samp.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ samp.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ samp.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ samp.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ samp.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ samp.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ samp.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ samp.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ samp.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ samp.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ samp.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ samp.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ samp.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ samp.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ samp.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ samp.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ samp.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ samp.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ samp.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ samp.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ samp.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ samp.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ samp.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ samp.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ samp.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf samp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ samp.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_savetype.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_savetype.js
deleted file mode 100644
index 6cdcccf1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_savetype.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object saveType() * @type saveType * @super Object * @memberOf saveType * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534385.aspx */ function saveType(){}; saveType.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screen.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screen.js
deleted file mode 100644
index 56638689..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screen.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object screen() * @type screen * @super Object * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535868.aspx */ function screen(){}; screen.prototype= new Object(); /** * Property availHeight * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533487.aspx */ screen.prototype.availHeight=0; /** * Property availWidth * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533488.aspx */ screen.prototype.availWidth=0; /** * Property bufferDepth * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533543.aspx */ screen.prototype.bufferDepth=0; /** * Property colorDepth * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533578.aspx */ screen.prototype.colorDepth=0; /** * Property deviceXDPI * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533721.aspx */ screen.prototype.deviceXDPI=0; /** * Property deviceYDPI * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533722.aspx */ screen.prototype.deviceYDPI=0; /** * Property fontSmoothingEnabled * @type Boolean * @returns {Boolean}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533763.aspx */ screen.prototype.fontSmoothingEnabled=false; /** * Property height * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533779.aspx */ screen.prototype.height=0; /** * Property logicalXDPI * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534128.aspx */ screen.prototype.logicalXDPI=0; /** * Property logicalYDPI * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534130.aspx */ screen.prototype.logicalYDPI=0; /** * Property updateInterval * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534707.aspx */ screen.prototype.updateInterval=0; /** * Property width * @type Number * @returns {Number}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535144.aspx */ screen.prototype.width=0; /** * Property window * @type window * @returns {window}
- * @memberOf screen * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535873.aspx */ screen.prototype.window= new window(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screenx.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screenx.js
deleted file mode 100644
index def26255..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screenx.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object screenX() * @type screenX * @super Object * @memberOf screenX * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534391.aspx */ function screenX(){}; screenX.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screeny.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screeny.js
deleted file mode 100644
index 7d580cec..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_screeny.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object screenY() * @type screenY * @super Object * @memberOf screenY * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534392.aspx */ function screenY(){}; screenY.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_script.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_script.js
deleted file mode 100644
index e83e1e49..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_script.js
+++ /dev/null
@@ -1,72 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object script() * @type script * @super Object * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535892.aspx */ function script(){}; script.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ script.prototype.canHaveHTML=false; /** * Property charset * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533553.aspx */ script.prototype.charset=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ script.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ script.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ script.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ script.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ script.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ script.prototype.clientWidth=0; /** * Property defer * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533719.aspx */ script.prototype.defer=false; /** * Property event * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533746.aspx */ script.prototype.event=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ script.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ script.prototype.childNodes= new childNodes(); /** * Property htmlFor * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533870.aspx */ script.prototype.htmlFor=""; /** * Property id * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ script.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ script.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ script.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ script.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ script.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ script.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ script.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ script.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ script.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ script.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ script.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ script.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ script.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ script.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ script.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ script.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ script.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ script.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ script.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ script.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ script.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ script.prototype.readyState=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ script.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ script.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ script.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ script.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ script.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ script.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ script.prototype.all= new all(); /** * Property src * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534642.aspx */ script.prototype.src=""; /** * Property tagName * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ script.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ script.prototype.tagUrn=""; /** * Property text * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534678.aspx */ script.prototype.text=""; /** * Property type * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534701.aspx */ script.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ script.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ script.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ script.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ script.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ script.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ script.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ script.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ script.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ script.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ script.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ script.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ script.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ script.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ script.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ script.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ script.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ script.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ script.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ script.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ script.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ script.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ script.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ script.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ script.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ script.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ script.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ script.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ script.prototype.swapNode=function(oNode){}; /** * Property onload * @type onload * @returns {onload}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ script.prototype.onload= new onload(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ script.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ script.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ script.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ script.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ script.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ script.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ script.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf script * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ script.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_scripts.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_scripts.js
deleted file mode 100644
index 1fec1544..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_scripts.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object scripts() * @type scripts * @super Array * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537487.aspx */ function scripts(){}; scripts.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ scripts.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ scripts.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ scripts.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ scripts.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ scripts.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ scripts.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf scripts * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ scripts.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_select.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_select.js
deleted file mode 100644
index 2d1ab4cf..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_select.js
+++ /dev/null
@@ -1,146 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object select() * @type select * @super Object * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535893.aspx */ function select(){}; select.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ select.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533066.aspx */ select.prototype.align=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ select.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ select.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ select.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ select.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ select.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ select.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ select.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ select.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ select.prototype.clientWidth=0; /** * Property dataFld * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ select.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ select.prototype.dataSrc=""; /** * Property dir * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ select.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ select.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ select.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ select.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ select.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ select.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ select.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ select.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ select.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ select.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ select.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ select.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ select.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ select.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ select.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ select.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ select.prototype.lastChild=new Object(); /** * Property length * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ select.prototype.length=0; /** * Property multiple * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534178.aspx */ select.prototype.multiple=false; /** * Property name * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ select.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ select.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ select.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ select.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ select.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ select.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ select.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ select.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ select.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ select.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ select.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ select.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ select.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ select.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ select.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ select.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ select.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ select.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ select.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ select.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ select.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ select.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ select.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ select.prototype.scrollWidth=new Object(); /** * Property selectedIndex * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534624.aspx */ select.prototype.selectedIndex=0; /** * Property size * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534634.aspx */ select.prototype.size=0; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ select.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ select.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ select.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ select.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ select.prototype.tagUrn=""; /** * Property type * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534702.aspx */ select.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ select.prototype.uniqueID=""; /** * Property value * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535125.aspx */ select.prototype.value=""; /** * Property form * @type form * @returns {form}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535249.aspx */ select.prototype.form= new form(); /** * function add(oElement,iIndex) * @param {Object} oElement * @param {Number} iIndex * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535921.aspx */ select.prototype.add=function(oElement,iIndex){}; /** * Property areas * @type areas * @returns {areas}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537437.aspx */ select.prototype.areas= new areas(); /** * Property controlRange * @type controlRange * @returns {controlRange}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537447.aspx */ select.prototype.controlRange= new controlRange(); /** * Property options * @type options * @returns {options}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537472.aspx */ select.prototype.options= new options(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ select.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ select.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ select.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ select.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ select.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ select.prototype.clearAttributes=function(){}; /** * function click() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ select.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ select.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ select.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ select.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ select.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ select.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ select.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ select.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ select.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ select.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ select.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ select.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ select.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ select.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ select.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ select.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ select.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ select.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ select.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ select.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ select.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ select.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ select.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ select.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ select.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ select.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ select.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ select.prototype.releaseCapture=function(){}; /** * function remove(iIndex) * @param {Number} iIndex * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536694.aspx */ select.prototype.remove=function(iIndex){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ select.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ select.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ select.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ select.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ select.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ select.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ select.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ select.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ select.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ select.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ select.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ select.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ select.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ select.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ select.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ select.prototype.swapNode=function(oNode){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ select.prototype.urns=function(sUrn){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ select.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ select.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ select.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ select.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ select.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ select.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ select.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ select.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ select.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ select.prototype.onblur= new onblur(); /** * Property onchange * @type onchange * @returns {onchange}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536912.aspx */ select.prototype.onchange= new onchange(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ select.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ select.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ select.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ select.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ select.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ select.prototype.ondeactivate= new ondeactivate(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ select.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ select.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ select.prototype.ondragover= new ondragover(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ select.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ select.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ select.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ select.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ select.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ select.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ select.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ select.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ select.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ select.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ select.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ select.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ select.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ select.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ select.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ select.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ select.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ select.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ select.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ select.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ select.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ select.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ select.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ select.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ select.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ select.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ select.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ select.prototype.onselectstart= new onselectstart(); /** * Property all * @type all * @returns {all}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ select.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ select.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ select.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ select.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ select.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ select.prototype.children= new children(); /** * Property options * @type options * @returns {options}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537472.aspx */ select.prototype.options= new options(); /** * Property option * @type option * @returns {option}
- * @memberOf select * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535877.aspx */ select.prototype.option= new option(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_selection.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_selection.js
deleted file mode 100644
index a47cb7e9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_selection.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object selection() * @type selection * @super Object * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535869.aspx */ function selection(){}; selection.prototype= new Object(); /** * Property type * @type String * @returns {String}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534692.aspx */ selection.prototype.type=""; /** * Property typeDetail * @type String * @returns {String}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534690.aspx */ selection.prototype.typeDetail=""; /** * function clear() * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536359.aspx */ selection.prototype.clear=function(){}; /** * function createRange() * @type TextRange * @returns {TextRange}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536394.aspx */ selection.prototype.createRange=function(){}; /** * Property controlRange * @type controlRange * @returns {controlRange}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537447.aspx */ selection.prototype.controlRange= new controlRange(); /** * function createRangeCollection() * @type TextRange * @returns {TextRange}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536396.aspx */ selection.prototype.createRangeCollection=function(){}; /** * function empty() * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536418.aspx */ selection.prototype.empty=function(){}; /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ selection.prototype.ontimeerror= new ontimeerror(); /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537492.aspx */ selection.prototype.TextRange= new TextRange(); /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf selection * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ selection.prototype.TextRange= new TextRange(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftkey.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftkey.js
deleted file mode 100644
index 933a0daf..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftkey.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object shiftKey() * @type shiftKey * @super Object * @memberOf shiftKey * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534629.aspx */ function shiftKey(){}; shiftKey.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftleft.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftleft.js
deleted file mode 100644
index e729ae23..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_shiftleft.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object shiftLeft() * @type shiftLeft * @super Object * @memberOf shiftLeft * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534630.aspx */ function shiftLeft(){}; shiftLeft.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_small.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_small.js
deleted file mode 100644
index e83ce24f..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_small.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object small() * @type small * @super Object * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535894.aspx */ function small(){}; small.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ small.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ small.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ small.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ small.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ small.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ small.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ small.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ small.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ small.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ small.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ small.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ small.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ small.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ small.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ small.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ small.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ small.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ small.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ small.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ small.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ small.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ small.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ small.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ small.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ small.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ small.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ small.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ small.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ small.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ small.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ small.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ small.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ small.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ small.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ small.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ small.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ small.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ small.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ small.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ small.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ small.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ small.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ small.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ small.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ small.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ small.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ small.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ small.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ small.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ small.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ small.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ small.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ small.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ small.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ small.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ small.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ small.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ small.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ small.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ small.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ small.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ small.prototype.clearAttributes=function(){}; /** * function click() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ small.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ small.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ small.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ small.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ small.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ small.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ small.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ small.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ small.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ small.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ small.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ small.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ small.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ small.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ small.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ small.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ small.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ small.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ small.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ small.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ small.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ small.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ small.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ small.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ small.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ small.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ small.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ small.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ small.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ small.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ small.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ small.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ small.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ small.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ small.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ small.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ small.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ small.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ small.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ small.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ small.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ small.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ small.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ small.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ small.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ small.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ small.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ small.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ small.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ small.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ small.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ small.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ small.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ small.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ small.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ small.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ small.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ small.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ small.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ small.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ small.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ small.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ small.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ small.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ small.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ small.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ small.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ small.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ small.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ small.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ small.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ small.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ small.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ small.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ small.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ small.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ small.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ small.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ small.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ small.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ small.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ small.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ small.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ small.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ small.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ small.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ small.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ small.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ small.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ small.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ small.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ small.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ small.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ small.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ small.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ small.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ small.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ small.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf small * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ small.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_span.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_span.js
deleted file mode 100644
index 0270cdf6..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_span.js
+++ /dev/null
@@ -1,140 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object span() * @type span * @super Object * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535895.aspx */ function span(){}; span.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ span.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ span.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ span.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ span.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ span.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ span.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ span.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ span.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ span.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ span.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ span.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ span.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ span.prototype.dataSrc=""; /** * Property dataFormatAs * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533706.aspx */ span.prototype.dataFormatAs=""; /** * Property dir * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ span.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ span.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ span.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ span.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ span.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ span.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ span.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ span.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ span.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ span.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ span.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ span.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ span.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ span.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ span.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ span.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ span.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ span.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ span.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ span.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ span.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ span.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ span.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ span.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ span.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ span.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ span.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ span.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ span.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ span.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ span.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ span.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ span.prototype.recordNumber=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ span.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ span.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ span.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ span.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ span.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ span.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ span.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ span.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ span.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ span.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ span.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ span.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ span.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ span.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ span.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ span.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ span.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ span.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ span.prototype.clearAttributes=function(){}; /** * function click() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ span.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ span.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ span.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ span.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ span.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ span.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function doScroll(sScrollAction) * @param {String} sScrollAction * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536414.aspx */ span.prototype.doScroll=function(sScrollAction){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ span.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ span.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ span.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ span.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ span.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ span.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ span.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ span.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ span.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ span.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ span.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ span.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ span.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ span.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ span.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ span.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ span.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ span.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ span.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ span.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ span.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ span.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ span.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ span.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ span.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ span.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ span.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ span.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ span.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ span.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ span.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ span.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ span.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ span.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ span.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ span.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ span.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ span.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ span.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ span.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ span.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ span.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ span.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ span.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ span.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ span.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ span.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ span.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ span.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ span.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ span.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ span.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ span.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ span.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ span.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ span.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ span.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ span.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ span.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ span.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ span.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ span.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ span.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ span.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ span.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ span.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ span.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ span.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ span.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ span.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ span.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ span.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ span.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ span.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ span.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ span.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ span.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ span.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ span.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ span.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ span.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ span.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ span.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ span.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ span.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ span.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ span.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ span.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ span.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ span.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ span.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ span.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ span.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ span.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ span.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ span.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ span.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ span.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf span * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ span.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcelement.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcelement.js
deleted file mode 100644
index f8cab85b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcelement.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object srcElement() * @type srcElement * @super Object * @memberOf srcElement * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534638.aspx */ function srcElement(){}; srcElement.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcfilter.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcfilter.js
deleted file mode 100644
index c13b651e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcfilter.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object srcFilter() * @type srcFilter * @super Object * @memberOf srcFilter * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534639.aspx */ function srcFilter(){}; srcFilter.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcurn.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcurn.js
deleted file mode 100644
index 59847f65..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_srcurn.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object srcUrn() * @type srcUrn * @super Object * @memberOf srcUrn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534640.aspx */ function srcUrn(){}; srcUrn.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strike.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strike.js
deleted file mode 100644
index 4f2da82d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strike.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object strike() * @type strike * @super Object * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535896.aspx */ function strike(){}; strike.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ strike.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ strike.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ strike.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ strike.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ strike.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ strike.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ strike.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ strike.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ strike.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ strike.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ strike.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ strike.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ strike.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ strike.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ strike.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ strike.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ strike.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ strike.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ strike.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ strike.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ strike.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ strike.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ strike.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ strike.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ strike.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ strike.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ strike.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ strike.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ strike.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ strike.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ strike.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ strike.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ strike.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ strike.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ strike.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ strike.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ strike.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ strike.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ strike.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ strike.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ strike.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ strike.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ strike.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ strike.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ strike.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ strike.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ strike.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ strike.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ strike.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ strike.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ strike.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ strike.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ strike.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ strike.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ strike.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ strike.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ strike.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ strike.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ strike.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ strike.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ strike.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ strike.prototype.clearAttributes=function(){}; /** * function click() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ strike.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ strike.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ strike.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ strike.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ strike.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ strike.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ strike.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ strike.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ strike.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ strike.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ strike.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ strike.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ strike.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ strike.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ strike.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ strike.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ strike.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ strike.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ strike.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ strike.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ strike.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ strike.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ strike.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ strike.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ strike.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ strike.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ strike.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ strike.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ strike.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ strike.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ strike.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ strike.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ strike.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ strike.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ strike.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ strike.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ strike.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ strike.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ strike.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ strike.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ strike.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ strike.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ strike.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ strike.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ strike.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ strike.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ strike.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ strike.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ strike.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ strike.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ strike.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ strike.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ strike.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ strike.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ strike.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ strike.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ strike.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ strike.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ strike.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ strike.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ strike.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ strike.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ strike.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ strike.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ strike.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ strike.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ strike.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ strike.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ strike.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ strike.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ strike.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ strike.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ strike.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ strike.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ strike.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ strike.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ strike.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ strike.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ strike.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ strike.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ strike.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ strike.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ strike.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ strike.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ strike.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ strike.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ strike.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ strike.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ strike.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ strike.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ strike.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ strike.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ strike.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ strike.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ strike.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ strike.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ strike.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ strike.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf strike * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ strike.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strong.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strong.js
deleted file mode 100644
index ea043e0c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_strong.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object strong() * @type strong * @super Object * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535897.aspx */ function strong(){}; strong.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ strong.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ strong.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ strong.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ strong.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ strong.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ strong.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ strong.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ strong.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ strong.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ strong.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ strong.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ strong.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ strong.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ strong.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ strong.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ strong.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ strong.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ strong.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ strong.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ strong.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ strong.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ strong.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ strong.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ strong.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ strong.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ strong.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ strong.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ strong.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ strong.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ strong.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ strong.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ strong.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ strong.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ strong.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ strong.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ strong.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ strong.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ strong.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ strong.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ strong.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ strong.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ strong.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ strong.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ strong.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ strong.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ strong.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ strong.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ strong.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ strong.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ strong.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ strong.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ strong.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ strong.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ strong.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ strong.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ strong.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ strong.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ strong.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ strong.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ strong.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ strong.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ strong.prototype.clearAttributes=function(){}; /** * function click() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ strong.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ strong.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ strong.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ strong.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ strong.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ strong.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ strong.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ strong.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ strong.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ strong.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ strong.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ strong.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ strong.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ strong.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ strong.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ strong.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ strong.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ strong.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ strong.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ strong.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ strong.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ strong.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ strong.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ strong.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ strong.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ strong.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ strong.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ strong.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ strong.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ strong.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ strong.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ strong.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ strong.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ strong.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ strong.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ strong.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ strong.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ strong.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ strong.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ strong.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ strong.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ strong.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ strong.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ strong.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ strong.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ strong.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ strong.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ strong.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ strong.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ strong.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ strong.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ strong.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ strong.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ strong.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ strong.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ strong.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ strong.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ strong.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ strong.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ strong.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ strong.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ strong.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ strong.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ strong.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ strong.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ strong.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ strong.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ strong.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ strong.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ strong.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ strong.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ strong.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ strong.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ strong.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ strong.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ strong.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ strong.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ strong.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ strong.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ strong.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ strong.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ strong.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ strong.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ strong.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ strong.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ strong.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ strong.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ strong.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ strong.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ strong.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ strong.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ strong.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ strong.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ strong.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ strong.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ strong.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ strong.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ strong.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf strong * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ strong.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_style.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_style.js
deleted file mode 100644
index 02178802..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_style.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object style() * @type style * @super Object * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535898.aspx */ function style(){}; style.prototype= new Object(); /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ style.prototype.disabled=false; /** * Property id * @type String * @returns {String}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ style.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ style.prototype.innerHTML=""; /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ style.prototype.behaviorUrns= new behaviorUrns(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ style.prototype.addBehavior=function(sUrl){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ style.prototype.dragDrop=function(){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ style.prototype.removeBehavior=function(iID){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ style.prototype.removeNode=function(bRemoveChildren){}; /** * Property onerror * @type onerror * @returns {onerror}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536930.aspx */ style.prototype.onerror= new onerror(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ style.prototype.onreadystatechange= new onreadystatechange(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf style * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ style.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheet.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheet.js
deleted file mode 100644
index aefe1b4e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheet.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object styleSheet() * @type styleSheet * @super Object * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535871.aspx */ function styleSheet(){}; styleSheet.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ styleSheet.prototype.canHaveHTML=false; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ styleSheet.prototype.disabled=false; /** * Property href * @type String * @returns {String}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533860.aspx */ styleSheet.prototype.href=""; /** * Property id * @type String * @returns {String}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ styleSheet.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ styleSheet.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ styleSheet.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ styleSheet.prototype.isMultiLine=false; /** * Property owningElement * @type Object * @returns {Object}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534316.aspx */ styleSheet.prototype.owningElement=new Object(); /** * Property parentStyleSheet * @type Object * @returns {Object}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534329.aspx */ styleSheet.prototype.parentStyleSheet=new Object(); /** * Property readOnly * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534356.aspx */ styleSheet.prototype.readOnly=false; /** * Property title * @type String * @returns {String}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534682.aspx */ styleSheet.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534699.aspx */ styleSheet.prototype.type=""; /** * Property imports * @type imports * @returns {imports}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358805.aspx */ styleSheet.prototype.imports= new imports(); /** * function addImport(sURL,iIndexRequest) * @param {String} sURL * @param {Number} iIndexRequest * @type imports * @returns {imports}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531193.aspx */ styleSheet.prototype.addImport=function(sURL,iIndexRequest){}; /** * Property imports * @type imports * @returns {imports}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358805.aspx */ styleSheet.prototype.imports= new imports(); /** * function addPageRule(sSelector,sStyle,iIndex) * @param {String} sSelector * @param {String} sStyle * @param {Number} iIndex * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535928.aspx */ styleSheet.prototype.addPageRule=function(sSelector,sStyle,iIndex){}; /** * function addRule(sSelector,sStyle,iIndex) * @param {String} sSelector * @param {String} sStyle * @param {Number} iIndex * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358796.aspx */ styleSheet.prototype.addRule=function(sSelector,sStyle,iIndex){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ styleSheet.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function removeImport(iIndex) * @param {Number} iIndex * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358799.aspx */ styleSheet.prototype.removeImport=function(iIndex){}; /** * function removeRule(iIndex) * @param {Number} iIndex * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531195.aspx */ styleSheet.prototype.removeRule=function(iIndex){}; /** * Property rules * @type rules * @returns {rules}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531199.aspx */ styleSheet.prototype.rules= new rules(); /** * Property page * @type page * @returns {page}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535879.aspx */ styleSheet.prototype.page= new page(); /** * Property imports * @type imports * @returns {imports}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358805.aspx */ styleSheet.prototype.imports= new imports(); /** * Property pages * @type pages * @returns {pages}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531198.aspx */ styleSheet.prototype.pages= new pages(); /** * Property page * @type page * @returns {page}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535879.aspx */ styleSheet.prototype.page= new page(); /** * Property rules * @type rules * @returns {rules}
- * @memberOf styleSheet * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531199.aspx */ styleSheet.prototype.rules= new rules(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheets.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheets.js
deleted file mode 100644
index 423e2fde..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_stylesheets.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object styleSheets() * @type styleSheets * @super Array * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531200.aspx */ function styleSheets(){}; styleSheets.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ styleSheets.prototype.length=0; /** * function item(vIndex) * @param {Number} vIndex * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ styleSheets.prototype.item=function(vIndex){}; /** * function item(vIndex) * @param {Number} vIndex * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536461.aspx */ styleSheets.prototype.item=function(vIndex){}; /** * Property filters * @type filters * @returns {filters}
- * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ styleSheets.prototype.filters= new filters(); /** * function namedItem(sName) * @param {String} sName * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ styleSheets.prototype.namedItem=function(sName){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ styleSheets.prototype.urns=function(sUrn){}; /** * Property styleSheet * @type styleSheet * @returns {styleSheet}
- * @memberOf styleSheets * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535871.aspx */ styleSheets.prototype.styleSheet= new styleSheet(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sub.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sub.js
deleted file mode 100644
index 92a630c8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sub.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object sub() * @type sub * @super Object * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535899.aspx */ function sub(){}; sub.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ sub.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ sub.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ sub.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ sub.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ sub.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ sub.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ sub.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ sub.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ sub.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ sub.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ sub.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ sub.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ sub.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ sub.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ sub.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ sub.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ sub.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ sub.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ sub.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ sub.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ sub.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ sub.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ sub.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ sub.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ sub.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ sub.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ sub.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ sub.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ sub.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ sub.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ sub.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ sub.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ sub.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ sub.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ sub.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ sub.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ sub.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ sub.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ sub.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ sub.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ sub.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ sub.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ sub.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ sub.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ sub.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ sub.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ sub.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ sub.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ sub.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ sub.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ sub.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ sub.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ sub.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ sub.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ sub.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ sub.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ sub.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ sub.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ sub.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ sub.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ sub.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ sub.prototype.clearAttributes=function(){}; /** * function click() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ sub.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ sub.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ sub.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ sub.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ sub.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ sub.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ sub.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ sub.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ sub.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ sub.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ sub.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ sub.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ sub.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ sub.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ sub.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ sub.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ sub.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ sub.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ sub.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ sub.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ sub.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ sub.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ sub.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ sub.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ sub.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ sub.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ sub.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ sub.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ sub.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ sub.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ sub.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ sub.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ sub.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ sub.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ sub.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ sub.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ sub.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ sub.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ sub.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ sub.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ sub.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ sub.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ sub.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ sub.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ sub.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ sub.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ sub.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ sub.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ sub.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ sub.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ sub.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ sub.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ sub.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ sub.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ sub.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ sub.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ sub.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ sub.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ sub.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ sub.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ sub.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ sub.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ sub.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ sub.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ sub.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ sub.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ sub.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ sub.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ sub.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ sub.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ sub.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ sub.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ sub.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ sub.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ sub.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ sub.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ sub.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ sub.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ sub.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ sub.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ sub.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ sub.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ sub.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ sub.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ sub.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ sub.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ sub.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ sub.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ sub.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ sub.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ sub.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ sub.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ sub.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ sub.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ sub.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ sub.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ sub.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ sub.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf sub * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ sub.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sup.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sup.js
deleted file mode 100644
index 694806e4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_sup.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object sup() * @type sup * @super Object * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535900.aspx */ function sup(){}; sup.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ sup.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ sup.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ sup.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ sup.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ sup.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ sup.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ sup.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ sup.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ sup.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ sup.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ sup.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ sup.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ sup.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ sup.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ sup.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ sup.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ sup.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ sup.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ sup.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ sup.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ sup.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ sup.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ sup.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ sup.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ sup.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ sup.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ sup.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ sup.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ sup.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ sup.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ sup.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ sup.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ sup.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ sup.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ sup.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ sup.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ sup.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ sup.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ sup.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ sup.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ sup.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ sup.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ sup.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ sup.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ sup.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ sup.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ sup.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ sup.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ sup.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ sup.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ sup.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ sup.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ sup.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ sup.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ sup.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ sup.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ sup.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ sup.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ sup.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ sup.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ sup.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ sup.prototype.clearAttributes=function(){}; /** * function click() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ sup.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ sup.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ sup.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ sup.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ sup.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ sup.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ sup.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ sup.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ sup.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ sup.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ sup.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ sup.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ sup.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ sup.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ sup.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ sup.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ sup.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ sup.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ sup.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ sup.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ sup.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ sup.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ sup.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ sup.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ sup.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ sup.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ sup.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ sup.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ sup.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ sup.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ sup.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ sup.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ sup.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ sup.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ sup.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ sup.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ sup.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ sup.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ sup.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ sup.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ sup.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ sup.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ sup.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ sup.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ sup.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ sup.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ sup.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ sup.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ sup.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ sup.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ sup.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ sup.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ sup.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ sup.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ sup.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ sup.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ sup.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ sup.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ sup.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ sup.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ sup.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ sup.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ sup.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ sup.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ sup.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ sup.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ sup.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ sup.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ sup.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ sup.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ sup.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ sup.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ sup.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ sup.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ sup.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ sup.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ sup.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ sup.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ sup.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ sup.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ sup.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ sup.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ sup.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ sup.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ sup.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ sup.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ sup.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ sup.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ sup.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ sup.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ sup.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ sup.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ sup.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ sup.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ sup.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ sup.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ sup.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ sup.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf sup * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ sup.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_table.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_table.js
deleted file mode 100644
index 0a77021d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_table.js
+++ /dev/null
@@ -1,164 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object table() * @type table * @super Object * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ function table(){}; table.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ table.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533068.aspx */ table.prototype.align=""; /** * Property background * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533499.aspx */ table.prototype.background=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ table.prototype.bgColor=new Object(); /** * Property border * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533534.aspx */ table.prototype.border=new Object(); /** * Property borderColor * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533517.aspx */ table.prototype.borderColor=new Object(); /** * Property borderColorDark * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533514.aspx */ table.prototype.borderColorDark=new Object(); /** * Property borderColorLight * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533515.aspx */ table.prototype.borderColorLight=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ table.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ table.prototype.canHaveHTML=false; /** * Property caption * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533548.aspx */ table.prototype.caption=""; /** * Property caption * @type caption * @returns {caption}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535213.aspx */ table.prototype.caption= new caption(); /** * Property cellPadding * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533550.aspx */ table.prototype.cellPadding=new Object(); /** * Property cellSpacing * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533551.aspx */ table.prototype.cellSpacing=new Object(); /** * Property className * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ table.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ table.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ table.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ table.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ table.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ table.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ table.prototype.clientWidth=0; /** * Property cols * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533583.aspx */ table.prototype.cols=0; /** * Property dataPageSize * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533708.aspx */ table.prototype.dataPageSize=0; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ table.prototype.dataSrc=""; /** * Property dir * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ table.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ table.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ table.prototype.childNodes= new childNodes(); /** * Property frame * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533769.aspx */ table.prototype.frame=""; /** * Property height * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ table.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ table.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ table.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ table.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ table.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ table.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ table.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ table.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ table.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ table.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ table.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ table.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ table.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ table.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ table.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ table.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ table.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ table.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ table.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ table.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ table.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ table.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ table.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ table.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ table.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ table.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ table.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ table.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ table.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ table.prototype.readyState=""; /** * Property rules * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534384.aspx */ table.prototype.rules=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ table.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ table.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ table.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ table.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ table.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ table.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ table.prototype.all= new all(); /** * Property summary * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534652.aspx */ table.prototype.summary=""; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ table.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ table.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ table.prototype.tagUrn=""; /** * Property tFoot * @type tFoot * @returns {tFoot}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534680.aspx */ table.prototype.tFoot=new tFoot(); /** * Property tFoot * @type tFoot * @returns {tFoot}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535907.aspx */ table.prototype.tFoot= new tFoot(); /** * Property tHead * @type tHead * @returns {tHead}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534681.aspx */ table.prototype.tHead=new tHead(); /** * Property tHead * @type tHead * @returns {tHead}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535909.aspx */ table.prototype.tHead= new tHead(); /** * Property title * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ table.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ table.prototype.uniqueID=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ table.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ table.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ table.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ table.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ table.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ table.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ table.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ table.prototype.clearAttributes=function(){}; /** * function click() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ table.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ table.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ table.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ table.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ table.prototype.contains=function(oElement){}; /** * function createCaption() * @type caption * @returns {caption}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536381.aspx */ table.prototype.createCaption=function(){}; /** * function createTFoot() * @type tFoot * @returns {tFoot}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536402.aspx */ table.prototype.createTFoot=function(){}; /** * function createTHead() * @type tHead * @returns {tHead}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536403.aspx */ table.prototype.createTHead=function(){}; /** * function deleteCaption() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536405.aspx */ table.prototype.deleteCaption=function(){}; /** * function deleteRow(iRowIndex) * @param {Number} iRowIndex * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536408.aspx */ table.prototype.deleteRow=function(iRowIndex){}; /** * Property rows * @type rows * @returns {rows}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ table.prototype.rows= new rows(); /** * function deleteTFoot() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536409.aspx */ table.prototype.deleteTFoot=function(){}; /** * function deleteTHead() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536410.aspx */ table.prototype.deleteTHead=function(){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ table.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ table.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ table.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function firstPage() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536424.aspx */ table.prototype.firstPage=function(){}; /** * function focus() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ table.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ table.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ table.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ table.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ table.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ table.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ table.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ table.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ table.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ table.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ table.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ table.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ table.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ table.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ table.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertRow(iIndex) * @param {Number} iIndex * @type tr * @returns {tr}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536457.aspx */ table.prototype.insertRow=function(iIndex){}; /** * function lastPage() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536612.aspx */ table.prototype.lastPage=function(){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ table.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function moveRow(iSource,iTarget) * @param {Number} iSource * @param {Number} iTarget * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536622.aspx */ table.prototype.moveRow=function(iSource,iTarget){}; /** * function nextPage() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536644.aspx */ table.prototype.nextPage=function(){}; /** * function normalize() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ table.prototype.normalize=function(){}; /** * function previousPage() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536670.aspx */ table.prototype.previousPage=function(){}; /** * function refresh() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536687.aspx */ table.prototype.refresh=function(){}; /** * function removeRule(iIndex) * @param {Number} iIndex * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531195.aspx */ table.prototype.removeRule=function(iIndex){}; /** * function releaseCapture() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ table.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ table.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ table.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ table.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ table.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ table.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ table.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ table.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ table.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ table.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ table.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ table.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ table.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ table.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ table.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ table.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ table.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ table.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ table.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ table.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ table.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ table.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ table.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ table.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ table.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ table.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ table.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ table.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ table.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ table.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ table.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ table.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ table.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ table.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ table.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ table.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ table.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ table.prototype.ondrop= new ondrop(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ table.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ table.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ table.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ table.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ table.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ table.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ table.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ table.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ table.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ table.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ table.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ table.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ table.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ table.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ table.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ table.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ table.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ table.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ table.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ table.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ table.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ table.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ table.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ table.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ table.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ table.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ table.prototype.onscroll= new onscroll(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ table.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ table.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ table.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ table.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ table.prototype.behaviorUrns= new behaviorUrns(); /** * Property cells * @type cells * @returns {cells}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537443.aspx */ table.prototype.cells= new cells(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ table.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ table.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ table.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ table.prototype.filters= new filters(); /** * Property rows * @type rows * @returns {rows}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ table.prototype.rows= new rows(); /** * Property tr * @type tr * @returns {tr}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535911.aspx */ table.prototype.tr= new tr(); /** * Property tBodies * @type tBodies * @returns {tBodies}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537490.aspx */ table.prototype.tBodies= new tBodies(); /** * Property tBody * @type tBody * @returns {tBody}
- * @memberOf table * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535902.aspx */ table.prototype.tBody= new tBody(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbodies.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbodies.js
deleted file mode 100644
index 7187b1d8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbodies.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object tBodies() * @type tBodies * @super Array * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537490.aspx */ function tBodies(){}; tBodies.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ tBodies.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ tBodies.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ tBodies.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tBodies.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ tBodies.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ tBodies.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf tBodies * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ tBodies.prototype.urns=function(sUrn){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbody.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbody.js
deleted file mode 100644
index 634c3072..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tbody.js
+++ /dev/null
@@ -1,137 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object tBody() * @type tBody * @super Object * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535902.aspx */ function tBody(){}; tBody.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ tBody.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ tBody.prototype.align=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ tBody.prototype.bgColor=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ tBody.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ tBody.prototype.canHaveHTML=false; /** * Property ch * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ tBody.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ tBody.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ tBody.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ tBody.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ tBody.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ tBody.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ tBody.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ tBody.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ tBody.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ tBody.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ tBody.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tBody.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ tBody.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ tBody.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ tBody.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ tBody.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ tBody.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ tBody.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ tBody.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ tBody.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ tBody.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ tBody.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ tBody.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ tBody.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ tBody.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ tBody.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ tBody.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ tBody.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ tBody.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ tBody.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ tBody.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ tBody.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ tBody.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ tBody.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ tBody.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ tBody.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ tBody.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ tBody.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ tBody.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ tBody.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ tBody.prototype.readyState=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ tBody.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ tBody.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ tBody.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ tBody.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ tBody.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ tBody.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tBody.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ tBody.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ tBody.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ tBody.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ tBody.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ tBody.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ tBody.prototype.vAlign=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ tBody.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ tBody.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ tBody.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ tBody.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ tBody.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tBody.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ tBody.prototype.clearAttributes=function(){}; /** * function click() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ tBody.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tBody.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ tBody.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ tBody.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ tBody.prototype.contains=function(oElement){}; /** * function deleteRow(iRowIndex) * @param {Number} iRowIndex * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536408.aspx */ tBody.prototype.deleteRow=function(iRowIndex){}; /** * Property rows * @type rows * @returns {rows}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tBody.prototype.rows= new rows(); /** * function deleteTFoot() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536409.aspx */ tBody.prototype.deleteTFoot=function(){}; /** * Property tFoot * @type tFoot * @returns {tFoot}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535907.aspx */ tBody.prototype.tFoot= new tFoot(); /** * function deleteTHead() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536410.aspx */ tBody.prototype.deleteTHead=function(){}; /** * Property tHead * @type tHead * @returns {tHead}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535909.aspx */ tBody.prototype.tHead= new tHead(); /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ tBody.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ tBody.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ tBody.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tBody.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ tBody.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ tBody.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ tBody.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ tBody.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ tBody.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ tBody.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ tBody.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ tBody.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ tBody.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ tBody.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ tBody.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ tBody.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ tBody.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertRow(iIndex) * @param {Number} iIndex * @type tr * @returns {tr}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536457.aspx */ tBody.prototype.insertRow=function(iIndex){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ tBody.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function moveRow(iSource,iTarget) * @param {Number} iSource * @param {Number} iTarget * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536622.aspx */ tBody.prototype.moveRow=function(iSource,iTarget){}; /** * function normalize() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ tBody.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ tBody.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ tBody.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ tBody.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ tBody.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ tBody.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ tBody.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ tBody.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ tBody.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ tBody.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ tBody.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ tBody.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ tBody.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ tBody.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ tBody.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ tBody.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ tBody.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ tBody.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ tBody.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ tBody.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ tBody.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ tBody.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ tBody.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ tBody.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tBody.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tBody.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ tBody.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ tBody.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ tBody.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ tBody.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ tBody.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ tBody.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ tBody.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ tBody.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ tBody.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ tBody.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ tBody.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ tBody.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tBody.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ tBody.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ tBody.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ tBody.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ tBody.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ tBody.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ tBody.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ tBody.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ tBody.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ tBody.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ tBody.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ tBody.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ tBody.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ tBody.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ tBody.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ tBody.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ tBody.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ tBody.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ tBody.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ tBody.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ tBody.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ tBody.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ tBody.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ tBody.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ tBody.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ tBody.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tBody.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ tBody.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ tBody.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tBody.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ tBody.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ tBody.prototype.children= new children(); /** * Property rows * @type rows * @returns {rows}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tBody.prototype.rows= new rows(); /** * Property tr * @type tr * @returns {tr}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535911.aspx */ tBody.prototype.tr= new tr(); /** * Property table * @type table * @returns {table}
- * @memberOf tBody * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ tBody.prototype.table= new table(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_td.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_td.js
deleted file mode 100644
index e5bffb3d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_td.js
+++ /dev/null
@@ -1,152 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object td() * @type td * @super Object * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535903.aspx */ function td(){}; td.prototype= new Object(); /** * Property abbr * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533058.aspx */ td.prototype.abbr=""; /** * Property accessKey * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ td.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ td.prototype.align=""; /** * Property axis * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533489.aspx */ td.prototype.axis=""; /** * Property background * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533499.aspx */ td.prototype.background=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ td.prototype.bgColor=new Object(); /** * Property borderColor * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533517.aspx */ td.prototype.borderColor=new Object(); /** * Property borderColorDark * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533514.aspx */ td.prototype.borderColorDark=new Object(); /** * Property borderColorLight * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533515.aspx */ td.prototype.borderColorLight=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ td.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ td.prototype.canHaveHTML=false; /** * Property cellIndex * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533549.aspx */ td.prototype.cellIndex=0; /** * Property cells * @type cells * @returns {cells}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537443.aspx */ td.prototype.cells= new cells(); /** * Property ch * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ td.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ td.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ td.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ td.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ td.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ td.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ td.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ td.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ td.prototype.clientWidth=0; /** * Property colSpan * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533581.aspx */ td.prototype.colSpan=0; /** * Property table * @type table * @returns {table}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ td.prototype.table= new table(); /** * Property dir * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ td.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ td.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ td.prototype.childNodes= new childNodes(); /** * Property headers * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533778.aspx */ td.prototype.headers=""; /** * Property height * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ td.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ td.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ td.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ td.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ td.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ td.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ td.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ td.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ td.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ td.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ td.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ td.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ td.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ td.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ td.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ td.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ td.prototype.nodeValue=new Object(); /** * Property noWrap * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534196.aspx */ td.prototype.noWrap=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ td.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ td.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ td.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ td.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ td.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ td.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ td.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ td.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ td.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ td.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ td.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ td.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ td.prototype.readyState=""; /** * Property rowSpan * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534378.aspx */ td.prototype.rowSpan=0; /** * Property scope * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534387.aspx */ td.prototype.scope=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ td.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ td.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ td.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ td.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ td.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ td.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ td.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ td.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ td.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ td.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ td.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ td.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ td.prototype.vAlign=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ td.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ td.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ td.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ td.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ td.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ td.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ td.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ td.prototype.clearAttributes=function(){}; /** * function click() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ td.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ td.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ td.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ td.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ td.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ td.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ td.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ td.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ td.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ td.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ td.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ td.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ td.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ td.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ td.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ td.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ td.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ td.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ td.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ td.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ td.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ td.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ td.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ td.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ td.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ td.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ td.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ td.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ td.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ td.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ td.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ td.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ td.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ td.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ td.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ td.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ td.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ td.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ td.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ td.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ td.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ td.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ td.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ td.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ td.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ td.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ td.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ td.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ td.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ td.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ td.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ td.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ td.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ td.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ td.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ td.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ td.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ td.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ td.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ td.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ td.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ td.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ td.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ td.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ td.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ td.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ td.prototype.ondrop= new ondrop(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ td.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ td.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ td.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ td.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ td.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ td.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ td.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ td.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ td.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ td.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ td.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ td.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ td.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ td.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ td.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ td.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ td.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ td.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ td.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ td.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ td.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ td.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ td.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ td.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ td.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ td.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ td.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ td.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ td.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ td.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ td.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ td.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ td.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf td * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ td.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textarea.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textarea.js
deleted file mode 100644
index 947373b9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textarea.js
+++ /dev/null
@@ -1,152 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object textArea() * @type textArea * @super Object * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535904.aspx */ function textArea(){}; textArea.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ textArea.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ textArea.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ textArea.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ textArea.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ textArea.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ textArea.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ textArea.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ textArea.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ textArea.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ textArea.prototype.clientWidth=0; /** * Property cols * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533582.aspx */ textArea.prototype.cols=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ textArea.prototype.contentEditable=""; /** * Property dataFld * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533703.aspx */ textArea.prototype.dataFld=""; /** * Property dataSrc * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533709.aspx */ textArea.prototype.dataSrc=""; /** * Property defaultValue * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533718.aspx */ textArea.prototype.defaultValue=""; /** * Property dir * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ textArea.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533732.aspx */ textArea.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ textArea.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ textArea.prototype.childNodes= new childNodes(); /** * Property form * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533768.aspx */ textArea.prototype.form=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ textArea.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ textArea.prototype.id=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ textArea.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ textArea.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ textArea.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ textArea.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ textArea.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ textArea.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ textArea.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ textArea.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ textArea.prototype.lastChild=new Object(); /** * Property name * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ textArea.prototype.name=""; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ textArea.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ textArea.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ textArea.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ textArea.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ textArea.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ textArea.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ textArea.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ textArea.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ textArea.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ textArea.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ textArea.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ textArea.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ textArea.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ textArea.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ textArea.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ textArea.prototype.previousSibling=new Object(); /** * Property readOnly * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534357.aspx */ textArea.prototype.readOnly=false; /** * Property readyState * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ textArea.prototype.readyState=new Object(); /** * Property recordNumber * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534363.aspx */ textArea.prototype.recordNumber=new Object(); /** * Property rows * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534379.aspx */ textArea.prototype.rows=0; /** * Property scopeName * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ textArea.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ textArea.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ textArea.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ textArea.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ textArea.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ textArea.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ textArea.prototype.all= new all(); /** * Property status * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534649.aspx */ textArea.prototype.status=false; /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ textArea.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ textArea.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ textArea.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ textArea.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534693.aspx */ textArea.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ textArea.prototype.uniqueID=""; /** * Property value * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535122.aspx */ textArea.prototype.value=""; /** * Property wrap * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535152.aspx */ textArea.prototype.wrap=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ textArea.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ textArea.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ textArea.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ textArea.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ textArea.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ textArea.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ textArea.prototype.clearAttributes=function(){}; /** * function click() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ textArea.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ textArea.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ textArea.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ textArea.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ textArea.prototype.contains=function(oElement){}; /** * function createTextRange() * @type TextRange * @returns {TextRange}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536401.aspx */ textArea.prototype.createTextRange=function(){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ textArea.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function doScroll(sScrollAction) * @param {String} sScrollAction * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536414.aspx */ textArea.prototype.doScroll=function(sScrollAction){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ textArea.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ textArea.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ textArea.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ textArea.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ textArea.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ textArea.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ textArea.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ textArea.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ textArea.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ textArea.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ textArea.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ textArea.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ textArea.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ textArea.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ textArea.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ textArea.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ textArea.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ textArea.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ textArea.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ textArea.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ textArea.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ textArea.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ textArea.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ textArea.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ textArea.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ textArea.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ textArea.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ textArea.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ textArea.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ textArea.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ textArea.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ textArea.prototype.scrollIntoView=function(bAlignToTop){}; /** * function select() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536733.aspx */ textArea.prototype.select=function(){}; /** * function setActive() * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ textArea.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ textArea.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ textArea.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ textArea.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ textArea.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ textArea.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ textArea.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ textArea.prototype.activeElement=new Object(); /** * Property onafterupdate * @type onafterupdate * @returns {onafterupdate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536790.aspx */ textArea.prototype.onafterupdate= new onafterupdate(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ textArea.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ textArea.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ textArea.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ textArea.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ textArea.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ textArea.prototype.onbeforepaste= new onbeforepaste(); /** * Property onbeforeupdate * @type onbeforeupdate * @returns {onbeforeupdate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536908.aspx */ textArea.prototype.onbeforeupdate= new onbeforeupdate(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ textArea.prototype.onblur= new onblur(); /** * Property onchange * @type onchange * @returns {onchange}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536912.aspx */ textArea.prototype.onchange= new onchange(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ textArea.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ textArea.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ textArea.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ textArea.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ textArea.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ textArea.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ textArea.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ textArea.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ textArea.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ textArea.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ textArea.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ textArea.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ textArea.prototype.ondrop= new ondrop(); /** * Property onerrorupdate * @type onerrorupdate * @returns {onerrorupdate}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536931.aspx */ textArea.prototype.onerrorupdate= new onerrorupdate(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ textArea.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ textArea.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ textArea.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ textArea.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ textArea.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ textArea.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ textArea.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ textArea.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ textArea.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ textArea.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ textArea.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ textArea.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ textArea.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ textArea.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ textArea.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ textArea.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ textArea.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ textArea.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ textArea.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ textArea.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ textArea.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ textArea.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ textArea.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ textArea.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ textArea.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ textArea.prototype.onresizestart= new onresizestart(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ textArea.prototype.onscroll= new onscroll(); /** * Property onselect * @type onselect * @returns {onselect}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536967.aspx */ textArea.prototype.onselect= new onselect(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ textArea.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ textArea.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ textArea.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ textArea.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ textArea.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ textArea.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ textArea.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ textArea.prototype.children= new children(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf textArea * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ textArea.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textnode.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textnode.js
deleted file mode 100644
index 9ebfe90b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textnode.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object TextNode() * @type TextNode * @super Object * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ function TextNode(){}; TextNode.prototype= new Object(); /** * Property data * @type String * @returns {String}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533711.aspx */ TextNode.prototype.data=""; /** * Property length * @type Number * @returns {Number}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534103.aspx */ TextNode.prototype.length=0; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ TextNode.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ TextNode.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ TextNode.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ TextNode.prototype.nodeValue=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ TextNode.prototype.parentNode=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ TextNode.prototype.previousSibling=new Object(); /** * function appendData(sString) * @param {String} sString * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535935.aspx */ TextNode.prototype.appendData=function(sString){}; /** * function appendData(sString) * @param {String} sString * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535935.aspx */ TextNode.prototype.appendData=function(sString){}; /** * function deleteData(nOffset,nCount) * @param {Number} nOffset * @param {Number} nCount * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536407.aspx */ TextNode.prototype.deleteData=function(nOffset,nCount){}; /** * function insertData(nOffset,sString) * @param {Number} nOffset * @param {String} sString * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536456.aspx */ TextNode.prototype.insertData=function(nOffset,sString){}; /** * function replaceData(nOffset,nCount,sString) * @param {Number} nOffset * @param {Number} nCount * @param {String} sString * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536718.aspx */ TextNode.prototype.replaceData=function(nOffset,nCount,sString){}; /** * function splitText(iIndex) * @param {Number} iIndex * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536764.aspx */ TextNode.prototype.splitText=function(iIndex){}; /** * function substringData(nOffset,nCount) * @param {Number} nOffset * @param {Number} nCount * @memberOf TextNode * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536772.aspx */ TextNode.prototype.substringData=function(nOffset,nCount){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrange.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrange.js
deleted file mode 100644
index 361525b8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrange.js
+++ /dev/null
@@ -1,24 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object TextRange() * @type TextRange * @super Object * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ function TextRange(){}; TextRange.prototype= new Object(); /** * Property boundingHeight * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533538.aspx */ TextRange.prototype.boundingHeight=0; /** * Property boundingLeft * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533539.aspx */ TextRange.prototype.boundingLeft=0; /** * Property boundingTop * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533540.aspx */ TextRange.prototype.boundingTop=0; /** * Property boundingWidth * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533541.aspx */ TextRange.prototype.boundingWidth=0; /** * Property htmlText * @type String * @returns {String}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533874.aspx */ TextRange.prototype.htmlText=""; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ TextRange.prototype.offsetLeft=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ TextRange.prototype.offsetParent=new Object(); /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ TextRange.prototype.offsetTop=0; /** * Property text * @type String * @returns {String}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534676.aspx */ TextRange.prototype.text=""; /** * function collapse(bStart) * @param {Boolean} bStart * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536371.aspx */ TextRange.prototype.collapse=function(bStart){}; /** * function collapse(bStart) * @param {Boolean} bStart * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536371.aspx */ TextRange.prototype.collapse=function(bStart){}; /** * function compareEndPoints(sType,oRange,oRange,oRange) * @param {String} sType * @param {TextRange} oRange * @param {TextRange} oRange * @param {TextRange} oRange * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536373.aspx */ TextRange.prototype.compareEndPoints=function(sType,oRange,oRange,oRange){}; /** * function duplicate() * @type TextRange * @returns {TextRange}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536416.aspx */ TextRange.prototype.duplicate=function(){}; /** * function execCommand(sCommand,bUserInterface,vValue) * @param {String} sCommand * @param {Boolean} bUserInterface * @param {Variant} vValue * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536419.aspx */ TextRange.prototype.execCommand=function(sCommand,bUserInterface,vValue){}; /** * function expand(sUnit) * @param {String} sUnit * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536421.aspx */ TextRange.prototype.expand=function(sUnit){}; /** * function getBookmark() * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536432.aspx */ TextRange.prototype.getBookmark=function(){}; /** * function moveToBookmark(sBookmark) * @param {String} sBookmark * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536628.aspx */ TextRange.prototype.moveToBookmark=function(sBookmark){}; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ TextRange.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ TextRange.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ TextRange.prototype.getClientRects=function(){}; /** * function inRange(oRange) * @param {Boolean} oRange * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536450.aspx */ TextRange.prototype.inRange=function(oRange){}; /** * function isEqual(oCompareRange) * @param {TextRange} oCompareRange * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536458.aspx */ TextRange.prototype.isEqual=function(oCompareRange){}; /** * function move(sUnit,iCount) * @param {String} sUnit * @param {Number} iCount * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536616.aspx */ TextRange.prototype.move=function(sUnit,iCount){}; /** * function moveEnd(sUnit,iCount) * @param {String} sUnit * @param {Number} iCount * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536620.aspx */ TextRange.prototype.moveEnd=function(sUnit,iCount){}; /** * function moveStart(sUnit,iCount) * @param {String} sUnit * @param {Number} iCount * @type Number * @returns {Number}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536623.aspx */ TextRange.prototype.moveStart=function(sUnit,iCount){}; /** * function moveToElementText(oElement) * @param {Object} oElement * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536630.aspx */ TextRange.prototype.moveToElementText=function(oElement){}; /** * function moveToPoint(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536632.aspx */ TextRange.prototype.moveToPoint=function(iX,iY){}; /** * function parentElement() * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536654.aspx */ TextRange.prototype.parentElement=function(){}; /** * function pasteHTML(sHTMLText) * @param {String} sHTMLText * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536656.aspx */ TextRange.prototype.pasteHTML=function(sHTMLText){}; /** * function queryCommandEnabled(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536676.aspx */ TextRange.prototype.queryCommandEnabled=function(sCmdID){}; /** * function queryCommandIndeterm(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536678.aspx */ TextRange.prototype.queryCommandIndeterm=function(sCmdID){}; /** * function queryCommandState(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536679.aspx */ TextRange.prototype.queryCommandState=function(sCmdID){}; /** * function queryCommandSupported(sCmdID) * @param {String} sCmdID * @type Boolean * @returns {Boolean}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536681.aspx */ TextRange.prototype.queryCommandSupported=function(sCmdID){}; /** * function queryCommandValue(sCmdID) * @param {String} sCmdID * @type Object * @returns {Object}
- * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536683.aspx */ TextRange.prototype.queryCommandValue=function(sCmdID){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ TextRange.prototype.scrollIntoView=function(bAlignToTop){}; /** * function select() * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536735.aspx */ TextRange.prototype.select=function(){}; /** * function setEndPoint(sType,oTextRange,oTextRange,oTextRange) * @param {String} sType * @param {TextRange} oTextRange * @param {TextRange} oTextRange * @param {TextRange} oTextRange * @memberOf TextRange * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536745.aspx */ TextRange.prototype.setEndPoint=function(sType,oTextRange,oTextRange,oTextRange){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js
deleted file mode 100644
index 41cb9cea..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object TextRectangle() * @type TextRectangle * @super Object * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ function TextRectangle(){}; TextRectangle.prototype= new Object(); /** * Property bottom * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533535.aspx */ TextRectangle.prototype.bottom=0; /** * Property left * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534099.aspx */ TextRectangle.prototype.left=0; /** * Property right * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534374.aspx */ TextRectangle.prototype.right=0; /** * Property top * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534688.aspx */ TextRectangle.prototype.top=0; /** * function getClientRects() * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ TextRectangle.prototype.getClientRects=function(){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tfoot.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tfoot.js
deleted file mode 100644
index 62cc1b04..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tfoot.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object tFoot() * @type tFoot * @super Object * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535907.aspx */ function tFoot(){}; tFoot.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ tFoot.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ tFoot.prototype.align=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ tFoot.prototype.bgColor=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ tFoot.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ tFoot.prototype.canHaveHTML=false; /** * Property ch * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ tFoot.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ tFoot.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ tFoot.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ tFoot.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ tFoot.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ tFoot.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ tFoot.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ tFoot.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ tFoot.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ tFoot.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ tFoot.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tFoot.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ tFoot.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ tFoot.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ tFoot.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ tFoot.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ tFoot.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ tFoot.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ tFoot.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ tFoot.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ tFoot.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ tFoot.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ tFoot.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ tFoot.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ tFoot.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ tFoot.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ tFoot.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ tFoot.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ tFoot.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ tFoot.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ tFoot.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ tFoot.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ tFoot.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ tFoot.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ tFoot.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ tFoot.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ tFoot.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ tFoot.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ tFoot.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ tFoot.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ tFoot.prototype.readyState=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ tFoot.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ tFoot.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ tFoot.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ tFoot.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ tFoot.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ tFoot.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tFoot.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ tFoot.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ tFoot.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ tFoot.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ tFoot.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ tFoot.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ tFoot.prototype.vAlign=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ tFoot.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ tFoot.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ tFoot.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ tFoot.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ tFoot.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tFoot.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ tFoot.prototype.clearAttributes=function(){}; /** * function click() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ tFoot.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tFoot.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ tFoot.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ tFoot.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ tFoot.prototype.contains=function(oElement){}; /** * function deleteRow(iRowIndex) * @param {Number} iRowIndex * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536408.aspx */ tFoot.prototype.deleteRow=function(iRowIndex){}; /** * Property rows * @type rows * @returns {rows}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tFoot.prototype.rows= new rows(); /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ tFoot.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ tFoot.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ tFoot.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tFoot.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ tFoot.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ tFoot.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ tFoot.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ tFoot.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ tFoot.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ tFoot.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ tFoot.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ tFoot.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ tFoot.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ tFoot.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ tFoot.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ tFoot.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ tFoot.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertRow(iIndex) * @param {Number} iIndex * @type tr * @returns {tr}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536457.aspx */ tFoot.prototype.insertRow=function(iIndex){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ tFoot.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function moveRow(iSource,iTarget) * @param {Number} iSource * @param {Number} iTarget * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536622.aspx */ tFoot.prototype.moveRow=function(iSource,iTarget){}; /** * function normalize() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ tFoot.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ tFoot.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ tFoot.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ tFoot.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ tFoot.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ tFoot.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ tFoot.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ tFoot.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ tFoot.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ tFoot.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ tFoot.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ tFoot.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ tFoot.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ tFoot.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ tFoot.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ tFoot.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ tFoot.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ tFoot.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ tFoot.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ tFoot.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ tFoot.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ tFoot.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ tFoot.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ tFoot.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tFoot.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tFoot.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ tFoot.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ tFoot.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ tFoot.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ tFoot.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ tFoot.prototype.ondeactivate= new ondeactivate(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ tFoot.prototype.ondragenter= new ondragenter(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ tFoot.prototype.ondragstart= new ondragstart(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tFoot.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ tFoot.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ tFoot.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ tFoot.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ tFoot.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ tFoot.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ tFoot.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ tFoot.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ tFoot.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ tFoot.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ tFoot.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ tFoot.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ tFoot.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ tFoot.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ tFoot.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ tFoot.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ tFoot.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ tFoot.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ tFoot.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ tFoot.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ tFoot.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ tFoot.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ tFoot.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ tFoot.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ tFoot.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ tFoot.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tFoot.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ tFoot.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ tFoot.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tFoot.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ tFoot.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ tFoot.prototype.children= new children(); /** * Property rows * @type rows * @returns {rows}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tFoot.prototype.rows= new rows(); /** * Property tr * @type tr * @returns {tr}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535911.aspx */ tFoot.prototype.tr= new tr(); /** * Property table * @type table * @returns {table}
- * @memberOf tFoot * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ tFoot.prototype.table= new table(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_th.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_th.js
deleted file mode 100644
index 84d148c9..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_th.js
+++ /dev/null
@@ -1,144 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object th() * @type th * @super Object * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535908.aspx */ function th(){}; th.prototype= new Object(); /** * Property abbr * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533058.aspx */ th.prototype.abbr=""; /** * Property accessKey * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ th.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ th.prototype.align=""; /** * Property axis * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533489.aspx */ th.prototype.axis=""; /** * Property background * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533499.aspx */ th.prototype.background=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ th.prototype.bgColor=new Object(); /** * Property borderColor * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533517.aspx */ th.prototype.borderColor=new Object(); /** * Property borderColorDark * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533514.aspx */ th.prototype.borderColorDark=new Object(); /** * Property borderColorLight * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533515.aspx */ th.prototype.borderColorLight=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ th.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ th.prototype.canHaveHTML=false; /** * Property cellIndex * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533549.aspx */ th.prototype.cellIndex=0; /** * Property cells * @type cells * @returns {cells}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537443.aspx */ th.prototype.cells= new cells(); /** * Property ch * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ th.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ th.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ th.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ th.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ th.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ th.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ th.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ th.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ th.prototype.clientWidth=0; /** * Property colSpan * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533581.aspx */ th.prototype.colSpan=0; /** * Property table * @type table * @returns {table}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ th.prototype.table= new table(); /** * Property dir * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ th.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ th.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ th.prototype.childNodes= new childNodes(); /** * Property headers * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533778.aspx */ th.prototype.headers=""; /** * Property height * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533781.aspx */ th.prototype.height=new Object(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ th.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ th.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ th.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ th.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ th.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ th.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ th.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ th.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ th.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ th.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ th.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ th.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ th.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ th.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ th.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ th.prototype.nodeValue=new Object(); /** * Property noWrap * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534196.aspx */ th.prototype.noWrap=false; /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ th.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ th.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ th.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ th.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ th.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ th.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ th.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ th.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ th.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ th.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ th.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ th.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ th.prototype.readyState=""; /** * Property rowSpan * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534378.aspx */ th.prototype.rowSpan=0; /** * Property scope * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534387.aspx */ th.prototype.scope=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ th.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ th.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ th.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ th.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ th.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ th.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ th.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ th.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ th.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ th.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ th.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ th.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ th.prototype.vAlign=""; /** * Property width * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535147.aspx */ th.prototype.width=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ th.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ th.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ th.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ th.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ th.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ th.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ th.prototype.clearAttributes=function(){}; /** * function click() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ th.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ th.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ th.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ th.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ th.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ th.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ th.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ th.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ th.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ th.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ th.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ th.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ th.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ th.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ th.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ th.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ th.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ th.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ th.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ th.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ th.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ th.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ th.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ th.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ th.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ th.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ th.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ th.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ th.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ th.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ th.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ th.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ th.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ th.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ th.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ th.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ th.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ th.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ th.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ th.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ th.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ th.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ th.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ th.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ th.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ th.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ th.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ th.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ th.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ th.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ th.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ th.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ th.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ th.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ th.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ th.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ th.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ th.prototype.ondeactivate= new ondeactivate(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ th.prototype.ondragenter= new ondragenter(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ th.prototype.ondragstart= new ondragstart(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ th.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ th.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ th.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ th.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ th.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ th.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ th.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ th.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ th.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ th.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ th.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ th.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ th.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ th.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ th.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ th.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ th.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ th.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ th.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ th.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ th.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ th.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ th.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ th.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ th.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ th.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ th.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ th.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ th.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ th.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ th.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ th.prototype.TextNode= new TextNode(); /** * Property filters * @type filters * @returns {filters}
- * @memberOf th * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537452.aspx */ th.prototype.filters= new filters(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_thead.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_thead.js
deleted file mode 100644
index 17d926e1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_thead.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object tHead() * @type tHead * @super Object * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535909.aspx */ function tHead(){}; tHead.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ tHead.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ tHead.prototype.align=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ tHead.prototype.bgColor=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ tHead.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ tHead.prototype.canHaveHTML=false; /** * Property ch * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ tHead.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ tHead.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ tHead.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ tHead.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ tHead.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ tHead.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ tHead.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ tHead.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ tHead.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ tHead.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ tHead.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tHead.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ tHead.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ tHead.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ tHead.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ tHead.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ tHead.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ tHead.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ tHead.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ tHead.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ tHead.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ tHead.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ tHead.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ tHead.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ tHead.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ tHead.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ tHead.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ tHead.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ tHead.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ tHead.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ tHead.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ tHead.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ tHead.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ tHead.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ tHead.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ tHead.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ tHead.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ tHead.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ tHead.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ tHead.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ tHead.prototype.readyState=""; /** * Property scopeName * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ tHead.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ tHead.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ tHead.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ tHead.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ tHead.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ tHead.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tHead.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ tHead.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ tHead.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ tHead.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ tHead.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ tHead.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ tHead.prototype.vAlign=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ tHead.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ tHead.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ tHead.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ tHead.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ tHead.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tHead.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ tHead.prototype.clearAttributes=function(){}; /** * function click() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ tHead.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tHead.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ tHead.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ tHead.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ tHead.prototype.contains=function(oElement){}; /** * function deleteRow(iRowIndex) * @param {Number} iRowIndex * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536408.aspx */ tHead.prototype.deleteRow=function(iRowIndex){}; /** * Property rows * @type rows * @returns {rows}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tHead.prototype.rows= new rows(); /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ tHead.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ tHead.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ tHead.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tHead.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ tHead.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ tHead.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ tHead.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ tHead.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ tHead.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ tHead.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ tHead.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ tHead.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ tHead.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ tHead.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ tHead.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ tHead.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ tHead.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertRow(iIndex) * @param {Number} iIndex * @type tr * @returns {tr}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536457.aspx */ tHead.prototype.insertRow=function(iIndex){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ tHead.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function moveRow(iSource,iTarget) * @param {Number} iSource * @param {Number} iTarget * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536622.aspx */ tHead.prototype.moveRow=function(iSource,iTarget){}; /** * function normalize() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ tHead.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ tHead.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ tHead.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ tHead.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ tHead.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ tHead.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ tHead.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ tHead.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ tHead.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ tHead.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ tHead.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ tHead.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ tHead.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ tHead.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ tHead.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ tHead.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ tHead.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ tHead.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ tHead.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ tHead.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ tHead.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ tHead.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ tHead.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ tHead.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tHead.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tHead.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ tHead.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ tHead.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ tHead.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ tHead.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ tHead.prototype.ondeactivate= new ondeactivate(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ tHead.prototype.ondragenter= new ondragenter(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ tHead.prototype.ondragstart= new ondragstart(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tHead.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ tHead.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ tHead.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ tHead.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ tHead.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ tHead.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ tHead.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ tHead.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ tHead.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ tHead.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ tHead.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ tHead.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ tHead.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ tHead.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ tHead.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ tHead.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ tHead.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ tHead.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ tHead.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ tHead.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ tHead.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ tHead.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ tHead.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ tHead.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ tHead.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ tHead.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tHead.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ tHead.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ tHead.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tHead.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ tHead.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ tHead.prototype.children= new children(); /** * Property rows * @type rows * @returns {rows}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tHead.prototype.rows= new rows(); /** * Property tr * @type tr * @returns {tr}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535911.aspx */ tHead.prototype.tr= new tr(); /** * Property table * @type table * @returns {table}
- * @memberOf tHead * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ tHead.prototype.table= new table(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timeall.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timeall.js
deleted file mode 100644
index 4ec7fcf2..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timeall.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object timeAll() * @type timeAll * @super Array * @memberOf timeAll * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533609.aspx */ function timeAll(){}; timeAll.prototype= new Array(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeAll * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359098.aspx */ timeAll.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeAll * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359109.aspx */ timeAll.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeAll * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359109.aspx */ timeAll.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeAll * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359117.aspx */ timeAll.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timechildren.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timechildren.js
deleted file mode 100644
index 242feb7c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_timechildren.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object timeChildren() * @type timeChildren * @super Array * @memberOf timeChildren * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533610.aspx */ function timeChildren(){}; timeChildren.prototype= new Array(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeChildren * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359098.aspx */ timeChildren.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeChildren * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359109.aspx */ timeChildren.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeChildren * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359109.aspx */ timeChildren.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
- * @memberOf timeChildren * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa359117.aspx */ timeChildren.prototype.TF-8"= new TF-8"(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_title.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_title.js
deleted file mode 100644
index 948948ba..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_title.js
+++ /dev/null
@@ -1,54 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object title() * @type title * @super Object * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535910.aspx */ function title(){}; title.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ title.prototype.canHaveHTML=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ title.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ title.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ title.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ title.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ title.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ title.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ title.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ title.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ title.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ title.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ title.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ title.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ title.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ title.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ title.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ title.prototype.nodeValue=new Object(); /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ title.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ title.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ title.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ title.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ title.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ title.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ title.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ title.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ title.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ title.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ title.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ title.prototype.tagUrn=""; /** * Property text * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534678.aspx */ title.prototype.text=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ title.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ title.prototype.addBehavior=function(sUrl){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ title.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ title.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ title.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ title.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ title.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ title.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ title.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ title.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ title.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ title.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ title.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ title.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ title.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ title.prototype.name=""; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ title.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ title.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ title.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ title.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ title.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ title.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ title.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ title.prototype.removeBehavior=function(iID){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ title.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ title.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ title.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ title.prototype.swapNode=function(oNode){}; /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ title.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ title.prototype.onreadystatechange= new onreadystatechange(); /** * Property all * @type all * @returns {all}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ title.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ title.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ title.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ title.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ title.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf title * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ title.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_toelement.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_toelement.js
deleted file mode 100644
index c4c1c04e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_toelement.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object toElement() * @type toElement * @super Object * @memberOf toElement * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534684.aspx */ function toElement(){}; toElement.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tr.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tr.js
deleted file mode 100644
index 7102cadc..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tr.js
+++ /dev/null
@@ -1,148 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object tr() * @type tr * @super Object * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535911.aspx */ function tr(){}; tr.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ tr.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ tr.prototype.align=""; /** * Property bgColor * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533505.aspx */ tr.prototype.bgColor=new Object(); /** * Property borderColor * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533517.aspx */ tr.prototype.borderColor=new Object(); /** * Property borderColorDark * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533514.aspx */ tr.prototype.borderColorDark=new Object(); /** * Property borderColorLight * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533515.aspx */ tr.prototype.borderColorLight=new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ tr.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ tr.prototype.canHaveHTML=false; /** * Property ch * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533552.aspx */ tr.prototype.ch=""; /** * Property chOff * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533557.aspx */ tr.prototype.chOff=""; /** * Property className * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ tr.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ tr.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ tr.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ tr.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ tr.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ tr.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ tr.prototype.clientWidth=0; /** * Property dir * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ tr.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ tr.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tr.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ tr.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ tr.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ tr.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ tr.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ tr.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ tr.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ tr.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ tr.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ tr.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ tr.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ tr.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ tr.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ tr.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ tr.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ tr.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ tr.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ tr.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ tr.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ tr.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ tr.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ tr.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ tr.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ tr.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ tr.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ tr.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ tr.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ tr.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ tr.prototype.previousSibling=new Object(); /** * Property readyState * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534359.aspx */ tr.prototype.readyState=""; /** * Property rowIndex * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534377.aspx */ tr.prototype.rowIndex=0; /** * Property rows * @type rows * @returns {rows}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537484.aspx */ tr.prototype.rows= new rows(); /** * Property table * @type table * @returns {table}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535901.aspx */ tr.prototype.table= new table(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ tr.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ tr.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ tr.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ tr.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ tr.prototype.scrollWidth=new Object(); /** * Property sectionRowIndex * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534621.aspx */ tr.prototype.sectionRowIndex=0; /** * Property tBody * @type tBody * @returns {tBody}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535902.aspx */ tr.prototype.tBody= new tBody(); /** * Property tHead * @type tHead * @returns {tHead}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535909.aspx */ tr.prototype.tHead= new tHead(); /** * Property tFoot * @type tFoot * @returns {tFoot}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535907.aspx */ tr.prototype.tFoot= new tFoot(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ tr.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tr.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ tr.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ tr.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ tr.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ tr.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ tr.prototype.uniqueID=""; /** * Property vAlign * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535120.aspx */ tr.prototype.vAlign=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ tr.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ tr.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ tr.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ tr.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ tr.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tr.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ tr.prototype.clearAttributes=function(){}; /** * function click() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ tr.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tr.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ tr.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ tr.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ tr.prototype.contains=function(oElement){}; /** * function deleteCell(iIndex) * @param {Number} iIndex * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536406.aspx */ tr.prototype.deleteCell=function(iIndex){}; /** * Property td * @type td * @returns {td}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535903.aspx */ tr.prototype.td= new td(); /** * Property cells * @type cells * @returns {cells}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537443.aspx */ tr.prototype.cells= new cells(); /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ tr.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ tr.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ tr.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ tr.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tr.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ tr.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ tr.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ tr.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ tr.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ tr.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ tr.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ tr.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ tr.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ tr.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ tr.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ tr.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ tr.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ tr.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertCell(iIndex) * @param {Number} iIndex * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536455.aspx */ tr.prototype.insertCell=function(iIndex){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ tr.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ tr.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ tr.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ tr.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ tr.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ tr.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ tr.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ tr.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ tr.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ tr.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ tr.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ tr.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ tr.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ tr.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ tr.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ tr.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ tr.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ tr.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ tr.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ tr.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ tr.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ tr.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ tr.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ tr.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ tr.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ tr.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ tr.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tr.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tr.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ tr.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ tr.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ tr.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ tr.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ tr.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ tr.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ tr.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ tr.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ tr.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ tr.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ tr.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ tr.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ tr.prototype.ondrop= new ondrop(); /** * Property onfilterchange * @type onfilterchange * @returns {onfilterchange}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536932.aspx */ tr.prototype.onfilterchange= new onfilterchange(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tr.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ tr.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ tr.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ tr.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ tr.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ tr.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ tr.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ tr.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ tr.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ tr.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ tr.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ tr.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ tr.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ tr.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ tr.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ tr.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ tr.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ tr.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ tr.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ tr.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ tr.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ tr.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ tr.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ tr.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ tr.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ tr.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tr.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ tr.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ tr.prototype.behaviorUrns= new behaviorUrns(); /** * Property cells * @type cells * @returns {cells}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537443.aspx */ tr.prototype.cells= new cells(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tr.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ tr.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf tr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ tr.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tt.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tt.js
deleted file mode 100644
index 2da67e1c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_tt.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object tt() * @type tt * @super Object * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535912.aspx */ function tt(){}; tt.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ tt.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ tt.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ tt.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ tt.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ tt.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ tt.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ tt.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ tt.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ tt.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ tt.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ tt.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ tt.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ tt.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tt.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ tt.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ tt.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ tt.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ tt.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ tt.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ tt.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ tt.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ tt.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ tt.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ tt.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ tt.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ tt.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ tt.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ tt.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ tt.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ tt.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ tt.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ tt.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ tt.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ tt.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ tt.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ tt.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ tt.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ tt.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ tt.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ tt.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ tt.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ tt.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ tt.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ tt.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ tt.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ tt.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ tt.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ tt.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ tt.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tt.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ tt.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ tt.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ tt.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ tt.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ tt.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ tt.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ tt.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ tt.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ tt.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ tt.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tt.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ tt.prototype.clearAttributes=function(){}; /** * function click() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ tt.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tt.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ tt.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ tt.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ tt.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ tt.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ tt.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ tt.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tt.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ tt.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ tt.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ tt.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ tt.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ tt.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ tt.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ tt.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ tt.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ tt.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ tt.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ tt.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ tt.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ tt.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ tt.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ tt.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ tt.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ tt.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ tt.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ tt.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ tt.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ tt.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ tt.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ tt.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ tt.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ tt.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ tt.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ tt.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ tt.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ tt.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ tt.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ tt.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ tt.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ tt.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ tt.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ tt.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ tt.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ tt.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ tt.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ tt.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ tt.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ tt.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ tt.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ tt.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ tt.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ tt.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ tt.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ tt.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ tt.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ tt.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ tt.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ tt.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ tt.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ tt.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ tt.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ tt.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ tt.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ tt.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ tt.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ tt.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ tt.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ tt.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ tt.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ tt.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ tt.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ tt.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ tt.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ tt.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ tt.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ tt.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ tt.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ tt.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ tt.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ tt.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ tt.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ tt.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ tt.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ tt.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ tt.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ tt.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ tt.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ tt.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ tt.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ tt.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ tt.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ tt.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ tt.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ tt.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ tt.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ tt.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf tt * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ tt.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js
deleted file mode 100644
index 030beb2d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object type() * @type type * @super Object * @memberOf type * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534697.aspx */ function type(){}; type.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_u.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_u.js
deleted file mode 100644
index 94de55ae..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_u.js
+++ /dev/null
@@ -1,130 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object u() * @type u * @super Object * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535913.aspx */ function u(){}; u.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ u.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ u.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ u.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ u.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ u.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ u.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ u.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ u.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ u.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ u.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ u.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ u.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ u.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ u.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ u.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ u.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ u.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ u.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ u.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ u.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ u.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ u.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ u.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ u.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ u.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ u.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ u.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ u.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ u.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ u.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ u.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ u.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ u.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ u.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ u.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ u.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ u.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ u.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ u.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ u.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ u.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ u.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ u.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ u.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ u.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ u.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ u.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ u.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ u.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ u.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ u.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ u.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ u.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ u.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ u.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ u.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ u.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ u.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ u.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ u.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ u.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ u.prototype.clearAttributes=function(){}; /** * function click() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ u.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ u.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ u.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ u.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ u.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ u.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ u.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ u.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ u.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ u.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ u.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ u.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ u.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ u.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ u.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ u.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ u.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ u.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ u.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ u.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ u.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ u.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ u.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ u.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ u.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ u.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ u.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ u.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ u.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ u.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ u.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ u.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ u.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ u.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ u.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ u.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ u.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ u.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ u.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ u.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ u.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ u.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ u.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ u.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ u.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ u.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ u.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ u.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ u.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ u.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ u.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ u.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ u.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ u.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ u.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ u.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ u.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ u.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ u.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ u.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ u.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ u.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ u.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ u.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ u.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ u.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ u.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ u.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ u.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ u.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ u.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ u.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ u.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ u.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ u.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ u.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ u.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ u.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ u.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ u.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ u.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ u.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ u.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ u.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ u.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ u.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ u.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ u.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ u.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ u.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ u.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ u.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ u.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ u.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ u.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ u.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ u.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ u.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf u * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ u.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ul.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ul.js
deleted file mode 100644
index e2d0028e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_ul.js
+++ /dev/null
@@ -1,136 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object ul() * @type ul * @super Object * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535914.aspx */ function ul(){}; ul.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ ul.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ ul.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ ul.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ ul.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ ul.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ ul.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ ul.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ ul.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ ul.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ ul.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ ul.prototype.clientWidth=0; /** * Property compact * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533585.aspx */ ul.prototype.compact=false; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ ul.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ ul.prototype.dir=""; /** * Property disabled * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533734.aspx */ ul.prototype.disabled=false; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ ul.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ ul.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ ul.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ ul.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ ul.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ ul.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ ul.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ ul.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ ul.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ ul.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ ul.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ ul.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ ul.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ ul.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ ul.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ ul.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ ul.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ ul.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ ul.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ ul.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ ul.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ ul.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ ul.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ ul.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ ul.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ ul.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ ul.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ ul.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ ul.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ ul.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ ul.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ ul.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ ul.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ ul.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ ul.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ ul.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ ul.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ ul.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ ul.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ ul.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ ul.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ ul.prototype.title=""; /** * Property type * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534691.aspx */ ul.prototype.type=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ ul.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ ul.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ ul.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ ul.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ ul.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ ul.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ul.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ ul.prototype.clearAttributes=function(){}; /** * function click() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ ul.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ ul.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ ul.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ ul.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ ul.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ ul.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ ul.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ ul.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ ul.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ul.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ ul.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ ul.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ ul.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ ul.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ ul.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ ul.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ ul.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ ul.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ ul.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ ul.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ ul.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ ul.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ ul.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ ul.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ ul.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ ul.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ ul.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ ul.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ ul.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ ul.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ ul.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ ul.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ ul.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ ul.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ ul.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ ul.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ ul.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ ul.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ ul.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ ul.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ ul.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ ul.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ ul.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ ul.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ ul.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ ul.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ ul.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ ul.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ ul.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ ul.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ ul.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ ul.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ ul.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ ul.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ ul.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ ul.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ ul.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ ul.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ ul.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ ul.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ ul.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ ul.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ ul.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ ul.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ ul.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ ul.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ ul.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ ul.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ ul.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ ul.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ ul.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ ul.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ ul.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ ul.prototype.onkeyup= new onkeyup(); /** * Property onlayoutcomplete * @type onlayoutcomplete * @returns {onlayoutcomplete}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536941.aspx */ ul.prototype.onlayoutcomplete= new onlayoutcomplete(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ ul.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ ul.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ ul.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ ul.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ ul.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ ul.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ ul.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ ul.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ ul.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ ul.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ ul.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ ul.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ ul.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ ul.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ ul.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ ul.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ ul.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ ul.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ ul.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ ul.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ ul.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ ul.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ ul.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ ul.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ ul.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf ul * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ ul.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_userprofile.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_userprofile.js
deleted file mode 100644
index fa9150d1..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_userprofile.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object userProfile() * @type userProfile * @super Object * @memberOf userProfile * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535915.aspx */ function userProfile(){}; userProfile.prototype= new Object(); /** * function addReadRequest(sAttributeName,vReserved) * @param {String} sAttributeName * @param {Boolean} vReserved * @type Boolean * @returns {Boolean}
- * @memberOf userProfile * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535929.aspx */ userProfile.prototype.addReadRequest=function(sAttributeName,vReserved){}; /** * function clearRequest() * @memberOf userProfile * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536355.aspx */ userProfile.prototype.clearRequest=function(){}; /** * function doReadRequest(vUsageCode,vFriendlyName,vDomain,vPath,vExpiration,vReserved) * @param {Number} vUsageCode * @param {String} vFriendlyName * @param {String} vDomain * @param {String} vPath * @param {Variant} vExpiration * @param {Optional.} vReserved This parameter is reserved. * @memberOf userProfile * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536413.aspx */ userProfile.prototype.doReadRequest=function(vUsageCode,vFriendlyName,vDomain,vPath,vExpiration,vReserved){}; /** * function getAttribute(sAttributeName) * @param {String} sAttributeName * @type String * @returns {String}
- * @memberOf userProfile * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536431.aspx */ userProfile.prototype.getAttribute=function(sAttributeName){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf userProfile * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ userProfile.prototype.setAttribute=function(sName,vValue){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_var.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_var.js
deleted file mode 100644
index 9f80bb95..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_var.js
+++ /dev/null
@@ -1,128 +0,0 @@
- /******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object var() * @type var * @super Object * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535916.aspx */ function var(){}; var.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ var.prototype.accessKey=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ var.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ var.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ var.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ var.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ var.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ var.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ var.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ var.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ var.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ var.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ var.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ var.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ var.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ var.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ var.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ var.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ var.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ var.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ var.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ var.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ var.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ var.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ var.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ var.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ var.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ var.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ var.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ var.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ var.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ var.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ var.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ var.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ var.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ var.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ var.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ var.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ var.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ var.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ var.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ var.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ var.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ var.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ var.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ var.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ var.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ var.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ var.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ var.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ var.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ var.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ var.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ var.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ var.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ var.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ var.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ var.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ var.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ var.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ var.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ var.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ var.prototype.clearAttributes=function(){}; /** * function click() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ var.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ var.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ var.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ var.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ var.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ var.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ var.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ var.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ var.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ var.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ var.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ var.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ var.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ var.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ var.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ var.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ var.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ var.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ var.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ var.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ var.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ var.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ var.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ var.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ var.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ var.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ var.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ var.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ var.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ var.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ var.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ var.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ var.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ var.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ var.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ var.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ var.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ var.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ var.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ var.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ var.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ var.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ var.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ var.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ var.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ var.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ var.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ var.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ var.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ var.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ var.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ var.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ var.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ var.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ var.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ var.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ var.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ var.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ var.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ var.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ var.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ var.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ var.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ var.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ var.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ var.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ var.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ var.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ var.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ var.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ var.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ var.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ var.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ var.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ var.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ var.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ var.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ var.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ var.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ var.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ var.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ var.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ var.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ var.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ var.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ var.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ var.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ var.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ var.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ var.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ var.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ var.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ var.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ var.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ var.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ var.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf var * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ var.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wbr.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wbr.js
deleted file mode 100644
index a4c99ef4..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wbr.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object wbr() * @type wbr * @super Object * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535917.aspx */ function wbr(){}; wbr.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ wbr.prototype.canHaveHTML=false; /** * Property id * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ wbr.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ wbr.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ wbr.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ wbr.prototype.isMultiLine=false; /** * Property outerHTML * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ wbr.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ wbr.prototype.outerText=""; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ wbr.prototype.parentElement=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ wbr.prototype.scopeName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ wbr.prototype.tagUrn=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ wbr.prototype.addBehavior=function(sUrl){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ wbr.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ wbr.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ wbr.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ wbr.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ wbr.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ wbr.prototype.name=""; /** * function normalize() * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ wbr.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ wbr.prototype.TextNode= new TextNode(); /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ wbr.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ wbr.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ wbr.prototype.removeBehavior=function(iID){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ wbr.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ wbr.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ wbr.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf wbr * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ wbr.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wheeldelta.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wheeldelta.js
deleted file mode 100644
index 98598708..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_wheeldelta.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object wheelDelta() * @type wheelDelta * @super Object * @memberOf wheelDelta * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535142.aspx */ function wheelDelta(){}; wheelDelta.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_window.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_window.js
deleted file mode 100644
index 3d6872f7..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_window.js
+++ /dev/null
@@ -1,63 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object window() * @type window * @super Object * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535873.aspx */ function window(){}; window.prototype= new Object(); /** * Property closed * @type Boolean * @returns {Boolean}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533574.aspx */ window.prototype.closed=false; /** * Property defaultStatus * @type String * @returns {String}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533717.aspx */ window.prototype.defaultStatus=""; /** * Property dialogArguments * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533723.aspx */ window.prototype.dialogArguments=new Object(); /** * Property dialogHeight * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533724.aspx */ window.prototype.dialogHeight=new Object(); /** * Property dialogLeft * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533725.aspx */ window.prototype.dialogLeft=new Object(); /** * Property dialogTop * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533726.aspx */ window.prototype.dialogTop=new Object(); /** * Property dialogWidth * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533727.aspx */ window.prototype.dialogWidth=new Object(); /** * Property frameElement * @type frame * @returns {frame}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533771.aspx */ window.prototype.frameElement=new frame(); /** * Property frame * @type frame * @returns {frame}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535250.aspx */ window.prototype.frame= new frame(); /** * Property iframe * @type iframe * @returns {iframe}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535258.aspx */ window.prototype.iframe= new iframe(); /** * Property document * @type document * @returns {document}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ window.prototype.document= new document(); /** * Property length * @type Number * @returns {Number}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ window.prototype.length=0; /** * Property name * @type String * @returns {String}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534187.aspx */ window.prototype.name=""; /** * Property offscreenBuffering * @type Boolean * @returns {Boolean}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534198.aspx */ window.prototype.offscreenBuffering=false; /** * Property opener * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534309.aspx */ window.prototype.opener=new Object(); /** * Property parent * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534326.aspx */ window.prototype.parent=new Object(); /** * Property returnValue * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534371.aspx */ window.prototype.returnValue=new Object(); /** * Property screenLeft * @type Number * @returns {Number}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534389.aspx */ window.prototype.screenLeft=0; /** * Property screenTop * @type Number * @returns {Number}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534390.aspx */ window.prototype.screenTop=0; /** * Property self * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534627.aspx */ window.prototype.self=new Object(); /** * Property status * @type String * @returns {String}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534648.aspx */ window.prototype.status=""; /** * Property top * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534687.aspx */ window.prototype.top=new Object(); /** * Property XMLHttpRequest * @type XMLHttpRequest * @returns {XMLHttpRequest}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535874.aspx */ window.prototype.XMLHttpRequest= new XMLHttpRequest(); /** * Property frames * @type frames * @returns {frames}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537459.aspx */ window.prototype.frames= new frames(); /** * function alert(sMessage) * @param {String} sMessage * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535933.aspx */ window.prototype.alert=function(sMessage){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ window.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ window.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ window.prototype.onblur= new onblur(); /** * function clearInterval(iIntervalID) * @param {Number} iIntervalID * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536353.aspx */ window.prototype.clearInterval=function(iIntervalID){}; /** * function setInterval(vCode,iMilliSeconds,sLanguage) * @param {Variant} vCode * @param {Number} iMilliSeconds * @param {String} sLanguage * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536749.aspx */ window.prototype.setInterval=function(vCode,iMilliSeconds,sLanguage){}; /** * function clearTimeout(iTimeoutID) * @param {Number} iTimeoutID * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536357.aspx */ window.prototype.clearTimeout=function(iTimeoutID){}; /** * function setTimeout(vCode,iMilliSeconds,sLanguage) * @param {Variant} vCode * @param {Number} iMilliSeconds * @param {String} sLanguage * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536753.aspx */ window.prototype.setTimeout=function(vCode,iMilliSeconds,sLanguage){}; /** * function close() * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536367.aspx */ window.prototype.close=function(){}; /** * function confirm(sMessage) * @param {String} sMessage * @type Boolean * @returns {Boolean}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536376.aspx */ window.prototype.confirm=function(sMessage){}; /** * function createPopup(vArgs) * @param {popup} vArgs * @type popup * @returns {popup}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536392.aspx */ window.prototype.createPopup=function(vArgs){}; /** * Property popup * @type popup * @returns {popup}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535882.aspx */ window.prototype.popup= new popup(); /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ window.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function execScript(sExpression,sLanguage) * @param {String} sExpression * @param {String} sLanguage * @type null * @returns {null}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536420.aspx */ window.prototype.execScript=function(sExpression,sLanguage){}; /** * function focus() * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ window.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ window.prototype.onfocus= new onfocus(); /** * function moveBy(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536618.aspx */ window.prototype.moveBy=function(iX,iY){}; /** * function moveTo(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536626.aspx */ window.prototype.moveTo=function(iX,iY){}; /** * function navigate(sURL) * @param {String} sURL * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536638.aspx */ window.prototype.navigate=function(sURL){}; /** * function open(sURL,sName,sURL,sFeature,bReplace,sURL) * @param {String} sURL * @param {String} sName * @param {String} sURL * @param {Back} sFeature * @param {Boolean} bReplace * @param {open} sURL * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536651.aspx */ window.prototype.open=function(sURL,sName,sURL,sFeature,bReplace,sURL){}; /** * function print() * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536672.aspx */ window.prototype.print=function(){}; /** * function prompt(sMessage,sDefaultValue) * @param {String} sMessage * @param {String} sDefaultValue * @type String * @returns {String}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536673.aspx */ window.prototype.prompt=function(sMessage,sDefaultValue){}; /** * function resizeBy(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536722.aspx */ window.prototype.resizeBy=function(iX,iY){}; /** * function resizeTo(iWidth,iHeight) * @param {Number} iWidth * @param {Number} iHeight * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536723.aspx */ window.prototype.resizeTo=function(iWidth,iHeight){}; /** * function scroll(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536726.aspx */ window.prototype.scroll=function(iX,iY){}; /** * function scrollBy(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536728.aspx */ window.prototype.scrollBy=function(iX,iY){}; /** * function scrollTo(iX,iY) * @param {Number} iX * @param {Number} iY * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536731.aspx */ window.prototype.scrollTo=function(iX,iY){}; /** * function setActive() * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ window.prototype.setActive=function(){}; /** * function showHelp(sURL,vContextID) * @param {String} sURL * @param {Variant} vContextID * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536758.aspx */ window.prototype.showHelp=function(sURL,vContextID){}; /** * function showModalDialog(sURL,vArguments) * @param {String} sURL * @param {String} vArguments * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536759.aspx */ window.prototype.showModalDialog=function(sURL,vArguments){}; /** * function showModelessDialog(sURL,vArguments,sFeatures) * @param {String} sURL * @param {Variant} vArguments * @param {Variant} sFeatures * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536761.aspx */ window.prototype.showModelessDialog=function(sURL,vArguments,sFeatures){}; /** * Property clientInformation * @type clientInformation * @returns {clientInformation}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535860.aspx */ window.prototype.clientInformation= new clientInformation(); /** * Property clipboardData * @type clipboardData * @returns {clipboardData}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535220.aspx */ window.prototype.clipboardData= new clipboardData(); /** * Property document * @type document * @returns {document}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ window.prototype.document= new document(); /** * Property event * @type event * @returns {event}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535863.aspx */ window.prototype.event= new event(); /** * Property external * @type external * @returns {external}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535246.aspx */ window.prototype.external= new external(); /** * Property history * @type history * @returns {history}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535864.aspx */ window.prototype.history= new history(); /** * Property location * @type location * @returns {location}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535866.aspx */ window.prototype.location= new location(); /** * Property navigator * @type navigator * @returns {navigator}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535867.aspx */ window.prototype.navigator= new navigator(); /** * Property screen * @type screen * @returns {screen}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535868.aspx */ window.prototype.screen= new screen(); /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ window.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ window.prototype.activeElement=new Object(); /** * Property onafterprint * @type onafterprint * @returns {onafterprint}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536788.aspx */ window.prototype.onafterprint= new onafterprint(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ window.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeprint * @type onbeforeprint * @returns {onbeforeprint}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536906.aspx */ window.prototype.onbeforeprint= new onbeforeprint(); /** * Property onbeforeunload * @type onbeforeunload * @returns {onbeforeunload}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536907.aspx */ window.prototype.onbeforeunload= new onbeforeunload(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ window.prototype.onblur= new onblur(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ window.prototype.oncontrolselect= new oncontrolselect(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ window.prototype.ondeactivate= new ondeactivate(); /** * Property onerror * @type onerror * @returns {onerror}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536930.aspx */ window.prototype.onerror= new onerror(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ window.prototype.onfocus= new onfocus(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ window.prototype.onhelp= new onhelp(); /** * Property onload * @type onload * @returns {onload}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536942.aspx */ window.prototype.onload= new onload(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ window.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ window.prototype.onmovestart= new onmovestart(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ window.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ window.prototype.onresizeend= new onresizeend(); /** * Property onscroll * @type onscroll * @returns {onscroll}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536966.aspx */ window.prototype.onscroll= new onscroll(); /** * Property onunload * @type onunload * @returns {onunload}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536973.aspx */ window.prototype.onunload= new onunload(); /** * Property frames * @type frames * @returns {frames}
- * @memberOf window * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537459.aspx */ window.prototype.frames= new frames(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_x.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_x.js
deleted file mode 100644
index a40d28cd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_x.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object x() * @type x * @super Object * @memberOf x * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535154.aspx */ function x(){}; x.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xml.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xml.js
deleted file mode 100644
index ce139d68..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xml.js
+++ /dev/null
@@ -1,31 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object xml() * @type xml * @super Object * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535918.aspx */ function xml(){}; xml.prototype= new Object(); /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ xml.prototype.canHaveHTML=false; /** * Property id * @type String * @returns {String}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ xml.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ xml.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ xml.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ xml.prototype.isMultiLine=false; /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ xml.prototype.parentElement=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ xml.prototype.readyState=new Object(); /** * Property recordset * @type recordset * @returns {recordset}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534364.aspx */ xml.prototype.recordset= new recordset(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ xml.prototype.scopeName=""; /** * Property src * @type String * @returns {String}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534643.aspx */ xml.prototype.src=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ xml.prototype.tagUrn=""; /** * Property XMLDocument * @type Object * @returns {Object}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535155.aspx */ xml.prototype.XMLDocument=new Object(); /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ xml.prototype.addBehavior=function(sUrl){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ xml.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ xml.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ xml.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ xml.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ xml.prototype.name=""; /** * function namedRecordset(sQualifier,sSubChapter) * @param {String} sQualifier * @param {String} sSubChapter * @type Object * @returns {Object}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536636.aspx */ xml.prototype.namedRecordset=function(sQualifier,sSubChapter){}; /** * function normalize() * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ xml.prototype.normalize=function(){}; /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ xml.prototype.TextNode= new TextNode(); /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ xml.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ xml.prototype.removeBehavior=function(iID){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ xml.prototype.setAttributeNode=function(oSrcAttribute){}; /** * Property ondataavailable * @type ondataavailable * @returns {ondataavailable}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536918.aspx */ xml.prototype.ondataavailable= new ondataavailable(); /** * Property ondatasetchanged * @type ondatasetchanged * @returns {ondatasetchanged}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536919.aspx */ xml.prototype.ondatasetchanged= new ondatasetchanged(); /** * Property ondatasetcomplete * @type ondatasetcomplete * @returns {ondatasetcomplete}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536920.aspx */ xml.prototype.ondatasetcomplete= new ondatasetcomplete(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ xml.prototype.onreadystatechange= new onreadystatechange(); /** * Property onrowenter * @type onrowenter * @returns {onrowenter}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536962.aspx */ xml.prototype.onrowenter= new onrowenter(); /** * Property onrowexit * @type onrowexit * @returns {onrowexit}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536963.aspx */ xml.prototype.onrowexit= new onrowexit(); /** * Property onrowsdelete * @type onrowsdelete * @returns {onrowsdelete}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536964.aspx */ xml.prototype.onrowsdelete= new onrowsdelete(); /** * Property onrowsinserted * @type onrowsinserted * @returns {onrowsinserted}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536965.aspx */ xml.prototype.onrowsinserted= new onrowsinserted(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf xml * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ xml.prototype.behaviorUrns= new behaviorUrns(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmlhttprequest.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmlhttprequest.js
deleted file mode 100644
index e720a840..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmlhttprequest.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object XMLHttpRequest() * @type XMLHttpRequest * @super Object * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535874.aspx */ function XMLHttpRequest(){}; XMLHttpRequest.prototype= new Object(); /** * Property onreadystatechange * @type Object * @returns {Object}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534308.aspx */ XMLHttpRequest.prototype.onreadystatechange=new Object(); /** * Property readyState * @type Number * @returns {Number}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534361.aspx */ XMLHttpRequest.prototype.readyState=0; /** * Property responseBody * @type Object * @returns {Object}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534368.aspx */ XMLHttpRequest.prototype.responseBody=new Object(); /** * Property responseText * @type String * @returns {String}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534369.aspx */ XMLHttpRequest.prototype.responseText=""; /** * Property responseXML * @type Object * @returns {Object}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534370.aspx */ XMLHttpRequest.prototype.responseXML=new Object(); /** * Property status * @type Number * @returns {Number}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534650.aspx */ XMLHttpRequest.prototype.status=0; /** * Property statusText * @type String * @returns {String}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534647.aspx */ XMLHttpRequest.prototype.statusText=""; /** * function abort() * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535920.aspx */ XMLHttpRequest.prototype.abort=function(){}; /** * function getAllResponseHeaders() * @type String * @returns {String}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536428.aspx */ XMLHttpRequest.prototype.getAllResponseHeaders=function(){}; /** * function getResponseHeader(bstrHeader) * @param {String} bstrHeader * @type String * @returns {String}
- * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536442.aspx */ XMLHttpRequest.prototype.getResponseHeader=function(bstrHeader){}; /** * function open(sMethod,sUrl,bAsync,sUser,sPassword) * @param {String} sMethod * @param {String} sUrl * @param {Variant} bAsync * @param {Variant} sUser * @param {Variant} sPassword * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536648.aspx */ XMLHttpRequest.prototype.open=function(sMethod,sUrl,bAsync,sUser,sPassword){}; /** * function send(varBody) * @param {Variant} varBody * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536736.aspx */ XMLHttpRequest.prototype.send=function(varBody){}; /** * function setRequestHeader(sName,sValue) * @param {String} sName * @param {String} sValue * @memberOf XMLHttpRequest * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536752.aspx */ XMLHttpRequest.prototype.setRequestHeader=function(sName,sValue){}; \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmp.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmp.js
deleted file mode 100644
index 4a97fcfd..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_xmp.js
+++ /dev/null
@@ -1,128 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object xmp() * @type xmp * @super Object * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535919.aspx */ function xmp(){}; xmp.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ xmp.prototype.accessKey=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ xmp.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ xmp.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ xmp.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ xmp.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ xmp.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ xmp.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ xmp.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ xmp.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ xmp.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ xmp.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ xmp.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ xmp.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ xmp.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ xmp.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ xmp.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ xmp.prototype.id=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ xmp.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ xmp.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ xmp.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ xmp.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ xmp.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ xmp.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ xmp.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ xmp.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ xmp.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ xmp.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ xmp.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ xmp.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ xmp.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ xmp.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ xmp.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ xmp.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ xmp.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ xmp.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ xmp.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ xmp.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ xmp.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ xmp.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ xmp.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ xmp.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ xmp.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ xmp.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ xmp.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ xmp.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ xmp.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ xmp.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ xmp.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ xmp.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ xmp.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ xmp.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ xmp.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ xmp.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ xmp.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ xmp.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ xmp.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ xmp.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ xmp.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ xmp.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ xmp.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ xmp.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ xmp.prototype.clearAttributes=function(){}; /** * function click() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ xmp.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ xmp.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ xmp.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ xmp.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ xmp.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ xmp.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ xmp.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ xmp.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ xmp.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ xmp.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ xmp.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ xmp.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ xmp.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ xmp.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ xmp.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ xmp.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ xmp.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ xmp.prototype.getElementsByTagName=function(sTagName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ xmp.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ xmp.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ xmp.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ xmp.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ xmp.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ xmp.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ xmp.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ xmp.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ xmp.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ xmp.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ xmp.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ xmp.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ xmp.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ xmp.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ xmp.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ xmp.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ xmp.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ xmp.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ xmp.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ xmp.prototype.setCapture=function(bContainerCapture){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ xmp.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ xmp.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ xmp.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ xmp.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ xmp.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ xmp.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ xmp.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ xmp.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ xmp.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ xmp.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ xmp.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ xmp.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ xmp.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ xmp.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ xmp.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ xmp.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ xmp.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ xmp.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ xmp.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ xmp.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ xmp.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ xmp.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ xmp.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ xmp.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ xmp.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ xmp.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ xmp.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ xmp.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ xmp.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ xmp.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ xmp.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ xmp.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ xmp.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ xmp.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ xmp.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ xmp.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ xmp.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ xmp.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ xmp.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ xmp.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ xmp.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ xmp.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ xmp.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ xmp.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ xmp.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ xmp.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ xmp.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ xmp.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ xmp.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ xmp.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ xmp.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ xmp.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ xmp.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ xmp.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf xmp * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ xmp.prototype.children= new children(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_y.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_y.js
deleted file mode 100644
index de4a40ee..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_y.js
+++ /dev/null
@@ -1 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object y() * @type y * @super Object * @memberOf y * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535164.aspx */ function y(){}; y.prototype= new Object(); \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/JScriptObjects.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/JScriptObjects.js
deleted file mode 100644
index 9345483d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/JScriptObjects.js
+++ /dev/null
@@ -1,1825 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- ******************************************************************************
- *
- **/
-/**
- * Object DABoolean()
- *
- * Temp Definition of DABoolean Type as found in MSDN Pages
- *
- * @super Object
- * @type DABoolean
- * @memberOf DABoolean
- * @since JScript 5.6
- */
-
-function DABoolean(){};
-DABoolean.prototype=new Object();
-
- /* Object arguments()
- * @super Array
- * @type arguments
- * @memberOf arguments
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/9dthzd08.aspx
- */
-
-function arguments(){};
-arguments.prototype=new Array();
-
-/**
- * An intrinsic global object that stores information about the results of regular expression pattern matches.
- * Object RegExp()
- * @super Object
- * @type RegExp
- * @memberOf RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/9dthzd08.aspx
- */
-function RegExp(){};
-RegExp.prototype=new Object();
- /**
- * Property global
- * @type Boolean
- * @memberOf RegExp
- * @returns {Boolean}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.global=true;
- /**
- * Property index
- * @type Number
- * @memberOf RegExp
- * @returns {Number}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.index=-1;
- /**
- * Property input
- * @type String
- * @memberOf RegExp
- * @returns {String}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.input="";
- /**
- * Property lastIndex
- * @type Number
- * @memberOf RegExp
- * @returns {Number}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.lastIndex=-1;
- /**
- * Property lastMatch
- * @type String
- * @memberOf RegExp
- * @returns {String}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.lastMatch=""
- /**
- * Property lastParen
- * @type String
- * @memberOf RegExp
- * @returns {String}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.lastParen="";
- /**
- * Property leftContext
- * @type String
- * @memberOf RegExp
- * @returns {String}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.leftContext="";
- /**
- * Property rightContext
- * @type String
- * @memberOf RegExp
- * @returns {String}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.rightContext="";
- /**
- * Property ignoreCase
- * @type Boolean
- * @memberOf RegExp
- * @returns {Boolean}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.ignoreCase=false;
- /**
- * Property multiline
- * @type Boolean
- * @memberOf RegExp
- * @returns {Boolean}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.multiline=false;
- /**
- * Property source
- * @type String
- * @memberOf RegExp
- * @returns {String}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.source="";
- /**
- * function test(pos)
- * @type Array
- * @memberOf RegExp
- * @param {Array} array1
- * @param {Array} array2
- * @returns {Array}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.test=function(){};
- /**
- * function exec(pos)
- * @type Boolean
- * @memberOf RegExp
- * @param {String} str
- * @returns {Boolean}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.exec=function(str){};
- /**
- * function compile(pos)
- * @type Array
- * @memberOf RegExp
- * @param {String} pattern
- * @param {String} flags Optional. Available flags, which may be combined, are:g (global search for all occurrences of pattern)i (ignore case)m (multiline search)
- * @returns {Array}
- * @see RegExp
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-RegExp.prototype.compile=function(pattern, flags){};
-/**
- * Enables and returns a reference to an Automation object.
- * Object ActiveXObject(servername.typename, location)
- * @super Object
- * @type ActiveXObject
- * @param {String} servername Required. The name of the application providing the object
- * @param {String} typename Required. The type or class of the object to create.
- * @param {String} location Optional. The name of the network server where the object is to be created.
- * @memberOf ActiveXObject
- * @since JScript 1.0
- * @see http://msdn2.microsoft.com/en-us/library/7sw4ddf8.aspx
- */
-function ActiveXObject(){};
-ActiveXObject.prototype=new Object();
-
- /**
- * function concat(pos)
- * @type Array
- * @memberOf Array
- * @param {Array} array1
- * @param {Array} array2
- * @returns {Array}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.concat=function(array1, array2){};
- /**
- * function join(separator)
- * @type String
- * @memberOf Array
- * @param {String} separator
- * @param {Array} array2
- * @returns {String}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.join=function(separator){};
- /**
- * function pop()
- * @type Array
- * @memberOf Array
- * @param {Array} array1
- * @param {Array} array2
- * @returns {Array}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.pop=function(){};
- /**
- * function push(values)
- * @type Object
- * @memberOf Array
- * @param {Array} values
- * @returns {Object}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.push=function(values){};
- /**
- * function reverse()
- * @memberOf Array
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.reverse=function(){};
- /**
- * function shift()
- * @type Object
- * @memberOf Array
- * @returns {Object}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.shift=function(){};
- /**
- * function slice()
- * @type Array
- * @memberOf Array
- * @param {Number;} startIndex
- * @param {Number} endIndex
- * @returns {Array}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.slice=function(startIndex,endIndex){};
- /**
- * function sort(sortFunction)
- * @memberOf Array
- * @param {Function} sortFunction Optional. The name of the function used to determine the order of the elements. If omitted, the elements are sorted in ascending, ASCII character order
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.sort=function(sortFunction){};
- /**
- * function splice(start, deleteCount, items)
- * @type Array
- * @memberOf Array
- * @param {Number} start
- * @param {Number} deleteCount
- * @param {Array} items
- * @returns {Array}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.splice=function(start, deleteCount, items){};
- /**
- * function toLocaleString()
- * @type String
- * @memberOf Object
- * @returns {String}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Object.prototype.toLocaleString=function(){};
- /**
- * function unshift()
-
- * @memberOf Array
- * @param {Array} elements
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Array.prototype.unshift=function(elements){};
- /**
- * function valueOf()
- * @type Object
- * @memberOf Object
- * @returns {Object}
- * @see Array
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/k4h76zbx.aspx
- */
-Object.prototype.valueOf=function(){};
-
-/**
- * Object Date()
- * @super Object
- * @type Date
- * @memberOf Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/9dthzd08.aspx
- */
-function Date(dateVal){};
-function Date(year, month, date, hours, minutes, seconds,ms){};
- /**
- * function getDate()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getDate=function(){};
- /**
- * function getDay()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getDay=function(){};
- /**
- * function getFullYear()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getFullYear=function(){};
- /**
- * function getHours()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getHours=function(){};
- /**
- * function getMilliseconds()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getMilliseconds=function(){};
- /**
- * function getMinutes()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getMinutes=function(){};
- /**
- * function getMonth()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getMonth=function(){};
- /**
- * function getSeconds()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getSeconds=function(){};
- /**
- * function getTime()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getTime=function(){};
- /**
- * function getTimezoneOffset()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getTimezoneOffset=function(){};
- /**
- * function getUTCDate()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCDate=function(){};
- /**
- * function getUTCDay()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCDay=function(){};
- /**
- * function getUTCFullYear()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCFullYear=function(){};
- /**
- * function getUTCHours()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCHours=function(){};
- /**
- * function getUTCMilliseconds()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCMilliseconds=function(){};
- /**
- * function getUTCMinutes()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCMinutes=function(){};
- /**
- * function getUTCMonth()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCMonth=function(){};
- /**
- * function getUTCSeconds()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getUTCSeconds=function(){};
- /**
- * function getVarDate()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getVarDate=function(){};
- /**
- * function getYear()
- * @type Number
- * @memberOf Date
- * @returns {Number}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.getYear=function(){};
- /**
- * function parse(dateVal)
- * @type Date
- * @memberOf Date
- * @param {String} dateVal
- * @returns {Date}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.parse=function(dateVal){};
- /**
- * function setDate(dateVale)
-
- * @memberOf Date
- * @param {Date} dateVal
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setDate=function(dateVal){};
- /**
- * function setFullYear(year,month, day)
-
- * @memberOf Date
- * @param {Number} year
- * @param {Number} month
- * @param {Number} day
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setFullYear=function(year,month, day){};
- /**
- * function setHours(number)
-
- * @memberOf Date
- * @param {Number} numHours
- * @param {Number} numMin
- * @param {Number} numSec
- * @param {Number} numMilli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setHours=function(numHours, numMin, numSec, numMilli){};
- /**
- * function setMilliseconds(number)
-
- * @memberOf Date
- * @param {Number} number
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setMilliseconds=function(number){};
- /**
- * function setMinutes(number)
-
- * @memberOf Date
- * @param {Number} number
- * @param {Number} numMilli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setMinutes=function(number, numMilli){};
- /**
- * function setMonth(number)
-
- * @memberOf Date
- * @param {Number} numMonth
- * @param {Number} dateVale
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setMonth=function(numMonth, dateVale){};
- /**
- * function setSeconds(number)
-
- * @memberOf Date
- * @param {Number} number
- * @param {Numbe} numMilli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setSeconds=function(number, numMilli){};
- /**
- * function setTime(number)
-
- * @memberOf Date
- * @param {Number} milli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setTime=function(milli){};
- /**
- * function setUTCDate(number)
-
- * @memberOf Date
- * @param {Number} number
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCDate=function(number){};
- /**
- * function setUTCFullYear(number)
-
- * @memberOf Date
- * @param {Number} numYear
- * @param {Number} numMonth
- * @param {Number} numDate
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCFullYear=function(numYear, numMonth, numDate){};
- /**
- * function setUTCHours(number)
-
- * @memberOf Date
- * @param {Number} numHours
- * @param {Number} numMin
- * @param {Number} numSec
- * @param {Number} numMilli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCHours=function(numHours, numMin, numSec, numMilli){};
- /**
- * function setUTCMilliseconds(number)
-
- * @memberOf Date
- * @param {Number} number
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCMilliseconds=function(number){};
- /**
- * function setUTCMinutes(number)
-
- * @memberOf Date
- * @param {Number} numMinutes
- * @param {Number} numSeconds
- * @param {Number} numMilli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCMinutes=function(numMinutes, numSeconds, numMilli){};
- /**
- * function setUTCMonth(number)
-
- * @memberOf Date
- * @param {Number} numMonth
- * @param {Number} dateVal
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCMonth=function(numMonth, dateVal){};
- /**
- * function setUTCSeconds(number)
-
- * @memberOf Date
- * @param {Number} numSeconds
- * @param {Number} numMilli
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setUTCSeconds=function(numSeconds, numMilli){};
- /**
- * function setYear(number)
-
- * @memberOf Date
- * @param {Number} number
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.setYear=function(number){};
- /**
- * function toDateString(number)
-
- * @memberOf Date
- * @param {Number} number
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toDateString=function(){};
- /**
- * function toGMTString(number)
-
- * @memberOf Date
- * @param {Number} number
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toGMTString=function(){};
- /**
- * function toLocaleDateString()
- * @type String
- * @memberOf Date
- * @returns {String}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toLocaleDateString=function(){};
- /**
- * function toLocaleString()
- * @type String
- * @memberOf Date
- * @returns {String}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toLocaleString=function(){};
- /**
- * function toLocaleTimeString()
- * @type String
- * @memberOf Date
- * @returns {String}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toLocaleTimeString=function(){};
- /**
- * function toTimeString()
- * @type String
- * @memberOf Date
- * @returns {String}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toTimeString=function(){};
- /**
- * function toUTCString()
- * @type String
- * @memberOf Date
- * @returns {String}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.prototype.toUTCString=function(){};
- /**
- * function UTC();
- * @type Date
- * @memberOf Date
- * @param {Number} year
- * @param {Number} month
- * @param {Number} day
- * @param {Number} hours
- * @param {Number} seconds
- * @param {Number} ms
- * @returns {Date}
- * @see Date
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Date.UTC=function(year, month, day, hours, minutes, seconds, ms){};
-
-/**
-
- * Object Debug()
- * @super Object
- * @type Debug
- * @memberOf Debug
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/bs12a9wf.aspx
- */
-function Debug(){};
-Debug.prototype=new Object();
- /**
- * function write(value);
-
- * @memberOf Debug
- * @param {String} value
- * @see Debug
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Debug.write=function(value){};
- /**
- * function writeln(value);
-
- * @memberOf Debug
- * @param {String} value
- * @see Debug
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Debug.writeln=function(value){};
-/**
-
- * Object Enumerator()
- * @super Object
- * @type Enumerator
- * @memberOf Enumerator
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/bs12a9wf.aspx
- */
-function Enumerator(){};
-/**
-
- * Object Enumerator(collection)
- * @super Object
- * @type Enumerator
- * @param {Object} collection
- * @memberOf Enumerator
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/bs12a9wf.aspx
- */
-function Enumerator(collection){};
-Enumerator.prototype=new Object();
- /**
- * function atEnd()
- * @type Enumerator
- * @memberOf Enumerator
- * @returns {Boolean}
- * @see Enumerator
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Enumerator.prototype.atEnd=function(){};
- /**
- * function item()
- * @type Object
- * @memberOf Enumerator
- * @returns {Object}
- * @see Enumerator
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Enumerator.prototype.item=function(){};
- /**
- * function moveFirst()
- * @type Object
- * @memberOf Enumerator
- * @returns {Object}
- * @see Enumerator
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Enumerator.prototype.moveFirst=function(){};
- /**
- * function moveNext()
- * @type Object
- * @memberOf Enumerator
- * @returns {Object}
- * @see Enumerator
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/cd9w2te4.aspx
- */
-Enumerator.prototype.moveNext =function(){};
-
-/**
-
- * Object Error()
- * @super Object
- * @type Error
- * @param {Number} number
- * @param {String} description
- * @memberOf Error
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-function Error(number,description){};
-Error.prototype=new Object();
- /**
- * Property description
- * @type String
- * @memberOf Error
- * @returns {String}
- * @see Error
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Error.prototype.description="";
- /**
- * Property message
- * @type String
- * @memberOf Error
- * @returns {String}
- * @see Error
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Error.prototype.message="";
- /**
- * Property name
- * @type String
- * @memberOf Error
- * @returns {String}
- * @see Error
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Error.prototype.name="";
- /**
- * Property number
- * @type Number
- * @memberOf Error
- * @returns {Number}
- * @see Error
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Error.prototype.number=0;
-/**
-
- * Object Function()
- * @super Object
- * @type Function
- * @param {String} functionName
- * @param {String} arg1
- * @param {String} arg1
- * @param {String} arg2
- * @param {String} arg3
- * @param {String} arg4
- * @param {String} arg5
- * @param {String} arg6
- * @param {String} arg7
- * @param {String} arg8
- * @param {String} arg9
- * @param {String} body
- * @memberOf Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/x844tc74.aspx
- */
-function Function(functionName, arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9, body){};
-Function.prototype=new Object();
- /**
- * Property arguments
- * @type arguments
- * @memberOf Function
- * @returns {arguments}
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.arguments=new arguments();
- /**
- * Property callee
- * @type String
- * @memberOf Function
- * @returns {String}
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.callee=""
- /**
- * Property caller
- * @type String
- * @memberOf Function
- * @returns {String}
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.caller=""
- /**
- * Property constructor
- * @type String
- * @memberOf Function
- * @returns {String}
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.constructor=""
- /**
- * Property length
- * @type Number
- * @memberOf Function
- * @returns {Number}
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.length=function(){};
- /**
- * function apply(thisObj,args)
- * @memberOf Function
- * @param {Object} thisObj
- * @param {argument} args
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.apply=function(thisObj,args){};
- /**
- * function apply(thisObj,args)
- * @memberOf Function
- * @param {Object} thisObj
- * @param {argument} args
- * @see Function
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dww52sbt.aspx
- */
-Function.prototype.call=function(thisObj, args){};
-/**
-
- * Object Global()
- * @super Object
- * @type Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-function Global(){};
-Global.prototype=new Object();
- /**
- * Property infinity
- * @memberOf Global
- * @type Number
- * @returns {Number}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.infinity=0;
- /**
- * Property NaN
- * @memberOf Global
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.NaN=null;
- /**
- * Property undefined
- * @memberOf Global
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.undefined=null;
- /**
- * function decodeURI(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.decodeURI=function(value){};
- /**
- * function decodeURIComponent(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.decodeURIComponent=function(value){};
- /**
- * function encodeURI(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.encodeURI=function(value){};
- /**
- * function encodeURIComponent(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.encodeURIComponent=function(value){};
- /**
- * function escape(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.escape=function(value){};
- /**
- * function eval(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.eval=function(value){};
- /**
- * function isFinite(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.isFinite=function(value){};
- /**
- * function isNaN(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.isNaN=function(value){};
- /**
- * function parseFloat(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.parseFloat=function(value){};
- /**
- * function parseInt(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.parseInt=function(value){};
- /**
- * function unescape(value)
- * @memberOf Global
- * @type String
- * @param {String} value
- * @returns {String}
- * @see Global
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/52f50e9t.aspx
- */
-Global.prototype.unescape=function(value){};
-
- /**
- * @memberOf Math
- * @see Number
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-function Math(){};
-Math.prototype=new Object();
- /**
- * Property E
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.E=0;
- /**
- * Property LN2
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.LN2=0;
- /**
- * Property LN10
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.LN10=0;
- /**
- * Property LOG2E
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.LOG2E=0;
- /**
- * Property LOG10E
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.LOG10E=0;
- /**
- * Property PI
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.PI=0;
- /**
- * Property SQRT1_2
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.SQRT1_2=0;
- /**
- * Property SQRT2=0
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.SQRT2=0;
- /**
- * function abs(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.abs=function(number){};
- /**
- * function acos(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.acos=function(number){};
- /**
- * function asin(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.asin=function(number){};
- /**
- * function atan(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.atan=function(number){};
- /**
- * function atan2(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} x
- * @param {Number} y
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.atan2=function(x,y){};
- /**
- * function ceil(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.ceil=function(number){};
- /**
- * function cos(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.cos=function(number){};
- /**
- * function exp(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.exp=function(number){};
- /**
- * function floor(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.floor=function(number){};
- /**
- * function log(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.log=function(number){};
- /**
- * function max(argList)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {arguments} argList
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.max=function(argList){};
- /**
- * function min(argList)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {arguments} argList
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.min=function(argList){};
- /**
- * function pow(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} base
- * @param {Number} exp
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.pow=function(base, exp){};
- /**
- * function random(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.random=function(number){};
- /**
- * function round(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.round=function(number){};
- /**
- * function sin(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.sin=function(number){};
- /**
- * function sqrt(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.sqrt=function(number){};
- /**
- * function tan(number)
- * @memberOf Math
- * @type Number
- * @returns {Number}
- * @param {Number} number
- * @see Math
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/b272f386.aspx
- */
-Math.tan=function(number){};
-
-Number.MAX_VALUE=0;
-Number.MIN_VALUE=0;
-Number.NaN Property=0;
-Number.NEGATIVE_INFINITY=0;
-Number.POSITIVE_INFINITY=0;
-
- /**
- * function toExponential()
- * @memberOf Number
- * @type Number
- * @returns {Number}
- * @see Number
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dwab3ed2.aspx
- */
-Number.prototype.toExponential=function(){};
- /**
- * function toFixed()
- * @memberOf Number
- * @type Number
- * @returns {Number}
- * @see Number
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dwab3ed2.aspx
- */
-Number.prototype.toFixed=function(){};
- /**
- * function toLocaleString()
- * @memberOf Number
- * @type String
- * @returns {String}
- * @see Number
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dwab3ed2.aspx
- */
-Number.prototype.toLocaleString=function(){};
- /**
- * function toPrecision()
- * @memberOf Number
- * @type Number
- * @returns {Number}
- * @see Number
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/dwab3ed2.aspx
- */
-Number.prototype.toPrecision=function(){};
-
- /**
- * function anchor(aString)
- * @memberOf String
- * @type String
- * @returns {String}
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.anchor=function(aString){};
- /**
- * function big()
- * @memberOf String
-
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.big=function(){};
- /**
- * function blink(aString)
- * @memberOf String
-
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.blink=function(){};
- /**
- * function bold(aString)
- * @memberOf String
-
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.bold=function(){};
- /**
- * function fixed()
- * @memberOf String
-
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.fixed=function(){};
- /**
- * function fontcolor(color)
- * @memberOf String
- * @type String
- * @param {String} color
- * @returns {String}
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.fontcolor=function(color){};
- /**
- * function fontsize(aString)
- * @memberOf String
- * @type String
- * @returns {String}
- * @param {String} aString
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.fontsize=function(aString){};
- /**
- * static function fromCharCode(aString)
- * @memberOf String
- * @type String
- * @returns {String}
- * @param {argument} args
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.fromCharCode=function(args){};
- /**
- * function italics()
- * @memberOf String
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.String.prototype.italics=function(){};
- /**
- * function link(aString)
- * @memberOf String
- * @param {String} aString
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.link=function(aString){};
- /**
- * function strike()
- * @memberOf String
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.strike=function(){};
- /**
- * function sub()
- * @memberOf String
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.sub=function(){};
- /**
- * function substr(start,length)
- * @memberOf String
- * @type String
- * @returns {String}
- * @param {Number} start
- * @param {Number} length
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.substr=function(start,length){};
- /**
- * function substring(aString)
- * @memberOf String
- * @type String
- * @returns {String}
- * @param {Number} start
- * @param {Number} length
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.substring=function(start,length){};
- /**
- * function sup(aString)
- * @memberOf String
- * @see String
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/ecczf11c.aspx
- */
-String.prototype.sup=function(){};
-/**
- *
- * Object VBArray()
- * @super Array
- * @type VBArray
- * @param {Boolean} safe
- * @memberOf VBArray
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/y39d47w8.aspx
- */
-function VBArray(safe){};
-VBArray.prototype=new Array();
-/**
- * function dimensions();
- * @type Number
- * @returns {Number}
- * @memberOf VBArray
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/y39d47w8.aspx
- */
-VBArray.prototype.dimensions=function(){};
-/**
- * function getItem(dims);
- * @type Object
- * @returns {Object}
- * @memberOf VBArray
- * @param {arguments} dims
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/y39d47w8.aspx
- */
-VBArray.prototype.getItem=function(dims){};
-/**
- * function lbound(dims);
- * @type Object
- * @returns {Object}
- * @memberOf VBArray
- * @param {arguments} dims
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/y39d47w8.aspx
- */
-VBArray.prototype.lbound=function(dims){};
-/**
- * function toArray()
- * @type Array
- * @returns {Array}
- * @memberOf VBArray
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/y39d47w8.aspx
- */
-VBArray.prototype.toArray=function(){};
-/**
- * function ubound(dims);
- * @type Object
- * @returns {Object}
- * @memberOf VBArray
- * @param {arguments} dims
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/y39d47w8.aspx
- */
-VBArray.prototype.ubound=function(number){};
-
-
-/**
- * Returns a reference to an Automation object from a file.
- *
- * GetObject([pathname] [, class])
- * function GetObject()
- * @param {String} pathname Optional. Full path and name of the file containing the object to retrieve. If pathname is omitted, class is required
- * @param {String} class Optional. Class of the object. The class argument uses the syntax appname.objectype and has these parts: appname Required. Name of the application providing the object. objectype Required. Type or class of object to create.
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/7tf9xwsc.aspx
- */
-function GetObject(pathname, class){};
-
-/**
- * Returns a string representing the scripting language in use.
- *
- * ScriptEngine()
- * function ScriptEngine( )
- * @returns {String}
- The ScriptEngine function can return any of the following strings: JScript Indicates that Microsoft JScript is the current scripting engine.VBA Indicates that Microsoft Visual Basic for Applications is the current scripting engine.VBScript Indicates that Microsoft Visual Basic Scripting Edition is the current scripting engine.
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/efy5bay1.aspx
- */
-function ScriptEngine(){};
-
-/**
- * Returns a string representing the scripting language in use. The return value corresponds directly to the version information contained in the dynamic-link library (DLL) for the scripting language in use.
- *
- * ScriptEngineBuildVersion()
- * function ScriptEngineBuildVersion( )
- * @returns {String}
-
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/yftk84kt.aspx
- */
-function ScriptEngineBuildVersion(){};
-
-/**
- * Returns a string representing the scripting language in use. The return value corresponds directly to the version information contained in the dynamic-link library (DLL) for the scripting language in use.
- *
- * ScriptEngineMajorVersion()
- * function ScriptEngineMajorVersion( )
- * @returns {String}
-
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/x7cbaet3.aspx
- */
-function ScriptEngineMajorVersion(){};
-
-/**
- * Returns a string representing the scripting language in use. The return value corresponds directly to the version information contained in the dynamic-link library (DLL) for the scripting language in use.
- *
- * ScriptEngineMajorVersion()
- * function ScriptEngineMajorVersion( )
- * @returns {String}
-
- * @since JScript 5.6
- * @see http://msdn2.microsoft.com/en-us/library/wzaz8hhz.aspx
- */
-function ScriptEngineMinorVersion(){}
-
-
-
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties b/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties
deleted file mode 100644
index 6cff997e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2010 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-#Properties file for org.eclipse.wst.jsdt.support.ie
-Bundle-Name.0 = JSDT support for Microsoft Internet Explorer
-JsGlobalScopeContainerPage.name.0 = Microsoft Internet Explorer Library
-Bundle-Vendor.0 = Eclipse Web Tools Platform \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml b/bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml
deleted file mode 100644
index b7c42469..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage">
- <JsGlobalScopeContainerPage
- name="%JsGlobalScopeContainerPage.name.0"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.InternetExplorerLibraryWizardPage"
- id="org.eclipse.wst.jsdt.support.ie">
- </JsGlobalScopeContainerPage>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer">
- <JsGlobalScopeContainerInitializer
- class="org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer"
- id="org.eclipse.wst.jsdt.launching.InternetExplorer">
- </JsGlobalScopeContainerInitializer>
- </extension>
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeUIInitializer">
- <JsGlobalScopeUIInitializer
- id="org.eclipse.wst.jsdt.launching.InternetExplorer"
- class="org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerUILibInitializer">
- </JsGlobalScopeUIInitializer>
- </extension>
-
-</plugin>
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerLibInitializer.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerLibInitializer.java
deleted file mode 100644
index 6b8ade8a..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerLibInitializer.java
+++ /dev/null
@@ -1,111 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.core.compiler.libraries;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer;
-import org.eclipse.wst.jsdt.core.IJsGlobalScopeContainerInitializer;
-import org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer;
-
-
-public class InternetExplorerLibInitializer extends JsGlobalScopeContainerInitializer implements IJsGlobalScopeContainerInitializer {
- protected static final String CONTAINER_ID = "org.eclipse.wst.jsdt.launching.InternetExplorer";
- protected static final String ContainerDescription = "Internet Explorer Support Library";
- //private static final char[][] LIBRARY_FILE_NAMES = { { 'I','n','t','e','r','n','e','t','E','x','p','l','o','r','e','r','.','j','s' } };
- protected static final String PLUGIN_ID = "org.eclipse.wst.jsdt.support.ie";
-
-
- static class IeLibLocation extends SystemLibraryLocation {
- IeLibLocation() {
- super();
- }
-
-
- public char[][] getLibraryFileNames() {
- return getAllFilesInPluginDirectory(getLibraryPathInPlugin().toString());
- }
-
-
- protected String getPluginId() {
- return InternetExplorerLibInitializer.PLUGIN_ID;
- }
- private static LibraryLocation fInstance;
- public static LibraryLocation getInstance(){
- if(fInstance== null){
- fInstance = new IeLibLocation();
- }
- return fInstance;
- }
- }
-
- public LibraryLocation getLibraryLocation() {
- return IeLibLocation.getInstance();
- }
-
-
- public String getDescription(IPath containerPath, IJavaScriptProject project) {
- return InternetExplorerLibInitializer.ContainerDescription;
- }
-
- public String getDescription() {
- return InternetExplorerLibInitializer.ContainerDescription;
- }
-
- public ImageDescriptor getImage(IPath containerPath, String element, IJavaScriptProject project) {
-
- if(containerPath==null) return null;
- /* Dont use the rino image for the individual files */
- String requestedContainerPath = new Path(element).getFileExtension();
- if(requestedContainerPath!=null && requestedContainerPath.equalsIgnoreCase("js")) return null;
-
-
-// char[][] allLibFiles = ( new IeLibLocation()).getLibraryFileNames();
-// for(int i = 0;i<allLibFiles.length;i++) {
-// String libName = new String(allLibFiles[i]);
-// if (element!=null && requestedContainerPath.equals(libName)) {
-// return null;
-// }
-// }
- return ImageDescriptor.createFromFile(this.getClass(),"ie_small.gif");
- //return ImageDescriptor.createFromFile(this.getClass(),"ie_small.gif");
- // System.out.println("Unimplemented method:BasicBrowserLibraryJsGlobalScopeContainerInitializer.getImage");
- //return null;
- }
- public IPath getPath() {
- return new Path(InternetExplorerLibInitializer.CONTAINER_ID);
- }
-
-
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer#getKind()
- */
- public int getKind() {
-
-
- return IJsGlobalScopeContainer.K_SYSTEM; }
-
-
- public boolean canUpdateJsGlobalScopeContainer(IPath containerPath, IJavaScriptProject project) {
- return true;
-
-
- }
-
-
- public String[] containerSuperTypes() {
- return new String[] {"window", "object", "array"};
- }
-
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerUILibInitializer.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerUILibInitializer.java
deleted file mode 100644
index e6d7ec98..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/InternetExplorerUILibInitializer.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-/**
- *
- */
-package org.eclipse.wst.jsdt.core.compiler.libraries;
-
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.internal.ui.IJsGlobalScopeContainerInitializerExtension;
-
-/**
- * @author childsb
- *
- */
-public class InternetExplorerUILibInitializer implements IJsGlobalScopeContainerInitializerExtension{
- public ImageDescriptor getImage(IPath containerPath, String element, IJavaScriptProject project) {
-
- if(containerPath==null) return null;
- /* Dont use the rino image for the individual files */
- String requestedContainerPath = new Path(element).getFileExtension();
- if(requestedContainerPath!=null && requestedContainerPath.equalsIgnoreCase("js")) return null;
-
-
-// char[][] allLibFiles = ( new IeLibLocation()).getLibraryFileNames();
-// for(int i = 0;i<allLibFiles.length;i++) {
-// String libName = new String(allLibFiles[i]);
-// if (element!=null && requestedContainerPath.equals(libName)) {
-// return null;
-// }
-// }
- return ImageDescriptor.createFromFile(this.getClass(),"ie_small.gif");
- //return ImageDescriptor.createFromFile(this.getClass(),"ie_small.gif");
- // System.out.println("Unimplemented method:BasicBrowserLibraryJsGlobalScopeContainerInitializer.getImage");
- //return null;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/Thumbs.db b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/Thumbs.db
deleted file mode 100644
index 4ec14a42..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/Thumbs.db
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.JPG b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.JPG
deleted file mode 100644
index b04642f8..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.JPG
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.gif b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.gif
deleted file mode 100644
index aa1c038c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_logo2.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_small.gif b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_small.gif
deleted file mode 100644
index cb729107..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/core/compiler/libraries/ie_small.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.java
deleted file mode 100644
index 05f2b6b7..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.eclipse.wst.jsdt.internal.ui.wizards;
-
-import org.eclipse.osgi.util.NLS;
-
-public class IEMessages extends NLS {
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.ui.wizards.IEMessages";//$NON-NLS-1$
-
- private IEMessages() {
- // Do not instantiate
- }
-
- public static String IELibraryWizardPage_title;
- public static String IELibraryWizardPage_IELibraryAdded;
- public static String IELibraryWizardPage_BrowserSupport;
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, IEMessages.class);
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.properties b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.properties
deleted file mode 100644
index 30cd9b9c..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/IEMessages.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2009 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-IELibraryWizardPage_title=Internet Explorer Library
-IELibraryWizardPage_IELibraryAdded=Internet Explorer Browser (5.0) Library added to Project.\n\n - This library supports JavaScript elements provided by Microsoft's Internet Explorer web browser.
-IELibraryWizardPage_BrowserSupport=Internet Explorer Browser Support
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/InternetExplorerLibraryWizardPage.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/InternetExplorerLibraryWizardPage.java
deleted file mode 100644
index f4ae236e..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/InternetExplorerLibraryWizardPage.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths;
-
-import org.eclipse.core.runtime.Path;
-import org.eclipse.jface.dialogs.Dialog;
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.wst.jsdt.core.IIncludePathEntry;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.JavaScriptCore;
-import org.eclipse.wst.jsdt.internal.ui.JavaPluginImages;
-import org.eclipse.wst.jsdt.internal.ui.wizards.IEMessages;
-import org.eclipse.wst.jsdt.internal.ui.wizards.dialogfields.DialogField;
-import org.eclipse.wst.jsdt.internal.ui.wizards.dialogfields.LayoutUtil;
-import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage;
-import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension;
-import org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPageExtension2;
-import org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage;
-
-/**
- * Wizard page for adding IE library support to the project.
- */
-public class InternetExplorerLibraryWizardPage extends NewElementWizardPage implements IJsGlobalScopeContainerPage, IJsGlobalScopeContainerPageExtension, IJsGlobalScopeContainerPageExtension2 {
-
- private static final String CONTAINER_ID="org.eclipse.wst.jsdt.launching.InternetExplorer";
-
- public InternetExplorerLibraryWizardPage() {
- super("InternetExplorerBrowserLib");
- setTitle(IEMessages.IELibraryWizardPage_title);
- setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
- }
-
- public boolean finish() {
- return true;
- }
-
- public IIncludePathEntry getSelection() {
- System.out.println("Unimplemented method:BaseLibraryWizardPage.getSelection");
- return null;
- }
-
- public void setSelection(IIncludePathEntry containerEntry) {
- }
-
- public void createControl(Composite parent) {
- Composite composite= new Composite(parent, SWT.NONE);
- composite.setFont(parent.getFont());
- DialogField field = new DialogField();
-
- field.setLabelText(IEMessages.IELibraryWizardPage_IELibraryAdded);
- LayoutUtil.doDefaultLayout(composite, new DialogField[] {field }, false, SWT.DEFAULT, SWT.DEFAULT);
- Dialog.applyDialogFont(composite);
- setControl(composite);
- setDescription(IEMessages.IELibraryWizardPage_BrowserSupport);
- }
-
- public void initialize(IJavaScriptProject project, IIncludePathEntry[] currentEntries) {
- // nothing to initialize
- }
-
- public IIncludePathEntry[] getNewContainers() {
- IIncludePathEntry library = JavaScriptCore.newContainerEntry( new Path(CONTAINER_ID));
- return new IIncludePathEntry[] {library};
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/ElementInfo.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/ElementInfo.java
deleted file mode 100644
index cba5fe4b..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/ElementInfo.java
+++ /dev/null
@@ -1,243 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.jsdoc;
-
-import java.io.IOException;
-import java.util.ArrayList;
-
-/**
- *
- */
-/**
- * @author childsb
- *
- */
-public class ElementInfo {
-
- public static final int CLASS = 1;
- public static final int METHOD = 2;
- public static final int PROPERTY = 3;
-
- public static final int EVENT = 4;
- public static final int COLLECTION = 5;
-
- protected String name;
- protected String baseUrl;
- protected ElementInfo parent;
- protected ElementInfo[] children;
- protected int type=-5;
- protected static ArrayList nodes;
- protected boolean visited=false;
- protected static int instances = 0;
- protected static boolean DEBUG=false;
- protected static boolean useCache;
- protected static boolean keepCache;
-
- public boolean shouldUseCache() {
- return useCache;
- }
-
- public boolean shouldKeepCache() {
- return keepCache;
- }
- public static void setUseCache(boolean shouldUseCache) {
- useCache=shouldUseCache;
- }
-
- public static void setKeepCache(boolean shouldKeepCache) {
- keepCache = shouldKeepCache;
- }
-
- public boolean visit() {
- boolean ov = visited;
- visited = true;
- return ov;
-
- }
-
- public boolean equals(Object o) {
-
- try {
- ElementInfo other = (ElementInfo)o;
- boolean equal = other.getUrl().trim().equalsIgnoreCase(this.getUrl().trim());
-// boolean equal = other.getName().equals(this.getName()) &&
-// other.getType()==this.getType() &&
-// (
-// other.getParent().getName().equals(this.getParent().getName()) &&
-// other.getParent().getType()== (this.getParent().getType()) ||
-// other.getParent()==null && this.getParent()==null
-// );
- return equal;
- } catch (Exception ex) {}
-
- return false;
- }
-
- public static void freeObject(ElementInfo element) {
- for(int i = 0;i<nodes.size();i++) {
- ElementInfo temp = (ElementInfo)nodes.get(i);
- if(temp.getUrl().equalsIgnoreCase(element.getUrl())) {
- nodes.remove(i);
- break;
- }
- }
- }
-
- public ElementInfo[] getFoundObjects() {
- ArrayList found = new ArrayList();
- ElementInfo[] children = getChildren();
-
- //found.add(this);
- for(int i = 0;i<children.length;i++) {
-
- if(children[i].getType() == COLLECTION || children[i].getType()==EVENT) {
- children[i].clearVisit();
- found.add(children[i]);
- }
- }
-
- return (ElementInfo[])found.toArray(new ElementInfo[found.size()]);
- }
- public void clearVisit() {
- visited=false;
- }
-
- {
- nodes = new ArrayList();
- }
-
- public ElementInfo(String baseUrl,ElementInfo parent) {
- this.baseUrl = baseUrl;
- this.parent = parent;
- //addNode(this);
- if(DEBUG) {
- System.out.println("Creating new instance for total of : " + ++instances);
- }
-
- }
-
- public void finalize() {
- if(DEBUG) {
- System.out.println("Destroying instance for total of : " + --instances);
- }
- }
-
- public void addNode(ElementInfo element) {
-
- nodes.add(element);
- }
-
- public static ElementInfo findChild(String baseUrl) {
- for(int i = 0;i<nodes.size();i++) {
- ElementInfo temp = (ElementInfo)nodes.get(i);
- if(temp.getUrl().equalsIgnoreCase(baseUrl)) return temp;
- }
- return null;
- }
-
- public boolean isDefined(String baseUrl) {
- return findChild(baseUrl)!=null;
- }
-
- public ElementInfo getParent() {
- return this.parent;
- }
-
- public ElementInfo[] getChildren() {
- return this.children;
- }
-
- public boolean hasChildren() { return this.children!=null && this.children.length>0;}
-
- public String getName() { return name;}
-
- public String getUrl() { return baseUrl;}
-
-
-
- public String getJsDoc(String parentName) { return null; }
-
- public String getJsStructure() { return null;}
-
- public String getTypeName() {
- switch(getType()) {
- case ElementInfo.PROPERTY:
- return "Property";
- case ElementInfo.METHOD:
- return "Method";
- case ElementInfo.CLASS:
- return "Class";
-
-
- }
- return "Unknown Type";
- }
-
- public int getType() {
- return -1;
- }
-
- public String toString() {
- StringBuffer buff = new StringBuffer();
- buff.append("name : " + getName() + Util.NEW_LINE);
- buff.append("Type : " + getTypeName() + "Util.NEW_LINE");
- if(getParent()!=null) {
- buff.append("\tParent Name : " + getParent().getName() + Util.NEW_LINE);
- buff.append("\tParent Type : " + getParent().getTypeName() + Util.NEW_LINE);
- }else {
- buff.append("No Parent" + Util.NEW_LINE);
- }
- buff.append("baseUrl : " + baseUrl + Util.NEW_LINE);
- //buff.append("translation : " + translation + "\n");
- buff.append("----------------Children--------------" + Util.NEW_LINE + "Name\t\t\t\tType"+ Util.NEW_LINE);
- if(hasChildren()) {
-
- ElementInfo[] children = getChildren();
- for(int i = 0;i<children.length;i++) {
- buff.append(children[i].getName() + "\t\t\t" + children[i].getTypeName() + Util.NEW_LINE);
- }
- }else {
- buff.append(Util.NEW_LINE + "No Children" + Util.NEW_LINE);
- }
- buff.append("--------------------------------------");
- return buff.toString();
- }
-
- protected String getPageText() {
- try {
- return Util.retrieveFromUrl(getUrl(), shouldUseCache(), !shouldKeepCache());
- } catch (IOException ex) {
-
- }
- return null;
-// if(pageText!=null) return pageText;
-// try {
-// pageText = Util.retrieveFromUrl(getUrl());
-// } catch (IOException ex) {
-// // TODO Auto-generated catch block
-// //ex.printStackTrace();
-// }
-// return pageText;
- }
-
- public String getBaseUrl() {
- return Util.getBaseUrl(getUrl());
- }
-
- public String getDeclarationString() {
- return null;
- }
- public String getJsStructure(String parent) {
- return "NOT DEFINED " + parent;
- }
-
- public boolean isStatic() { return false; }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/GenerateJsDoc.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/GenerateJsDoc.java
deleted file mode 100644
index caf6a557..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/GenerateJsDoc.java
+++ /dev/null
@@ -1,119 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.jsdoc;
-
-import java.io.File;
-import java.util.ArrayList;
-
-import org.eclipse.wst.jsdt.jsdoc.msdn.IeFromMsdn;
-
-// import com.sun.org.apache.xpath.internal.FoundIndex;
-
-/**
- *
- */
-/**
- * @author childsb
- *
- */
-public class GenerateJsDoc {
-
-
-
-
- static final String outDirectory = "./libraries";
- static final String outFileName = "JScptBrowserObj.js";
- static final int REPLACE_FILE = 0;
- static final int SKIP_FILE = 1;
- static final int APPEND = 2;
- static final int LIB_FILE_ACTION = SKIP_FILE;
- static final boolean CLEAR_CACHE_ON_EXIT = false;
- static final boolean USE_CACHE=true;
- static final IJsDocSource source = new IeFromMsdn(USE_CACHE, !CLEAR_CACHE_ON_EXIT);
- static final String JS_PREFIX="IE_";
-
-
- public static String getOutFile(String fileName) {
- File outDir = new File(outDirectory);
- if(!outDir.exists()) outDir.mkdir();
- File outFile = new File(outDir.getAbsolutePath() + "/" + fileName);
- return outFile.getAbsolutePath();
- }
-
- public static void main(String[] args) {
-
- ElementInfo[] tops = source.getTopObjects();
- ArrayList allFoundNodes= new ArrayList();
-
- boolean workDone = true;
- while(workDone) {
- workDone = false;
- //allFoundNodes = new ArrayList();
- for(int i = 0;i<tops.length;i++) {
- String fileName = getOutFile(JS_PREFIX + tops[i].getName().toLowerCase().trim() + ".js");
- //String fileName = getOutFile(outFileName);
- File theFile = new File(fileName);
- switch(LIB_FILE_ACTION) {
- case SKIP_FILE:
-
- if(theFile.exists()) {
- System.out.println("Skipping output to file : " + theFile.getAbsolutePath());
- ElementInfo[] foundObjects = tops[i].getFoundObjects();
- for(int k = 0;k<foundObjects.length;k++) {
- if(!allFoundNodes.contains(foundObjects[k])) {
- workDone = true;
- allFoundNodes.add(foundObjects[k]);
- }
- }
- ElementInfo.freeObject(tops[i]);
- tops[i]=null;
- System.gc();
- continue;
- }
- break;
- case REPLACE_FILE:
- {
-
- if(theFile.exists()) theFile.delete();
- break;
- }
- case APPEND:
-
-
- }
- workDone = true;
- System.out.println("Writing Class '" + tops[i].getName() + "' to disk in " + fileName );
- tops[i].getChildren();
- String jsSctureture = tops[i].getJsStructure();
- Util.stringToFile(jsSctureture, fileName, true, false);
-
- ElementInfo[] foundObjects = tops[i].getFoundObjects();
- for(int k = 0;k<foundObjects.length;k++) {
- if(!allFoundNodes.contains(foundObjects[k])) {
- allFoundNodes.add(foundObjects[k]);
- workDone = true;
- }
- }
- ElementInfo.freeObject(tops[i]);
- tops[i]=null;
- System.gc();
- }
- System.out.println("Writing Collections and Events....");
-
- tops = (ElementInfo[])allFoundNodes.toArray(new ElementInfo[allFoundNodes.size()]);
- }
-
- }
-
-
-
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/IJsDocSource.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/IJsDocSource.java
deleted file mode 100644
index b3e176c0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/IJsDocSource.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.jsdoc;
-/**
- *
- */
-/**
- * @author childsb
- *
- */
-public interface IJsDocSource {
-
-
- public ElementInfo[] getTopObjects();
-
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/MappingException.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/MappingException.java
deleted file mode 100644
index a4e372b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/MappingException.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package org.eclipse.wst.jsdt.jsdoc;
-/*
- * Created on Apr 24, 2006
- *
- * Bradley Childs (childsb@us.ibm.com)
- * Copyright IBM 2006.
- *
- * Error thrown for any mapping related issues.
- */
-public class MappingException extends Exception {
-
- /**
- *
- */
- private static final long serialVersionUID = 1L;
-
- public MappingException() {
- super();
- }
-
- public MappingException(String ex) {
- super(ex);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/Util.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/Util.java
deleted file mode 100644
index 6c0a7462..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/Util.java
+++ /dev/null
@@ -1,173 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.jsdoc;
-
-import java.io.BufferedReader;
-import java.io.BufferedWriter;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.net.URL;
-import java.net.URLConnection;
-import java.util.StringTokenizer;
-
-/**
- *
- */
-/**
- * @author childsb
- *
- */
-public class Util {
- public static final String XSL_HEADER = "<?xml version=\"1.0\"?> <xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\">";
- public static final String XSL_FOOTER = "</xsl:stylesheet>";
- public static final String NEW_LINE = System.getProperty("line.separator");
- private static final String BUFFER_DIR = "./webCache";
- public static final boolean VERBOSE = true;
-
- private static File getTempDir() {
- File tempDir = new File(BUFFER_DIR);
- if (tempDir.exists()) return tempDir;
- tempDir.mkdir();
- return tempDir;
- }
-
- public static String retrieveFromUrl(String url, boolean useCache, boolean deleteOnExit) throws IOException {
- System.gc();
- String buffFile = getTempDir().getAbsolutePath() + "\\" + toUniqueFileName(url);
- String text = null;
- if (useCache) {
- try {
- text = fileToString(buffFile);
- } catch (IOException e) {
- }
- if (text != null) {
- // System.out.println("Found file in cache..");
- return text;
- }
- }
- StringBuffer pageText = new StringBuffer();
- URL location = new URL(url);
- URLConnection yc = location.openConnection();
- BufferedReader in = new BufferedReader(new InputStreamReader(yc.getInputStream()));
- String inputLine;
- while ((inputLine = in.readLine()) != null)
- pageText.append(inputLine);
- in.close();
- if (useCache) {
- if (VERBOSE) System.out.println("Caching URL.. " + url);
- stringToFile(pageText.toString(), buffFile, false, deleteOnExit);
- }
- return pageText.toString();
- }
-
- public static String toUniqueFileName(String url) {
- String temp = url.replace('/', '_');
- temp = temp.replace('\\', '_');
- temp = temp.replace(':', '_');
- temp = temp.replace('#', '_');
- temp = temp.replace('?', '_');
- temp = temp.replace('%', '_');
- temp = temp.replace('=', '_');
- temp = temp.replace('&', '_');
- temp = temp.replace(';', '_');
- temp = temp.replace('(', '_');
- temp = temp.replace(')', '_');
- temp = temp.replace('\'', '_');
- temp = temp.replace(',', '_');
- temp = temp.replace('$', '_');
- return temp;
- }
-
- public static String retrieveFromUrlFixEncode(String url, boolean useBuffer, boolean deleteOnExit) throws IOException {
- String encoding = "ISO-8859-1";
- /* Changes all UTF-8 and UTF-16 encoding to stated encoding string */
- String text = retrieveFromUrl(url, useBuffer, deleteOnExit);
- text = text.replaceAll("UTF-8", encoding);
- text = text.replaceAll("UTF-16", encoding);
- return text;
- }
-
- public static String applyTranslation(String text, File translation) throws MappingException {
- XSLTMap map = new XSLTMap(translation);
- return map.applyMap(text);
- }
-
- public static File dataToTempFile(String data) {
- File temp = null;
- try {
- // Create temp file.
- temp = File.createTempFile(System.currentTimeMillis() + "_tmp", ".tmp");
- // Delete temp file when program exits.
- temp.deleteOnExit();
- // Write to temp file
- BufferedWriter out = new BufferedWriter(new FileWriter(temp));
- out.write(data);
- out.close();
- } catch (IOException e) {
- }
- return temp;
- }
-
- public static String fileToString(String fileName) throws IOException {
- System.gc();
- File file = new File(fileName);
- FileInputStream fis = new FileInputStream(file);
- //BufferedInputStream bis = null;
- BufferedReader dis = new BufferedReader(new InputStreamReader(fis));
- // dis.available() returns 0 if the file does not have more lines.
- StringBuffer buff = new StringBuffer();
- String line = null;
- while ((line = dis.readLine()) != null) {
- buff.append(line);
- }
- // dispose all the resources after using them.
- fis.close();
- dis.close();
- return buff.toString();
- }
-
- public static File stringToFile(String data, String fileName, boolean appendToEnd, boolean deleteOnExit) {
- File temp = null;
- System.gc();
- try {
- // Create temp file.
- temp = new File(fileName);
- if(deleteOnExit) temp.deleteOnExit();
- // Delete temp file when program exits.
- // temp.deleteOnExit();
- // Write to temp file
- FileWriter writer = new FileWriter(temp, appendToEnd);
- BufferedWriter out = new BufferedWriter(writer);
- StringTokenizer st = new StringTokenizer(data, "\n");
- String fullLine = null;
- while (st.hasMoreTokens()) {
- fullLine = st.nextToken();
- if (appendToEnd) {
- out.write(fullLine /* + Util.NEW_LINE */);
- } else {
- out.write(fullLine /* + Util.NEW_LINE */);
- }
- }
- out.close();
- } catch (IOException e) {
- }
- return temp;
- }
-
- public static String getBaseUrl(String url) {
- int last = url.lastIndexOf('/');
- if (last < 0) return url;
- return url.substring(0, last);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XSLTMap.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XSLTMap.java
deleted file mode 100644
index 9a446281..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XSLTMap.java
+++ /dev/null
@@ -1,112 +0,0 @@
-package org.eclipse.wst.jsdt.jsdoc;
-/*
- * Created on Apr 24, 2006
- *
- * Bradley Childs (childsb@us.ibm.com)
- * Copyright IBM 2006.
- *
- * XSL Mapper. Very simple, takes a few things as input and translates them
- * via the XSL file defined.
- */
-
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.File;
-import java.io.IOException;
-import java.io.OutputStream;
-
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import javax.xml.transform.Transformer;
-import javax.xml.transform.TransformerConfigurationException;
-import javax.xml.transform.TransformerException;
-import javax.xml.transform.TransformerFactory;
-import javax.xml.transform.dom.DOMSource;
-import javax.xml.transform.stream.StreamResult;
-import javax.xml.transform.stream.StreamSource;
-
-import org.w3c.dom.Document;
-import org.xml.sax.SAXException;
-
-public class XSLTMap {
-
- private File stylesheet;
-
- public XSLTMap(File stylesheet) {
- this.stylesheet = stylesheet;
- }
-
- public String applyMap(String datastring) throws MappingException {
- ByteArrayOutputStream xOutputStream = new ByteArrayOutputStream(1024); // Buffer size- trivial
- applyMap(datastring, xOutputStream);
- String XMLText = xOutputStream.toString();
- try{
- xOutputStream.close();
- }catch(IOException ex){
- // I ran into a door. I'm so clumsy.
- }
- return XMLText;
- }
-
- public void applyMap(String dataString, OutputStream _os) throws MappingException {
- Document document;
- DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- factory.setValidating(false);
-
- try {
- DocumentBuilder builder = factory.newDocumentBuilder();
-
- byte[] docBytes = dataString.getBytes();
-
- document = builder.parse(new ByteArrayInputStream(docBytes));
- // Use a Transformer for output
- TransformerFactory tFactory = TransformerFactory.newInstance();
- StreamSource stylesource = new StreamSource(stylesheet);
- Transformer transformer = tFactory.newTransformer(stylesource);
- DOMSource source = new DOMSource(document);
- /* Need to get an output stream to a string */
- StreamResult result = new StreamResult(_os);
- transformer.transform(source, result);
-
- /* close things */
- transformer.clearParameters();
-
-
-
- } catch (SAXException sxe) {
- throw new MappingException("Transformer c error:\n" + sxe.getMessage());
- } catch (TransformerConfigurationException tce) {
- // Error generated by the parser
- throw new MappingException("Transformer c error:\n" + tce.getMessage());
- } catch (TransformerException te) {
- // Error generated by the parser
- throw new MappingException("Transformer error:\n" + te.getMessage());
- } catch (ParserConfigurationException pce) {
- // Parser with specified options can't be built
- throw new MappingException("Transformer factory error:\n" + pce.getMessage());
- } catch (IOException ioe) {
- // I/O error (probably corrupt DTD)
- throw new MappingException("I/O Exception error (probably bad/missing XSL map) :\n" + ioe.getMessage());
- } catch (Exception ex){
- throw new MappingException("General exceptioned occured while mapping: " + ex.getMessage());
- }
-
-
- }
-
-// public static void main(String argv[]) {
-// if (argv.length != 2) {
-// System.err.println("Usage: java Stylizer stylesheet xmlfile");
-// System.exit(1);
-// }
-// File stylesheet = new File(argv[0]);
-// File datafile = new File(argv[1]);
-// XSLTMap t = new XSLTMap(stylesheet);
-// String dataString = "";
-// //System.out.println(t.applyMap(dataString));
-//
-// }
-
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XmlBasedSource.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XmlBasedSource.java
deleted file mode 100644
index 6fc90357..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/XmlBasedSource.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.jsdoc;
-
-/**
- *
- */
-/**
- * @author childsb
- *
- */
-public abstract class XmlBasedSource implements IJsDocSource{
-
-
- public String toStringObjectTree() {
- ElementInfo[] tops = getTopObjects();
- if(tops==null) return "No Top Level Objects Found in " + this.getClass().getName();
- StringBuffer buff = new StringBuffer();
- buff.append("Top Level Object tree for : " + getClass().getName() + Util.NEW_LINE);
- for(int i = 0;i<tops.length;i++) {
- buff.append(tops[i]);
- }
- return buff.toString();
- }
-
- public String getXsl() {
-
- return Util.XSL_HEADER + "" + Util.XSL_FOOTER;
- }
-
- public String getUrl() {
- return null;
- }
-
- public String toString() {
- return toStringObjectTree();
- }
-
- public String pageToString() {
- StringBuffer buff = new StringBuffer();
- String page="error retrieving page";
- try {
- page = Util.retrieveFromUrlFixEncode(getUrl(), false, false);
- } catch (Exception ex) {
- return "Error retrieving page " + ex.toString();
- }
- buff.append("------------------------- Page ----------------------" + Util.NEW_LINE );
- buff.append(page+ Util.NEW_LINE);
-// buff.append("------------------------- Translated Page ----------------------\n" );
-// File tempTran = Util.dataToTempFile(getXsl());
-// try {
-// buff.append(Util.applyTranslation(page, tempTran) + "\n");
-// } catch (Exception ex) {
-// // TODO Auto-generated catch block
-// buff.append(ex.toString() + "\n");
-// }
- buff.append("================================================================================" + Util.NEW_LINE );
- return buff.toString();
- }
-}
-
-
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/IeFromMsdn.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/IeFromMsdn.java
deleted file mode 100644
index f3f3c2f5..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/IeFromMsdn.java
+++ /dev/null
@@ -1,102 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.jsdoc.msdn;
-import java.io.IOException;
-import java.util.ArrayList;
-
-import org.eclipse.wst.jsdt.jsdoc.ElementInfo;
-import org.eclipse.wst.jsdt.jsdoc.Util;
-import org.eclipse.wst.jsdt.jsdoc.XmlBasedSource;
-
-/**
- *
- */
-/**
- * @author childsb
- *
- */
-public class IeFromMsdn extends XmlBasedSource {
-
- //String topUrl = "http://msdn2.microsoft.com/en-us/library/ms535873.aspx#";
- String topUrl = "http://msdn2.microsoft.com/en-us/library/ms533054.aspx";
-
- boolean useCache = false;
- boolean keepCache = false;
-
- public IeFromMsdn(boolean useCache, boolean keepCache) {
- this.useCache=useCache;
- this.keepCache=keepCache;
- ElementInfo.setUseCache(useCache);
- ElementInfo.setKeepCache(keepCache);
- }
-
- public ElementInfo[] getTopObjects() {
- String[] allUrls = parseTopObjectPage();
-
- MsdnElement[] parents = new MsdnElement[allUrls.length];
-
- for(int i = 0;i<allUrls.length;i++) {
- parents[i] = new MsdnElement(allUrls[i]);
- }
-
- return parents;
- }
-
-
- private String[] parseTopObjectPage() {
- ArrayList allObject = new ArrayList();
-
- String pageText=null;
- try {
- pageText = Util.retrieveFromUrl(getUrl(), useCache, keepCache);
- } catch (IOException ex) {
- // TODO Auto-generated catch block
- ex.printStackTrace();
- }
-
- String p1 = "<h2>Objects</h2><blockquote>";
- String end = "</blockquote>";
- int i1 = pageText.indexOf(p1);
-
- if(i1<0) return null;
-
- i1 = i1 + p1.length() ;
- int indexOfEnd = pageText.indexOf(end, i1);
-
-
-
- String p2 = "href=\"";
- String p3 = "\"";
- String baseUrl = Util.getBaseUrl(getUrl());
-
- //System.out.println(pageText.substring(i1, indexOfEnd));
- int i2 =0;
-
- while(i2<indexOfEnd && i2>=0) {
- i2 = pageText.indexOf(p2, i1) + p2.length();
- if(i2>=indexOfEnd) break;
- int i3 = pageText.indexOf(p3,i2);
- String href = baseUrl + "/" + pageText.substring(i2,i3);
- allObject.add(href);
- i1=i3 + p3.length();
- }
-
-
-
- return (String[])allObject.toArray(new String[allObject.size()]);
-
- }
-
- public String getUrl() {
- return topUrl;
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/MsdnElement.java b/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/MsdnElement.java
deleted file mode 100644
index 21585906..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/src/org/eclipse/wst/jsdt/jsdoc/msdn/MsdnElement.java
+++ /dev/null
@@ -1,703 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-/**
- *
- */
-package org.eclipse.wst.jsdt.jsdoc.msdn;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-
-import org.eclipse.wst.jsdt.jsdoc.ElementInfo;
-import org.eclipse.wst.jsdt.jsdoc.Util;
-
-/**
- * @author childsb
- *
- * parsers msdn web pages into a JSDoc and JavaScript prototype structure for library purposes.
- *
- */
-public class MsdnElement extends ElementInfo{
-
-
- String typeName;
- String[][] parsedParams = null;
-
-
- public String getJsTypeName() {
- if(typeName!=null) return typeName;
-
- switch(getType()) {
- case ElementInfo.PROPERTY:
- String pageText = getPageText();
- String p1 = "<p class=\"clsRef\">Possible Values</p>";
- String end = "</blockquote>";
- int i1 = pageText.indexOf(p1);
-
- if(i1<0) return null;
-
- i1 = i1 + p1.length() ;
- int indexOfEnd = pageText.indexOf(end, i1);
- String p2 = "<b>";
- String p3 = "</b>";
-
-
- //System.out.println(pageText.substring(i1, indexOfEnd));
- int i2 = pageText.indexOf(p2, i1) + p2.length();
-
- int i3 = pageText.indexOf(p3,i2);
- if(i2>indexOfEnd || i3>indexOfEnd) return null;
-
- typeName = pageText.substring(i2,i3);
- break;
- case ElementInfo.COLLECTION:
- typeName="Array";
- break;
- case METHOD:
- pageText = getPageText();
- p1 = "<p class=\"clsRef\">Return Value</p>";
- end = "</blockquote>";
- i1 = pageText.indexOf(p1);
-
- if(i1<0) return null;
-
- i1 = i1 + p1.length() ;
- indexOfEnd = pageText.indexOf(end, i1);
- p2 = "<b>";
- p3 = "</b>";
-
-
- //System.out.println(pageText.substring(i1, indexOfEnd));
- i2 = pageText.indexOf(p2, i1);
- if(i2<0) return null;
- i2 = i2+ p2.length();
-
- i3 = pageText.indexOf(p3,i2);
- if(i2>indexOfEnd || i3>indexOfEnd) return null;
-
- typeName = pageText.substring(i2,i3);
- break;
-
- }
- return typeName;
- }
-
-
-
- public String getJsDoc(String parentName) {
- StringBuffer jsDoc = new StringBuffer();
- jsDoc.append("/**" + Util.NEW_LINE);
- String dec = " * ";
- String endDec = Util.NEW_LINE;
-
- switch(getType()) {
- case COLLECTION:
- case EVENT:
- case ElementInfo.CLASS:
- if(parentName!=null) {
- jsDoc.append(dec + "Property " + getName() + endDec);
- jsDoc.append(dec + "@type " + getName() + endDec);
- jsDoc.append(dec + "@return " + getName() + endDec);
- jsDoc.append(dec + "@class " + parentName + endDec);
- jsDoc.append(dec + "@since " + getSince() + endDec);
- break;
- }
- jsDoc.append(dec + "Object " + getName() + "()" + endDec);
- jsDoc.append(dec + "@type " + getName() + endDec);
- jsDoc.append(dec + "@super "+ getSuperType() + endDec);
- jsDoc.append(dec + "@class " + getName() + endDec);
- jsDoc.append(dec + "@since " + getSince() + endDec);
- break;
- case ElementInfo.METHOD:
- String superType = getSuperType();
- jsDoc.append(dec + "function " + getName() + "(" + getParamString() + ")" + endDec);
- String params[][] = getParamaters();
- for(int i = 0;i<params.length;i++) {
- jsDoc.append(dec + "@param " + params[i][0] + " " + params[i][1] + endDec);
- }
- if(superType!=null) jsDoc.append(dec + "@type " + superType + endDec);
- if(superType!=null) jsDoc.append(dec + "@return " + superType + endDec);
-
- jsDoc.append(dec + "@class " + parentName + endDec);
- jsDoc.append(dec + "@since " + getSince() + endDec);
- break;
- case ElementInfo.PROPERTY:
- jsDoc.append(dec + "Property " + getName() + endDec);
- jsDoc.append(dec + "@type " + getSuperType() + endDec);
- jsDoc.append(dec + "@return " + getSuperType() + endDec);
- jsDoc.append(dec + "@class " + parentName + endDec);
- jsDoc.append(dec + "@since " + getSince() + endDec);
- break;
- }
- jsDoc.append(dec + "@link " + getUrl() + endDec);
- jsDoc.append("*/" + Util.NEW_LINE);
- return jsDoc.toString();
- }
-
- public String[][] getParamaters() {
-
- if(parsedParams!=null) return parsedParams;
-
- String[][] noParams = new String[0][];
- //
-
- String pageText = getPageText();
- String p1 = "<p class=\"clsRef\">Parameters</p>";
- String end = "</blockquote>";
- int i1 = pageText.indexOf(p1);
-
- if(i1<0) {
- parsedParams = noParams;
- return parsedParams;
- }
-
- i1 = i1 + p1.length() ;
- int indexOfEnd = pageText.indexOf(end, i1);
-
- int paramStart = i1;
-
- ArrayList params = new ArrayList();
- ArrayList types = new ArrayList();
-
- String paramI = "<i>";
- String paramIend = "</i>";
- String p2 = "<b>";
- String p3 = "</b>";
- String paramTypeEendFallback1 = "<td>";
- String paramTypeEendFallback1End = "</td>";
- while(paramStart<indexOfEnd) {
- paramStart = pageText.indexOf(paramI, paramStart);
- if(paramStart<0 || paramStart>indexOfEnd) break;
- paramStart =paramStart + paramI.length();
- int paramEnd = pageText.indexOf(paramIend, paramStart);
- String paramName = pageText.substring(paramStart,paramEnd);
-
- int typeStart = pageText.indexOf(p2,paramEnd);
- int typeEnd = -1;
-
- if(typeStart>0) {
- typeStart = typeStart + p2.length();
- typeEnd = pageText.indexOf(p3, typeStart);
-
- }else {
- typeStart =pageText.indexOf(paramTypeEendFallback1,paramEnd + paramI.length()) + paramTypeEendFallback1.length() ;
- typeEnd = pageText.indexOf(paramTypeEendFallback1End, typeStart);
- }
- String typeName=null;
- try {
- typeName = pageText.substring(typeStart,typeEnd);
- } catch (RuntimeException ex) {
- // TODO Auto-generated catch block
- //ex.printStackTrace();
- break;
- }
-
- paramStart = pageText.indexOf(paramTypeEendFallback1End, typeStart);
- //paramStart = typeEnd;
-
- if(contains(typeName, "integer")) typeName = "Number";
-
- params.add(paramName);
- types.add(typeName);
- }
-
- //int paramTypeStart = i1;
-
-
-// while(paramTypeStart<indexOfEnd) {
-// paramTypeStart = pageText.indexOf(p2, paramTypeStart);
-// if(paramTypeStart<0) break;
-// paramTypeStart =paramTypeStart + p2.length();
-// int paramEnd = pageText.indexOf(p3, paramTypeStart);
-// String paramName = pageText.substring(paramTypeStart,paramEnd);
-// types.add(paramName.trim());
-// }
-
- if(params.size()==0) return noParams;
-
- parsedParams = new String[params.size()][2];
-
- for(int i = 0;i<params.size();i++) {
- parsedParams[i][0]=(String)params.get(i);
- parsedParams[i][1]=(String)types.get(i);
- }
-
- return parsedParams;
- }
-
- public String getSuperType() {
- if(getType()==COLLECTION) return "Array";
- if(getType()==EVENT) return "Object";
- if(getType()==PROPERTY) {
- String jsTypeName = getJsTypeName();
- if(jsTypeName==null) return "Object";
- jsTypeName = jsTypeName.trim();
- if(contains(jsTypeName, "variant")) return "Object";
- if(contains(jsTypeName, "integer")) return "Number";
- return jsTypeName ;
- }
- if(getType()==CLASS) {
-
- return "Object";
-
- }
- if(getType()==METHOD) {
- String jsTypeName = getJsTypeName();
- if(jsTypeName==null) return null;
- jsTypeName = jsTypeName.trim();
- if(contains(jsTypeName, "variant")) return "Object";
- if(contains(jsTypeName, "integer")) return "Number";
- return jsTypeName ;
-
- }
-
- return "Object";
- }
-
- public String getSince() {
- return "JScript 5.6";
- }
-
- public String getJsStructure() {
- StringBuffer structure = new StringBuffer();
- structure.append(getJsDoc(null) + Util.NEW_LINE);
- ElementInfo[] children = getChildren();
- String myName = getName();
- structure.append("function " + myName + "(){};" + Util.NEW_LINE);
- structure.append(myName + ".prototype= new " + getSuperType() + "();" + Util.NEW_LINE);
-
- for(int i = 0;i<children.length;i++) {
-
- //if( !children[i].visit())
- structure.append(children[i].getJsStructure(myName));
- }
- return structure.toString();
- }
-
- public String getParamString() {
- String[][] params = getParamaters();
- String paramString="";
-
- for(int i = 0;i<params.length;i++) {
- paramString = paramString + params[i][0] + (((i+1)<params.length) ?",":"");
- }
- return paramString;
- }
-
- public String getJsStructure(String parent) {
- StringBuffer structure = new StringBuffer();
-
- switch(getType()) {
- case ElementInfo.PROPERTY:
- structure.append(getJsDoc(parent)+ Util.NEW_LINE);
-
- if(!isStatic()) {
- structure.append(parent + ".prototype." + getName() + "=" + getInitializer(getSuperType()) + ";" + Util.NEW_LINE );
- }else {
- structure.append(parent + "." + getName() + "=" + getInitializer(getSuperType()) + ";" + Util.NEW_LINE);
- }
- break;
- case ElementInfo.METHOD:
- structure.append(getJsDoc(parent)+ Util.NEW_LINE);
- if(!isStatic()) {
- structure.append(parent + ".prototype." + getName() + "=function("+getParamString()+"){};" + Util.NEW_LINE);
- }else {
- structure.append(parent + getName()+ "=function("+getParamString()+"){};" + Util.NEW_LINE );
- }
-
- break;
- case CLASS:
- case EVENT:
- case COLLECTION:
- structure.append(getJsDoc(parent)+ Util.NEW_LINE);
-
- if(!isStatic()) {
- structure.append(parent + ".prototype." + getName() + "= new " + getName() + "();" + Util.NEW_LINE );
- }else {
- structure.append(parent + "." + getName() + "= new " + getName() + "();" + Util.NEW_LINE);
- }
- //System.out.println("adding complex structure : \n" + structure.toString());
- break;
-
- }
- return structure.toString();
- }
-
- public boolean isStatic() {
- return false;
- }
-
- public MsdnElement(String baseUrl,ElementInfo parent) {
-
- super(baseUrl,parent);
- }
-
- public MsdnElement(String baseUrl) {
-
- super(baseUrl,null);
- }
-
- private ElementInfo getMsdnElement(String baseUrl) {
- ElementInfo temp = findChild(baseUrl);
- if(temp!=null) return temp;
-
- MsdnElement element = new MsdnElement(baseUrl, this);
- nodes.add(element);
- return element;
- }
-
-
- public String getName() {
- if(super.name!=null) return super.name;
- String pageText = getPageText();
- if(pageText==null) return null;
-
- String p1 = "<div class=\"stat\"><strong>&nbsp;";
-
- int i1 = pageText.indexOf(p1) + p1.length() ;
-
- String p2 = " ";
-
- int i2 = pageText.indexOf(p2,i1);
- super.name = pageText.substring(i1,i2);
- return super.name;
- }
-
-
-
- public boolean contains(String s1, String searchFor) {
- String temp = s1.toLowerCase();
- String temp2 = searchFor.toLowerCase();
-
- return temp.indexOf(temp2)>-1;
- }
-
- public int getType() {
-
- String typeName=null;
-
- if(super.type>-1) return super.type;
-
- String pageText;
- int i1;
- int i2;
- try {
- pageText = getPageText();
-
- String p1 = "<div class=\"stat\"><strong>&nbsp;" + getName();
-
- i1 = pageText.indexOf(p1) + p1.length();
-
- String p2 = "</strong>";
-
- i2 = pageText.indexOf(p2,i1);
- } catch (RuntimeException ex) {
- return -1;
- }
-
-
-
- try {
- typeName = pageText.substring(i1,i2).trim();
- } catch (Exception ex) {
- return -1;
- // TODO Auto-generated catch block
- //ex.printStackTrace();
- }
-
- if(contains(typeName,("object")) || contains(typeName,"Collection")){
- super.type = ElementInfo.CLASS;
- }
-
- if(contains(typeName,"Property")){
- super.type = ElementInfo.PROPERTY;
- }
-
- if(contains(typeName,"Method")){
- super.type = ElementInfo.METHOD;
- }
- if(contains(typeName,"Event")){
- super.type = ElementInfo.EVENT;
- }
- if(contains(typeName,"Collection")){
- super.type = ElementInfo.COLLECTION;
- }
- return super.type;
- }
-
- public String getTypeName() {
- switch(getType()) {
- case ElementInfo.EVENT:
- return "Event";
- case ElementInfo.COLLECTION:
- return "Collection";
- default:
- return super.getTypeName();
- }
- }
-
- public ElementInfo[] getChildren() {
- if(super.children!=null && super.children.length!=0) return super.children;
- ArrayList children = new ArrayList();
-
- ElementInfo[] elemnts;
-
- elemnts = getProperties();
- children.addAll(Arrays.asList(elemnts));
- if(DEBUG) {
- System.out.println("Found the following in getProperties()");
- for(int i = 0;i<elemnts.length;i++) {
- String name = elemnts[i].getName();
- System.out.println("\t" + name);
- }
- }
- elemnts =getMethods();
- children.addAll(Arrays.asList(elemnts));
-
- if(DEBUG) {
- System.out.println("Found the following in getMethods()");
- for(int i = 0;i<elemnts.length;i++) {
- String name = elemnts[i].getName();
- System.out.println("\t" + name);
- }
- }
- elemnts =getObjects();
- children.addAll(Arrays.asList(elemnts));
- if(DEBUG) {
- System.out.println("Found the following in getObjects()");
- for(int i = 0;i<elemnts.length;i++) {
- String name = elemnts[i].getName();
- System.out.println("\t" + name);
- }
- }
- elemnts =getEvents();
- children.addAll(Arrays.asList(elemnts));
-
- if(DEBUG) {
- System.out.println("Found the following in getEvents()");
- for(int i = 0;i<elemnts.length;i++) {
- String name = elemnts[i].getName();
- System.out.println("\t" + name);
- }
- }
- elemnts =getCollections();
- children.addAll(Arrays.asList(elemnts));
- if(DEBUG) {
- System.out.println("Found the following in getCollections()");
- for(int i = 0;i<elemnts.length;i++) {
- String name = elemnts[i].getName();
- System.out.println("\t" + name);
- }
- }
- super.children = (ElementInfo[])children.toArray(new ElementInfo[children.size()]);
-
-
- return super.children;
- }
-
-
-
- public boolean hasChildren() {
- ElementInfo[] children = getChildren();
- return children!=null && children.length>0;
- }
-
- public ElementInfo[] getProperties() {
- ArrayList foundProps = new ArrayList();
- String baseUrl = getBaseUrl();
- String pageText = getPageText();
- String p1 = "<tr><th>Property</th><th>Description</th></tr>";
- String end = "</table>";
- int i1 = pageText.indexOf(p1);
-
- if(i1<0) {
- p1 = "<th>Attribute</th><th>Property</th><th>Description</th>";
- i1 = pageText.indexOf(p1);
- }
- if(i1<0) {
- //System.out.println("No properties");
- return new ElementInfo[0];
- }
- i1 = i1 + p1.length() ;
-
-
-
- int indexOfEnd = pageText.indexOf(end, i1);
- String p2 = "href=\"";
- int i2 = i1;
- String p3 = "\"";
- while(i2<indexOfEnd) {
- i2 = pageText.indexOf(p2,i2) + p2.length();
-
- int i3 = pageText.indexOf(p3,i2);
- String urlName = pageText.substring(i2,i3);
-
-
-
- ElementInfo info = getMsdnElement(baseUrl + "/" + urlName);
- if(!foundProps.contains(info)) foundProps.add(info);
- }
- return (ElementInfo[])foundProps.toArray(new ElementInfo[foundProps.size()]);
- }
-
- public ElementInfo[] getMethods() {
-
- ArrayList foundProps = new ArrayList();
- String baseUrl = getBaseUrl();
- String pageText = getPageText();
- String p1 = "<tr><th>Method</th><th>Description</th></tr>";
- String end = "</table>";
- int i1 = pageText.indexOf(p1);
-
- if(i1<0) {
- //System.out.println("no methods");
- return new ElementInfo[0];
- }
-
- i1 = i1 + p1.length() ;
- int indexOfEnd = pageText.indexOf(end, i1);
- String p2 = "href=\"";
- int i2 = i1;
- String p3 = "\"";
- while(i2<indexOfEnd) {
- i2 = pageText.indexOf(p2,i2) + p2.length();
- if(i2>indexOfEnd) break;
- int i3 = pageText.indexOf(p3,i2);
- String urlName = pageText.substring(i2,i3);
-
-
- ElementInfo info = getMsdnElement(baseUrl + "/" + urlName);
- if(!foundProps.contains(info)) foundProps.add(info);
- }
- return (ElementInfo[])foundProps.toArray(new ElementInfo[foundProps.size()]);
- }
-
- public ElementInfo[] getObjects() {
- ArrayList foundProps = new ArrayList();
- String baseUrl = getBaseUrl();
- String pageText = getPageText();
- String p1 = "<tr><th>Object</th><th>Description</th></tr>";
- String end = "</table>";
- int i1 = pageText.indexOf(p1);
- if(i1<0) {
- p1 = "<tr><th>Element</th><th>Object</th><th>Description</th>";
- i1 = pageText.indexOf(p1);
- }
-
- if(i1<0) {
- //System.out.println("no Objects");
- return new ElementInfo[0];
- }
-
- i1 = i1 + p1.length() ;
-
- int indexOfEnd = pageText.indexOf(end, i1);
- String p2 = "href=\"";
- int i2 = i1;
- String p3 = "\"";
- while(i2<indexOfEnd) {
- i2 = pageText.indexOf(p2,i2) + p2.length();
- if(i2>indexOfEnd) break;
- int i3 = pageText.indexOf(p3,i2);
- String urlName = pageText.substring(i2,i3);
-
-
- ElementInfo info = getMsdnElement(baseUrl + "/" + urlName);
- //System.out.println("Adding object: " + baseUrl + "/" + urlName);
- if(!foundProps.contains(info)) {
- //String objectName = info.getName();
- //System.out.println("Adding " + objectName);
- foundProps.add(info);
- }
- }
- return (ElementInfo[])foundProps.toArray(new ElementInfo[foundProps.size()]);
- }
-
- public ElementInfo[] getEvents() {
-
- ArrayList foundProps = new ArrayList();
- String baseUrl = getBaseUrl();
- String pageText = getPageText();
- String p1 = "<tr><th>Event</th><th>Description</th></tr>";
- String end = "</table>";
- int i1 = pageText.indexOf(p1);
-
- if(i1<0) {
- //System.out.println("No events");
- return new ElementInfo[0];
- }
-
- i1 = i1 + p1.length() ;
- int indexOfEnd = pageText.indexOf(end, i1);
- String p2 = "href=\"";
- int i2 = i1;
- String p3 = "\"";
- while(i2<indexOfEnd) {
- i2 = pageText.indexOf(p2,i2) + p2.length();
- if(i2>indexOfEnd) break;
- int i3 = pageText.indexOf(p3,i2);
- String urlName = pageText.substring(i2,i3);
-
-
- ElementInfo info = getMsdnElement(baseUrl + "/" + urlName);
-
- if(!foundProps.contains(info)) foundProps.add(info);
- }
- return (ElementInfo[])foundProps.toArray(new ElementInfo[foundProps.size()]);
- }
-
- public ElementInfo[] getCollections() {
-
- ArrayList foundProps = new ArrayList();
- String baseUrl = getBaseUrl();
- String pageText = getPageText();
- String p1 = "<tr><th>Collection</th><th>Description</th></tr>";
- String end = "</table>";
- int i1 = pageText.indexOf(p1);
- if(i1<0) {
- //System.out.println("No Collections");
- return new ElementInfo[0];
- }
- i1 = i1 + p1.length() ;
- int indexOfEnd = pageText.indexOf(end, i1);
- String p2 = "href=\"";
- int i2 = i1;
- String p3 = "\"";
- while(i2<indexOfEnd) {
- i2 = pageText.indexOf(p2,i2) + p2.length();
- if(i2>indexOfEnd) break;
- int i3 = pageText.indexOf(p3,i2);
- String urlName = pageText.substring(i2,i3);
-
-
- ElementInfo info = getMsdnElement(baseUrl + "/" + urlName);
-
- if(!foundProps.contains(info)) foundProps.add(info);
- }
- return (ElementInfo[])foundProps.toArray(new ElementInfo[foundProps.size()]);
- }
-
- private static String getInitializer(String className) {
- if(className.trim().equalsIgnoreCase("Integer")) return "0";
- if(className.trim().equalsIgnoreCase("Boolean")) return "false";
- if(className.trim().equalsIgnoreCase("String")) return "\"\"";
- if(className.trim().equalsIgnoreCase("Number")) return "0";
-
- return "new " + className + "()";
-
-
- }
-
- public String toString() {
- if(name!=null) return name + " URL " + baseUrl;
- return baseUrl;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/webCache/.cvsignore b/bundles/org.eclipse.wst.jsdt.support.ie/webCache/.cvsignore
deleted file mode 100644
index dee56957..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/webCache/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-*.* \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.classpath b/bundles/org.eclipse.wst.jsdt.ui/.classpath
deleted file mode 100644
index ce739334..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.options b/bundles/org.eclipse.wst.jsdt.ui/.options
deleted file mode 100644
index 119937d4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.options
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.wst.jsdt.ui/statusbar/offset=false
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.project b/bundles/org.eclipse.wst.jsdt.ui/.project
deleted file mode 100644
index a707526a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.wst.jsdt.ui</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index d96ff151..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Wed Apr 02 22:23:18 EDT 2008
-eclipse.preferences.version=1
-encoding/<project>=ISO-8859-1
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.runtime.prefs b/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 7ec57502..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Mon Apr 17 01:48:39 EDT 2006
-eclipse.preferences.version=1
-line.separator=\r\n
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index de5bde89..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,106 +0,0 @@
-#Wed Apr 21 20:11:51 EDT 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.builder.cleanOutputFolder=clean
-org.eclipse.jdt.core.builder.duplicateResourceTask=warning
-org.eclipse.jdt.core.builder.invalidClasspath=ignore
-org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
-org.eclipse.jdt.core.circularClasspath=error
-org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
-org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
-org.eclipse.jdt.core.codeComplete.argumentPrefixes=
-org.eclipse.jdt.core.codeComplete.argumentSuffixes=
-org.eclipse.jdt.core.codeComplete.fieldPrefixes=
-org.eclipse.jdt.core.codeComplete.fieldSuffixes=
-org.eclipse.jdt.core.codeComplete.localPrefixes=
-org.eclipse.jdt.core.codeComplete.localSuffixes=
-org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
-org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.doc.comment.support=enabled
-org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
-org.eclipse.jdt.core.compiler.problem.deadCode=warning
-org.eclipse.jdt.core.compiler.problem.deprecation=ignore
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
-org.eclipse.jdt.core.compiler.problem.emptyStatement=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error
-org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=error
-org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
-org.eclipse.jdt.core.compiler.problem.nullReference=warning
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
-org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
-org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
-org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=enabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
-org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=error
-org.eclipse.jdt.core.compiler.problem.unusedLabel=error
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
-org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
-org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.3
-org.eclipse.jdt.core.incompatibleJDKLevel=ignore
-org.eclipse.jdt.core.incompleteClasspath=error
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index c91d09d8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,51 +0,0 @@
-#Wed Oct 24 19:41:31 EDT 2007
-cleanup.add_default_serial_version_id=true
-cleanup.add_generated_serial_version_id=false
-cleanup.add_missing_annotations=false
-cleanup.add_missing_deprecated_annotations=true
-cleanup.add_missing_nls_tags=false
-cleanup.add_missing_override_annotations=true
-cleanup.add_serial_version_id=true
-cleanup.always_use_blocks=true
-cleanup.always_use_parentheses_in_expressions=true
-cleanup.always_use_this_for_non_static_field_access=false
-cleanup.always_use_this_for_non_static_method_access=false
-cleanup.convert_to_enhanced_for_loop=false
-cleanup.format_source_code=false
-cleanup.make_local_variable_final=true
-cleanup.make_parameters_final=false
-cleanup.make_private_fields_final=true
-cleanup.make_variable_declarations_final=false
-cleanup.never_use_blocks=false
-cleanup.never_use_parentheses_in_expressions=false
-cleanup.organize_imports=true
-cleanup.qualify_static_field_accesses_with_declaring_class=false
-cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
-cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
-cleanup.qualify_static_member_accesses_with_declaring_class=true
-cleanup.qualify_static_method_accesses_with_declaring_class=false
-cleanup.remove_private_constructors=true
-cleanup.remove_unnecessary_casts=true
-cleanup.remove_unnecessary_nls_tags=true
-cleanup.remove_unused_imports=true
-cleanup.remove_unused_local_variables=false
-cleanup.remove_unused_private_fields=true
-cleanup.remove_unused_private_members=true
-cleanup.remove_unused_private_methods=true
-cleanup.remove_unused_private_types=true
-cleanup.use_blocks=true
-cleanup.use_blocks_only_for_return_and_throw=false
-cleanup.use_parentheses_in_expressions=true
-cleanup.use_this_for_non_static_field_access=false
-cleanup.use_this_for_non_static_field_access_only_if_necessary=true
-cleanup.use_this_for_non_static_method_access=false
-cleanup.use_this_for_non_static_method_access_only_if_necessary=true
-cleanup_profile=_SSE Team Styles
-cleanup_settings_version=2
-eclipse.preferences.version=1
-internal.default.compliance=default
-org.eclipse.jdt.ui.exception.name=e
-org.eclipse.jdt.ui.gettersetter.use.is=true
-org.eclipse.jdt.ui.keywordthis=false
-org.eclipse.jdt.ui.overrideannotation=false
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.ltk.core.refactoring.prefs b/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index c59368c5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Tue Apr 04 03:36:32 EDT 2006
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.pde.prefs
deleted file mode 100644
index 1c6ebc9f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/.settings/org.eclipse.pde.prefs
+++ /dev/null
@@ -1,28 +0,0 @@
-#Thu Jun 11 11:29:40 EDT 2009
-compilers.s.create-docs=false
-compilers.p.internal=1
-compilers.p.unresolved-ex-points=0
-compilers.p.missing-packages=2
-eclipse.preferences.version=1
-compilers.p.unresolved-import=0
-compilers.f.unresolved-features=1
-compilers.p.unknown-identifier=1
-compilers.p.unknown-resource=0
-compilers.s.open-tags=1
-compilers.p.unused-element-or-attribute=0
-compilers.p.not-externalized-att=0
-compilers.p.no-required-att=0
-compilers.p.discouraged-class=1
-compilers.p.missing-version-export-package=2
-compilers.incompatible-environment=0
-compilers.p.deprecated=1
-compilers.use-project=true
-compilers.p.missing-version-import-package=2
-compilers.p.missing-version-require-bundle=2
-compilers.f.unresolved-plugins=1
-compilers.p.build=0
-compilers.p.unknown-element=0
-compilers.p.unknown-class=0
-compilers.p.illegal-att-value=0
-compilers.s.doc-folder=doc
-compilers.p.unknown-attribute=0
diff --git a/bundles/org.eclipse.wst.jsdt.ui/JavadocHoverStyleSheet.css b/bundles/org.eclipse.wst.jsdt.ui/JavadocHoverStyleSheet.css
deleted file mode 100644
index 257a8f29..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/JavadocHoverStyleSheet.css
+++ /dev/null
@@ -1 +0,0 @@
-/* Font definitions */ html { font-family: sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; } body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size:1em; } pre { font-family: monospace; } /* Margins */ body { overflow: auto; margin-top: 0px; margin-bottom: 0.5em; margin-left: 0.3em; margin-right: 0px; } h1 { margin-top: 0.3em; margin-bottom: 0.04em; } h2 { margin-top: 2em; margin-bottom: 0.25em; } h3 { margin-top: 1.7em; margin-bottom: 0.25em; } h4 { margin-top: 2em; margin-bottom: 0.3em; } h5 { margin-top: 0px; margin-bottom: 0px; } p { margin-top: 1em; margin-bottom: 1em; } pre { margin-left: 0.6em; } ul { margin-top: 0px; margin-bottom: 1em; } li { margin-top: 0px; margin-bottom: 0px; } li p { margin-top: 0px; margin-bottom: 0px; } ol { margin-top: 0px; margin-bottom: 1em; } dl { margin-top: 0px; margin-bottom: 1em; } dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; } dd { margin-top: 0px; margin-bottom: 0px; } /* Styles and colors */ a:link { color: #0000FF; } a:hover { color: #000080; } a:visited { text-decoration: underline; } h4 { font-style: italic; } strong { font-weight: bold; } em { font-style: italic; } var { font-style: italic; } th { font-weight: bold; } \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.ui/JavadocViewStyleSheet.css b/bundles/org.eclipse.wst.jsdt.ui/JavadocViewStyleSheet.css
deleted file mode 100644
index 57eb0f3c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/JavadocViewStyleSheet.css
+++ /dev/null
@@ -1,33 +0,0 @@
-/* Font definitions */
-html { font-family: sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
-body, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
-pre { font-family: monospace; }
-h1 { font-size: 1.8em; }
-h2 { font-size: 1.2em; }
-h3 { font-size: 1.1em; }
-
-/* Margins */
-h1 { margin-top: 0.3em; margin-bottom: 0.04em }
-h2 { margin-top: 2em; margin-bottom: 0.25em }
-h3 { margin-top: 1.7em; margin-bottom: 0.25em }
-h4 { margin-top: 2em; margin-bottom: 0.3em }
-h5 { margin-top: 0px; margin-bottom: 0px }
-p { margin-top: 1em; margin-bottom: 1em }
-pre { margin-left: 0.6em }
-ul { margin-top: 0px; margin-bottom: 1em; }
-li { margin-top: 0px; margin-bottom: 0px; }
-li p { margin-top: 0px; margin-bottom: 0px; }
-ol { margin-top: 0px; margin-bottom: 1em; }
-dl { margin-top: 0px; margin-bottom: 1em; }
-dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
-dd { margin-top: 0px; margin-bottom: 0px; }
-
-/* Styles and colors */
-a:link { color: #0000FF; }
-a:hover { color: #000080; }
-a:visited { text-decoration: underline; }
-h4 { font-style: italic; }
-strong { font-weight: bold; }
-em { font-style: italic; }
-var { font-style: italic; }
-th { font-weight: bold; }
diff --git a/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF
deleted file mode 100644
index 6c57597e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,135 +0,0 @@
-Manifest-Version: 1.0
-Bundle-SymbolicName: org.eclipse.wst.jsdt.ui; singleton:=true
-Bundle-Version: 1.1.0.qualifier
-Bundle-Activator: org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin
-Import-Package: com.ibm.icu.text,
- com.ibm.icu.util
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-Vendor: %providerName
-Export-Package: org.eclipse.wst.jsdt.internal.corext;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.corext.buildpath;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.callhierarchy;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.codemanipulation;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.corext.dom;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.dom.fragments;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.fix;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.javadoc;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.base;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.binary;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.changes;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.code;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.code.flow;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.delegates;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.nls;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.nls.changes;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.participants;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.rename;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.reorg;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.scripting;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.sef;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.structure;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.structure.constraints;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.surround;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.tagging;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints.types;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints.typesets;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.typeconstraints2;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.refactoring.util;x-internal:=true,
- org.eclipse.wst.jsdt.internal.corext.template.java;x-friends:="org.eclipse.wst.jsdt.debug.ui",
- org.eclipse.wst.jsdt.internal.corext.util;x-friends:="org.eclipse.jdt.junit",
- org.eclipse.wst.jsdt.internal.ui;x-friends:="org.eclipse.wst.jsdt.junit,org.eclipse.wst.jsdt.debug.ui",
- org.eclipse.wst.jsdt.internal.ui.actions;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.ui.browsing;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.callhierarchy;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.commands;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.compare;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.dialogs;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.dnd;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.filters;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.fix;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.infoviews;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.javadocexport;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.javaeditor;x-friends:="org.eclipse.wst.jsdt.junit,org.eclipse.wst.jsdt.debug.ui",
- org.eclipse.wst.jsdt.internal.ui.javaeditor.saveparticipant;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.javaeditor.selectionactions;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.model;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.navigator;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.packageview;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.preferences;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.preferences.cleanup;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.preferences.formatter;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.actions;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.binary;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.code;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.contentassist;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.ui.refactoring.nls;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.nls.search;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.reorg;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.refactoring.sef;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.search;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.comment;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.correction;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.folding;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.html;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.java;x-friends:="org.eclipse.wst.jsdt.debug.ui",
- org.eclipse.wst.jsdt.internal.ui.text.java.hover;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.javadoc;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.spelling;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.spelling.engine;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.text.template.contentassist;x-friends:="org.eclipse.wst.jsdt.debug.ui",
- org.eclipse.wst.jsdt.internal.ui.text.template.preferences;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.typehierarchy;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.util;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.ui.viewsupport;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.ui.wizards;x-friends:="org.eclipse.wst.jsdt.junit",
- org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.newsourcepage;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.wizards.dialogfields;x-internal:=true,
- org.eclipse.wst.jsdt.internal.ui.workingsets;x-internal:=true,
- org.eclipse.wst.jsdt.libraries,
- org.eclipse.wst.jsdt.ui,
- org.eclipse.wst.jsdt.ui.actions,
- org.eclipse.wst.jsdt.ui.dialogs,
- org.eclipse.wst.jsdt.ui.project,
- org.eclipse.wst.jsdt.ui.refactoring,
- org.eclipse.wst.jsdt.ui.search,
- org.eclipse.wst.jsdt.ui.text,
- org.eclipse.wst.jsdt.ui.text.folding,
- org.eclipse.wst.jsdt.ui.text.java,
- org.eclipse.wst.jsdt.ui.text.java.hover,
- org.eclipse.wst.jsdt.ui.wizards
-Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui.console;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.help;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)",
- org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.wst.jsdt.core;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.search;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.debug.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.compare;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.team.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.team.core;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.text;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui.views;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.ui.editors;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ltk.core.refactoring;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ltk.ui.refactoring;bundle-version="[3.4.100,4.0.0)",
- org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.ui.navigator;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.wst.jsdt.manipulation;bundle-version="[1.0.200,2.0.0)"
-Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Bundle-Localization: plugin
-Bundle-ActivationPolicy: lazy
-
diff --git a/bundles/org.eclipse.wst.jsdt.ui/about.html b/bundles/org.eclipse.wst.jsdt.ui/about.html
deleted file mode 100644
index b3906a9f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/about.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>April 20, 2007</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-<h3>Third Party Content</h3>
-
-<p>The Content includes items that have been sourced from third parties as set out below. If you
-did not receive this Content directly from the Eclipse Foundation, the following is provided
-for informational purposes only, and you should look to the Redistributor&rsquo;s license for
-terms and conditions of use.</p>
-
-<h4>Ispell 3.1.20</h4>
-
-<p>The plug-in is accompanied by software developed by Geoff Kuenning. The following files:</p>
-<ul>
- <li>dictionaries/en_US.dictionary</li>
- <li>dictionaries/en_GB.dictionary</li>
-</ul>
-
-<p>are based on Ispell 3.1.20. The home page for Ispell is located at <a href="http://lasr.cs.ucla.edu/geoff/ispell.html" target="_blank">http://lasr.cs.ucla.edu/geoff/ispell.html</a>.</p>
-
-<p>Your use of Ispell 3.1.20 in the plug-in is subject to the terms and conditions of the Ispell license. A copy of the Ispell license is included in
-<a href="about_files/ispell-license.txt" target="_blank">about_files/ispell-license.txt</a> and is also reproduced below:</p>
-
-<blockquote>
- Copyright 1993, Geoff Kuenning, Granada Hills, CA<br />
- All rights reserved.<br />
-<br />
- Redistribution and use in source and binary forms, with or without<br />
- modification, are permitted provided that the following conditions<br />
- are met:<br />
-<br />
- 1. Redistributions of source code must retain the above copyright<br />
- notice, this list of conditions and the following disclaimer.<br />
- 2. Redistributions in binary form must reproduce the above copyright<br />
- notice, this list of conditions and the following disclaimer in the<br />
- documentation and/or other materials provided with the distribution.<br />
- 3. All modifications to the source code must be clearly marked as<br />
- such. Binary redistributions based on modified source code<br />
- must be clearly marked as modified versions in the documentation<br />
- and/or other materials provided with the distribution.<br />
- 4. All advertising materials mentioning features or use of this software<br />
- must display the following acknowledgment:<br />
- This product includes software developed by Geoff Kuenning and<br />
- other unpaid contributors.<br />
- 5. The name of Geoff Kuenning may not be used to endorse or promote<br />
- products derived from this software without specific prior<br />
- written permission.<br />
-<br />
- THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS<br />
- IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT<br />
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS<br />
- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEOFF<br />
- KUENNING OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,<br />
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,<br />
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;<br />
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER<br />
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT<br />
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN<br />
- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE<br />
- POSSIBILITY OF SUCH DAMAGE.<br />
-</blockquote>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.ui/about.ini b/bundles/org.eclipse.wst.jsdt.ui/about.ini
deleted file mode 100644
index 68af2913..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/about.ini
+++ /dev/null
@@ -1,12 +0,0 @@
-# about.ini
-# contains information about a feature
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# "%key" are externalized strings defined in about.properties
-# This file does not need to be translated.
-
-# Property "aboutText" contains blurb for "About" dialog (translated)
-aboutText=%blurb
-
-# Property "featureImage" contains path to feature image (32x32)
-featureImage=icons/WTP_icon_x32_v2.png
-
diff --git a/bundles/org.eclipse.wst.jsdt.ui/about.mappings b/bundles/org.eclipse.wst.jsdt.ui/about.mappings
deleted file mode 100644
index bddaab43..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/about.mappings
+++ /dev/null
@@ -1,6 +0,0 @@
-# about.mappings
-# contains fill-ins for about.properties
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file does not need to be translated.
-
-0=@build@ \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.jsdt.ui/about.properties b/bundles/org.eclipse.wst.jsdt.ui/about.properties
deleted file mode 100644
index c59607ec..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/about.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2009 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-# about.properties
-# contains externalized strings for about.ini
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# fill-ins are supplied by about.mappings
-# This file should be translated.
-
-blurb=JavaScript Development Tools\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright Eclipse contributors and others 2005, 2009. All rights reserved.\n\
-Visit http://www.eclipse.org/webtools
diff --git a/bundles/org.eclipse.wst.jsdt.ui/build.properties b/bundles/org.eclipse.wst.jsdt.ui/build.properties
deleted file mode 100644
index 7736b3cb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/build.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- build.properties,\
- icons/,\
- plugin.properties,\
- plugin.xml,\
- templates/,\
- JavadocViewStyleSheet.css,\
- JavadocHoverStyleSheet.css,\
- about.html,\
- about.properties,\
- about.ini,\
- about.mappings
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/WTP_icon_x32_v2.png b/bundles/org.eclipse.wst.jsdt.ui/icons/WTP_icon_x32_v2.png
deleted file mode 100644
index 6f09c2a7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/WTP_icon_x32_v2.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_as_source_folder.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_as_source_folder.gif
deleted file mode 100644
index 6c33c03d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_as_source_folder.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_exc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_exc.gif
deleted file mode 100644
index 7380d7ad..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_exc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gif
deleted file mode 100644
index 55fe5ecd..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_linked_source_to_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_to_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_to_buildpath.gif
deleted file mode 100644
index fb493aed..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/add_to_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/alphab_sort_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/alphab_sort_co.gif
deleted file mode 100644
index 0169b424..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/alphab_sort_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/category_menu.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/category_menu.gif
deleted file mode 100644
index e78f4b2a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/category_menu.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callees.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callees.gif
deleted file mode 100644
index 4e01f248..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callees.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callers.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callers.gif
deleted file mode 100644
index 4091cac6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_callers.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_cancel.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_cancel.gif
deleted file mode 100644
index 4f3dcba2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/ch_cancel.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/class_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/class_obj.gif
deleted file mode 100644
index 3077afdb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/class_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/clear_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/clear_co.gif
deleted file mode 100644
index 6775edfa..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/clear_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/collapseall.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/collapseall.gif
deleted file mode 100644
index 7dc0de51..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/collapseall.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_build_path.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_build_path.gif
deleted file mode 100644
index b178b65f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_build_path.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_buildpath_filters.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_buildpath_filters.gif
deleted file mode 100644
index 647fc18a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_buildpath_filters.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_output_folder.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_output_folder.gif
deleted file mode 100644
index fe8cd536..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/configure_output_folder.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/cpyqual_menu.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/cpyqual_menu.gif
deleted file mode 100644
index 81e03bf2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/cpyqual_menu.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/default_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/default_co.gif
deleted file mode 100644
index c0701d11..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/default_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/definingtype_sort_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/definingtype_sort_co.gif
deleted file mode 100644
index ff83256d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/definingtype_sort_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exc_catch.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exc_catch.gif
deleted file mode 100644
index ab0ee035..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exc_catch.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclude_from_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclude_from_buildpath.gif
deleted file mode 100644
index 9e2cbd5b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclude_from_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclusion_filter_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclusion_filter_attrib.gif
deleted file mode 100644
index 13553e73..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/exclusion_filter_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/fields_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/fields_co.gif
deleted file mode 100644
index 50a70335..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/fields_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/file_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/file_mode.gif
deleted file mode 100644
index 8d0e02da..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/file_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/filter_ps.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/filter_ps.gif
deleted file mode 100644
index 6c54da9a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/filter_ps.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/flatLayout.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/flatLayout.gif
deleted file mode 100644
index a19548d4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/flatLayout.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/gointo_toplevel_type.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/gointo_toplevel_type.gif
deleted file mode 100644
index eaead430..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/gointo_toplevel_type.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/goto_input.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/goto_input.gif
deleted file mode 100644
index 50c73d85..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/goto_input.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_externalized.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_externalized.gif
deleted file mode 100644
index b3bb1bdb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_externalized.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_ignored.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_ignored.gif
deleted file mode 100644
index 900732a7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_ignored.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_internalized.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_internalized.gif
deleted file mode 100644
index 75ca2edb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hide_internalized.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchicalLayout.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchicalLayout.gif
deleted file mode 100644
index 52eeb6d4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchicalLayout.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchy_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchy_co.gif
deleted file mode 100644
index 23c8d72b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/hierarchy_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/history_list.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/history_list.gif
deleted file mode 100644
index 131063ce..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/history_list.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/impl_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/impl_co.gif
deleted file mode 100644
index a727403c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/impl_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/include_on_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/include_on_buildpath.gif
deleted file mode 100644
index 76956331..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/include_on_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inclusion_filter_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inclusion_filter_attrib.gif
deleted file mode 100644
index 283695bd..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inclusion_filter_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inher_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inher_co.gif
deleted file mode 100644
index 23338d74..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/inher_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/javaassist_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/javaassist_co.gif
deleted file mode 100644
index a8c3b4f1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/javaassist_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/jtypeassist_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/jtypeassist_co.gif
deleted file mode 100644
index 4add497d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/jtypeassist_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/localtypes_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/localtypes_co.gif
deleted file mode 100644
index ce6212ff..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/localtypes_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/metharg_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/metharg_obj.gif
deleted file mode 100644
index 7e206e39..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/metharg_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/newpackfolder_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/newpackfolder_wiz.gif
deleted file mode 100644
index df0f181d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/newpackfolder_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/output_folder_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/output_folder_attrib.gif
deleted file mode 100644
index c5cb5bcb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/output_folder_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/pack_empty_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/pack_empty_co.gif
deleted file mode 100644
index 8983df6f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/pack_empty_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/package_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/package_mode.gif
deleted file mode 100644
index a7637201..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/package_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/private_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/private_co.gif
deleted file mode 100644
index 425e3d06..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/private_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/prj_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/prj_mode.gif
deleted file mode 100644
index 36d1a553..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/prj_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/protected_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/protected_co.gif
deleted file mode 100644
index 7755cda7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/protected_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/public_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/public_co.gif
deleted file mode 100644
index 07e7b954..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/public_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/refresh_nav.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/refresh_nav.gif
deleted file mode 100644
index 478cff5f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/refresh_nav.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_as_source_folder.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_as_source_folder.gif
deleted file mode 100644
index dca8f842..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_as_source_folder.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_exc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_exc.gif
deleted file mode 100644
index 559e4629..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_exc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_from_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_from_buildpath.gif
deleted file mode 100644
index 3049ac1e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/remove_from_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/removea_exc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/removea_exc.gif
deleted file mode 100644
index ecd1be56..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/removea_exc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/search_sortmatch.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/search_sortmatch.gif
deleted file mode 100644
index 8d1f91f2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/search_sortmatch.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/smartmode_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/smartmode_co.gif
deleted file mode 100644
index 0ddac91a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/smartmode_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/static_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/static_co.gif
deleted file mode 100644
index 0300447e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/static_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/sub_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/sub_co.gif
deleted file mode 100644
index 3848a251..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/sub_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/super_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/super_co.gif
deleted file mode 100644
index 45808d1d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/super_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/synced.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/synced.gif
deleted file mode 100644
index 4f6e43a5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/synced.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/templateprop_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/templateprop_co.gif
deleted file mode 100644
index ce4394c3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/templateprop_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_automatic.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_automatic.gif
deleted file mode 100644
index 1b93aaca..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_automatic.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_horizontal.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_horizontal.gif
deleted file mode 100644
index 05da6248..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_horizontal.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_showqualified.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_showqualified.gif
deleted file mode 100644
index f288b596..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_showqualified.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_single.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_single.gif
deleted file mode 100644
index 530345b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_single.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_vertical.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_vertical.gif
deleted file mode 100644
index 0a52f1de..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/th_vertical.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/type_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/type_mode.gif
deleted file mode 100644
index 0536cf0a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/type_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/view_menu.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/view_menu.gif
deleted file mode 100644
index 5d13485e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/view_menu.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/wordassist_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/wordassist_co.gif
deleted file mode 100644
index ccf2b43c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dlcl16/wordassist_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/comment_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/comment_edit.gif
deleted file mode 100644
index 96e26f3b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/comment_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportapp_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportapp_wiz.gif
deleted file mode 100644
index 47127783..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportapp_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportjar_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportjar_wiz.gif
deleted file mode 100644
index 5709ddd7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/exportjar_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/importjar_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/importjar_wiz.gif
deleted file mode 100644
index f14b5bb4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/importjar_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_app.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_app.gif
deleted file mode 100644
index f8f8f34e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_app.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_attach.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_attach.gif
deleted file mode 100644
index 6068d7a0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/java_attach.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/javadoc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/javadoc.gif
deleted file mode 100644
index e5fcee86..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/javadoc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/jdoc_hover_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/jdoc_hover_edit.gif
deleted file mode 100644
index d5d12743..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/jdoc_hover_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/mark_occurrences.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/mark_occurrences.gif
deleted file mode 100644
index 1af4d3b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/mark_occurrences.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newannotation_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newannotation_wiz.gif
deleted file mode 100644
index e1da6b15..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newannotation_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newclass_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newclass_wiz.gif
deleted file mode 100644
index ee669263..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newclass_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newenum_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newenum_wiz.gif
deleted file mode 100644
index 5c4ad92f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newenum_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newint_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newint_wiz.gif
deleted file mode 100644
index f9d38638..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newint_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjprj_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjprj_wiz.gif
deleted file mode 100644
index c8c02bbd..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjprj_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjworkingSet_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjworkingSet_wiz.gif
deleted file mode 100644
index 11f1e2c8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newjworkingSet_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpack_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpack_wiz.gif
deleted file mode 100644
index 442b5779..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpack_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpackfolder_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpackfolder_wiz.gif
deleted file mode 100644
index df0f181d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newpackfolder_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newsbook_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newsbook_wiz.gif
deleted file mode 100644
index e19e4366..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/newsbook_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/opentype.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/opentype.gif
deleted file mode 100644
index 2ef5a58f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/opentype.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/segment_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/segment_edit.gif
deleted file mode 100644
index d3da0f08..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/segment_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_l_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_l_edit.gif
deleted file mode 100644
index 85c637ad..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_l_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_r_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_r_edit.gif
deleted file mode 100644
index 054d1149..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/dtool16/shift_r_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_as_source_folder.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_as_source_folder.gif
deleted file mode 100644
index 3900d880..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_as_source_folder.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_exc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_exc.gif
deleted file mode 100644
index 252d7ebc..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_exc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gif
deleted file mode 100644
index 83b778d7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_linked_source_to_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_to_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_to_buildpath.gif
deleted file mode 100644
index ae91c0e7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/add_to_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/alphab_sort_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/alphab_sort_co.gif
deleted file mode 100644
index 6311cc00..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/alphab_sort_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/category_menu.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/category_menu.gif
deleted file mode 100644
index a753223a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/category_menu.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callees.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callees.gif
deleted file mode 100644
index 695e5a5c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callees.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callers.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callers.gif
deleted file mode 100644
index de0e6f9c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_callers.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_cancel.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_cancel.gif
deleted file mode 100644
index dc47edf0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/ch_cancel.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/class_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/class_obj.gif
deleted file mode 100644
index e191e1de..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/class_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/clear_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/clear_co.gif
deleted file mode 100644
index af30a42f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/clear_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/collapseall.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/collapseall.gif
deleted file mode 100644
index a2d80a90..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/collapseall.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_build_path.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_build_path.gif
deleted file mode 100644
index 91c57c31..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_build_path.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_buildpath_filters.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_buildpath_filters.gif
deleted file mode 100644
index 1e9e8f0f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_buildpath_filters.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_output_folder.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_output_folder.gif
deleted file mode 100644
index 3e8e1c20..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/configure_output_folder.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/cpyqual_menu.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/cpyqual_menu.gif
deleted file mode 100644
index 55e2d04a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/cpyqual_menu.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/default_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/default_co.gif
deleted file mode 100644
index 49a14611..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/default_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/definingtype_sort_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/definingtype_sort_co.gif
deleted file mode 100644
index 166eaba9..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/definingtype_sort_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exc_catch.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exc_catch.gif
deleted file mode 100644
index 69064987..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exc_catch.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclude_from_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclude_from_buildpath.gif
deleted file mode 100644
index 1b9b737f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclude_from_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclusion_filter_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclusion_filter_attrib.gif
deleted file mode 100644
index 7cd9d906..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/exclusion_filter_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/fields_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/fields_co.gif
deleted file mode 100644
index aa45cf7f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/fields_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/file_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/file_mode.gif
deleted file mode 100644
index 77c6d098..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/file_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/filter_ps.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/filter_ps.gif
deleted file mode 100644
index a4c9e60e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/filter_ps.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/flatLayout.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/flatLayout.gif
deleted file mode 100644
index 1ef74cf9..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/flatLayout.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/gointo_toplevel_type.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/gointo_toplevel_type.gif
deleted file mode 100644
index ee39264e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/gointo_toplevel_type.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/goto_input.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/goto_input.gif
deleted file mode 100644
index 2a6dea39..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/goto_input.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/help.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/help.gif
deleted file mode 100644
index 9d70301d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/help.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_externalized.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_externalized.gif
deleted file mode 100644
index d702e711..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_externalized.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_ignored.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_ignored.gif
deleted file mode 100644
index a603027d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_ignored.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_internalized.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_internalized.gif
deleted file mode 100644
index bf1ebe8d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hide_internalized.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchicalLayout.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchicalLayout.gif
deleted file mode 100644
index 23448617..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchicalLayout.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchy_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchy_co.gif
deleted file mode 100644
index 45b6b132..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/hierarchy_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/history_list.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/history_list.gif
deleted file mode 100644
index 364c0e70..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/history_list.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/impl_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/impl_co.gif
deleted file mode 100644
index 98d914a4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/impl_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/include_on_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/include_on_buildpath.gif
deleted file mode 100644
index da72808f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/include_on_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inclusion_filter_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inclusion_filter_attrib.gif
deleted file mode 100644
index ce28e91d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inclusion_filter_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inher_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inher_co.gif
deleted file mode 100644
index a326000d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/inher_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/javaassist_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/javaassist_co.gif
deleted file mode 100644
index e9a6bd96..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/javaassist_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/jtypeassist_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/jtypeassist_co.gif
deleted file mode 100644
index 5f161d95..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/jtypeassist_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/localtypes_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/localtypes_co.gif
deleted file mode 100644
index 1971b006..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/localtypes_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/metharg_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/metharg_obj.gif
deleted file mode 100644
index 0aa75fe7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/metharg_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/pack_empty_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/pack_empty_co.gif
deleted file mode 100644
index c88284ad..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/pack_empty_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/package_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/package_mode.gif
deleted file mode 100644
index 24fce6cb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/package_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/private_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/private_co.gif
deleted file mode 100644
index 5b881d8b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/private_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/prj_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/prj_mode.gif
deleted file mode 100644
index 89a4cd48..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/prj_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/protected_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/protected_co.gif
deleted file mode 100644
index cd83b96c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/protected_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/public_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/public_co.gif
deleted file mode 100644
index a9af5d53..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/public_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/refresh_nav.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/refresh_nav.gif
deleted file mode 100644
index 3ca04d06..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/refresh_nav.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_as_source_folder.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_as_source_folder.gif
deleted file mode 100644
index 57995c59..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_as_source_folder.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_exc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_exc.gif
deleted file mode 100644
index 2cd9c544..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_exc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_from_buildpath.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_from_buildpath.gif
deleted file mode 100644
index c65d11c7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/remove_from_buildpath.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/removea_exc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/removea_exc.gif
deleted file mode 100644
index 28a3785a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/removea_exc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/search_sortmatch.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/search_sortmatch.gif
deleted file mode 100644
index 5952ed97..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/search_sortmatch.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/smartmode_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/smartmode_co.gif
deleted file mode 100644
index 542dddca..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/smartmode_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/static_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/static_co.gif
deleted file mode 100644
index 82bc04e3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/static_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/sub_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/sub_co.gif
deleted file mode 100644
index 54871df5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/sub_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/super_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/super_co.gif
deleted file mode 100644
index 59ac1163..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/super_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/synced.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/synced.gif
deleted file mode 100644
index 870934b6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/synced.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/templateprop_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/templateprop_co.gif
deleted file mode 100644
index fdde5fbb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/templateprop_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_automatic.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_automatic.gif
deleted file mode 100644
index 45469ad6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_automatic.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_horizontal.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_horizontal.gif
deleted file mode 100644
index d5904704..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_horizontal.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_showqualified.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_showqualified.gif
deleted file mode 100644
index 2556b457..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_showqualified.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_single.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_single.gif
deleted file mode 100644
index 42fca3fc..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_single.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_vertical.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_vertical.gif
deleted file mode 100644
index dee0cbca..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/th_vertical.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/type_mode.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/type_mode.gif
deleted file mode 100644
index 24f617af..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/type_mode.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/view_menu.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/view_menu.gif
deleted file mode 100644
index a7c49189..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/view_menu.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/wordassist_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/wordassist_co.gif
deleted file mode 100644
index c9b97fe7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/elcl16/wordassist_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/comment_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/comment_edit.gif
deleted file mode 100644
index 4543817b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/comment_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportapp_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportapp_wiz.gif
deleted file mode 100644
index f64dda21..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportapp_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportjar_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportjar_wiz.gif
deleted file mode 100644
index 5b079936..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/exportjar_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/importjar_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/importjar_wiz.gif
deleted file mode 100644
index da5afb91..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/importjar_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_app.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_app.gif
deleted file mode 100644
index e5bc225d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_app.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_attach.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_attach.gif
deleted file mode 100644
index 8c2f6dac..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/java_attach.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/javadoc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/javadoc.gif
deleted file mode 100644
index 6fb89689..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/javadoc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/jdoc_hover_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/jdoc_hover_edit.gif
deleted file mode 100644
index 43e524de..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/jdoc_hover_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/mark_occurrences.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/mark_occurrences.gif
deleted file mode 100644
index fd7c1751..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/mark_occurrences.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newannotation_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newannotation_wiz.gif
deleted file mode 100644
index d7ebb191..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newannotation_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newclass_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newclass_wiz.gif
deleted file mode 100644
index a1c6545c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newclass_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newenum_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newenum_wiz.gif
deleted file mode 100644
index 7f6ae0f0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newenum_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newint_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newint_wiz.gif
deleted file mode 100644
index 0c198ef1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newint_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjprj_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjprj_wiz.gif
deleted file mode 100644
index 5d705c7d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjprj_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjscript_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjscript_wiz.gif
deleted file mode 100644
index 7cd1abc2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjscript_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjworkingSet_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjworkingSet_wiz.gif
deleted file mode 100644
index affc8dde..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newjworkingSet_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpack_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpack_wiz.gif
deleted file mode 100644
index e80c295d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpack_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpackfolder_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpackfolder_wiz.gif
deleted file mode 100644
index 43c1bee6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newpackfolder_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newsbook_wiz.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newsbook_wiz.gif
deleted file mode 100644
index cd8cc3a8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/newsbook_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/opentype.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/opentype.gif
deleted file mode 100644
index ad89d6c0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/opentype.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/segment_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/segment_edit.gif
deleted file mode 100644
index acc5fb60..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/segment_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_l_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_l_edit.gif
deleted file mode 100644
index 328e97ee..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_l_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_r_edit.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_r_edit.gif
deleted file mode 100644
index c39cf62b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/etool16/shift_r_edit.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/browse_persp.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/browse_persp.gif
deleted file mode 100644
index 9d25a22f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/browse_persp.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif
deleted file mode 100644
index 7c7dca80..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif
deleted file mode 100644
index 17f927e9..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/classfilegeneration_tab.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/classfilegeneration_tab.gif
deleted file mode 100644
index a298937f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/classfilegeneration_tab.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/errorwarning_tab.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/errorwarning_tab.gif
deleted file mode 100644
index 004f4acb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/errorwarning_tab.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/hierch_persp.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/hierch_persp.gif
deleted file mode 100644
index 46bb8572..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/hierch_persp.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif
deleted file mode 100644
index c43c5d51..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jdkcompliance_tab.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jdkcompliance_tab.gif
deleted file mode 100644
index fbcf00b1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jdkcompliance_tab.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jperspective.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jperspective.gif
deleted file mode 100644
index fde70ad6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/jperspective.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/members.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/members.gif
deleted file mode 100644
index e9a6bd96..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/members.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif
deleted file mode 100644
index 983932fc..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/packages.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/packages.gif
deleted file mode 100644
index 22f78af0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/packages.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/projects.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/projects.gif
deleted file mode 100644
index 707d1d23..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/projects.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif
deleted file mode 100644
index 15b62572..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/types.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/types.gif
deleted file mode 100644
index 5ba5b91c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/eview16/types.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/access_restriction_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/access_restriction_attrib.gif
deleted file mode 100644
index c1f9af87..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/access_restriction_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/add_correction.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/add_correction.gif
deleted file mode 100644
index b7c63371..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/add_correction.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_alt_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_alt_obj.gif
deleted file mode 100644
index f47bbfcb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_alt_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_default_obj.gif
deleted file mode 100644
index 9a884599..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_obj.gif
deleted file mode 100644
index 435d62ed..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_private_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_private_obj.gif
deleted file mode 100644
index ac01dd2e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_private_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_protected_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_protected_obj.gif
deleted file mode 100644
index 63c8abfb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/annotation_protected_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/brkpi_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/brkpi_obj.gif
deleted file mode 100644
index 92075a8a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/brkpi_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/change.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/change.gif
deleted file mode 100644
index d79c4446..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/change.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_default_obj.gif
deleted file mode 100644
index 4244a7f3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_obj.gif
deleted file mode 100644
index e4c2a836..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/class_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_generate.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_generate.gif
deleted file mode 100644
index a8c58eba..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_generate.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_obj.gif
deleted file mode 100644
index 365e3721..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classf_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classfo_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classfo_obj.gif
deleted file mode 100644
index f1ee8cfd..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/classfo_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_field.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_field.gif
deleted file mode 100644
index bb84c7b4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_field.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_method.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_method.gif
deleted file mode 100644
index a1b17488..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/compare_method.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_cast.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_cast.gif
deleted file mode 100644
index a3a440f6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_cast.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_change.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_change.gif
deleted file mode 100644
index 068e18d0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_change.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_delete_import.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_delete_import.gif
deleted file mode 100644
index bee687ce..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_delete_import.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_linked_rename.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_linked_rename.gif
deleted file mode 100644
index da0f77f8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_linked_rename.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_move.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_move.gif
deleted file mode 100644
index 8344c873..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_move.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_rename.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_rename.gif
deleted file mode 100644
index 068e18d0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/correction_rename.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cp_order_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cp_order_obj.gif
deleted file mode 100644
index b2fa4cef..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cp_order_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cu_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cu_obj.gif
deleted file mode 100644
index 782d5a30..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/cu_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_logical_package_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_logical_package_obj.gif
deleted file mode 100644
index fc18f68f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_logical_package_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_fldr_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_fldr_obj.gif
deleted file mode 100644
index 989b5bfe..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_fldr_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_obj.gif
deleted file mode 100644
index c88284ad..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/empty_pack_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_alt_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_alt_obj.gif
deleted file mode 100644
index f470d4c6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_alt_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_default_obj.gif
deleted file mode 100644
index e6f557b1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_obj.gif
deleted file mode 100644
index 15535f52..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_private_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_private_obj.gif
deleted file mode 100644
index 4d839591..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_private_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_protected_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_protected_obj.gif
deleted file mode 100644
index 834aa853..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/enum_protected_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/envvar_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/envvar_obj.gif
deleted file mode 100644
index bf043f95..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/envvar_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/error_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/error_obj.gif
deleted file mode 100644
index 0bc60689..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/error_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/exclusion_filter_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/exclusion_filter_attrib.gif
deleted file mode 100644
index 92bce142..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/exclusion_filter_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/externalize.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/externalize.gif
deleted file mode 100644
index 4cd1f610..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/externalize.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/fatalerror_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/fatalerror_obj.gif
deleted file mode 100644
index 486faff8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/fatalerror_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_default_obj.gif
deleted file mode 100644
index 6929d3d1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_private_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_private_obj.gif
deleted file mode 100644
index 1fe064e6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_private_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_protected_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_protected_obj.gif
deleted file mode 100644
index 3377b1eb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_protected_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_public_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_public_obj.gif
deleted file mode 100644
index d4cb4254..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/field_public_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/file_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/file_obj.gif
deleted file mode 100644
index 061161ae..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/file_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/history_working_set_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/history_working_set_obj.gif
deleted file mode 100644
index 4fc84e4c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/history_working_set_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/html_tag_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/html_tag_obj.gif
deleted file mode 100644
index 21fad228..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/html_tag_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/ignore.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/ignore.gif
deleted file mode 100644
index 10422d33..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/ignore.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/imp_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/imp_obj.gif
deleted file mode 100644
index 9e44ce52..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/imp_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/impc_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/impc_obj.gif
deleted file mode 100644
index ea94702c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/impc_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/implm_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/implm_co.gif
deleted file mode 100644
index b9871227..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/implm_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/inclusion_filter_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/inclusion_filter_attrib.gif
deleted file mode 100644
index ca17a445..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/inclusion_filter_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/info_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/info_obj.gif
deleted file mode 100644
index 2da001e3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/info_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_default_obj.gif
deleted file mode 100644
index 4244a7f3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_private_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_private_obj.gif
deleted file mode 100644
index 7392f191..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_private_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_protected_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_protected_obj.gif
deleted file mode 100644
index 5105577d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_protected_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_public_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_public_obj.gif
deleted file mode 100644
index e4c2a836..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerclass_public_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_default_obj.gif
deleted file mode 100644
index ab1b576a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_private_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_private_obj.gif
deleted file mode 100644
index a1cbff36..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_private_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_protected_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_protected_obj.gif
deleted file mode 100644
index f58eef07..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_protected_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_public_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_public_obj.gif
deleted file mode 100644
index 2ebc46e1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/innerinterface_public_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_default_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_default_obj.gif
deleted file mode 100644
index ab1b576a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_default_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_obj.gif
deleted file mode 100644
index 2ebc46e1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/int_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/internalize.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/internalize.gif
deleted file mode 100644
index a694ed55..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/internalize.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/intf_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/intf_obj.gif
deleted file mode 100644
index 7d7df9e1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/intf_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_desc_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_desc_obj.gif
deleted file mode 100644
index e9080aef..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_desc_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_l_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_l_obj.gif
deleted file mode 100644
index 6cb185cf..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_l_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_lsrc_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_lsrc_obj.gif
deleted file mode 100644
index 1702c06e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_lsrc_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_obj.gif
deleted file mode 100644
index 2fa1d777..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_src_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_src_obj.gif
deleted file mode 100644
index a6e9c69d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jar_src_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/java_model_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/java_model_obj.gif
deleted file mode 100644
index da175000..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/java_model_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/javadoc_location_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/javadoc_location_attrib.gif
deleted file mode 100644
index 1e09d979..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/javadoc_location_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_obj.gif
deleted file mode 100644
index 41fad02a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_resource_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_resource_obj.gif
deleted file mode 100644
index 41fad02a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jcu_resource_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jdoc_tag_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jdoc_tag_obj.gif
deleted file mode 100644
index c43c5d51..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jdoc_tag_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexception_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexception_obj.gif
deleted file mode 100644
index f5c31762..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexception_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexceptiond_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexceptiond_obj.gif
deleted file mode 100644
index 4c28e7cd..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jexceptiond_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jrtexception_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jrtexception_obj.gif
deleted file mode 100644
index 3b3028e2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jrtexception_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsbook_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsbook_obj.gif
deleted file mode 100644
index bfb267ef..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsbook_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsearch_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsearch_obj.gif
deleted file mode 100644
index 81f1a624..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jsearch_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jworkingSet_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jworkingSet_obj.gif
deleted file mode 100644
index 63113c5b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/jworkingSet_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/library_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/library_obj.gif
deleted file mode 100644
index cb55e33b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/library_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/localvariable_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/localvariable_obj.gif
deleted file mode 100644
index 8adce954..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/localvariable_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/logical_package_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/logical_package_obj.gif
deleted file mode 100644
index 27bf10eb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/logical_package_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methdef_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methdef_obj.gif
deleted file mode 100644
index f4a1ea15..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methdef_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpri_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpri_obj.gif
deleted file mode 100644
index 29887165..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpri_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpro_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpro_obj.gif
deleted file mode 100644
index 563743d3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpro_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpub_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpub_obj.gif
deleted file mode 100644
index 7d24707e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/methpub_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/native_lib_path_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/native_lib_path_attrib.gif
deleted file mode 100644
index 8bbfd042..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/native_lib_path_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/never_translate.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/never_translate.gif
deleted file mode 100644
index ba42e767..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/never_translate.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/nls_search_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/nls_search_obj.gif
deleted file mode 100644
index 1129923e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/nls_search_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/no_breakpoint.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/no_breakpoint.gif
deleted file mode 100644
index 6ba1e930..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/no_breakpoint.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_match.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_match.gif
deleted file mode 100644
index 25c66a18..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_match.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_read.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_read.gif
deleted file mode 100644
index 7e7437bc..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_read.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_write.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_write.gif
deleted file mode 100644
index 18576d47..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/occ_write.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/output_folder_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/output_folder_attrib.gif
deleted file mode 100644
index 4b39f0ae..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/output_folder_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/over_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/over_co.gif
deleted file mode 100644
index 938767b2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/over_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/package_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/package_obj.gif
deleted file mode 100644
index 4fcce27b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/package_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packagefolder_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packagefolder_obj.gif
deleted file mode 100644
index d9d052a6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packagefolder_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packd_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packd_obj.gif
deleted file mode 100644
index 2556b457..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/packd_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickassist_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickassist_obj.gif
deleted file mode 100644
index 94ae2a0e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickassist_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_error_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_error_obj.gif
deleted file mode 100644
index 07a10545..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_error_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_warning_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_warning_obj.gif
deleted file mode 100644
index 1f0002b3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/quickfix_warning_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/remove_correction.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/remove_correction.gif
deleted file mode 100644
index 7787c40e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/remove_correction.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_decl_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_decl_obj.gif
deleted file mode 100644
index f31a02a3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_decl_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_ref_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_ref_obj.gif
deleted file mode 100644
index f8f0ce5a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/search_ref_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/searchm_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/searchm_obj.gif
deleted file mode 100644
index 7b1efa54..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/searchm_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/settings_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/settings_obj.gif
deleted file mode 100644
index d11c996e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/settings_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/skip.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/skip.gif
deleted file mode 100644
index 1717976c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/skip.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/source_attach_attrib.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/source_attach_attrib.gif
deleted file mode 100644
index 27ee7863..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/source_attach_attrib.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/template_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/template_obj.gif
deleted file mode 100644
index fdde5fbb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/template_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/translate.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/translate.gif
deleted file mode 100644
index 9cacb96d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/translate.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/type_separator.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/type_separator.gif
deleted file mode 100644
index 74dca8df..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/type_separator.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/typevariable_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/typevariable_obj.gif
deleted file mode 100644
index d4848c0e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/typevariable_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/unknown_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/unknown_obj.gif
deleted file mode 100644
index 7d988f9b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/unknown_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/warning_obj.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/warning_obj.gif
deleted file mode 100644
index 2b2e50fe..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/obj16/warning_obj.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/abstract_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/abstract_co.gif
deleted file mode 100644
index 533acc43..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/abstract_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/annotation_tsk.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/annotation_tsk.gif
deleted file mode 100644
index 0a36de51..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/annotation_tsk.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/callee_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/callee_co.gif
deleted file mode 100644
index dcd82bc5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/callee_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/caller_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/caller_co.gif
deleted file mode 100644
index fa36365c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/caller_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_abs_tsk.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_abs_tsk.gif
deleted file mode 100644
index db8e972a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_abs_tsk.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_tsk.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_tsk.gif
deleted file mode 100644
index 6274f6f9..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/class_tsk.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/constr_ovr.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/constr_ovr.gif
deleted file mode 100644
index 3977bc0f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/constr_ovr.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/deprecated.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/deprecated.gif
deleted file mode 100644
index d03b6a99..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/deprecated.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/enum_tsk.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/enum_tsk.gif
deleted file mode 100644
index f649a680..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/enum_tsk.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/error_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/error_co.gif
deleted file mode 100644
index 119dcccd..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/error_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/final_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/final_co.gif
deleted file mode 100644
index 01c580d4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/final_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/focus_ovr.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/focus_ovr.gif
deleted file mode 100644
index 6bd54e39..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/focus_ovr.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/implm_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/implm_co.gif
deleted file mode 100644
index 7766c9db..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/implm_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/interface_tsk.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/interface_tsk.gif
deleted file mode 100644
index 75260358..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/interface_tsk.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/java_ovr.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/java_ovr.gif
deleted file mode 100644
index 0b36257c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/java_ovr.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/maxlevel_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/maxlevel_co.gif
deleted file mode 100644
index 92d6ba10..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/maxlevel_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/native_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/native_co.gif
deleted file mode 100644
index 42786018..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/native_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/over_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/over_co.gif
deleted file mode 100644
index 8533e2e1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/over_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/read.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/read.gif
deleted file mode 100644
index 79b68eb4..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/read.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/recursive_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/recursive_co.gif
deleted file mode 100644
index eb1cacb5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/recursive_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/run_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/run_co.gif
deleted file mode 100644
index 13077f94..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/run_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/static_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/static_co.gif
deleted file mode 100644
index 3f0c653c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/static_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_impl.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_impl.gif
deleted file mode 100644
index a798f1b8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_impl.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_over.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_over.gif
deleted file mode 100644
index 2cf93ac5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/sync_over.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/synch_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/synch_co.gif
deleted file mode 100644
index 5fc4d238..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/synch_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/transient_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/transient_co.gif
deleted file mode 100644
index 2a386dee..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/transient_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/volatile_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/volatile_co.gif
deleted file mode 100644
index 4345539f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/volatile_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/warning_co.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/warning_co.gif
deleted file mode 100644
index ee2dac4a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/warning_co.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/write.gif b/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/write.gif
deleted file mode 100644
index 05ef4033..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/ovr16/write.gif
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/addlibrary_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/addlibrary_wiz.png
deleted file mode 100644
index 905a1b9b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/addlibrary_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/cleanup_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/cleanup_wiz.png
deleted file mode 100644
index 6b6fe307..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/cleanup_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/coderefact_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/coderefact_wiz.png
deleted file mode 100644
index 9631ced2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/coderefact_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/compunitrefact_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/compunitrefact_wiz.png
deleted file mode 100644
index c2fdd0f5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/compunitrefact_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/export_javadoc_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/export_javadoc_wiz.png
deleted file mode 100644
index f5093adb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/export_javadoc_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/exportapp_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/exportapp_wiz.png
deleted file mode 100644
index b28bb4be..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/exportapp_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extractsupertype_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extractsupertype_wiz.png
deleted file mode 100644
index 93179736..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extractsupertype_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extstr_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extstr_wiz.png
deleted file mode 100644
index 74ff2458..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/extstr_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fieldrefact_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fieldrefact_wiz.png
deleted file mode 100644
index ff2dae47..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fieldrefact_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fixdepr_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fixdepr_wiz.png
deleted file mode 100644
index 3dd54410..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/fixdepr_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/jar_pack_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/jar_pack_wiz.png
deleted file mode 100644
index bdd61ca0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/jar_pack_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_app_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_app_wiz.png
deleted file mode 100644
index 6999b2e5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_app_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_attach_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_attach_wiz.png
deleted file mode 100644
index 73a24bc2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_attach_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_workingset_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_workingset_wiz.png
deleted file mode 100644
index 07efd3e0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/java_workingset_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/methrefact_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/methrefact_wiz.png
deleted file mode 100644
index 1114876d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/methrefact_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newannotation_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newannotation_wiz.png
deleted file mode 100644
index c3ab6202..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newannotation_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newclass_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newclass_wiz.png
deleted file mode 100644
index cc123864..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newclass_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newenum_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newenum_wiz.png
deleted file mode 100644
index 6074bf68..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newenum_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newint_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newint_wiz.png
deleted file mode 100644
index 23dc3b3a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newint_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjprj_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjprj_wiz.png
deleted file mode 100644
index dcc8c157..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjprj_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjscriptfile_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjscriptfile_wiz.png
deleted file mode 100644
index 232f9ff6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newjscriptfile_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newpack_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newpack_wiz.png
deleted file mode 100644
index e801f2d6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newpack_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsbook_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsbook_wiz.png
deleted file mode 100644
index cd3b1629..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsbook_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsrcfldr_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsrcfldr_wiz.png
deleted file mode 100644
index 5055f6bf..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/newsrcfldr_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/packrefact_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/packrefact_wiz.png
deleted file mode 100644
index 54e4524c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/packrefact_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/pullup_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/pullup_wiz.png
deleted file mode 100644
index c1bf5a72..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/pullup_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/refactor_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/refactor_wiz.png
deleted file mode 100644
index 53b4ade5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/refactor_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/replacejar_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/replacejar_wiz.png
deleted file mode 100644
index 53d2ca46..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/replacejar_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/typerefact_wiz.png b/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/typerefact_wiz.png
deleted file mode 100644
index 6cd52a58..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/icons/full/wizban/typerefact_wiz.png
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.wst.jsdt.ui/plugin.properties b/bundles/org.eclipse.wst.jsdt.ui/plugin.properties
deleted file mode 100644
index 43571500..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/plugin.properties
+++ /dev/null
@@ -1,1026 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-pluginName= Eclipse JavaScript Development Tools
-providerName= Eclipse Web Tools Platform
-
-Dummy.label=
-BookmarkRulerAction.label= JavaScript Editor Bookmark Ruler Action
-JavaSelectRulerAction.label= JavaScript Editor Ruler Single-Click
-
-importExportWizards.category=JavaScript
-elementFiltersName=JavaScript Element Filters
-
-JsGlobalScopeContainerPageExtensionPoint=Include path Container Configuration
-classpathAttributeConfiguration=Include path Attribute Configuration
-
-quickFixProcessorExtensionPoint=Quick Fix Processor
-quickAssistProcessorExtensionPoint=Quick Assist Processor
-
-queryParticipantsExtensionPoint=JavaScript Query Participants
-
-defaultJsGlobalScopeContainerPage=Default Include path Container
-defaultQuickFixProcessor=Standard Quick Fix Processor
-spellingQuickFixProcessor=Spelling Quick Fix Processor
-defaultQuickAssistProcessor=Standard Quick Assist Processor
-advancedQuickAssistProcessor=Advanced Quick Assist Processor
-
-javaCompletionProposalComputer= JavaScript Completion Proposal Computers
-javaCompletionProposalSorters= JavaScript Completion Proposal Sorters
-
-RelevanceSorter.name=by relevance
-AlphabeticSorter.name=alphabetically
-
-javadocCompletionProcessor=JSDoc Completion Processors
-javaEditorTextHoversName=JavaScript Editor Text Hovers
-javaDocumentSetupParticipant=JavaScript Document Setup Participant
-
-JavaProposalCategory= Other &JavaScript Proposals
-JavaTypesCategory= &Type Proposals
-DefaultProposalCategory= &Basic Proposals
-TemplateProposalCategory= Te&mplate Proposals
-TextProposalCategory= &Word Proposals
-
-SpecificContentAssist.name= Content Assist
-SpecificContentAssist.desc= A parameterizable command that invokes content assist with a single completion proposal category
-SpecificContentAssist.param= type
-
-perspectiveName=JavaScript
-java.perspective.description=This perspective is designed to support JavaScript development. It offers a Script Explorer, a Type Hierarchy, and JavaScript-specific navigation actions.
-
-viewCategoryName=JavaScript
-hierarchyViewName=Hierarchy
-newWizardCategoryName=JavaScript
-commonNavigatorContentName=JavaScript Elements
-
-javaScriptPropertiesPageName=JavaScript
-buildPathPageName=Include Path
-codeStylePageName=Code Style
-codeTemplatePageName=Code Templates
-importOrganizePageName=Organize Imports
-cleanUpPageName=Clean Up
-codeFormatterPageName=Formatter
-problemSeveritiesPageName=Errors/Warnings
-javadocProblemsPageName=JSDoc
-builderPageName=Validating
-compliancePageName=Validation
-todoPageName=Task Tags
-javadocLocationPageName=JSDoc Location
-
-preferenceKeywords.general=JavaScript Script explorer call type hierarchy refactoring rename editor search
-preferenceKeywords.appearance=JavaScript appearance script explorer browsing compress color colored labels
-preferenceKeywords.sortorder=JavaScript member sort order appearance
-preferenceKeywords.typefilter=JavaScript type filter ignore folder appearance
-preferenceKeywords.buildpath=JavaScript project source sourcefolder library libraries output outputfolder includepath include path
-preferenceKeywords.buildpathoptions=JavaScript build source sourcefolder output outputfolder includepath home include
-
-preferenceKeywords.cpvars=JavaScript includepath variable variables
-preferenceKeywords.userlibs=JavaScript user library libraries external archive archives
-preferenceKeywords.codestyle=JavaScript prefix postfix suffix naming convention project specific comment override getter this annotation exception qualify var parameter
-preferenceKeywords.cleanup=JavaScript profile codestyle project specific cleanup
-preferenceKeywords.formatter=JavaScript profile codestyle project specific comment indentation JSDoc brace white space blank line new control statement wrapping annotation with tab tabulator parenthesis bracket
-
-preferenceKeywords.codetemplates=JavaScript comment code getter setter JSDoc codestyle override constructor file type var function override overriding catch body project specific
-preferenceKeywords.organizeimports=JavaScript static imports order codestyle project specific folders
-preferenceKeywords.compliance=JavaScript compliance level identifier assert debug compatibility compiler project specific projectspecific
-preferenceKeywords.building=JavaScript build path buildpath problem exclusion inclusion pattern folder outputfolder filtered resource output compiler project specific projectspecific
-preferenceKeywords.severities=JavaScript errors warnings ignore compiler options nls externalize string severity severities deprecated static access member serializable serialVersionUID assignment effect finally empty char array catch shadowing folder visible interface object function deprecated forbidden discouraged reference unused code unnecessary import imports private cast instanceof local variable parameter thrown exception final type bound generic vararg boxing unboxing autoboxing annotation @Override @Deprecated @SuppressWarnings enum constants switch project specific projectspecific raw null
-preferenceKeywords.javadocproblems=JavaScript tag problem missing deprecated non visible severity severities level comment compiler project specific projectspecific
-preferenceKeywords.todo=JavaScript case sensitive task tag todo xxx fix fixme compiler project specific projectspecific comments
-preferenceKeywords.javaeditor=JavaScript javaScript editor quick assist appearance navigation colors light bulb smart caret positioning highlight matching bracket foreground background show selected only save action participant clean up
-preferenceKeywords.javaeditorproperty= JavaScript javaScript editor save action participant clean up
-
-preferenceKeywords.contentassist=JavaScript editor content code assist complete completion insert overwrite single proposal common prefix automatically import fill argument name guess alphabetical hide discouraged reference forbidden auto activation trigger JSDoc camel camelcase category categories separate specific timeout type types word hippie template static members favorites
-preferenceKeywords.hover=JavaScript editor hover sticky annotation roll over key modifier combined variable problem externalized externalize string source
-preferenceKeywords.syntaxcoloring=JavaScript editor colors semantic coloring highlighting JSDoc html links tags multi line single line comment task tag function invocation static var annotation autoboxing unboxing boxing constant deprecated var keywords local variable operators brackets strings type variable inherited function declaration
-preferenceKeywords.templates=JavaScript editor templates snippet macros
-preferenceKeywords.folding=JavaScript editor folding section comment comments header function import inner type
-preferenceKeywords.markoccurrences=JavaScript editor occurrence mark highlight type function constant var exception
-preferenceKeywords.smarttyping=JavaScript editor typing close comment tabs indentation indent imports wrap escape semicolons braces brackets parenthesis parentheses strings literals paste pasting JSDoc tabulator automatically
-preferenceKeywords.propertieseditor=JavaScript editor colors properties nls externalized string foreground argument assignment comment key value
-preferenceKeywords.saveparticipant=JavaScript editor save cleanup participants
-
-sourceAttachmentPageName=JavaScript Source Attachment
-ClassFileViewerName=JavaScript Viewer
-jarDescEditorName=JAR Description Editor
-
-javaEditorFontDefiniton.label= JavaScript Editor Text Font
-javaEditorFontDefintion.description= The JavaScript editor text font is used by JavaScript editors.
-
-javaCompareFontDefiniton.label= JavaScript compare text font
-javaCompareFontDefiniton.description= The JavaScript compare text font is used by JavaScript compare/merge tools.
-
-propertiesFileCompareFontDefiniton.label= JavaScript properties file compare text font
-propertiesFileCompareFontDefiniton.description= The JavaScript properties file compare text font is used by JavaScript properties file compare/merge tools.
-
-javadocDisplayFontDefiniton.label= JSDoc display font
-javadocDisplayFontDefiniton.description= The JSDoc display font is used in the JavaScript Documentation view, for JSDoc hovers and for the additional information in content assist.
-
-
-coloredLabels.qualifier.label=Colored labels - qualifier information color
-coloredLabels.qualifier.description=The color used to render to qualifier information in labels when colored labels in JavaScript views are enabled.
-
-coloredLabels.decorations.label=Colored labels - decorations
-coloredLabels.decorations.description=The color used to render to decoration information in labels when colored labels in JavaScript views are enabled.
-
-coloredLabels.counter.label=Colored labels - counter information
-coloredLabels.counter.description=The color used to render to counter information in labels when colored labels in JavaScript views are enabled.
-
-coloredLabels.inherited.label=Inherited members
-coloredLabels.inherited.description=The color used to render to inherited members.
-
-javaPrefName=JavaScript
-organizeImportsPrefName=Organize Imports
-typeFilterPrefName=Type Filters
-cleanUpPrefName=Clean Up
-codeFormatterPrefName=Formatter
-classPathVarPrefName=Include Path Variables
-userLibrariesPrefName=User Libraries
-editorPrefName=Editor
-compliancePrefName=Validator
-problemSeveritiesPrefName=Errors/Warnings
-javadocProblemsPrefName=JSDoc
-javaBuildPrefName=Validating
-buildPathPrefName=Include Path
-
-todoTaskPrefName=Task Tags
-codeTemplatePreferencePageName=Code Templates
-codeStylePreferencePageName=Code Style
-appearancePrefName=Appearance
-memberSortPrefName=Members Sort Order
-
-templatePageName=Templates
-
-contentAssistPageName= Content Assist
-contentAssistAdvancedName= Advanced
-contentAssistFavoritesName= Favorites
-
-editorHoversPageName=Hovers
-editorSyntaxColoringPage=Syntax Coloring
-editorFoldingPage=Folding
-editorMarkOccurrencesPage=Mark Occurrences
-editorTypingPage=Typing
-editorSaveParticipants=Save Actions
-# shortened to 'Editor' since 'JavaScript Editor' is under a 'JavaScript' category
-editorPageName= Editor
-
-ConfigJsGlobalScopeContainer.label=Co&nfigure...
-ConfigJsGlobalScopeContainer.tooltip=Configure the Include Path Container
-
-
-jarExportWizard.label=JAR file
-jarExportWizard.description=Export resources into a JAR file on the local file system.
-
-
-createJarAction.label=Create &JAR
-createJarAction.tooltip=Creates the JAR Based on the Selected JAR Description File
-
-openJarPackager.label=Ope&n JAR Packager...
-openJarPackager.tooltip=Opens the JAR Package Wizard Based on the Selected JAR Description File
-
-JavaActionSet.label= JavaScript Navigation
-JavaActionSet.description= JavaScript Navigation Action Set
-
-JavaElementCreationActionSet.label= JavaScript Element Creation
-JavaElementCreationActionSet.description= JavaScript Element Creation Action Set
-
-CompilationUnitEditorName= JavaScript Editor
-
-OpenTypeAction.label=Open JavaScript &Type...
-OpenTypeAction.tooltip=Open JavaScript Type
-
-OpenProjectWizardAction.label=JavaScript &Project...
-OpenProjectWizardAction.tooltip=New JavaScript Project
-
-OpenPackageWizardAction.label=Java&Script folder...
-OpenPackageWizardAction.tooltip=New JavaScript Folder
-
-OpenClassWizardAction.label=&Class...
-OpenClassWizardAction.tooltip=New JavaScript Class
-Javascript_UI_Wizard_New_Title=New JavaScript file
-
-
-ImplementOccurrences.label=Implement Occurrences
-ExceptionOccurrences.label=Exception Occurrences
-OccurrencesInFile.label=Occurrences In File
-
-OccurrenceAnnotation.label= JavaScript Occurrences
-
-javaEditorPresentationActionSet.label= JavaScript Editor Presentation
-toggleMarkOccurrences.label= Toggle Mark Occurrences
-toggleMarkOccurrences.tooltip= Toggle Mark Occurrences
-toggleMarkOccurrences.description= Toggles mark occurrences in JavaScript editors
-
-OverrideIndicator.label= JavaScript Override Indicators
-
-OverrideIndicatorLabelDecorator.label=JavaScript Function Override Indicator
-OverrideIndicatorLabelDecorator.description=Decorates functions with an override indicator.
-
-##########################################################################
-# JavaScript Search
-##########################################################################
-JavaSearchPage.label= JavaScript Search
-openJavaSearchPageAction.label= &JavaScript...
-
-# Action sets
-JavaSearchActionSet.label= JavaScript Search
-JavaSearchActionSet.description= Action set containing search related JavaScript actions
-
-# Menus
-searchMenu.label= Se&arch
-declarationsSubMenu.label= Dec&larations
-referencesSubMenu.label= R&eferences
-occurrencesSubMenu.label= Occurre&nces in File
-implementorsSubMenu.label= &Implementors
-readAccessSubMenu.label= &Read Access
-writeAccessSubMenu.label= &Write Access
-
-ReferencesInWorkspace.label= &Workspace
-DeclarationsInWorkspace.label= &Workspace
-
-InWorkspace.label= &Workspace
-InProject.label= &Project
-InHierarchy.label= &Hierarchy
-InWorkingSet.label= Working &Set...
-
-CompareWithMenu.label=Comp&are With
-
-ReplaceWithMenu.label=Rep&lace With
-
-JavaCompareFromHistoryAction.label= Element from &Local History...
-JavaCompareFromHistoryAction.tooltip= Compares the Selected JavaScript Element With One from Local History
-
-JavaCompareAction.label= Other E&lement...
-JavaCompareAction.tooltip= Compares the Selected JavaScript Elements with Each Other
-
-JavaReplaceFromHistoryAction.label=Element from &Local History...
-JavaReplaceFromHistoryAction.tooltip=Replaces the Selected JavaScript Element With One from Local History
-
-JavaReplaceWithPreviousFromHistoryAction.label=&Previous Element from Local History
-JavaReplaceWithPreviousFromHistoryAction.tooltip=Replaces the Selected JavaScript Element With the Previous from Local History
-
-JavaAddElementFromHistoryAction.label=Restore from Local Histor&y...
-JavaAddElementFromHistoryAction.tooltip=Restores a JavaScript Element from Local History to the Selected Container
-
-Refactoring.menu.label= Refac&tor
-
-Refactoring.renameAction.label=Re&name...
-Refactoring.moveAction.label=&Move...
-Refactoring.modifyParametersAction.label=&Change Function Signature...
-Refactoring.convertAnonymousToNestedAction.label=C&onvert Anonymous Class to Nested...
-Refactoring.convertNestedToTopAction.label=Con&vert Member Type to Top Level
-
-Refactoring.pushDownAction.label=Push &Down...
-Refactoring.pullUpAction.label=Pull &Up...
-Refactoring.extractInterfaceAction.label=&Extract Interface...
-Refactoring.extractSupertypeAction.label=Extrac&t Superclass...
-Refactoring.changeTypeAction.label=Generali&ze Declared Type...
-Refactoring.useSupertypeAction.label=Use Supertype W&here Possible...
-Refactoring.inferTypeArgumentsAction.label=Infer &Generic Type Arguments...
-
-Refactoring.inlineAction.label=&Inline...
-Refactoring.extractMethodAction.label=E&xtract Function...
-Refactoring.extractTempAction.label=Extract &Local Variable...
-Refactoring.extractConstantAction.label=Extr&act Constant...
-
-Refactoring.introduceIndirectionAction.label=Introduce Indirec&tion...
-Refactoring.introduceParameterAction.label=Introduce &Parameter...
-Refactoring.introduceFactoryAction.label=Introduce &Factory...
-Refactoring.convertLocalToFieldAction.label=Convert Local Varia&ble to Var...
-Refactoring.selfEncapsulateFieldAction.label=Encap&sulate Var...
-
-Refactoring.migrateJar.label=Migrate &JAR File...
-Refactoring.applyScript.label=Appl&y Script...
-Refactoring.createScript.label=C&reate Script...
-Refactoring.showHistory.label=&History...
-
-NewJavaProject.label= JavaScript Project
-NewJavaProject.description=Create a JavaScript project
-
-NewJavaClass.label= JavaScript File
-NewJavaClass.description=Create a JavaScript file
-
-AddBookmark.label=Add Boo&kmark
-AddBookmark.tooltip=Add Bookmark...
-
-AddTask.label=Add &Task
-AddTask.tooltip=Add Task...
-
-#NLS
-
-#Browsing
-Browsing.perspectiveName= JavaScript Browsing
-browsing.perspective.description=This perspective is designed to support JavaScript code browsing. It offers JavaScript-specific navigation actions and view to show projects, folders, types, and members.
-Browsing.viewCategoryName= JavaScript Browsing
-Browsing.projectsViewName= Projects
-Browsing.packagesViewName= Source Folders
-Browsing.typesViewName= Types
-Browsing.membersViewName= Members
-
-##########################################################################
-# Coding Action set
-##########################################################################
-CodingActionSet.label= JavaScript Coding
-CodingActionSet.description= Action set containing coding related JavaScript actions
-
-##########################################################################
-# Open Action set
-##########################################################################
-OpenActionSet.label= JavaScript Open Actions
-OpenActionSet.description= Action set containing open actions for JavaScript
-
-##########################################################################
-# Navigate Menu
-##########################################################################
-
-GoToTypeAction.label=&Type...
-
-GoToPackageAction.label=&Folder...
-
-OpenAction.label=&Open
-OpenAction.tooltip=Open an Editor on the Selected Element
-
-OpenSuperImplementationAction.label=Open &Super Implementation
-OpenSuperImplementationAction.tooltip=Opens the Implementation of the Function in a Super Class, when Super Class Exists.
-
-OpenExternalJavadocAction.label=Open External &JSDoc
-
-OpenTypeHierarchyAction.label=Ope&n Type Hierarchy
-
-OpenCallHierarchyAction.label=Open Call H&ierarchy
-
-
-
-OpenTypeInHierarchyAction.label=Open Type in Hierarch&y...
-OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy
-
-##########################################################################
-# Source Menu
-##########################################################################
-SourceMenu.label= &Source
-
-CommentAction.label= Co&mment
-
-UncommentAction.label= &Uncomment
-
-ToggleCommentAction.label= Togg&le Comment
-
-AddBlockCommentAction.label= Add &Block Comment
-
-RemoveBlockCommentAction.label= Remove Bloc&k Comment
-
-ShiftRightAction.label= &Shift Right
-
-ShiftLeftAction.label= S&hift Left
-
-FormatAction.label=&Format
-
-FormatElementAction.label= Format Eleme&nt
-
-SortMembersAction.label= S&ort Members...
-
-AddImportAction.label= A&dd Import
-
-OrganizeImportsAction.label= Or&ganize Imports
-
-CleanUpAction.label= Clean &Up...
-
-CopyQualifiedName.label= Cop&y Qualified Name
-
-SurroundWithTemplateAction.label= Surround &With
-
-OverrideMethodsAction.label= O&verride/Implement Functions...
-
-GenerateGetterSetterAction.label= Gene&rate Getters and Setters...
-
-GenerateDelegateMethodsAction.label=Generate Delegate &Functions...
-
-AddConstructorFromSuperclassAction.label= Generate &Constructors from Superclass...
-
-GenerateConstructorUsingFieldsAction.label= Gener&ate Constructor using Vars...
-
-AddJavaDocCommentAction.label= Generate Element Comm&ent
-
-GenerateHashCodeEqualsAction.label= Generate &hashCode() and equals()...
-
-
-ExternalizeStringsAction.label= E&xternalize Strings...
-
-FindNLSProblems.label= Find Broken Ex&ternalized Strings
-
-IndentAction.label= Correct &Indentation
-
-##########################################################################
-# JSDoc Support
-##########################################################################
-JavadocWizard.name= JSDoc
-JavadocWizard.description=Generate JSDoc.
-CreateJavadocAction.label= Open JSDoc &Wizard...
-CreateJavadocAction.tooltip= Open JSDoc Wizard
-
-GenerateJavadocAction.label= &Generate JSDoc...
-
-##########################################################################
-# JavaScript Working Set Support
-##########################################################################
-JavaWorkingSetPage.name= JavaScript
-OthersWorkingSetWizardPage.name= Others
-
-##########################################################################
-# Marker Support
-##########################################################################
-markerCategory.problem = JavaScript Problems
-markerCategory.buildpath_problem = JavaScript Include Path Problems
-
-##########################################################################
-# Filter Support
-##########################################################################
-HideSystemFiles.label= .* resources
-HideSystemFiles.description= Hides resources with names that start with a '.'
-
-HideEmptyPackages.label= Empty folders
-HideEmptyPackages.description= Hides all empty folders
-
-HideNoPackageContainingFolders.label= Folder containing no folders
-HideNoPackageContainingFolders.description= Hides folders which do not contain any folders
-
-HideEmptyInnerPackages.label= Empty parent folders
-HideEmptyInnerPackages.description= Hides empty folders which do not contain JavaScript files but other sub-folders. E.g. given a folder 'org.junit' where 'org' does not contain any JavaScript files, this filter will hide the folder 'org' but not the folder 'org.junit'
-
-HideReferencedLibraries.label= JavaScript Resources node
-HideReferencedLibraries.description= Hides the JavaScript Resources node. This node displays JavaScript libraries.
-
-HideContainedLibraries.label=Libraries in project
-HideContainedLibraries.description= Hides local libraries i.e. those contained inside the project itself
-
-HideJavaFiles.label= JavaScript files
-HideJavaFiles.description= Hides all JavaScript files
-
-HideImportDeclaration.label= Import declarations
-HideImportDeclaration.description= Hides all import declarations
-
-HideNonPublicType.label= Non-public types
-HideNonPublicType.description= Hides all non-public types
-
-HideClass.label= Classes
-HideClass.description= Hides all classes
-
-HideNonSharedProjects.label= Non-shared projects
-HideNonSharedProjects.description= Hides all unshared projects
-
-HideClosedProjects.label= Closed projects
-HideClosedProjects.description= Hides closed projects
-
-HideFields.label= Vars
-HideFields.description= Hides vars
-
-HideStatics.label= JavaScript static properties and methods
-HideStatics.description= Hides JavaScript static properties and methods. For example - Math.PI.
-
-HideNonPublic.label= Non-public members
-HideNonPublic.description= Hides non-public members
-
-HideLocalTypes.label= Local JavaScript types
-HideLocalTypes.description= Hides local types
-
-sourceHover= Source
-sourceHoverDescription= Shows the source of the selected element.
-javadocHover= Documentation
-javadocHoverDescription= Shows the documentation for the selected element.
-nlsStringHover= Externalized String
-nlsStringHoverDescription= Shows the externalized string of the selected key.
-sequentialHover= Combined Hover
-sequentialHoverDescription= Tries the hovers in the sequence listed in above table, excluding this hover, and uses the one which fits best for the selected element and the current context.
-#annotationHover= Annotation Description
-#annotationHoverDescription= Shows the description of the selected annotation.
-problemHover= Problem Description
-problemHoverDescription= Shows the description of the selected problem.
-
-##########################################################################
-# Action Definitions
-##########################################################################
-
-category.refactoring.name=Refactor - JavaScript
-category.refactoring.description=JavaScript Refactoring Actions
-category.source.name=Source
-category.source.description= JavaScript Source Actions
-
-context.editingJavaSource.name= Editing JavaScript Source
-context.editingJavaSource.description= Editing JavaScript Source Context
-
-
-#--- Edit menu
-ActionDefinition.show.outline.name= Quick Outline
-ActionDefinition.show.outline.description= Show the quick outline for the editor input
-
-ActionDefinition.open.hierarchy.name= Quick Hierarchy
-ActionDefinition.open.hierarchy.description= Show the quick hierarchy of the selected element
-
-ActionDefinition.open.structure.name= Open Structure
-ActionDefinition.open.structure.description= Show the structure of the selected element
-
-ActionDefinition.gotoNextMember.name= Go to Next Member
-ActionDefinition.gotoNextMember.description= Move the caret to the next member of the JavaScript file
-
-ActionDefinition.gotoPreviousMember.name= Go to Previous Member
-ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the JavaScript file
-
-ActionDefinition.selectEnclosing.name= Select Enclosing Element
-ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
-
-ActionDefinition.selectNext.name= Select Next Element
-ActionDefinition.selectNext.description= Expand selection to include next sibling
-
-ActionDefinition.selectPrevious.name= Select Previous Element
-ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
-
-ActionDefinition.selectLast.name= Restore Last Selection
-ActionDefinition.selectLast.description= Restore last selection
-
-
-
-ActionDefinition.removeOccurrenceAnnotations.name= Remove Occurrence Annotations
-ActionDefinition.removeOccurrenceAnnotations.description= Removes the occurrence annotations from the current editor
-
-
-#--- Source menu
-ActionDefinition.sourceQuickMenu.name= Show Source Quick Menu
-ActionDefinition.sourceQuickMenu.description= Shows the source quick menu
-
-ActionDefinition.comment.name= Comment
-ActionDefinition.comment.description= Turn the selected lines into JavaScript comments
-
-ActionDefinition.uncomment.name= Uncomment
-ActionDefinition.uncomment.description= Uncomment the selected JavaScript comment lines
-
-ActionDefinition.toggleComment.name= Toggle Comment
-ActionDefinition.toggleComment.description= Toggle comment the selected lines
-
-ActionDefinition.addBlockComment.name= Add Block Comment
-ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
-
-ActionDefinition.removeBlockComment.name= Remove Block Comment
-ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
-
-ActionDefinition.format.name= Format
-ActionDefinition.format.description= Format the selected text
-
-ActionDefinition.copyQualifiedName.name= Copy Qualified Name
-ActionDefinition.copyQualifiedName.description= Copy a fully qualified name to the system clipboard
-
-ActionDefinition.quickformat.name= Format Element
-ActionDefinition.quickformat.description= Format enclosing text element
-
-ActionDefinition.addImport.name= Add Import
-ActionDefinition.addImport.description= Create import statement on selection
-
-ActionDefinition.organizeImports.name= Organize Imports
-ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
-
-ActionDefinition.cleanUp.name= Clean Up
-ActionDefinition.cleanUp.description= Solve problems and improve code style on selected resources
-
-ActionDefinition.sortMembers.name=Sort Members
-ActionDefinition.sortMembers.description=Sort all members using the member order preference
-
-ActionDefinition.delegateMethods.name=Generate Delegate Functions
-ActionDefinition.delegateMethods.description=Add delegate functions for a type's vars
-
-ActionDefinition.getterSetter.name=Generate Getters and Setters
-ActionDefinition.getterSetter.description=Generate Getter and Setter functions for type's vars
-
-ActionDefinition.addJavadocComment.name=Add JSDoc Comment
-ActionDefinition.addJavadocComment.description=Add a JSDoc comment stub to the member element
-
-ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch Block
-ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
-
-ActionDefinition.surroundWith.quickMenu.name= Surround With Quick Menu
-ActionDefinition.surroundWith.quickMenu.description= Shows the Surround With quick menu
-
-ActionDefinition.overrideMethods.name= Override/Implement Functions
-ActionDefinition.overrideMethods.description= Override or implement functions from super types
-
-ActionDefinition.generateHashCode.name= Generate hashCode() and equals()
-ActionDefinition.generateHashCode.description= Generates hashCode() and equals() functions for the type
-
-ActionDefinition.addUnimplementedConstructors.name= Generate Constructors from Superclass
-ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
-
-ActionDefinition.generateConstructorUsingFields.name= Generate Constructor using Vars
-ActionDefinition.generateConstructorsUsingFields.description= Choose vars to initialize and constructor from superclass to call
-
-
-ActionDefinition.externalizeStrings.name= Externalize Strings
-ActionDefinition.externalizeStrings.description=Finds all strings that are not externalized and moves them into a separate property file
-
-ActionDefinition.findNLSProblems.name= Find Broken Externalized Strings
-ActionDefinition.findNLSProblems.description=Finds undefined, duplicate and unused externalized string keys in property files
-
-ActionDefinition.indent.name= Indent Line
-ActionDefinition.indent.description=Indents the current line
-
-ActionDefinition.corrections.renameInFile.name=Quick Assist - Rename in file
-ActionDefinition.corrections.renameInFile.description=Invokes quick assist and selects 'Rename in file'
-
-ActionDefinition.corrections.assignToLocal.name=Quick Assist - Assign to local variable
-ActionDefinition.corrections.assignToLocal.description=Invokes quick assist and selects 'Assign to local variable'
-
-ActionDefinition.corrections.assignToField.name=Quick Assist - Assign to var
-ActionDefinition.corrections.assignToField.description=Invokes quick assist and selects 'Assign to var'
-
-ActionDefinition.corrections.assignParamToField.name=Quick Assist - Assign parameter to var
-ActionDefinition.corrections.assignParamToField.description=Invokes quick assist and selects 'Assign parameter to var'
-
-ActionDefinition.corrections.addBlock.name=Quick Assist - Replace statement with block
-ActionDefinition.corrections.addBlock.description=Invokes quick assist and selects 'Replace statement with block'
-
-ActionDefinition.corrections.addThrowsDecl.name=Quick Fix - Add throws declaration
-ActionDefinition.corrections.addThrowsDecl.description=Invokes quick assist and selects 'Add throws declaration'
-
-ActionDefinition.corrections.addCast.name=Quick Fix - Add cast
-ActionDefinition.corrections.addCast.description=Invokes quick assist and selects 'Add cast'
-
-ActionDefinition.corrections.addNonNLS.name=Quick Fix - Add non-NLS tag
-ActionDefinition.corrections.addNonNLS.description=Invokes quick assist and selects 'Add non-NLS tag'
-
-ActionDefinition.corrections.qualifyField.name=Quick Fix - Qualify var access
-ActionDefinition.corrections.qualifyField.description=Invokes quick assist and selects 'Qualify var access'
-
-ActionDefinition.corrections.changeToStatic.name=Quick Fix - Change to static access
-ActionDefinition.corrections.changeToStatic.description=Invokes quick assist and selects 'Change to static access'
-
-ActionDefinition.corrections.addImport.name=Quick Fix - Add import
-ActionDefinition.corrections.addImport.description=Invokes quick assist and selects 'Add import'
-
-ActionDefinition.corrections.addSuppressWarnings.name=Quick Fix - Add @SuppressWarnings
-ActionDefinition.corrections.addSuppressWarnings.description=Invokes quick fix and selects 'Add @SuppressWarnings'
-
-ActionDefinition.corrections.splitJoinVariableDeclaration.name=Quick Assist - Split/Join variable declaration
-ActionDefinition.corrections.splitJoinVariableDeclaration.description=Invokes quick assist and selects 'Split/Join variable declaration'
-
-ActionDefinition.corrections.extractLocal.name=Quick Assist - Extract local variable
-ActionDefinition.corrections.extractLocal.description=Invokes quick assist and selects 'Extract local variable'
-
-ActionDefinition.corrections.extractConstant.name=Quick Assist - Extract constant
-ActionDefinition.corrections.extractConstant.description=Invokes quick assist and selects 'Extract constant'
-
-ActionDefinition.corrections.convertLocalToField.name=Quick Assist - Convert local variable to var
-ActionDefinition.corrections.convertLocalToField.description=Invokes quick assist and selects 'Convert local variable to var'
-
-ActionDefinition.corrections.inlineLocal.name=Quick Assist - Inline local variable
-ActionDefinition.corrections.inlineLocal.description=Invokes quick assist and selects 'Inline local variable'
-
-ActionDefinition.corrections.convertAnonymousToLocal.name=Quick Assist - Convert anonymous to local class
-ActionDefinition.corrections.convertAnonymousToLocal.description=Invokes quick assist and selects 'Convert anonymous to local class'
-
-#--- Refactor menu
-ActionDefinition.refactorQuickMenu.name= Show Refactor Quick Menu
-ActionDefinition.refactorQuickMenu.description= Shows the refactor quick menu
-
-ActionDefinition.pullUp.name= Pull Up
-ActionDefinition.pullUp.description= Move members to a superclass
-
-ActionDefinition.pushDown.name= Push Down
-ActionDefinition.pushDown.description= Move members to subclasses
-
-ActionDefinition.renameElement.name= Rename - Refactoring
-ActionDefinition.renameElement.description= Rename the selected element
-
-ActionDefinition.modifyMethodParameters.name= Change Function Signature
-ActionDefinition.modifyMethodParameters.description= Change function signature includes parameter names and parameter order
-
-ActionDefinition.moveElement.name= Move - Refactoring
-ActionDefinition.moveElement.description= Move the selected element to a new location
-
-ActionDefinition.extractLocalVariable.name= Extract Local Variable
-ActionDefinition.extractLocalVariable.description= Extracts an expression into a new local variable and uses the new local variable
-
-ActionDefinition.extractConstant.name= Extract Constant
-ActionDefinition.extractConstant.description= Extracts a constant into a new static var and uses the new static var
-
-ActionDefinition.introduceParameter.name= Introduce Parameter
-ActionDefinition.introduceParameter.description= Introduce a new function parameter based on the selected expression
-
-ActionDefinition.introduceFactory.name= Introduce Factory
-ActionDefinition.introduceFactory.description= Introduce a factory function to encapsulate invocation of the selected constructor
-
-ActionDefinition.inline.name= Inline
-ActionDefinition.inline.description= Inline a constant, local variable or function
-
-ActionDefinition.introduceIndirection.name= Introduce Indirection
-ActionDefinition.introduceIndirection.description= Introduce an indirection to encapsulate invocations of a selected function
-
-ActionDefinition.replaceInvocations.name= Replace Invocations
-ActionDefinition.replaceInvocations.description= Replace invocations of the selected function
-
-ActionDefinition.selfEncapsulateField.name= Encapsulate Var
-ActionDefinition.selfEncapsulateField.description= Create getting and setting functions for the var and use only those to access the var
-
-ActionDefinition.extractMethod.name= Extract Function
-ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new function and use the new function
-
-ActionDefinition.extractInterface.name= Extract Interface
-ActionDefinition.extractInterface.description= Extract a set of members into a new interface and try to use the new interface
-
-ActionDefinition.extractSupertype.name= Extract Superclass
-ActionDefinition.extractSupertype.description= Extract a set of members into a new superclass and try to use the new superclass
-
-ActionDefinition.changeType.name= Generalize Declared Type
-ActionDefinition.changeType.description= Change the declaration of a selected variable to a more general type consistent with usage
-
-ActionDefinition.convertNestedToTopLevel.name= Convert Member Type to Top Level
-ActionDefinition.convertNestedToTopLevel.description= Convert member type to top level
-
-ActionDefinition.useSupertype.name= Use Supertype Where Possible
-ActionDefinition.useSupertype.description= Change occurrences of a type to use a supertype instead
-
-ActionDefinition.inferTypeArguments.name= Infer Generic Type Arguments
-ActionDefinition.inferTypeArguments.description= Infer type arguments for references to generic classes and remove unnecessary casts
-
-ActionDefinition.convertLocalToField.name= Convert Local Variable to Var
-ActionDefinition.convertLocalToField.description= Convert a local variable to a var
-
-ActionDefinition.convertAnonymousToNested.name= Convert Anonymous Class to Nested
-ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nested class
-
-ActionDefinition.apply.name=Apply Script
-ActionDefinition.apply.description=Perform refactorings from a refactoring script on the local workspace
-
-ActionDefinition.create.name=Create Script
-ActionDefinition.create.description=Create a refactoring script from refactorings on the local workspace
-
-ActionDefinition.migrate.name=Migrate JAR File
-ActionDefinition.migrate.description=Migrate a JAR File to a new version
-
-
-#--- Navigate menu
-ActionDefinition.openType.name= Open Type
-ActionDefinition.openType.description= Open a type in a JavaScript editor
-
-ActionDefinition.openTypeInHierarchy.name= Open Type in Hierarchy
-ActionDefinition.openTypeInHierarchy.description= Open a type in the type hierarchy view
-
-ActionDefinition.gotoPackage.name= Go to Folder
-ActionDefinition.gotoPackage.description= Go to Folder
-
-ActionDefinition.gotoType.name= Go to Type
-ActionDefinition.gotoType.description= Go to Type
-
-ActionDefinition.openEditor.name= Open Declaration
-ActionDefinition.openEditor.description= Open an editor on the selected element
-
-ActionDefinition.openSuperImplementation.name= Open Super Implementation
-ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
-
-ActionDefinition.openExternalJavadoc.name= Open External JSDoc
-ActionDefinition.openExternalJavadoc.description= Open the JSDoc of the selected element in an external browser
-
-ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
-ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
-
-ActionDefinition.openCallHierarchy.name= Open Call Hierarchy
-ActionDefinition.openCallHierarchy.description= Open a call hierarchy on the selected element
-
-ActionDefinition.showInPackageView.name= Show in Script Explorer
-ActionDefinition.showInPackageView.description= Show the selected element in the Script Explorer
-
-
-ActionDefinition.gotoMatchingBracket.name= Go to Matching Bracket
-ActionDefinition.gotoMatchingBracket.description= Moves the cursor to the matching bracket
-
-#--- Search menu
-ActionDefinition.referencesInWorkspace.name= References in Workspace
-ActionDefinition.referencesInWorkspace.description= Search for references to the selected element in the workspace
-
-ActionDefinition.referencesInProject.name= References in Project
-ActionDefinition.referencesInProject.description= Search for references to the selected element in the enclosing project
-
-ActionDefinition.referencesInHierarchy.name= References in Hierarchy
-ActionDefinition.referencesInHierarchy.description= Search for references of the selected element in its hierarchy
-
-ActionDefinition.referencesInWorkingSet.name= References in Working Set
-ActionDefinition.referencesInWorkingSet.description= Search for references to the selected element in a working set
-
-ActionDefinition.readAccessInworkspace.name= Read Access in Workspace
-ActionDefinition.readAccessInWorkspace.description= Search for read references to the selected element in the workspace
-
-ActionDefinition.readAccessInProject.name= Read Access in Project
-ActionDefinition.readAccessInProject.description= Search for read references to the selected element in the enclosing project
-
-ActionDefinition.readAccessInHierarchy.name= Read Access in Hierarchy
-ActionDefinition.readAccessInHierarchy.description= Search for read references of the selected element in its hierarchy
-
-ActionDefinition.readAccessInWorkingSet.name= Read Access in Working Set
-ActionDefinition.readAccessInWorkingSet.description= Search for read references to the selected element in a working set
-
-ActionDefinition.writeAccessInWorkspace.name=Write Access in Workspace
-ActionDefinition.writeAccessInWorkspace.description= Search for write references to the selected element in the workspace
-
-ActionDefinition.writeAccessInProject.name= Write Access in Project
-ActionDefinition.writeAccessInProject.description= Search for write references to the selected element in the enclosing project
-
-ActionDefinition.writeAccessInHierarchy.name= Write Access in Hierarchy
-ActionDefinition.writeAccessInHierarchy.description= Search for write references of the selected element in its hierarchy
-
-ActionDefinition.writeAccessInWorkingSet.name= Write Access in Working Set
-ActionDefinition.writeAccessInWorkingSet.description= Search for write references to the selected element in a working set
-
-ActionDefinition.declarationsInWorkspace.name= Declaration in Workspace
-ActionDefinition.declarationsInWorkspace.description= Search for declarations of the selected element in the workspace
-
-ActionDefinition.declarationsInProject.name= Declaration in Project
-ActionDefinition.declarationsInProject.description= Search for declarations of the selected element in the enclosing project
-
-ActionDefinition.declarationsInHierarchy.name= Declaration in Hierarchy
-ActionDefinition.declarationsInHierarchy.description= Search for declarations of the selected element in its hierarchy
-
-ActionDefinition.declarationsInWorkingSet.name= Declaration in Working Set
-ActionDefinition.declarationsInWorkingSet.description= Search for declarations of the selected element in a working set
-
-ActionDefinition.implementorsInWorkspace.name= Implementors in Workspace
-ActionDefinition.implementorsInWorkspace.description= Search for implementors of the selected interface
-
-ActionDefinition.implementorsInProject.name= Implementors in Project
-ActionDefinition.implementorsInProject.description= Search for implementors of the selected interface in the enclosing project
-
-ActionDefinition.implementorsInWorkingSet.name= Implementors in Working Set
-ActionDefinition.implementorsInWorkingSet.description= Search for implementors of the selected interface in a working set
-
-ActionDefinition.occurrencesInFile.quickMenu.name= Show Occurrences in File Quick Menu
-ActionDefinition.occurrencesInFile.quickMenu.description= Shows the Occurrences in File quick menu
-
-ActionDefinition.occurrencesInFile.name= Search All Occurrences in File
-ActionDefinition.occurrencesInFile.description= Search for all occurrences of the selected element in its declaring file
-
-ActionDefinition.exceptionOccurrences.name= Search Exception Occurrences in File
-ActionDefinition.exceptionOccurrences.description= Search for exception occurrences of a selected exception type
-
-ActionDefinition.implementOccurrences.name= Search Implement Occurrences in File
-ActionDefinition.implementOccurrences.description= Search for implement occurrences of a selected type
-
-#--- project
-ActionDefinition.generateJavadoc.name= Generate JSDoc
-ActionDefinition.generateJavadoc.description= Generates JSDoc for a selectable set of JavaScript resources
-
-#--- commands not assigned to a menu
-ActionDefinition.foldingCollapseMembers.name= Collapse Members
-ActionDefinition.foldingCollapseMembers.description= Collapse all members
-
-ActionDefinition.foldingCollapseComments.name= Collapse Comments
-ActionDefinition.foldingCollapseComments.description= Collapse all comments
-
-#--- perspective commands
-PerspectiveCommand.javaBrowsing.name= JavaScript Browsing
-PerspectiveCommand.javaBrowsing.description= Show the JavaScript Browsing perspective
-
-PerspectiveCommand.java.name= JavaScript
-PerspectiveCommand.java.description= Show the JavaScript perspective
-
-#--- view commands
-ViewCommand.typeHierarchy.name= JavaScript Type Hierarchy
-ViewCommand.typeHierarchy.description= Show the Type Hierarchy view
-
-ViewCommand.packageExplorer.name= JavaScript Script Explorer
-ViewCommand.packageExplorer.description= Show the Script Explorer
-
-ViewCommand.projectsView.name= JavaScript Projects
-ViewCommand.projectsView.description= Show the Projects view
-
-ViewCommand.packagesView.name= JavaScript Folders
-ViewCommand.packagesView.description= Show the Folders view
-
-ViewCommand.typesView.name= JavaScript Types
-ViewCommand.typesView.description= Show the Types view
-
-ViewCommand.membersView.name= JavaScript Members
-ViewCommand.membersView.description= Show the Members view
-
-ViewCommand.sourceView.name= JavaScript Declaration
-ViewCommand.sourceView.description= Show the Declaration view
-
-ViewCommand.javadocView.name= Documentation
-ViewCommand.javadocView.description= Show the JavaScript Documentation view
-
-ViewCommand.callHierarchy.name= JavaScript Call Hierarchy
-ViewCommand.callHierarchy.description= Show the Call Hierarchy view
-
-#--- Commands for surfacing javaScript elements
-command.openElementInEditor.name= Open JavaScript Element
-command.openElementInEditor.desc= Open a JavaScript element in its editor
-commandParameter.openElementInEditor.elementRef.name= JavaScript element reference
-command.showElementInPackageView.name= Show JavaScript Element in Script Explorer
-command.showElementInPackageView.desc= Select JavaScript element in the Script Explorer view
-commandParameter.showElementInPackageView.elementRef.name= JavaScript element reference
-command.showElementInTypeHierarchyView.name= Show JavaScript Element Type Hierarchy
-command.showElementInTypeHierarchyView.desc= Show a JavaScript element in the Type Hierarchy view
-commandParameter.showElementInTypeHierarchyView.elementRef.name= JavaScript element reference
-
-#--- Call Hierarchy
-callHierarchyViewName=Call Hierarchy
-
-#--- Info views
-JavaSourceView= Declaration
-JavadocView= Documentation
-JavadocViewDescription=JavaScript Documentation
-
-
-#--- Info view colors
-JavadocViewBackgroundColor.label= JavaScript Doumentation view background
-JavadocViewBackgroundColor.description= The color used as background for the JavaScript Documentation view.
-DeclarationViewBackgroundColor.label= Declaration view background
-DeclarationViewBackgroundColor.description= The color used as background for the JavaScript Declaration view.
-
-#--- linked mode annotations
-linked.focus.label= Current range
-linked.slave.label= Range linked to current
-linked.target.label= Editable range
-linked.exit.label= Final caret location
-
-userLibrary.name=User Library
-
-#--- templates
-templates.java.contextType.name= JavaScript
-templates.javadoc.contextType.name= JSDoc
-templates.java.resolvers.Field.name= Var
-templates.java.resolvers.Field.description= <b>${<i>id</i>:var(type)}</b><br>Evaluates to a var in the current scope that is a subtype of the given type. If no type is specified, any non-primitive var matches.<br><br><b>Example:</b><br><code>${counter:var(int)}</code>
-templates.java.resolvers.Var.name= Variable
-templates.java.resolvers.Var.description= <b>${<i>id</i>:var(type)}</b><br>Evaluates to a var, local variable or parameter visible in the current scope that is a subtype of the given type. If no type is specified, any non-primitive variable matches.<br><br><b>Example:</b><br><code>${array:var(java.lang.Object[])}</code>
-templates.java.resolvers.LocalVar.name= Local Variable
-templates.java.resolvers.LocalVar.description= <b>${<i>id</i>:localVar(type)}</b><br>Evaluates to a local variable or parameter visible in the current scope that is a subtype of the given type. If no type is specified, any non-primitive local variable matches.<br><br><b>Example:</b><br><code>${iterable:localVar(java.lang.Iterable)}</code>
-templates.java.resolvers.Name.name= New Name
-templates.java.resolvers.Name.description= <b>${<i>id</i>:newName(reference)}</b><br>Evaluates to an non-conflicting name for a new local variable of the type specified by the reference. The reference may either be a JavaScript type name or the name of another template variable. The generated name respects the code style settings.<br><br><b>Example:</b><br><code>${index:newName(int)}</code>
-templates.java.resolvers.ElementType.name= Element Type
-templates.java.resolvers.ElementType.description= <b>${<i>id</i>:elemType(variable)}</b><br>Evaluates to the element type of the referenced template variable. The reference should be the name of another template variable that resolves to an array or an instance of <code>java.lang.Iterable</code>.<br><br><b>Example:</b><br><code>${t:elemType(a)} elem = ${a:array};</code>
-templates.java.resolvers.ArgumentType.name= Argument Type
-templates.java.resolvers.ArgumentType.description= <b>${<i>id</i>:argType(variable, n)}</b><br> Evaluates to the <em>nth</em> type argument of the referenced template variable. The reference should be the name of another template variable. Resolves to <code>java.lang.Object</code> if the referenced variable cannot be found or is not a parameterized type.<br><br><b>Example:</b><br><code>${type:argType(vector, 0)} ${first:name(type)} = ${vector:var(java.util.Vector)}.get(0);</code>;
-
-#--- folding
-foldingStructureProvidersExtensionPoint= Folding Structure Providers
-defaultFoldingStructureProviderName= Default JavaScript Folding
-
-#--- presentation
-javaPresentation.label= JavaScript
-
-#--- Properties File Editor
-PropertiesFileEditorName=Properties File Editor
-propertiesFileDocumentSetupParticipant= Properties File Document Setup Participant
-
-propertiesFileEditorFontDefiniton.label= Properties File Editor Text Font
-propertiesFileEditorFontDefintion.description= The Properties File editor text font is used by Properties File editors.
-
-propertiesFileEditorPrefName= Properties Files Editor
-
-#--- Spelling
-defaultSpellingEngine.label= Default spelling engine
-
-#--- serial version computer
-serialVersionLaunchConfigName= Serial Version Computer
-
-
-#--- JavaScript model provider
-JavaModelProvider.name=JavaScript Workspace
-JavaModelContent.name=JavaScript Workspace
-
-#--- Java problem grouping
-MarkerCategory.name=JavaScript Problem Type
-MarkerCategory.buildpath=Source Path
-MarkerCategory.fatal=Fatal Errors
-MarkerCategory.documentation=Documentation
-MarkerCategory.codestyle=Code Style
-MarkerCategory.potential=Potential Programming Problems
-MarkerCategory.deprecation=Deprecation
-MarkerCategory.generictypes=Type Safety and Raw Types
-MarkerCategory.unnecessary=Unnecessary Code
-MarkerCategory.nls=Externalized Strings
-MarkerCategory.restrictedAPI=Restricted API
-
-#--- Hyperlinking ---
-JavaEditorHyperlinkTarget= JavaScript Editor
-PropertiesFileEditorHyperlinkTarget=Properties File Editor
-JavaElementHyperlinkDetector= JavaScript Element
-NLSHyperlinkDetector= JavaScript Property Key
-PropertyKeyHyperlinkDetector= JavaScript Property Key
-
-context.name.0 = JavaScript View
-context.description.0 = JavaScript View Context
-action.label.0 = Quick Fix
-
-BaseWebBrowserLibrary = ECMA 3 Browser Support Library
-
-documentationProvider=Documentation Provider
-wizard.name.0 = JavaScript Source File
-wizard.description.0 = Create a new JavaScript file
-extension-point.name.0 = JsGlobalScopeUIInitializer
-extension-point.name.1 = JsGlobalScopeUIInitializer
-
-action.label.projectConvert=Convert to &JavaScript Project...
-packagesViewName= Script Explorer
diff --git a/bundles/org.eclipse.wst.jsdt.ui/plugin.xml b/bundles/org.eclipse.wst.jsdt.ui/plugin.xml
deleted file mode 100644
index 1907c67e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/plugin.xml
+++ /dev/null
@@ -1,6017 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
- <extension-point id="javaElementFilters" name="%elementFiltersName" schema="schema/javaElementFilters.exsd"/>
- <extension-point id="javaEditorTextHovers" name="%javaEditorTextHoversName" schema="schema/javaEditorTextHovers.exsd"/>
- <extension-point id="javadocCompletionProcessor" name="%javadocCompletionProcessor" schema="schema/javadocCompletionProcessor.exsd"/>
- <extension-point id="quickFixProcessors" name="%quickFixProcessorExtensionPoint" schema="schema/quickFixProcessors.exsd"/>
- <extension-point id="quickAssistProcessors" name="%quickAssistProcessorExtensionPoint" schema="schema/quickAssistProcessors.exsd"/>
- <extension-point id="JsGlobalScopeContainerPage" name="%JsGlobalScopeContainerPageExtensionPoint" schema="schema/JsGlobalScopeContainerPage.exsd"/>
- <extension-point id="foldingStructureProviders" name="%foldingStructureProvidersExtensionPoint" schema="schema/foldingStructureProviders.exsd"/>
- <extension-point id="queryParticipants" name="%queryParticipantsExtensionPoint" schema="schema/queryParticipants.exsd"/>
- <extension-point id="javaCompletionProposalComputer" name="%javaCompletionProposalComputer" schema="schema/javaCompletionProposalComputer.exsd"/>
- <extension-point id="javaCompletionProposalSorters" name="%javaCompletionProposalSorters" schema="schema/javaCompletionProposalSorters.exsd"/>
- <extension-point id="classpathAttributeConfiguration" name="%classpathAttributeConfiguration" schema="schema/classpathAttributeConfiguration.exsd"/>
- <extension-point id="documentationProvider" name="%documentationProvider" schema="schema/DocumentationProvider.exsd"/>
- <extension-point id="JsGlobalScopeUIInitializer" name="%extension-point.name.1" schema="schema/JsGlobalScopeUIInitializer.exsd"/>
-
- <extension
- point="org.eclipse.ui.decorators">
- <decorator
- label="%OverrideIndicatorLabelDecorator.label"
- lightweight="true"
- location="BOTTOM_RIGHT"
- state="true"
- class="org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator"
- id="org.eclipse.wst.jsdt.ui.override.decorator">
- <description>
- %OverrideIndicatorLabelDecorator.description
- </description>
- <enablement>
- <objectClass
- name="org.eclipse.wst.jsdt.core.IFunction">
- </objectClass>
- </enablement>
- </decorator>
- </extension>
-
- <extension point="org.eclipse.core.runtime.adapters">
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.JavaElementAdapterFactory"
- adaptableType="org.eclipse.wst.jsdt.core.IJavaScriptElement">
- <adapter type="org.eclipse.core.resources.IResource"/>
- <adapter type="org.eclipse.ui.IPersistableElement"/>
- <adapter type="org.eclipse.ui.IContributorResourceAdapter"/>
- <adapter type="org.eclipse.ui.ide.IContributorResourceAdapter2"/>
- <adapter type="org.eclipse.ui.IContainmentAdapter"/>
- <adapter type="org.eclipse.search.ui.ISearchPageScoreComputer"/>
- <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
- <adapter type="org.eclipse.ui.views.properties.IPropertySource"/>
- <adapter type="org.eclipse.ui.views.tasklist.ITaskListResourceAdapter"/>
- <adapter type="org.eclipse.wst.jsdt.internal.ui.IResourceLocator"/>
- <adapter type="org.eclipse.team.ui.history.IHistoryPageSource"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.JavaProjectAdapterFactory"
- adaptableType="org.eclipse.wst.jsdt.core.IJavaScriptProject">
- <adapter type="org.eclipse.core.resources.IProject"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.ResourceAdapterFactory"
- adaptableType="org.eclipse.core.resources.IResource">
- <adapter type="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.MarkerAdapterFactory"
- adaptableType="org.eclipse.core.resources.IMarker">
- <adapter type="org.eclipse.search.ui.ISearchPageScoreComputer"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.EditorInputAdapterFactory"
- adaptableType="org.eclipse.ui.IEditorInput">
- <adapter type="org.eclipse.search.ui.ISearchPageScoreComputer"/>
- <adapter type="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.LogicalPackageAdapterFactory"
- adaptableType="org.eclipse.wst.jsdt.internal.ui.browsing.LogicalPackage">
- <adapter type="org.eclipse.search.ui.ISearchPageScoreComputer"/>
- <adapter type="org.eclipse.core.resources.mapping.ResourceMapping"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.RefactoringAdapterFactory"
- adaptableType="org.eclipse.wst.jsdt.internal.corext.refactoring.changes.CompilationUnitChange">
-
- <adapter type="org.eclipse.ltk.ui.refactoring.TextEditChangeNode"/>
- </factory>
-
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.RefactoringAdapterFactory"
- adaptableType="org.eclipse.ltk.core.refactoring.MultiStateTextFileChange">
-
- <adapter type="org.eclipse.ltk.ui.refactoring.TextEditChangeNode"/>
- </factory>
-
- </extension>
-
- <extension
- point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage">
- <JsGlobalScopeContainerPage
- name="%defaultJsGlobalScopeContainerPage"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.JsGlobalScopeContainerDefaultPage"
- id="*">
- </JsGlobalScopeContainerPage>
- </extension>
-
- <extension
- point="org.eclipse.wst.jsdt.ui.classpathAttributeConfiguration">
- <classpathAttributeConfiguration
- attributeName="javadoc_location"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.JavadocAttributeConfiguration">
- </classpathAttributeConfiguration>
- </extension>
-
- <extension
- point="org.eclipse.wst.jsdt.ui.quickFixProcessors">
- <quickFixProcessor
- name="%defaultQuickFixProcessor"
- class="org.eclipse.wst.jsdt.internal.ui.text.correction.QuickFixProcessor"
- id="org.eclipse.wst.jsdt.ui.text.correction.QuickFixProcessor">
- </quickFixProcessor>
- <quickFixProcessor
- name="%spellingQuickFixProcessor"
- class="org.eclipse.wst.jsdt.internal.ui.text.spelling.SpellingQuickFixProcessor"
- id="org.eclipse.wst.jsdt.ui.text.spelling.SpellingQuickFixProcessor" >
- <handledMarkerTypes>
- <markerType id="org.eclipse.ui.workbench.texteditor.spelling"/>
- </handledMarkerTypes>
- </quickFixProcessor>
- </extension>
-
- <extension
- point="org.eclipse.wst.jsdt.ui.quickAssistProcessors">
- <quickAssistProcessor
- name="%defaultQuickAssistProcessor"
- class="org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor"
- id="org.eclipse.wst.jsdt.ui.text.correction.QuickAssistProcessor">
- </quickAssistProcessor>
- <quickAssistProcessor
- name="%advancedQuickAssistProcessor"
- class="org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor"
- id="org.eclipse.wst.jsdt.ui.text.correction.AdvancedQuickAssistProcessor">
- </quickAssistProcessor>
- </extension>
-
- <!-- content assist processors - do not change their order -->
- <!-- JavaScript and javadoc category -->
- <!--
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="javaTypeProposalCategory"
- name="%JavaTypesCategory">
- <proposalCategory
- icon="$nl$/icons/full/elcl16/jtypeassist_co.gif"/>
- </extension>
- -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="javaNoTypeProposalCategory"
- name="%JavaProposalCategory">
- <proposalCategory
- icon="$nl$/icons/full/elcl16/javaassist_co.gif"/>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="defaultProposalCategory"
- name="%DefaultProposalCategory">
- <proposalCategory/>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="templateProposalCategory"
- name="%TemplateProposalCategory">
- <proposalCategory
- icon="$nl$/icons/full/elcl16/templateprop_co.gif"/>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="textProposalCategory"
- name="%TextProposalCategory">
- <proposalCategory
- icon="$nl$/icons/full/elcl16/wordassist_co.gif"/>
- </extension>
-
- <!-- JavaScript completions -->
- <!--
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="JavaTypeCompletionProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.java.JavaTypeCompletionProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.javaTypeProposalCategory">
- <partition type="__dftl_partition_content_type"/>
- <partition type="__java_string"/>
- </javaCompletionProposalComputer>
- </extension>
- -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="JavaNoTypeCompletionProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.java.JavaNoTypeCompletionProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.javaNoTypeProposalCategory">
- <partition type="__dftl_partition_content_type"/>
- <partition type="__java_string"/>
- </javaCompletionProposalComputer>
- </extension>
- <!-- javadoc completions -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="LegacyJavadocCompletionProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.javadoc.LegacyJavadocCompletionProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.javaNoTypeProposalCategory">
- <partition type="__java_javadoc"/>
- </javaCompletionProposalComputer>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="JavadocCompletionProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.javadoc.JavadocCompletionProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.javaNoTypeProposalCategory">
- <partition type="__java_javadoc"/>
- </javaCompletionProposalComputer>
- </extension>
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="JavadocHTMLCompletionProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.javadoc.HTMLTagCompletionProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.javaNoTypeProposalCategory">
- <partition type="__java_javadoc"/>
- </javaCompletionProposalComputer>
- </extension>
- <!-- template proposals -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="TemplateProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.java.TemplateCompletionProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.templateProposalCategory">
- <partition type="__dftl_partition_content_type"/>
- <partition type="__java_singleline_comment"/> <!-- to get NLS templates -->
- <partition type="__java_javadoc"/>
- </javaCompletionProposalComputer>
- </extension>
- <!-- hippie word completions -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer"
- id="HippieCompletionProposalComputer">
- <javaCompletionProposalComputer
- class="org.eclipse.wst.jsdt.internal.ui.text.java.HippieProposalComputer"
- categoryId="org.eclipse.wst.jsdt.ui.textProposalCategory">
- <partition type="__java_singleline_comment"/>
- <partition type="__java_multiline_comment"/>
- <partition type="__java_string"/>
- <partition type="__java_javadoc"/>
- </javaCompletionProposalComputer>
- </extension>
-
- <!-- the parameterized content assist action and keybindings for our contributed computers -->
- <extension
- point="org.eclipse.ui.commands">
- <command
- categoryId="org.eclipse.ui.category.edit"
- description="%SpecificContentAssist.desc"
- id="org.eclipse.wst.jsdt.ui.specific_content_assist.command"
- name="%SpecificContentAssist.name"
- defaultHandler="org.eclipse.wst.jsdt.internal.ui.text.java.JavaContentAssistHandler">
- <commandParameter
- id="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id"
- name="%SpecificContentAssist.param"
- optional="false"
- values="org.eclipse.wst.jsdt.internal.ui.text.java.ContentAssistComputerParameter"/>
- </command>
- </extension>
-
- <extension
- point="org.eclipse.wst.jsdt.ui.javaCompletionProposalSorters">
- <proposalSorter
- id="org.eclipse.wst.jsdt.ui.RelevanceSorter"
- name="%RelevanceSorter.name"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.RelevanceSorter"/>
- <proposalSorter
- id="org.eclipse.wst.jsdt.ui.AlphabeticSorter"
- name="%AlphabeticSorter.name"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.AlphabeticSorter"/>
- </extension>
-
- <!-- commands to surface JavaScript elements given handle id encoded parameter -->
- <extension
- point="org.eclipse.ui.commands">
- <commandParameterType
- converter="org.eclipse.wst.jsdt.internal.ui.commands.JavaElementReferenceConverter"
- id="org.eclipse.wst.jsdt.ui.commands.javaElementReference"
- type="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- <command
- categoryId="org.eclipse.ui.category.navigate"
- defaultHandler="org.eclipse.wst.jsdt.internal.ui.commands.OpenElementInEditorHandler"
- description="%command.openElementInEditor.desc"
- id="org.eclipse.wst.jsdt.ui.commands.openElementInEditor"
- name="%command.openElementInEditor.name">
- <commandParameter
- id="elementRef"
- name="%commandParameter.openElementInEditor.elementRef.name"
- optional="false"
- typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference"/>
- </command>
- <command
- categoryId="org.eclipse.ui.category.navigate"
- defaultHandler="org.eclipse.wst.jsdt.internal.ui.commands.ShowElementInPackageViewHandler"
- description="%command.showElementInPackageView.desc"
- id="org.eclipse.wst.jsdt.ui.commands.showElementInPackageView"
- name="%command.showElementInPackageView.name">
- <commandParameter
- id="elementRef"
- name="%commandParameter.showElementInPackageView.elementRef.name"
- optional="false"
- typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference"/>
- </command>
- <command
- categoryId="org.eclipse.ui.category.navigate"
- defaultHandler="org.eclipse.wst.jsdt.internal.ui.commands.ShowElementInTypeHierarchyViewHandler"
- description="%command.showElementInTypeHierarchyView.desc"
- id="org.eclipse.wst.jsdt.ui.commands.showElementInTypeHierarchyView"
- name="%command.showElementInTypeHierarchyView.name">
- <commandParameter
- id="elementRef"
- name="%commandParameter.showElementInTypeHierarchyView.elementRef.name"
- optional="false"
- typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference"/>
- </command>
- </extension>
-
- <!-- Note: Do not change the sequence of those hover contributions -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaEditorTextHovers">
- <hover
- label="%sequentialHover"
- description="%sequentialHoverDescription"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.hover.BestMatchHover"
- id="org.eclipse.wst.jsdt.ui.BestMatchHover">
- </hover>
- <hover
- label="%problemHover"
- description="%problemHoverDescription"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.hover.ProblemHover"
- id="org.eclipse.wst.jsdt.ui.ProblemHover">
- </hover>
- <hover
- label="%nlsStringHover"
- description="%nlsStringHoverDescription"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.hover.NLSStringHover"
- id="org.eclipse.wst.jsdt.ui.NLS">
- </hover>
- <hover
- label="%javadocHover"
- description="%javadocHoverDescription"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.hover.JavadocHover"
- id="org.eclipse.wst.jsdt.ui.JavadocHover">
- </hover>
- <hover
- label="%sourceHover"
- description="%sourceHoverDescription"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.hover.JavaSourceHover"
- id="org.eclipse.wst.jsdt.ui.JavaSourceHover">
- </hover>
-<!--
- <hover
- label="%annotationHover"
- description="%annotationHoverDescription"
- class="org.eclipse.wst.jsdt.internal.ui.text.java.hover.AnnotationHover"
- id="org.eclipse.wst.jsdt.ui.AnnotationHover">
- </hover>
--->
- </extension>
- <extension
- point="org.eclipse.ui.perspectives">
- <perspective
- name="%perspectiveName"
- icon="$nl$/icons/full/eview16/jperspective.gif"
- class="org.eclipse.wst.jsdt.internal.ui.JavaPerspectiveFactory"
- id="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <description>
- %java.perspective.description
- </description>
- </perspective>
- </extension>
-
- <extension point="org.eclipse.ui.perspectiveExtensions">
- <!-- shortcuts to JS perspective -->
- <perspectiveExtension targetID="org.eclipse.jdt.ui.JavaPerspective">
- <perspectiveShortcut id="org.eclipse.wst.jsdt.ui.JavaPerspective"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
- <perspectiveShortcut id="org.eclipse.wst.jsdt.ui.JavaPerspective"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.wst.web.ui.webDevPerspective">
- <perspectiveShortcut id="org.eclipse.wst.jsdt.ui.JavaPerspective"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.ui.resourcePerspective">
- <perspectiveShortcut id="org.eclipse.wst.jsdt.ui.JavaPerspective"/>
- </perspectiveExtension>
-
- <!-- shortcuts from JS perspective -->
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <perspectiveShortcut id="org.eclipse.jdt.ui.JavaPerspective"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <perspectiveShortcut id="org.eclipse.debug.ui.DebugPerspective"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <perspectiveShortcut id="org.eclipse.wst.web.ui.webDevPerspective"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <perspectiveShortcut id="org.eclipse.ui.resourcePerspective"/>
- </perspectiveExtension>
-
- <!-- view shortcuts in JS perspective -->
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <viewShortcut id="org.eclipse.ui.navigator.ProjectExplorer"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <showInPart id="org.eclipse.ui.navigator.ProjectExplorer"/>
- <showInPart id="org.eclipse.wst.jsdt.ui.PackageExplorer"/>
- <showInPart id="org.eclipse.team.ui.GenericHistoryView"/>
- <showInPart id="org.eclipse.ui.views.ResourceNavigator"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- <showInPart id="org.eclipse.wst.jsdt.ui.PackageExplorer"/>
- <showInPart id="org.eclipse.team.ui.GenericHistoryView"/>
- <showInPart id="org.eclipse.ui.views.ResourceNavigator"/>
- </perspectiveExtension>
- <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
- <showInPart id="org.eclipse.wst.jsdt.ui.PackageExplorer"/>
- </perspectiveExtension>
-
- </extension>
- <extension
- point="org.eclipse.ui.ide.projectNatureImages">
- <image
- icon="$nl$/icons/full/ovr16/java_ovr.gif"
- natureId="org.eclipse.wst.jsdt.core.jsNature"
- id="org.eclipse.ui.javaProjectNatureImage">
- </image>
- </extension>
- <extension
- point="org.eclipse.ui.views">
- <category
- name="%viewCategoryName"
- id="org.eclipse.wst.jsdt.ui.java">
- </category>
- <view
- name="%hierarchyViewName"
- icon="$nl$/icons/full/eview16/class_hi.gif"
- category="org.eclipse.wst.jsdt.ui.java"
- class="org.eclipse.wst.jsdt.internal.ui.typehierarchy.TypeHierarchyViewPart"
- id="org.eclipse.wst.jsdt.ui.TypeHierarchy">
- </view>
- </extension>
- <extension
- point="org.eclipse.ui.newWizards">
- <category
- name="%newWizardCategoryName"
- id="org.eclipse.wst.jsdt.ui.java">
- </category>
- <wizard
- name="%NewJavaProject.label"
- icon="$nl$/icons/full/etool16/newjprj_wiz.gif"
- category="org.eclipse.wst.jsdt.ui.java"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.JavaProjectWizard"
- preferredPerspectives="org.eclipse.wst.jsdt.ui.JavaPerspective,org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective"
- project="true"
- finalPerspective="org.eclipse.wst.jsdt.ui.JavaPerspective"
- id="org.eclipse.wst.jsdt.ui.wizards.JavaProjectWizard">
- <description>
- %NewJavaProject.description
- </description>
- </wizard>
- <wizard
- id="org.eclipse.wst.jsdt.ui.NewJSWizard"
- name="%wizard.name.0"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.NewJSWizard"
- category="org.eclipse.wst.jsdt.ui.java"
- icon="$nl$/icons/full/etool16/newjscript_wiz.gif">
- <description>%wizard.description.0</description>
- <selection class="org.eclipse.core.resources.IResource" />
- </wizard>
-<!--
- <wizard
- name="%NewJavaClass.label"
- icon="$nl$/icons/full/etool16/newclass_wiz.gif"
- category="org.eclipse.wst.jsdt.ui.java"
- id="org.eclipse.wst.jsdt.ui.wizards.NewClassCreationWizard">
- <class class="org.eclipse.wst.jsdt.internal.ui.wizards.NewClassCreationWizard">
- <parameter name="javatype" value="true"/>
- </class>
- <description>
- %NewJavaClass.description
- </description>
- </wizard>
- -->
- </extension>
- <extension
- point="org.eclipse.ui.propertyPages">
- <!--
- <page
- objectClass="org.eclipse.core.resources.IProject"
- name="%javaCategoryPageName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaCategoryPropertyPage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.JavaCategoryPropertyPage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- </page>
--->
- <page
- name="%javaScriptPropertiesPageName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- id="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"/>
- </page>
-
-
- <page
- name="%buildPathPageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.BuildPathsPropertyPage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.BuildPathsPropertyPage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.buildpath"/>
- </page>
-
- <page
- name="%buildPathPageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.BuildPathsPropertyPage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.BuildPathsPropertyPageMenu">
- <enabledWhen>
- <adapt type="org.eclipse.wst.jsdt.ui.ProjectLibraryRoot"/>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.buildpath"/>
- </page>
-
- <page
- name="%codeStylePageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeStylePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.CodeStylePreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.codestyle"/>
- </page>
- <!--
- <page
- name="%importOrganizePageName"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.ImportOrganizePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.ImportOrganizePreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.organizeimports"/>
- </page>
- -->
- <page
- name="%codeFormatterPageName"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeFormatterPreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.CodeFormatterPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.formatter"/>
- </page>
- <page
- name="%cleanUpPageName"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CleanUpPreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.CleanUpPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.cleanup"/>
- </page>
- <page
- name="%codeTemplatePageName"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeTemplatePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.CodeTemplatePreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.codetemplates"/>
- </page>
- <page
- name="%compliancePageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CompliancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.CompliancePreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.compliance"/>
- </page>
- <page
- name="%problemSeveritiesPageName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.ProblemSeveritiesPreferencePage"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CompliancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.ProblemSeveritiesPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.severities"/>
- </page>
- <page
- name="%javadocProblemsPageName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavadocProblemsPreferencePage"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CompliancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.JavadocProblemsPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.javadocproblems"/>
- </page>
- <!--
- <page
- name="%builderPageName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaBuildPreferencePage"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CompliancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.JavaBuildPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.building"/>
- </page>
- -->
- <page
- name="%todoPageName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.TodoTaskPreferencePage"
- category="org.eclipse.wst.jsdt.ui.propertyPages.CompliancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.TodoTaskPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.todo"/>-->
- </page>
- <page
- name="%sourceAttachmentPageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.SourceAttachmentPropertyPage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.SourceAttachmentPage">
- <enabledWhen>
- <and>
- <instanceof value="org.eclipse.wst.jsdt.core.IPackageFragmentRoot"/>
- <not>
- <test property="org.eclipse.wst.jsdt.core.inSourceFolder"/>
- </not>
- </and>
- </enabledWhen>
- </page>
- <page
- name="%javadocLocationPageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavadocConfigurationPropertyPage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavadocConfigurationPropertyPage0">
- <enabledWhen>
- <and>
- <instanceof value="org.eclipse.wst.jsdt.core.IPackageFragmentRoot"/>
- <not>
- <test property="org.eclipse.wst.jsdt.core.inSourceFolder"/>
- </not>
- </and>
- </enabledWhen>
- </page>
- <!-- can be merged again when bug 155422 is fixed -->
- <page
- name="%javadocLocationPageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavadocConfigurationPropertyPage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavadocConfigurationPropertyPage1">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- </page>
- <page
- name="%editorPageName"
- category="org.eclipse.wst.jsdt.internal.ui.preferences.JavaScriptMainPage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaEditorPropertyPage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.JavaEditorPropertyPage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.javaeditorproperty"/>
- </page>
- <page
- name="%editorSaveParticipants"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.SaveParticipantPreferencePage"
- category="org.eclipse.wst.jsdt.ui.propertyPages.JavaEditorPropertyPage"
- id="org.eclipse.wst.jsdt.ui.propertyPages.SaveParticipantPreferencePage">
- <enabledWhen>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </enabledWhen>
- <keywordReference id="org.eclipse.wst.jsdt.ui.saveparticipant"/>
- </page>
-
- </extension>
- <extension
- point="org.eclipse.ui.elementFactories">
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.ClassFileEditorInputFactory"
- id="org.eclipse.wst.jsdt.ui.ClassFileEditorInputFactory">
- </factory>
- <factory
- class="org.eclipse.wst.jsdt.internal.ui.PersistableJavaElementFactory"
- id="org.eclipse.wst.jsdt.ui.PersistableJavaElementFactory">
- </factory>
- </extension>
- <extension
- id="javaeditor"
- point="org.eclipse.ui.editors">
- <editor
- name="%CompilationUnitEditorName"
- default="true"
- icon="$nl$/icons/full/obj16/jcu_obj.gif"
- contributorClass="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor"
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditor"
- symbolicFontName="org.eclipse.wst.jsdt.ui.editors.textfont"
- id="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"
- extensions="js">
- <contentTypeBinding contentTypeId="org.eclipse.wst.jsdt.core.jsSource" />
- </editor>
- <editor
- name="%ClassFileViewerName"
- default="true"
- icon="$nl$/icons/full/obj16/classf_obj.gif"
- contributorClass="org.eclipse.wst.jsdt.internal.ui.javaeditor.ClassFileEditorActionContributor"
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.ClassFileEditor"
- symbolicFontName="org.eclipse.wst.jsdt.ui.editors.textfont"
- id="org.eclipse.wst.jsdt.ui.ClassFileEditor">
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.javaClass"
- />
- </editor>
-<!--
- <editor
- name="%PropertiesFileEditorName"
- icon="$nl$/icons/full/obj16/file_obj.gif"
- contributorClass="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertiesFileEditorActionContributor"
- class="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertiesFileEditor"
- symbolicFontName="org.eclipse.wst.jsdt.ui.PropertiesFileEditor.textfont"
- id="org.eclipse.wst.jsdt.ui.PropertiesFileEditor">
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.javaProperties"
- />
- </editor>
- <editor
- name="%jarDescEditorName"
- default="true"
- icon="$nl$/icons/full/obj16/jar_desc_obj.gif"
- extensions="jardesc"
- contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
- class="org.eclipse.ui.editors.text.TextEditor"
- id="org.eclipse.wst.jsdt.ui.JARDescEditor">
- </editor>
--->
- </extension>
-
- <extension
- point="org.eclipse.ui.themes">
- <themeElementCategory label="%javaPresentation.label" id="org.eclipse.wst.jsdt.ui.presentation"/>
- <fontDefinition
- label="%javaEditorFontDefiniton.label"
- defaultsTo="org.eclipse.jface.textfont"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- id="org.eclipse.wst.jsdt.ui.editors.textfont">
- <description>
- %javaEditorFontDefintion.description
- </description>
- </fontDefinition>
- <!--<fontDefinition
- label="%propertiesFileEditorFontDefiniton.label"
- defaultsTo="org.eclipse.jface.textfont"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- id="org.eclipse.wst.jsdt.ui.PropertiesFileEditor.textfont">
- <description>
- %propertiesFileEditorFontDefintion.description
- </description>
- </fontDefinition>-->
- <fontDefinition
- label="%javadocDisplayFontDefiniton.label"
- defaultsTo="org.eclipse.jface.dialogfont"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- id="org.eclipse.wst.jsdt.ui.javadocfont">
- <description>
- %javadocDisplayFontDefiniton.description
- </description>
- </fontDefinition>
- <colorDefinition
- label="%JavadocViewBackgroundColor.label"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- value="COLOR_INFO_BACKGROUND"
- id="org.eclipse.wst.jsdt.ui.JavadocView.backgroundColor">
- <description>
- %JavadocViewBackgroundColor.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%DeclarationViewBackgroundColor.label"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- value="COLOR_INFO_BACKGROUND"
- id="org.eclipse.wst.jsdt.ui.DeclarationView.backgroundColor">
- <description>
- %DeclarationViewBackgroundColor.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%coloredLabels.qualifier.label"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- value="COLOR_DARK_GRAY"
- id="org.eclipse.wst.jsdt.ui.ColoredLabels.qualifier">
- <description>
- %coloredLabels.qualifier.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%coloredLabels.decorations.label"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- value="149,125,71"
- id="org.eclipse.wst.jsdt.ui.ColoredLabels.decorations">
- <description>
- %coloredLabels.decorations.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%coloredLabels.counter.label"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- value="0,127,174"
- id="org.eclipse.wst.jsdt.ui.ColoredLabels.counter">
- <description>
- %coloredLabels.counter.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%coloredLabels.inherited.label"
- categoryId="org.eclipse.wst.jsdt.ui.presentation"
- value="COLOR_DARK_BLUE"
- id="org.eclipse.wst.jsdt.ui.ColoredLabels.inherited">
- <description>
- %coloredLabels.inherited.description
- </description>
- </colorDefinition>
- </extension>
-
-
- <extension
- point="org.eclipse.ui.editors.annotationTypes">
- <type
- name="org.eclipse.wst.jsdt.ui.error"
- super="org.eclipse.ui.workbench.texteditor.error"
- markerType="org.eclipse.wst.jsdt.core.problem"
- markerSeverity="2">
- </type>
- <type
- name="org.eclipse.wst.jsdt.ui.warning"
- super="org.eclipse.ui.workbench.texteditor.warning"
- markerType="org.eclipse.wst.jsdt.core.problem"
- markerSeverity="1">
- </type>
- <type
- name="org.eclipse.wst.jsdt.ui.info"
- super="org.eclipse.ui.workbench.texteditor.info"
- markerType="org.eclipse.wst.jsdt.core.problem"
- markerSeverity="0">
- </type>
- <type
- name="org.eclipse.wst.jsdt.ui.occurrences">
- </type>
- <type
- name="org.eclipse.wst.jsdt.ui.overrideIndicator">
- </type>
- </extension>
- <extension
- point="org.eclipse.ui.editors.markerAnnotationSpecification">
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.error"
- annotationImageProvider="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaAnnotationImageProvider">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.warning"
- annotationImageProvider="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaAnnotationImageProvider">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.info"
- annotationImageProvider="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaAnnotationImageProvider">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.occurrences"
- label="%OccurrenceAnnotation.label"
- icon="$nl$/icons/full/obj16/searchm_obj.gif"
- textPreferenceKey="javaScriptOccurrenceIndication"
- textPreferenceValue="false"
- highlightPreferenceKey="javaScriptOccurrenceHighlighting"
- highlightPreferenceValue="true"
- contributesToHeader="false"
- overviewRulerPreferenceKey="javaScriptOccurrenceIndicationInOverviewRuler"
- overviewRulerPreferenceValue="true"
- verticalRulerPreferenceKey="javaScriptOccurrenceIndicationInVerticalRuler"
- verticalRulerPreferenceValue="false"
- colorPreferenceKey="javaScriptOccurrenceIndicationColor"
- colorPreferenceValue="212,212,212"
- presentationLayer="4"
- showInNextPrevDropdownToolbarActionKey="javaScriptShowOccurrenceInNextPrevDropdownToolbarAction"
- showInNextPrevDropdownToolbarAction="true"
- isGoToNextNavigationTargetKey="javaScriptIsOccurrenceGoToNextNavigationTarget"
- isGoToNextNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="javaScriptIsOccurrenceGoToPreviousNavigationTarget"
- isGoToPreviousNavigationTarget="false">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.overrideIndicator"
- label="%OverrideIndicator.label"
- icon="$nl$/icons/full/ovr16/over_co.gif"
- annotationImageProvider ="org.eclipse.wst.jsdt.internal.ui.javaeditor.OverrideIndicatorImageProvider"
- textPreferenceKey="javaScriptOverrideIndicator"
- textPreferenceValue="false"
- highlightPreferenceKey="javaScriptOverrideIndicatorHighlighting"
- highlightPreferenceValue="false"
- contributesToHeader="false"
- overviewRulerPreferenceKey="javaScriptOverrideIndicatorInOverviewRuler"
- overviewRulerPreferenceValue="false"
- verticalRulerPreferenceKey="javaScriptOverrideIndicatorInVerticalRuler"
- verticalRulerPreferenceValue="true"
- colorPreferenceKey="javaScriptOverrideIndicatorColor"
- colorPreferenceValue="180,207,205"
- presentationLayer="3"
- showInNextPrevDropdownToolbarActionKey="javaScriptShowoverrideIndicatorInNextPrevDropdownToolbarAction"
- showInNextPrevDropdownToolbarAction="false"
- isGoToNextNavigationTargetKey="javaScriptIsOverrideIndicatorGoToNextNavigationTarget"
- isGoToNextNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="javaScriptIsOverrideIndicatorGoToPreviousNavigationTarget"
- isGoToPreviousNavigationTarget="false">
- </specification>
-
- <!-- linked annotations -->
- <!-- these are deprecated as of 3.2, do not use. -->
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.link.master"
- colorPreferenceValue="70,100,165"
- colorPreferenceKey="linked.focus.color"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="linked.focus.navigation.previous"
- showInNextPrevDropdownToolbarAction="false"
- showInNextPrevDropdownToolbarActionKey="linked.focus.navigation.dropdown"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="linked.focus.navigation.next"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="4"
- label="%linked.focus.label"
- textPreferenceValue="true"
- textPreferenceKey="linked.focus.text"
- highlightPreferenceKey="linked.focus.highlight"
- highlightPreferenceValue="false"
- textStylePreferenceKey="linked.focus.text.style"
- textStylePreferenceValue="BOX"
- verticalRulerPreferenceKey="linked.focus.verticalruler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false"
- overviewRulerPreferenceKey="linked.focus.overviewruler">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.link.slave"
- colorPreferenceValue="180,215,255"
- colorPreferenceKey="linked.slave.color"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="linked.slave.navigation.previous"
- showInNextPrevDropdownToolbarAction="false"
- showInNextPrevDropdownToolbarActionKey="linked.slave.navigation.dropdown"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="linked.slave.navigation.next"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="4"
- label="%linked.slave.label"
- textPreferenceValue="false"
- textPreferenceKey="linked.slave.text"
- highlightPreferenceKey="linked.slave.highlight"
- highlightPreferenceValue="true"
- textStylePreferenceKey="linked.slave.text.style"
- textStylePreferenceValue="NONE"
- verticalRulerPreferenceKey="linked.slave.verticalruler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false"
- overviewRulerPreferenceKey="linked.slave.overviewruler">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.link.target"
- colorPreferenceValue="70,100,165"
- colorPreferenceKey="linked.target.color"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="linked.target.navigation.previous"
- showInNextPrevDropdownToolbarAction="false"
- showInNextPrevDropdownToolbarActionKey="linked.target.navigation.dropdown"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="linked.target.navigation.next"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="4"
- label="%linked.target.label"
- textPreferenceValue="true"
- textPreferenceKey="linked.target.text"
- highlightPreferenceKey="linked.target.highlight"
- highlightPreferenceValue="false"
- textStylePreferenceKey="linked.target.text.style"
- textStylePreferenceValue="BOX"
- verticalRulerPreferenceKey="linked.target.verticalruler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false"
- overviewRulerPreferenceKey="linked.target.overviewruler">
- </specification>
- <specification
- annotationType="org.eclipse.wst.jsdt.ui.link.exit"
- colorPreferenceValue="0,180,0"
- colorPreferenceKey="linked.exit.color"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="linked.exit.navigation.previous"
- showInNextPrevDropdownToolbarAction="false"
- showInNextPrevDropdownToolbarActionKey="linked.exit.navigation.dropdown"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="linked.exit.navigation.next"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="4"
- label="%linked.exit.label"
- textPreferenceValue="true"
- textPreferenceKey="linked.exit.text"
- highlightPreferenceKey="linked.exit.highlight"
- highlightPreferenceValue="false"
- textStylePreferenceKey="linked.exit.text.style"
- textStylePreferenceValue="IBEAM"
- verticalRulerPreferenceKey="linked.exit.verticalruler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false"
- overviewRulerPreferenceKey="linked.exit.overviewruler">
- </specification>
- </extension>
-
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%javaEditorPresentationActionSet.label"
- visible="false"
- id="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation">
- <action
- allowLabelUpdate="true"
- style="toggle"
- toolbarPath="org.eclipse.ui.edit.text.actionSet.presentation/Presentation"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences"
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences"
- disabledIcon="$nl$/icons/full/dtool16/mark_occurrences.gif"
- icon="$nl$/icons/full/etool16/mark_occurrences.gif"
- helpContextId="toggle_mark_occurrences_action_context"
- label="%toggleMarkOccurrences.label"
- retarget="true"
- tooltip="%toggleMarkOccurrences.tooltip">
- </action>
- </actionSet>
- </extension>
-
- <extension
- id="JavaDocumentSetupParticipant"
- name="%javaDocumentSetupParticipant"
- point="org.eclipse.core.filebuffers.documentSetup">
- <participant
- contentTypeId="org.eclipse.wst.jsdt.core.jsSource"
- extensions="js"
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaDocumentSetupParticipant">
- </participant>
- </extension>
-
- <!--
- <extension
- id="PropertiesFileDocumentSetupParticipant"
- name="%propertiesFileDocumentSetupParticipant"
- point="org.eclipse.core.filebuffers.documentSetup">
- <participant
- contentTypeId="org.eclipse.wst.jsdt.core.javaProperties"
- class="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertiesFileDocumentSetupParticipant">
- </participant>
- </extension>
- -->
-
- <extension
- point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets">
- <target
- id="org.eclipse.wst.jsdt.ui.javaCode"
- name="%JavaEditorHyperlinkTarget">
- <context type="org.eclipse.ui.texteditor.ITextEditor"/>
- </target>
- <target
- id="org.eclipse.wst.jsdt.ui.PropertiesFileEditor"
- name="%PropertiesFileEditorHyperlinkTarget">
- <context type="org.eclipse.ui.texteditor.ITextEditor"/>
- </target>
- </extension>
-
- <extension
- point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
-<!--
- <hyperlinkDetector
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.NLSKeyHyperlinkDetector"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.NLSKeyHyperlinkDetector"
- name="%NLSHyperlinkDetector"
- modifierKeys="M1+M3"
- targetId="org.eclipse.wst.jsdt.ui.javaCode">
- </hyperlinkDetector>
--->
- <hyperlinkDetector
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaElementHyperlinkDetector"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaElementHyperlinkDetector"
- name="%JavaElementHyperlinkDetector"
- targetId="org.eclipse.wst.jsdt.ui.javaCode">
- </hyperlinkDetector>
-<!--
- <hyperlinkDetector
- class="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertyKeyHyperlinkDetector"
- id="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.PropertyKeyHyperlinkDetector"
- name="%PropertyKeyHyperlinkDetector"
- modifierKeys="M1+M3"
- targetId="org.eclipse.wst.jsdt.ui.PropertiesFileEditor">
- </hyperlinkDetector>
--->
- </extension>
-
- <extension
- point="org.eclipse.ui.preferencePages">
- <page
- name="%javaPrefName"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaBasePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.general"/>
- </page>
- <page
- name="%appearancePrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.AppearancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.AppearancePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.appearance"/>
- </page>
- <page
- name="%codeStylePreferencePageName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeStylePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CodeStylePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.codestyle"/>
- </page>
-<!--
- <page
- name="%organizeImportsPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.ImportOrganizePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.ImportOrganizePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.organizeimports"/>
- </page>
--->
-<!--
- <page
- name="%typeFilterPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.AppearancePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.TypeFilterPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.TypeFilterPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.typefilter"/>
- </page>
--->
- <page
- name="%codeFormatterPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeFormatterPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CodeFormatterPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.formatter"/>
- </page>
- <page
- name="%cleanUpPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CleanUpPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CleanUpPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.cleanup"/>
- </page>
- <page
- name="%buildPathPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.NewJavaProjectPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.BuildPathPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.buildpathoptions"/>
- </page>
- <page
- name="%userLibrariesPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.BuildPathPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.UserLibraryPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.UserLibraryPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.userlibs"/>
- </page>
- <page
- name="%editorPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaEditorPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.javaeditor"/>
- </page>
-<!--
- <page
- name="%propertiesFileEditorPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.PropertiesFileEditorPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.PropertiesFileEditorPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.propertieseditor"/>
- </page>
- -->
- <page
- name="%compliancePrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CompliancePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CompliancePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.compliance"/>
- </page>
- <page
- name="%problemSeveritiesPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CompliancePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.ProblemSeveritiesPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.ProblemSeveritiesPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.severities"/>
- </page>
- <page
- name="%javadocProblemsPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CompliancePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavadocProblemsPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavadocProblemsPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.javadocproblems"/>
- </page>
-<!--
- <page
- name="%javaBuildPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CompliancePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaBuildPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavaBuildPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.building"/>
- </page>
--->
- <page
- name="%todoTaskPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.CompliancePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.TodoTaskPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.TodoTaskPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.todo"/>
- </page>
- <page
- name="%templatePageName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaTemplatePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavaTemplatePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.templates"/>
- </page>
- <page
- name="%contentAssistPageName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeAssistPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CodeAssistPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.contentassist"/>
- </page>
- <page
- name="%contentAssistAdvancedName"
- category="org.eclipse.wst.jsdt.ui.preferences.CodeAssistPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeAssistAdvancedPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CodeAssistPreferenceAdvanced">
- <keywordReference id="org.eclipse.wst.jsdt.ui.contentassist"/>
- </page>
-<!--
- <page
- name="%contentAssistFavoritesName"
- category="org.eclipse.wst.jsdt.ui.preferences.CodeAssistPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeAssistFavoritesPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CodeAssistPreferenceFavorites">
- <keywordReference id="org.eclipse.wst.jsdt.ui.contentassist"/>
- </page>
--->
- <page
- name="%editorHoversPageName"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaEditorHoverPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavaEditorHoverPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.hover"/>
- </page>
- <page
- name="%editorSyntaxColoringPage"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.JavaEditorColoringPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.JavaEditorColoringPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.syntaxcoloring"/>
- </page>
- <page
- name="%editorFoldingPage"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.FoldingPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.FoldingPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.folding"/>
- </page>
- <page
- name="%editorMarkOccurrencesPage"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.MarkOccurrencesPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.MarkOccurrencesPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.markoccurrences"/>
- </page>
- <page
- name="%editorTypingPage"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.SmartTypingPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.SmartTypingPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.smarttyping"/>
- </page>
- <page
- name="%editorSaveParticipants"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaEditorPreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.SaveParticipantPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.SaveParticipantPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.saveparticipant"/>
- </page>
-
- <page
- name="%codeTemplatePreferencePageName"
- category="org.eclipse.wst.jsdt.ui.preferences.CodeStylePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.CodeTemplatePreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.CodeTemplatePreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.codetemplates"/>
- </page>
- <page
- name="%memberSortPrefName"
- category="org.eclipse.wst.jsdt.ui.preferences.AppearancePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.MembersOrderPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.MembersOrderPreferencePage">
- <keywordReference id="org.eclipse.wst.jsdt.ui.sortorder"/>
- </page>
- </extension>
-
- <extension
- point="org.eclipse.ui.keywords">
- <keyword
- label="%preferenceKeywords.general"
- id="org.eclipse.wst.jsdt.ui.general"/>
- <keyword
- label="%preferenceKeywords.appearance"
- id="org.eclipse.wst.jsdt.ui.appearance"/>
- <keyword
- label="%preferenceKeywords.sortorder"
- id="org.eclipse.wst.jsdt.ui.sortorder"/>
- <keyword
- label="%preferenceKeywords.typefilter"
- id="org.eclipse.wst.jsdt.ui.typefilter"/>
- <keyword
- label="%preferenceKeywords.buildpathoptions"
- id="org.eclipse.wst.jsdt.ui.buildpathoptions"/>
- <keyword
- label="%preferenceKeywords.buildpath"
- id="org.eclipse.wst.jsdt.ui.buildpath"/>
- <keyword
- label="%preferenceKeywords.cpvars"
- id="org.eclipse.wst.jsdt.ui.cpvars"/>
- <keyword
- label="%preferenceKeywords.userlibs"
- id="org.eclipse.wst.jsdt.ui.userlibs"/>
- <keyword
- label="%preferenceKeywords.codestyle"
- id="org.eclipse.wst.jsdt.ui.codestyle"/>
- <keyword
- label="%preferenceKeywords.codetemplates"
- id="org.eclipse.wst.jsdt.ui.codetemplates"/>
- <keyword
- label="%preferenceKeywords.formatter"
- id="org.eclipse.wst.jsdt.ui.formatter"/>
- <keyword
- label="%preferenceKeywords.cleanup"
- id="org.eclipse.wst.jsdt.ui.cleanup"/>
- <keyword
- label="%preferenceKeywords.organizeimports"
- id="org.eclipse.wst.jsdt.ui.organizeimports"/>
- <keyword
- label="%preferenceKeywords.compliance"
- id="org.eclipse.wst.jsdt.ui.compliance"/>
- <keyword
- label="%preferenceKeywords.building"
- id="org.eclipse.wst.jsdt.ui.building"/>
- <keyword
- label="%preferenceKeywords.severities"
- id="org.eclipse.wst.jsdt.ui.severities"/>
- <keyword
- label="%preferenceKeywords.javadocproblems"
- id="org.eclipse.wst.jsdt.ui.javadocproblems"/>
- <keyword
- label="%preferenceKeywords.todo"
- id="org.eclipse.wst.jsdt.ui.todo"/>
- <keyword
- label="%preferenceKeywords.javaeditor"
- id="org.eclipse.wst.jsdt.ui.javaeditor"/>
- <keyword
- label="%preferenceKeywords.contentassist"
- id="org.eclipse.wst.jsdt.ui.contentassist"/>
- <keyword
- label="%preferenceKeywords.hover"
- id="org.eclipse.wst.jsdt.ui.hover"/>
- <keyword
- label="%preferenceKeywords.syntaxcoloring"
- id="org.eclipse.wst.jsdt.ui.syntaxcoloring"/>
- <keyword
- label="%preferenceKeywords.templates"
- id="org.eclipse.wst.jsdt.ui.templates"/>
- <keyword
- label="%preferenceKeywords.propertieseditor"
- id="org.eclipse.wst.jsdt.ui.propertieseditor"/>
- <keyword
- label="%preferenceKeywords.folding"
- id="org.eclipse.wst.jsdt.ui.folding"/>
- <keyword
- label="%preferenceKeywords.markoccurrences"
- id="org.eclipse.wst.jsdt.ui.markoccurrences"/>
- <keyword
- label="%preferenceKeywords.smarttyping"
- id="org.eclipse.wst.jsdt.ui.smarttyping"/>
- <keyword
- label="%preferenceKeywords.saveparticipant"
- id="org.eclipse.wst.jsdt.ui.saveparticipant"/>
- </extension>
-<!-- =========================================================================== -->
-<!-- Work in Progress -->
-<!-- =========================================================================== -->
-<!--
- <extension
- point="org.eclipse.ui.preferencePages">
- <page
- name="%workInProgress.name"
- category="org.eclipse.wst.jsdt.ui.preferences.JavaBasePreferencePage"
- class="org.eclipse.wst.jsdt.internal.ui.preferences.WorkInProgressPreferencePage"
- id="org.eclipse.wst.jsdt.ui.preferences.WorkInProgressPreferencePage">
- </page>
- </extension>
--->
-<!-- =========================================================================== -->
-<!-- END Work in Progress -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%JavaElementCreationActionSet.label"
- description="%JavaElementCreationActionSet.description"
- visible="false"
- id="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet">
- <action
- label="%wizard.name.0"
- icon="$nl$/icons/full/etool16/newjscript_wiz.gif"
- tooltip="%Javascript_UI_Wizard_New_Title"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.OpenJavaScriptFileWizardToolbarAction"
- toolbarPath="Normal/JavaWizards"
- id="org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard">
- </action>
- <action
- label="%OpenProjectWizardAction.label"
- icon="$nl$/icons/full/etool16/newjprj_wiz.gif"
- tooltip="%OpenProjectWizardAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.OpenJavaScriptProjectWizardToolbarAction"
- toolbarPath="Normal/JavaWizards"
- id="org.eclipse.wst.jsdt.ui.actions.OpenProjectWizard">
- </action>
- </actionSet>
- </extension>
-<!-- =========================================================================== -->
-<!-- JavaScript Search Page -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.search.searchPages">
- <page
- showScopeSection="true"
- canSearchEnclosingProjects="true"
- label="%JavaSearchPage.label"
- icon="$nl$/icons/full/obj16/jsearch_obj.gif"
- extensions="js:90, jav:90"
- class="org.eclipse.wst.jsdt.internal.ui.search.JavaSearchPage"
- sizeHint="460,160"
- id="org.eclipse.wst.jsdt.ui.JavaSearchPage">
- </page>
- </extension>
-
- <extension
- id="JavaSearchResultPage"
- point="org.eclipse.search.searchResultViewPages">
- <viewPage
- id="org.eclipse.wst.jsdt.ui.JavaSearchResultPage"
- searchResultClass="org.eclipse.wst.jsdt.internal.ui.search.JavaSearchResult"
- class="org.eclipse.wst.jsdt.internal.ui.search.JavaSearchResultPage">
- </viewPage>
- </extension>
- <extension
- id="OccurrencesSearchResultPage"
- point="org.eclipse.search.searchResultViewPages">
- <viewPage
- id="org.eclipse.wst.jsdt.internal.ui.search.OccurrencesSearchResultPage"
- searchResultClass="org.eclipse.wst.jsdt.internal.ui.search.OccurrencesSearchResult"
- class="org.eclipse.wst.jsdt.internal.ui.search.OccurrencesSearchResultPage">
- </viewPage>
- </extension>
- <extension
- id="NLSSearchResultPage"
- point="org.eclipse.search.searchResultViewPages">
- <viewPage
- id="org.eclipse.wst.jsdt.internal.ui.refactoring.nls.search.NLSSearchResultPage"
- searchResultClass="org.eclipse.wst.jsdt.internal.ui.refactoring.nls.search.NLSSearchResult"
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.nls.search.NLSSearchResultPage">
- </viewPage>
- </extension>
-
-<!-- =========================================================================== -->
-<!-- JavaScript Compare -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.themes">
- <fontDefinition
- label="%javaCompareFontDefiniton.label"
- defaultsTo="org.eclipse.wst.jsdt.ui.editors.textfont"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaMergeViewer">
- <description>%javaCompareFontDefiniton.description</description>
- </fontDefinition>
- <!--<fontDefinition
- label="%propertiesFileCompareFontDefiniton.label"
- defaultsTo="org.eclipse.wst.jsdt.ui.PropertiesFileEditor.textfont"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- id="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileMergeViewer">
- <description>
- %propertiesFileCompareFontDefiniton.description
- </description>
- </fontDefinition>-->
- </extension>
-
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.wst.jsdt.core.IMember"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaReplaceActions">
- <menu
- label="%ReplaceWithMenu.label"
- path="additions"
- id="replaceWithMenu">
- <separator
- name="replaceWithGroup">
- </separator>
- </menu>
- <action
- label="%JavaReplaceFromHistoryAction.label"
- overrideActionId="replaceFromHistory"
- tooltip="%JavaReplaceFromHistoryAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaReplaceWithEditionAction"
- menubarPath="replaceWithMenu/replaceWithGroup"
- enablesFor="1"
- id="javaReplaceFromHistory">
- </action>
- <action
- label="%JavaReplaceWithPreviousFromHistoryAction.label"
- overrideActionId="replaceWithPreviousFromHistory"
- tooltip="%JavaReplaceWithPreviousFromHistoryAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaReplaceWithPreviousEditionAction"
- menubarPath="replaceWithMenu/replaceWithGroup"
- enablesFor="1"
- id="javaReplacePreviousFromHistory">
- </action>
- <action
- label="%JavaAddElementFromHistoryAction.label"
- overrideActionId="addFromHistoryAction"
- tooltip="%JavaAddElementFromHistoryAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaAddElementFromHistory"
- menubarPath="replaceWithMenu"
- enablesFor="1"
- id="javaAddElementFromHistoryAction">
- </action>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.wst.jsdt.core.IMember"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaCompareActions">
- <menu
- label="%CompareWithMenu.label"
- path="additions"
- id="compareWithMenu">
- <separator
- name="compareWithGroup">
- </separator>
- </menu>
- <action
- label="%JavaCompareFromHistoryAction.label"
- overrideActionId="compareWithHistory"
- tooltip="%JavaCompareFromHistoryAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaCompareWithEditionAction"
- menubarPath="compareWithMenu/compareWithGroup"
- enablesFor="1"
- id="javaCompareFromHistory">
- </action>
- <action
- label="%JavaCompareAction.label"
- tooltip="%JavaCompareAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaCompareAction"
- menubarPath="compareWithMenu/compareWithGroup"
- enablesFor="1"
- id="javaCompare">
- </action>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.wst.jsdt.core.IJavaScriptUnit"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaAddElementFromHistoryAction">
- <action
- label="%JavaAddElementFromHistoryAction.label"
- overrideActionId="addFromHistoryAction"
- tooltip="%JavaAddElementFromHistoryAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaAddElementFromHistory"
- menubarPath="replaceWithMenu"
- enablesFor="1"
- id="javaAddElementFromHistoryAction">
- </action>
- </objectContribution>
- </extension>
- <extension
- point="org.eclipse.compare.structureCreators">
- <structureCreator
- extensions="js"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaStructureCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaStructureCreator">
- </structureCreator>
-<!--
- <structureCreator
- class="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesStructureCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesStructureCreator">
- </structureCreator>
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.javaProperties"
- structureCreatorId="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesStructureCreator">
- </contentTypeBinding>
--->
- </extension>
- <extension
- point="org.eclipse.compare.contentViewers">
- <viewer
- extensions="js"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaTextViewerCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaTextViewerCreator">
- </viewer>
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.jsSource"
- contentViewerId="org.eclipse.wst.jsdt.internal.ui.compare.JavaTextViewerCreator">
- </contentTypeBinding>
- </extension>
-
- <!--
- <extension
- point="org.eclipse.compare.contentViewers">
- <viewer
- extensions="properties,properties2"
- class="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileViewerCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileViewerCreator">
- </viewer>
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.javaProperties"
- contentViewerId="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileViewerCreator">
- </contentTypeBinding>
- </extension>
- -->
-
- <extension
- point="org.eclipse.compare.contentMergeViewers">
- <viewer
- extensions="js"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaContentViewerCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaContentViewerCreator">
- </viewer>
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.jsSource"
- contentMergeViewerId="org.eclipse.wst.jsdt.internal.ui.compare.JavaContentViewerCreator">
- </contentTypeBinding>
- </extension>
-
- <!--
- <extension
- point="org.eclipse.compare.contentMergeViewers">
- <viewer
- extensions="properties,properties2"
- class="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileMergeViewerCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileMergeViewerCreator">
- </viewer>
- <contentTypeBinding
- contentTypeId="org.eclipse.wst.jsdt.core.javaProperties"
- contentMergeViewerId="org.eclipse.wst.jsdt.internal.ui.compare.PropertiesFileMergeViewerCreator">
- </contentTypeBinding>
- </extension>
- -->
-
- <extension
- point="org.eclipse.compare.structureMergeViewers">
- <viewer
- extensions="js"
- class="org.eclipse.wst.jsdt.internal.ui.compare.JavaStructureDiffViewerCreator"
- id="org.eclipse.wst.jsdt.internal.ui.compare.JavaStructureDiffViewerCreator">
- </viewer>
- </extension>
-<!-- End JavaScript Compare -->
-<!-- =========================================================================== -->
-<!-- JavaScript Launching and debugging -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.ide.resourceFilters">
- <filter
- selected="false"
- pattern="*.class">
- </filter>
- </extension>
-
-<!-- =========================================================================== -->
-<!-- Export wizard category -->
-<!-- =========================================================================== -->
- <!--<extension
- point="org.eclipse.ui.exportWizards">
- <category
- name="%importExportWizards.category"
- id="org.eclipse.wst.jsdt.ui.Java">
- </category>
- </extension>-->
-
-<!-- =========================================================================== -->
-<!-- JAR Packager -->
-<!-- =========================================================================== -->
-<!--
- <extension
- point="org.eclipse.ui.exportWizards">
- <wizard
- name="%jarExportWizard.label"
- icon="$nl$/icons/full/etool16/exportjar_wiz.gif"
- class="org.eclipse.wst.jsdt.internal.ui.jarpackager.JarPackageWizard"
- category="org.eclipse.wst.jsdt.ui.Java"
- id="org.eclipse.wst.jsdt.internal.ui.jarpackager.JarPackageWizard">
- <description>
- %jarExportWizard.description
- </description>
- <selection
- class="org.eclipse.core.resources.IResource">
- </selection>
- </wizard>
- </extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.core.resources.IResource"
- nameFilter="*.jardesc"
- id="org.eclipse.wst.jsdt.internal.ui.jarpackager.RunJarPackager">
- <action
- label="%createJarAction.label"
- tooltip="%createJarAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.jarpackager.CreateJarActionDelegate"
- menubarPath="additions"
- enablesFor="+"
- id="CreateJar">
- </action>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.core.resources.IResource"
- nameFilter="*.jardesc"
- id="org.eclipse.wst.jsdt.internal.ui.jarpackager.RunJarPackager">
- <action
- label="%openJarPackager.label"
- tooltip="%openJarPackager.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.jarpackager.OpenJarPackageWizardActionDelegate"
- menubarPath="additions"
- enablesFor="1"
- id="OpenJarPackageWizard">
- </action>
- </objectContribution>
- </extension>
--->
-<!-- =========================================================================== -->
-<!-- Javadoc Export -->
-<!-- =========================================================================== -->
- <!-- <extension
- point="org.eclipse.ui.exportWizards">
- <wizard
- name="%JavadocWizard.name"
- icon="$nl$/icons/full/etool16/javadoc.gif"
- class="org.eclipse.wst.jsdt.internal.ui.javadocexport.JavadocWizard"
- category="org.eclipse.wst.jsdt.ui.Java"
- id="org.eclipse.wst.jsdt.internal.ui.javadocexport.JavadocWizard">
- <description>%JavadocWizard.description</description>
- <selection
- class="org.eclipse.core.resources.IProject">
- </selection>
- </wizard>
- </extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- adaptable="true"
- objectClass="org.eclipse.core.resources.IFile"
- nameFilter="*.xml"
- id="org.eclipse.wst.jsdt.internal.ui.javadocexport.JavadocWizard">
- <visibility>
- <objectState name="contentTypeId" value="org.eclipse.ant.core.antBuildFile"/>
- </visibility>
- <action
- label="%CreateJavadocAction.label"
- tooltip="%CreateJavadocAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.javadocexport.CreateJavadocActionDelegate"
- enablesFor="1"
- id="LaunchJavadocWizard">
- </action>
- </objectContribution>
- </extension> -->
- <extension
- point="org.eclipse.debug.ui.consoleLineTrackers">
- <consoleLineTracker
- class="org.eclipse.wst.jsdt.internal.ui.javadocexport.JavadocConsoleLineTracker"
- processType="org.eclipse.wst.jsdt.ui.javadocProcess"
- id="org.eclipse.wst.jsdt.ui.javadocexport.JavadocConsoleLineTracker">
- </consoleLineTracker>
- </extension>
-
-<!-- =========================================================================== -->
-<!-- JavaScript Browsing -->
-<!-- =========================================================================== -->
-<!--
- <extension
- point="org.eclipse.ui.perspectives">
- <perspective
- name="%Browsing.perspectiveName"
- icon="$nl$/icons/full/eview16/browse_persp.gif"
- class="org.eclipse.wst.jsdt.internal.ui.browsing.JavaBrowsingPerspectiveFactory"
- id="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- <description>
- %browsing.perspective.description
- </description>
- </perspective>
- </extension>
- <extension
- point="org.eclipse.ui.perspectiveExtensions">
- <perspectiveExtension
- targetID="org.eclipse.ui.resourcePerspective">
- <perspectiveShortcut
- id="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- </perspectiveShortcut>
- </perspectiveExtension>
- <perspectiveExtension
- targetID="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- <perspectiveShortcut
- id="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- </perspectiveShortcut>
- </perspectiveExtension>
- <perspectiveExtension
- targetID="org.eclipse.wst.jsdt.ui.JavaPerspective">
- <perspectiveShortcut
- id="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- </perspectiveShortcut>
- </perspectiveExtension>
- <perspectiveExtension
- targetID="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- <perspectiveShortcut
- id="org.eclipse.wst.jsdt.ui.JavaPerspective">
- </perspectiveShortcut>
- </perspectiveExtension>
- <perspectiveExtension
- targetID="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- <perspectiveShortcut
- id="org.eclipse.debug.ui.DebugPerspective">
- </perspectiveShortcut>
- </perspectiveExtension>
- <perspectiveExtension
- targetID="org.eclipse.debug.ui.DebugPerspective">
- <perspectiveShortcut
- id="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective">
- </perspectiveShortcut>
- </perspectiveExtension>
- </extension>
- <extension
- point="org.eclipse.ui.views">
- <category
- name="%Browsing.viewCategoryName"
- id="org.eclipse.wst.jsdt.ui.java.browsing">
- </category>
- <view
- name="%Browsing.projectsViewName"
- icon="$nl$/icons/full/eview16/projects.gif"
- category="org.eclipse.wst.jsdt.ui.java.browsing"
- class="org.eclipse.wst.jsdt.internal.ui.browsing.ProjectsView"
- id="org.eclipse.wst.jsdt.ui.ProjectsView">
- </view>
- <view
- name="%Browsing.packagesViewName"
- icon="$nl$/icons/full/eview16/packages.gif"
- category="org.eclipse.wst.jsdt.ui.java.browsing"
- class="org.eclipse.wst.jsdt.internal.ui.browsing.PackagesView"
- id="org.eclipse.wst.jsdt.ui.PackagesView">
- </view>
- <view
- name="%Browsing.typesViewName"
- icon="$nl$/icons/full/eview16/types.gif"
- category="org.eclipse.wst.jsdt.ui.java.browsing"
- class="org.eclipse.wst.jsdt.internal.ui.browsing.TypesView"
- id="org.eclipse.wst.jsdt.ui.TypesView">
- </view>
- <view
- name="%Browsing.membersViewName"
- icon="$nl$/icons/full/eview16/members.gif"
- category="org.eclipse.wst.jsdt.ui.java.browsing"
- class="org.eclipse.wst.jsdt.internal.ui.browsing.MembersView"
- id="org.eclipse.wst.jsdt.ui.MembersView">
- </view>
- </extension>
--->
-<!-- =========================================================================== -->
-<!-- JavaScript and Coding Action Set (Adding the source, refactor and navigate menu) -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%JavaActionSet.label"
- description="%JavaActionSet.description"
- visible="false"
- id="org.eclipse.wst.jsdt.ui.JavaActionSet">
- <action
- definitionId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy"
- label="%OpenTypeInHierarchyAction.label"
- helpContextId="org.eclipse.wst.jsdt.ui.open_type_in_hierarchy_action"
- tooltip="%OpenTypeInHierarchyAction.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.actions.OpenTypeInHierarchyAction"
- menubarPath="navigate/open.ext2"
- id="openTypeInHierarchy">
- </action>
- <!--
- <action
- definitionId="org.eclipse.wst.jsdt.ui.generate.javadoc"
- label="%GenerateJavadocAction.label"
- helpContextId="org.eclipse.wst.jsdt.ui.generate_javadoc_action"
- class="org.eclipse.wst.jsdt.internal.ui.actions.GenerateJavadocAction"
- icon="$nl$/icons/full/etool16/javadoc.gif"
- menubarPath="project/additions"
- id="exportJavadoc">
- </action>
- -->
- <action
- id="openType"
- toolbarPath="org.eclipse.search.searchActionSet/Search"
- class="org.eclipse.wst.jsdt.internal.ui.actions.OpenTypeAction"
- definitionId="org.eclipse.wst.jsdt.ui.navigate.open.type"
- icon="$nl$/icons/full/etool16/opentype.gif"
- helpContextId="org.eclipse.wst.jsdt.ui.open_type_action"
- label="%OpenTypeAction.label"
- menubarPath="navigate/open.ext2"
- tooltip="%OpenTypeAction.tooltip">
- </action>
- </actionSet>
- </extension>
-
-<!-- with an A_ -->
-<!-- the open action set is contributed before the CodeActionSet we prefix it -->
-<!-- Action sets are contributed after they have been sorted. To enfore that -->
-<!-- Begin JavaScript Open action contributions -->
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%OpenActionSet.label"
- description="%OpenActionSet.description"
- visible="false"
- id="org.eclipse.wst.jsdt.ui.A_OpenActionSet">
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy"
- label="%OpenCallHierarchyAction.label"
- retarget="true"
- menubarPath="navigate/open.ext"
- id="org.eclipse.wst.jsdt.ui.actions.OpenCallHierarchy">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy"
- label="%OpenTypeHierarchyAction.label"
- retarget="true"
- menubarPath="navigate/open.ext"
- id="org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchy">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor"
- label="%OpenAction.label"
- tooltip="%OpenAction.tooltip"
- retarget="true"
- menubarPath="navigate/open.ext"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.Open">
- </action>
- </actionSet>
- </extension>
- <extension
- point="org.eclipse.ui.actionSetPartAssociations">
- <actionSetPartAssociation
- targetID="org.eclipse.wst.jsdt.ui.A_OpenActionSet">
- <part
- id="org.eclipse.search.SearchResultView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.PackageExplorer">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.TypeHierarchy">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.CompilationUnitEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ClassFileEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.PropertiesFileEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ProjectsView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.PackagesView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.TypesView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.MembersView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.SourceView">
- </part>
- </actionSetPartAssociation>
- </extension>
-<!-- End JavaScript Open action contributions -->
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%CodingActionSet.label"
- description="%CodingActionSet.description"
- visible="false"
- id="org.eclipse.wst.jsdt.ui.CodingActionSet">
-
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name"
- label="%CopyQualifiedName.label"
- retarget="true"
- menubarPath="edit/copy"
- icon="$nl$/icons/full/elcl16/cpyqual_menu.gif"
- id="org.eclipse.wst.jsdt.ui.actions.CopyQualifiedName">
- </action>
-<!-- =========================================================================== -->
-<!-- Navigate Menu -->
-<!-- =========================================================================== -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc"
- label="%OpenExternalJavadocAction.label"
- retarget="true"
- menubarPath="navigate/open.ext"
- id="org.eclipse.wst.jsdt.ui.actions.OpenExternalJavaDoc">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation"
- label="%OpenSuperImplementationAction.label"
- tooltip="%OpenSuperImplementationAction.tooltip"
- retarget="true"
- menubarPath="navigate/open.ext"
- id="org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementation">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.navigate.gotopackage"
- label="%GoToPackageAction.label"
- retarget="true"
- menubarPath="navigate/goTo/"
- id="org.eclipse.wst.jsdt.ui.actions.GoToPackage">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.navigate.gototype"
- label="%GoToTypeAction.label"
- retarget="true"
- menubarPath="navigate/goTo/"
- id="org.eclipse.wst.jsdt.ui.actions.GoToType">
- </action>
-<!-- =========================================================================== -->
-<!-- Refactoring Menu -->
-<!-- =========================================================================== -->
- <menu
- label="%Refactoring.menu.label"
- path="edit"
- id="org.eclipse.wst.jsdt.ui.refactoring.menu">
- <separator name="undoRedoGroup"/>
- <separator name="reorgGroup"/>
- <separator name="codingGroup"/>
- <separator name="reorgGroup2"/>
- <separator name="typeGroup"/>
- <separator name="codingGroup2"/>
- <separator name="typeGroup2"/>
- <separator name="scriptGroup"/>
- </menu>
-
-<!-- reorg group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element"
- label="%Refactoring.moveAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/reorgGroup"
- id="org.eclipse.wst.jsdt.ui.actions.Move">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element"
- label="%Refactoring.renameAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/reorgGroup"
- id="org.eclipse.wst.jsdt.ui.actions.Rename">
- </action>
-
-<!-- coding group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.inline"
- label="%Refactoring.inlineAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup"
- id="org.eclipse.wst.jsdt.ui.actions.Inline">
- </action>
-<!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant"
- label="%Refactoring.extractConstantAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ExtractConstant">
- </action>
- -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable"
- label="%Refactoring.extractTempAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ExtractTemp">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method"
- label="%Refactoring.extractMethodAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ExtractMethod">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters"
- label="%Refactoring.modifyParametersAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ModifyParameters">
- </action>
-
-<!-- reorg group 2 -->
-<!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable"
- label="%Refactoring.convertLocalToFieldAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/reorgGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.ConvertLocalToField">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level"
- label="%Refactoring.convertNestedToTopAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/reorgGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTop">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested"
- label="%Refactoring.convertAnonymousToNestedAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/reorgGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNested">
- </action>
- -->
-
-
-
-<!-- type group -->
-<!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up"
- label="%Refactoring.pullUpAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.PullUp">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down"
- label="%Refactoring.pushDownAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.PushDown">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype"
- label="%Refactoring.useSupertypeAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.UseSupertype">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface"
- label="%Refactoring.extractInterfaceAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ExtractInterface">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass"
- label="%Refactoring.extractSupertypeAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ExtractSuperclass">
- </action>
--->
-
-<!-- coding group 2 -->
-<!--
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations"
- label="%Refactoring.replaceInvocationsAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.ReplaceInvocations">
- </action>
--->
-<!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field"
- label="%Refactoring.selfEncapsulateFieldAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateField">
- </action>
--->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter"
- label="%Refactoring.introduceParameterAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.IntroduceParameter">
- </action>
-<!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory"
- label="%Refactoring.introduceFactoryAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.IntroduceFactory">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection"
- label="%Refactoring.introduceIndirectionAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/codingGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.IntroduceIndirection">
- </action>
--->
-
-<!-- type group 2 -->
- <!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments"
- label="%Refactoring.inferTypeArgumentsAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.InferTypeArguments">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.change.type"
- label="%Refactoring.changeTypeAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/typeGroup2"
- id="org.eclipse.wst.jsdt.ui.actions.ChangeType">
- </action>
--->
-
-<!-- script group -->
- <action
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.actions.ShowRefactoringHistoryAction"
- definitionId="org.eclipse.wst.jsdt.ui.refactor.show.refactoring.history"
- id="org.eclipse.ltk.ui.actions.ShowRefactoringHistory"
- label="%Refactoring.showHistory.label"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/scriptGroup"/>
- <action
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.actions.ApplyRefactoringScriptAction"
- definitionId="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script"
- id="org.eclipse.ltk.ui.actions.ApplyRefactoringStript"
- label="%Refactoring.applyScript.label"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/scriptGroup"/>
- <action
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.actions.CreateRefactoringScriptAction"
- definitionId="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script"
- id="org.eclipse.ltk.ui.actions.CreateRefactoringScript"
- label="%Refactoring.createScript.label"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/scriptGroup"/>
- <!-- UNTIL REFACTORING SUPPORT
- <action
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.actions.MigrateJarFileAction"
- definitionId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar"
- id="org.eclipse.wst.jsdt.ui.actions.MigrateJarFile"
- label="%Refactoring.migrateJar.label"
- menubarPath="org.eclipse.wst.jsdt.ui.refactoring.menu/scriptGroup"/>
--->
-
-<!-- =========================================================================== -->
-<!-- Source Menu -->
-<!-- =========================================================================== -->
- <menu
- label="%SourceMenu.label"
- path="edit"
- id="org.eclipse.wst.jsdt.ui.source.menu">
- <separator
- name="commentGroup">
- </separator>
- <separator
- name="editGroup">
- </separator>
- <separator
- name="importGroup">
- </separator>
- <separator
- name="generateGroup">
- </separator>
- <separator
- name="codeGroup">
- </separator>
- <separator
- name="externalizeGroup">
- </separator>
- <separator
- name="convertGroup">
- </separator>
- </menu>
-<!-- Externalize Group -->
- <!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys"
- label="%FindNLSProblems.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/externalizeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.FindNLSProblems">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings"
- label="%ExternalizeStringsAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/externalizeGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ExternalizeStrings">
- </action>
--->
-<!-- Code Group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu"
- label="%SurroundWithTemplateAction.label"
- style="pulldown"
- class="org.eclipse.wst.jsdt.internal.ui.actions.SurroundWithTemplateMenuAction"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/codeGroup"
- id="org.eclipse.wst.jsdt.internal.ui.actions.SurroundWithTemplateMenuAction">
- </action>
-<!-- Generate Group -->
- <!-- UNTIL REFACTORING SUPPORT
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields"
- label="%GenerateConstructorUsingFieldsAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/generateGroup"
- id="org.eclipse.wst.jsdt.ui.actions.GenerateConstructorUsingFields">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter"
- label="%GenerateGetterSetterAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/generateGroup"
- id="org.eclipse.wst.jsdt.ui.actions.GenerateGetterSetter">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods"
- label="%OverrideMethodsAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/generateGroup"
- id="org.eclipse.wst.jsdt.ui.actions.OverrideMethods">
- </action>
--->
-<!-- Import Group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up"
- label="%CleanUpAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/importGroup"
- id="org.eclipse.wst.jsdt.ui.actions.CleanUp">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members"
- label="%SortMembersAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/importGroup"
- id="org.eclipse.wst.jsdt.ui.actions.SortMembers">
- </action>
-<!-- edit group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format"
- label="%FormatElementAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/editGroup"
- id="org.eclipse.wst.jsdt.ui.actions.FormatElement">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.format"
- label="%FormatAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/editGroup"
- id="org.eclipse.wst.jsdt.ui.actions.Format">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.indent"
- label="%IndentAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/editGroup"
- id="org.eclipse.wst.jsdt.ui.actions.Indent">
- </action>
- <action
- definitionId="org.eclipse.ui.edit.text.shiftLeft"
- label="%ShiftLeftAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/editGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ShiftLeft">
- </action>
- <action
- definitionId="org.eclipse.ui.edit.text.shiftRight"
- label="%ShiftRightAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/editGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ShiftRight">
- </action>
-<!-- Comment Group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment"
- label="%AddJavaDocCommentAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/commentGroup"
- id="org.eclipse.wst.jsdt.ui.actions.AddJavaDocComment">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment"
- label="%UncommentAction.label"
- retarget="true"
- id="org.eclipse.wst.jsdt.ui.actions.Uncomment">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.comment"
- label="%CommentAction.label"
- retarget="true"
- id="org.eclipse.wst.jsdt.ui.actions.Comment">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment"
- label="%RemoveBlockCommentAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/commentGroup"
- id="org.eclipse.wst.jsdt.ui.actions.RemoveBlockComment">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment"
- label="%AddBlockCommentAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/commentGroup"
- id="org.eclipse.wst.jsdt.ui.actions.AddBlockComment">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment"
- label="%ToggleCommentAction.label"
- retarget="true"
- menubarPath="org.eclipse.wst.jsdt.ui.source.menu/commentGroup"
- id="org.eclipse.wst.jsdt.ui.actions.ToggleComment">
- </action>
- </actionSet>
- </extension>
- <extension
- point="org.eclipse.ui.actionSetPartAssociations">
- <actionSetPartAssociation
- targetID="org.eclipse.wst.jsdt.ui.CodingActionSet">
- <part
- id="org.eclipse.wst.jsdt.ui.PackageExplorer">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.TypeHierarchy">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.CompilationUnitEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ClassFileEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ProjectsView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.PackagesView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.TypesView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.MembersView">
- </part>
- </actionSetPartAssociation>
- </extension>
-<!-- Begin JavaScript Search action set -->
-<!-- End JavaScript Action Set (Adding the source, refactor and navigate menu -->
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%JavaSearchActionSet.label"
- description="%JavaSearchActionSet.description"
- visible="false"
- id="org.eclipse.wst.jsdt.ui.SearchActionSet">
-<!-- see http://bugs.eclipse.org/bugs/show_bug.cgi?id=15684 -->
-<!-- Note: The menu (re-) definition has to be here due to bug: -->
-<!-- =================================================================== -->
-<!-- Search Menu -->
-<!-- =================================================================== -->
- <menu
- label="%searchMenu.label"
- path="navigate"
- id="org.eclipse.search.menu">
- <groupMarker name="internalDialogGroup"/> <!-- not to be used by clients -->
- <groupMarker name="dialogGroup"/> <!-- to be used by clients -->
- <separator name="fileSearchContextMenuActionsGroup"/> <!-- to be used by clients -->
- <separator name="contextMenuActionsGroup"/> <!-- to be used by clients -->
- <separator name="occurencesActionsGroup"/> <!-- to be used by clients -->
- <separator name="extraSearchGroup"/> <!-- to be used by clients -->
- </menu>
-<!-- dialog group -->
- <action
- label="%openJavaSearchPageAction.label"
- icon="$nl$/icons/full/obj16/jsearch_obj.gif"
- helpContextId="java_search_action_context"
- class="org.eclipse.wst.jsdt.internal.ui.search.OpenJavaSearchPageAction"
- menubarPath="org.eclipse.search.menu/dialogGroup"
- id="org.eclipse.wst.jsdt.ui.actions.OpenJavaSearchPage">
- </action>
-<!-- context menu group -->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu"
- label="%occurrencesSubMenu.label"
- style="pulldown"
- class="org.eclipse.wst.jsdt.internal.ui.actions.OccurrencesSearchMenuAction"
- menubarPath="org.eclipse.search.menu/occurencesActionsGroup"
- id="org.eclipse.wst.jsdt.internal.ui.actions.OccurrencesSearchMenuAction">
- </action>
- <menu
- label="%writeAccessSubMenu.label"
- path="org.eclipse.search.menu/contextMenuActionsGroup"
- id="writeAccessSubMenu">
- <separator
- name="group1">
- </separator>
- </menu>
-<!--
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences"
- label="%ImplementOccurrences.label"
- retarget="true"
- id="org.eclipse.wst.jsdt.ui.actions.ImplementOccurrences">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences"
- label="%ExceptionOccurrences.label"
- retarget="true"
- id="org.eclipse.wst.jsdt.ui.actions.ExceptionOccurrences">
- </action>
--->
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file"
- label="%OccurrencesInFile.label"
- retarget="true"
- id="org.eclipse.wst.jsdt.ui.actions.OccurrencesInFile">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set"
- label="%InWorkingSet.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/writeAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkingSet">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy"
- label="%InHierarchy.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/writeAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.WriteAccessInHierarchy">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project"
- label="%InProject.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/writeAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.WriteAccessInProject">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace"
- label="%InWorkspace.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/writeAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkspace">
- </action>
- <menu
- label="%readAccessSubMenu.label"
- path="org.eclipse.search.menu/contextMenuActionsGroup"
- id="readAccessSubMenu">
- <separator
- name="group1">
- </separator>
- </menu>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set"
- label="%InWorkingSet.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/readAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkingSet">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy"
- label="%InHierarchy.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/readAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReadAccessInHierarchy">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project"
- label="%InProject.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/readAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReadAccessInProject">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace"
- label="%InWorkspace.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/readAccessSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkspace">
- </action>
-<!--
- <menu
- label="%implementorsSubMenu.label"
- path="org.eclipse.search.menu/contextMenuActionsGroup"
- id="implementorsSubMenu">
- <separator
- name="group1">
- </separator>
- </menu>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set"
- label="%InWorkingSet.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/implementorsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkingSet">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project"
- label="%InProject.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/implementorsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ImplementorsInProject">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace"
- label="%InWorkspace.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/implementorsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkspace">
- </action>
--->
- <menu
- label="%declarationsSubMenu.label"
- path="org.eclipse.search.menu/contextMenuActionsGroup"
- id="declarationsSubMenu">
- <separator
- name="group1">
- </separator>
- </menu>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set"
- label="%InWorkingSet.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/declarationsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkingSet">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy"
- label="%InHierarchy.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/declarationsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.DeclarationsInHierarchy">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project"
- label="%InProject.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/declarationsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.DeclarationsInProject">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace"
- label="%DeclarationsInWorkspace.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/declarationsSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkspace">
- </action>
- <menu
- label="%referencesSubMenu.label"
- path="org.eclipse.search.menu/contextMenuActionsGroup"
- id="referencesSubMenu">
- <separator
- name="group1">
- </separator>
- </menu>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set"
- label="%InWorkingSet.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/referencesSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkingSet">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy"
- label="%InHierarchy.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/referencesSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReferencesInHierarchy">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project"
- label="%InProject.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/referencesSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReferencesInProject">
- </action>
- <action
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace"
- label="%ReferencesInWorkspace.label"
- retarget="true"
- menubarPath="org.eclipse.search.menu/referencesSubMenu/group1"
- allowLabelUpdate="true"
- id="org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkspace">
- </action>
- </actionSet>
- </extension>
- <extension
- point="org.eclipse.ui.actionSetPartAssociations">
- <actionSetPartAssociation
- targetID="org.eclipse.wst.jsdt.ui.SearchActionSet">
- <part
- id="org.eclipse.wst.jsdt.ui.PackageExplorer">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.TypeHierarchy">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.CompilationUnitEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ClassFileEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ProjectsView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.PackagesView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.TypesView">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.MembersView">
- </part>
- <part
- id="org.eclipse.search.SearchResultView">
- </part>
- </actionSetPartAssociation>
- </extension>
-<!-- End JavaScript contributions for Search view -->
- <extension
- point="org.eclipse.ui.actionSetPartAssociations">
- <actionSetPartAssociation
- targetID="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation">
- <part
- id="org.eclipse.wst.jsdt.ui.CompilationUnitEditor">
- </part>
- <part
- id="org.eclipse.wst.jsdt.ui.ClassFileEditor">
- </part>
- </actionSetPartAssociation>
- </extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <viewerContribution
- targetID="#JavaScriptRulerContext"
- id="org.eclipse.wst.jsdt.ui.CompilationUnitEditorPopupActions">
- <action
- label="%AddTask.label"
- helpContextId="org.eclipse.ui.AddTask_action_context"
- tooltip="%AddTask.tooltip"
- class="org.eclipse.ui.texteditor.TaskRulerAction"
- menubarPath="add"
- id="org.eclipse.ui.texteditor.TaskRulerAction">
- </action>
- <action
- label="%AddBookmark.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- tooltip="%AddBookmark.tooltip"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- menubarPath="add"
- id="org.eclipse.ui.texteditor.BookmarkRulerAction">
- </action>
- </viewerContribution>
- </extension>
- <extension
- point="org.eclipse.ui.editorActions">
- <editorContribution
- targetID="org.eclipse.wst.jsdt.ui.CompilationUnitEditor"
- id="org.eclipse.wst.jsdt.internal.ui.CompilationUnitEditor.ruler.actions">
- <action
- label="%BookmarkRulerAction.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- actionID="RulerDoubleClick"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction">
- </action>
- <action
- label="%JavaSelectRulerAction.label"
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction"
- actionID="RulerClick"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction">
- </action>
- </editorContribution>
- <editorContribution
- targetID="org.eclipse.wst.jsdt.ui.ClassFileEditor"
- id="org.eclipse.wst.jsdt.internal.ui.ClassFileEditor.ruler.actions">
- <action
- label="%JavaSelectRulerAction.label"
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction"
- actionID="RulerClick"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction">
- </action>
- </editorContribution>
- <editorContribution
- targetID="org.eclipse.wst.jsdt.ui.PropertiesFileEditor"
- id="org.eclipse.wst.jsdt.internal.ui.PropertiesFileEditor.ruler.actions">
- <action
- label="%BookmarkRulerAction.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- actionID="RulerDoubleClick"
- id="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction">
- </action>
- <action
- label="%JavaSelectRulerAction.label"
- class="org.eclipse.ui.texteditor.SelectRulerAction"
- actionID="RulerClick"
- id="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction">
- </action>
- </editorContribution>
- </extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <viewerContribution
- targetID="#JavaScriptRulerContext"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.QuickFixRulerMenuAction">
- <action
- label="%action.label.0"
- helpContextId="org.eclipse.wst.jsdt.ui.quick_fix_action"
- class="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction"
- menubarPath="additions"
- definitionId="org.eclipse.wst.jsdt.ui.edit.text.java.correction.assist.proposals"
- id="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerMenuAction">
- </action>
- </viewerContribution>
- </extension>
-<!-- =========================================================================== -->
-<!-- JavaScript Working Set -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.workingSets">
- <workingSet
- name="%JavaWorkingSetPage.name"
- pageClass="org.eclipse.wst.jsdt.internal.ui.workingsets.JavaWorkingSetPage"
- updaterClass="org.eclipse.wst.jsdt.internal.ui.workingsets.JavaWorkingSetUpdater"
- elementAdapterClass="org.eclipse.wst.jsdt.internal.ui.workingsets.JavaWorkingSetElementAdapter"
- icon="$nl$/icons/full/obj16/jworkingSet_obj.gif"
- id="org.eclipse.wst.jsdt.ui.JavaWorkingSetPage">
- </workingSet>
- </extension>
-<!-- =========================================================================== -->
-<!-- Others Working Set -->
-<!-- =========================================================================== -->
- <extension point="org.eclipse.ui.workingSets">
- <workingSet
- name="%OthersWorkingSetWizardPage.name"
- icon="$nl$/icons/full/obj16/jworkingSet_obj.gif"
- updaterClass="org.eclipse.wst.jsdt.internal.ui.workingsets.OthersWorkingSetUpdater"
- id="org.eclipse.wst.jsdt.internal.ui.OthersWorkingSet">
- </workingSet>
- </extension>
-<!-- =========================================================================== -->
-<!-- JDT/UI command definitions -->
-<!-- =========================================================================== -->
-
- <extension
- point="org.eclipse.ui.contexts">
- <context
- name="%context.editingJavaSource.name"
- description="%context.editingJavaSource.description"
- parentId="org.eclipse.ui.textEditorScope"
- id="org.eclipse.wst.jsdt.ui.javaEditorScope">
- </context>
- <!-- Not really the scope for the JavScript View.. just extends the editor
- scope for now.
- -->
- <context
- name="%context.name.0"
- description="%context.description.0"
- parentId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- id="org.eclipse.wst.jsdt.ui.javascriptViewScope">
- </context>
- </extension>
-
- <extension
- point="org.eclipse.ui.commands">
-<!-- categories -->
- <category
- name="%category.source.name"
- description="%category.source.description"
- id="org.eclipse.wst.jsdt.ui.category.source">
- </category>
- <category
- name="%category.refactoring.name"
- description="%category.refactoring.description"
- id="org.eclipse.wst.jsdt.ui.category.refactoring">
- </category>
-<!-- edit -->
- <command
- name="%ActionDefinition.selectEnclosing.name"
- description="%ActionDefinition.selectEnclosing.description"
- categoryId="org.eclipse.ui.category.edit"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing">
- </command>
- <command
- name="%ActionDefinition.selectNext.name"
- description="%ActionDefinition.selectNext.description"
- categoryId="org.eclipse.ui.category.edit"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.select.next">
- </command>
- <command
- name="%ActionDefinition.selectPrevious.name"
- description="%ActionDefinition.selectPrevious.description"
- categoryId="org.eclipse.ui.category.edit"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous">
- </command>
- <command
- name="%ActionDefinition.selectLast.name"
- description="%ActionDefinition.selectLast.description"
- categoryId="org.eclipse.ui.category.edit"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.select.last">
- </command>
- <command
- name="%ActionDefinition.showInPackageView.name"
- description="%ActionDefinition.showInPackageView.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view">
- </command>
- <command
- name="%ActionDefinition.foldingCollapseMembers.name"
- description="%ActionDefinition.foldingCollapseMembers.description"
- categoryId="org.eclipse.ui.category.textEditor"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers">
- </command>
- <command
- name="%ActionDefinition.foldingCollapseComments.name"
- description="%ActionDefinition.foldingCollapseComments.description"
- categoryId="org.eclipse.ui.category.textEditor"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments">
- </command>
-<!-- source -->
- <command
- name="%ActionDefinition.sourceQuickMenu.name"
- description="%ActionDefinition.sourceQuickMenu.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu">
- </command>
- <command
- name="%ActionDefinition.comment.name"
- description="%ActionDefinition.comment.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.comment">
- </command>
- <command
- name="%ActionDefinition.uncomment.name"
- description="%ActionDefinition.uncomment.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment">
- </command>
- <command
- name="%ActionDefinition.toggleComment.name"
- description="%ActionDefinition.toggleComment.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment">
- </command>
- <command
- name="%ActionDefinition.format.name"
- description="%ActionDefinition.format.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.format">
- </command>
- <command
- name="%ActionDefinition.quickformat.name"
- description="%ActionDefinition.quickformat.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format">
- </command>
- <command
- name="%ActionDefinition.sortMembers.name"
- description="%ActionDefinition.sortMembers.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members">
- </command>
- <command
- name="%ActionDefinition.addImport.name"
- description="%ActionDefinition.addImport.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.add.import">
- </command>
- <command
- name="%ActionDefinition.organizeImports.name"
- description="%ActionDefinition.organizeImports.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports">
- </command>
- <command
- name="%ActionDefinition.overrideMethods.name"
- description="%ActionDefinition.overrideMethods.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods">
- </command>
- <command
- name="%ActionDefinition.getterSetter.name"
- description="%ActionDefinition.getterSetter.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter">
- </command>
- <command
- name="%ActionDefinition.generateHashCode.name"
- description="%ActionDefinition.generateHashCode.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals">
- </command>
- <command
- name="%ActionDefinition.delegateMethods.name"
- description="%ActionDefinition.delegateMethods.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods">
- </command>
- <command
- name="%ActionDefinition.addJavadocComment.name"
- description="%ActionDefinition.addJavadocComment.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment">
- </command>
- <command
- name="%ActionDefinition.addUnimplementedConstructors.name"
- description="%ActionDefinition.addUnimplementedConstructors.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors">
- </command>
- <command
- name="%ActionDefinition.generateConstructorUsingFields.name"
- description="%ActionDefinition.generateConstructorsUsingFields.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields">
- </command>
- <command
- name="%ActionDefinition.surroundWith.tryCatch.name"
- description="%ActionDefinition.surroundWith.tryCatch.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch">
- </command>
- <command
- name="%ActionDefinition.cleanUp.name"
- description="%ActionDefinition.cleanUp.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up">
- </command>
- <command
- name="%ActionDefinition.copyQualifiedName.name"
- description="%ActionDefinition.copyQualifiedName.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name">
- </command>
- <command
- name="%ActionDefinition.findNLSProblems.name"
- description="%ActionDefinition.findNLSProblems.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys">
- </command>
- <command
- name="%ActionDefinition.externalizeStrings.name"
- description="%ActionDefinition.externalizeStrings.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings">
- </command>
- <command
- name="%ActionDefinition.addBlockComment.name"
- description="%ActionDefinition.addBlockComment.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment">
- </command>
- <command
- name="%ActionDefinition.removeBlockComment.name"
- description="%ActionDefinition.removeBlockComment.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment">
- </command>
- <command
- name="%ActionDefinition.indent.name"
- description="%ActionDefinition.indent.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.indent">
- </command>
- <command
- name="%toggleMarkOccurrences.label"
- description="%toggleMarkOccurrences.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences">
- </command>
- <command
- name="%ActionDefinition.removeOccurrenceAnnotations.name"
- description="%ActionDefinition.removeOccurrenceAnnotations.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations">
- </command>
-
- <command
- name="%ActionDefinition.corrections.renameInFile.name"
- description="%ActionDefinition.corrections.renameInFile.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.assignToLocal.name"
- description="%ActionDefinition.corrections.assignToLocal.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.assignToField.name"
- description="%ActionDefinition.corrections.assignToField.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.assignToField.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.assignParamToField.name"
- description="%ActionDefinition.corrections.assignParamToField.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.assignParamToField.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.addBlock.name"
- description="%ActionDefinition.corrections.addBlock.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.addBlock.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.addThrowsDecl.name"
- description="%ActionDefinition.corrections.addThrowsDecl.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl">
- </command>
- <command
- name="%ActionDefinition.corrections.addCast.name"
- description="%ActionDefinition.corrections.addCast.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.addCast">
- </command>
- <command
- name="%ActionDefinition.corrections.qualifyField.name"
- description="%ActionDefinition.corrections.qualifyField.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.qualifyField">
- </command>
- <command
- name="%ActionDefinition.corrections.changeToStatic.name"
- description="%ActionDefinition.corrections.changeToStatic.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.changeToStatic">
- </command>
- <command
- name="%ActionDefinition.corrections.addNonNLS.name"
- description="%ActionDefinition.corrections.addNonNLS.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.addNonNLS">
- </command>
- <command
- name="%ActionDefinition.corrections.addImport.name"
- description="%ActionDefinition.corrections.addImport.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.addImport">
- </command>
- <command
- name="%ActionDefinition.corrections.addSuppressWarnings.name"
- description="%ActionDefinition.corrections.addSuppressWarnings.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings">
- </command>
- <command
- name="%ActionDefinition.corrections.splitJoinVariableDeclaration.name"
- description="%ActionDefinition.corrections.splitJoinVariableDeclaration.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.splitJoinVariableDeclaration.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.extractLocal.name"
- description="%ActionDefinition.corrections.extractLocal.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.extractLocal.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.extractConstant.name"
- description="%ActionDefinition.corrections.extractConstant.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.convertLocalToField.name"
- description="%ActionDefinition.corrections.convertLocalToField.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.convertLocalToField.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.inlineLocal.name"
- description="%ActionDefinition.corrections.inlineLocal.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.inlineLocal.assist">
- </command>
- <command
- name="%ActionDefinition.corrections.convertAnonymousToLocal.name"
- description="%ActionDefinition.corrections.convertAnonymousToLocal.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.correction.convertAnonymousToLocal.assist">
- </command>
- <command
- name="%ActionDefinition.surroundWith.quickMenu.name"
- description="%ActionDefinition.surroundWith.quickMenu.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.source"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu">
- </command>
-<!-- perspectives -->
- <command
- name="%PerspectiveCommand.javaBrowsing.name"
- description="%PerspectiveCommand.javaBrowsing.description"
- categoryId="org.eclipse.ui.category.perspectives"
- id="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" />
- <command
- name="%PerspectiveCommand.java.name"
- description="%PerspectiveCommand.java.description"
- categoryId="org.eclipse.ui.category.perspectives"
- id="org.eclipse.wst.jsdt.ui.JavaPerspective" />
-
-<!-- views -->
- <command
- name="%ViewCommand.typeHierarchy.name"
- description="%ViewCommand.typeHierarchy.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.TypeHierarchy">
- </command>
-
- <command
- name="%ViewCommand.packageExplorer.name"
- description="%ViewCommand.packageExplorer.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer">
- </command>
-
- <command
- name="%ViewCommand.projectsView.name"
- description="%ViewCommand.projectsView.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.ProjectsView">
- </command>
-
- <command
- name="%ViewCommand.packagesView.name"
- description="%ViewCommand.packagesView.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.PackagesView">
- </command>
-
- <command
- name="%ViewCommand.typesView.name"
- description="%ViewCommand.typesView.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.TypesView">
- </command>
-
- <command
- name="%ViewCommand.membersView.name"
- description="%ViewCommand.membersView.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.MembersView">
- </command>
-
- <command
- name="%ViewCommand.sourceView.name"
- description="%ViewCommand.sourceView.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.SourceView">
- </command>
-
- <command
- name="%ViewCommand.javadocView.name"
- description="%ViewCommand.javadocView.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.ui.JavadocView">
- </command>
-
- <command
- name="%ViewCommand.callHierarchy.name"
- description="%ViewCommand.callHierarchy.description"
- categoryId="org.eclipse.ui.category.views"
- id="org.eclipse.wst.jsdt.callhierarchy.view">
- </command>
-
-<!-- refactoring -->
- <command
- name="%ActionDefinition.refactorQuickMenu.name"
- description="%ActionDefinition.refactorQuickMenu.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu">
- </command>
- <command
- name="%ActionDefinition.renameElement.name"
- description="%ActionDefinition.renameElement.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element">
- </command>
- <command
- name="%ActionDefinition.moveElement.name"
- description="%ActionDefinition.moveElement.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.move.element">
- </command>
- <command
- name="%ActionDefinition.modifyMethodParameters.name"
- description="%ActionDefinition.modifyMethodParameters.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters">
- </command>
- <command
- name="%ActionDefinition.convertAnonymousToNested.name"
- description="%ActionDefinition.convertAnonymousToNested.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested">
- </command>
- <command
- name="%ActionDefinition.convertNestedToTopLevel.name"
- description="%ActionDefinition.convertNestedToTopLevel.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level">
- </command>
- <command
- name="%ActionDefinition.pushDown.name"
- description="%ActionDefinition.pushDown.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.push.down">
- </command>
- <command
- name="%ActionDefinition.pullUp.name"
- description="%ActionDefinition.pullUp.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up">
- </command>
- <command
- name="%ActionDefinition.extractInterface.name"
- description="%ActionDefinition.extractInterface.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface">
- </command>
- <command
- name="%ActionDefinition.extractSupertype.name"
- description="%ActionDefinition.extractSupertype.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass">
- </command>
- <command
- name="%ActionDefinition.changeType.name"
- description="%ActionDefinition.changeType.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.change.type">
- </command>
- <command
- name="%ActionDefinition.useSupertype.name"
- description="%ActionDefinition.useSupertype.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype">
- </command>
- <command
- name="%ActionDefinition.inferTypeArguments.name"
- description="%ActionDefinition.inferTypeArguments.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments">
- </command>
- <command
- name="%ActionDefinition.inline.name"
- description="%ActionDefinition.inline.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.inline">
- </command>
- <command
- name="%ActionDefinition.extractMethod.name"
- description="%ActionDefinition.extractMethod.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method">
- </command>
- <command
- name="%ActionDefinition.extractLocalVariable.name"
- description="%ActionDefinition.extractLocalVariable.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable">
- </command>
- <command
- name="%ActionDefinition.extractConstant.name"
- description="%ActionDefinition.extractConstant.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant">
- </command>
- <command
- name="%ActionDefinition.replaceInvocations.name"
- description="%ActionDefinition.replaceInvocations.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations">
- </command>
- <command
- name="%ActionDefinition.introduceIndirection.name"
- description="%ActionDefinition.introduceIndirection.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection">
- </command>
- <command
- name="%ActionDefinition.introduceParameter.name"
- description="%ActionDefinition.introduceParameter.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter">
- </command>
- <command
- name="%ActionDefinition.introduceFactory.name"
- description="%ActionDefinition.introduceFactory.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory">
- </command>
- <command
- name="%ActionDefinition.convertLocalToField.name"
- description="%ActionDefinition.convertLocalToField.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable">
- </command>
- <command
- name="%ActionDefinition.selfEncapsulateField.name"
- description="%ActionDefinition.selfEncapsulateField.description"
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field">
- </command>
- <command
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- description="%ActionDefinition.apply.description"
- id="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script"
- name="%ActionDefinition.apply.name">
- </command>
- <command
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- description="%ActionDefinition.create.description"
- id="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script"
- name="%ActionDefinition.create.name">
- </command>
- <command
- categoryId="org.eclipse.wst.jsdt.ui.category.refactoring"
- description="%ActionDefinition.migrate.description"
- id="org.eclipse.wst.jsdt.ui.refactor.migrate.jar"
- name="%ActionDefinition.migrate.name">
- </command>
-<!-- navigate -->
- <command
- name="%ActionDefinition.gotoNextMember.name"
- description="%ActionDefinition.gotoNextMember.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member">
- </command>
- <command
- name="%ActionDefinition.gotoPreviousMember.name"
- description="%ActionDefinition.gotoPreviousMember.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member">
- </command>
- <command
- name="%ActionDefinition.gotoMatchingBracket.name"
- description="%ActionDefinition.gotoMatchingBracket.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket">
- </command>
- <command
- name="%ActionDefinition.show.outline.name"
- description="%ActionDefinition.show.outline.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline">
- </command>
- <command
- name="%ActionDefinition.open.hierarchy.name"
- description="%ActionDefinition.open.hierarchy.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy">
- </command>
- <command
- name="%ActionDefinition.open.structure.name"
- description="%ActionDefinition.open.structure.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.navigate.java.open.structure">
- </command>
- <command
- name="%ActionDefinition.openType.name"
- description="%ActionDefinition.openType.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.navigate.open.type">
- </command>
- <command
- name="%ActionDefinition.openTypeInHierarchy.name"
- description="%ActionDefinition.openTypeInHierarchy.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy">
- </command>
- <command
- name="%ActionDefinition.openEditor.name"
- description="%ActionDefinition.openEditor.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor">
- </command>
- <command
- name="%ActionDefinition.openSuperImplementation.name"
- description="%ActionDefinition.openSuperImplementation.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation">
- </command>
- <command
- name="%ActionDefinition.openExternalJavadoc.name"
- description="%ActionDefinition.openExternalJavadoc.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc">
- </command>
- <command
- name="%ActionDefinition.openTypeHierarchy.name"
- description="%ActionDefinition.openTypeHierarchy.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy">
- </command>
- <command
- name="%ActionDefinition.openCallHierarchy.name"
- description="%ActionDefinition.openCallHierarchy.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy">
- </command>
-
- <command
- name="%ActionDefinition.gotoPackage.name"
- description="%ActionDefinition.gotoPackage.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.navigate.gotopackage">
- </command>
- <command
- name="%ActionDefinition.gotoType.name"
- description="%ActionDefinition.gotoType.description"
- categoryId="org.eclipse.ui.category.navigate"
- id="org.eclipse.wst.jsdt.ui.navigate.gototype">
- </command>
-
-<!-- project -->
- <command
- name="%ActionDefinition.generateJavadoc.name"
- description="%ActionDefinition.generateJavadoc.description"
- categoryId="org.eclipse.ui.category.project"
- id="org.eclipse.wst.jsdt.ui.generate.javadoc">
- </command>
-
-<!-- search -->
- <command
- name="%ActionDefinition.referencesInWorkspace.name"
- description="%ActionDefinition.referencesInWorkspace.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace">
- </command>
- <command
- name="%ActionDefinition.referencesInProject.name"
- description="%ActionDefinition.referencesInProject.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project">
- </command>
- <command
- name="%ActionDefinition.referencesInHierarchy.name"
- description="%ActionDefinition.referencesInHierarchy.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy">
- </command>
- <command
- name="%ActionDefinition.referencesInWorkingSet.name"
- description="%ActionDefinition.referencesInWorkingSet.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set">
- </command>
- <command
- name="%ActionDefinition.readAccessInworkspace.name"
- description="%ActionDefinition.readAccessInWorkspace.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace">
- </command>
- <command
- name="%ActionDefinition.readAccessInProject.name"
- description="%ActionDefinition.readAccessInProject.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project">
- </command>
- <command
- name="%ActionDefinition.readAccessInHierarchy.name"
- description="%ActionDefinition.readAccessInHierarchy.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy">
- </command>
- <command
- name="%ActionDefinition.readAccessInWorkingSet.name"
- description="%ActionDefinition.readAccessInWorkingSet.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set">
- </command>
- <command
- name="%ActionDefinition.writeAccessInWorkspace.name"
- description="%ActionDefinition.writeAccessInWorkspace.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace">
- </command>
- <command
- name="%ActionDefinition.writeAccessInProject.name"
- description="%ActionDefinition.writeAccessInProject.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project">
- </command>
- <command
- name="%ActionDefinition.writeAccessInHierarchy.name"
- description="%ActionDefinition.writeAccessInHierarchy.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy">
- </command>
- <command
- name="%ActionDefinition.writeAccessInWorkingSet.name"
- description="%ActionDefinition.writeAccessInWorkingSet.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set">
- </command>
- <command
- name="%ActionDefinition.declarationsInWorkspace.name"
- description="%ActionDefinition.declarationsInWorkspace.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace">
- </command>
- <command
- name="%ActionDefinition.declarationsInProject.name"
- description="%ActionDefinition.declarationsInProject.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project">
- </command>
- <command
- name="%ActionDefinition.declarationsInHierarchy.name"
- description="%ActionDefinition.declarationsInHierarchy.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy">
- </command>
- <command
- name="%ActionDefinition.declarationsInWorkingSet.name"
- description="%ActionDefinition.declarationsInWorkingSet.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set">
- </command>
- <command
- name="%ActionDefinition.implementorsInWorkspace.name"
- description="%ActionDefinition.implementorsInWorkspace.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace">
- </command>
- <command
- name="%ActionDefinition.implementorsInProject.name"
- description="%ActionDefinition.implementorsInProject.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project">
- </command>
- <command
- name="%ActionDefinition.implementorsInWorkingSet.name"
- description="%ActionDefinition.implementorsInWorkingSet.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set">
- </command>
- <command
- name="%ActionDefinition.occurrencesInFile.quickMenu.name"
- description="%ActionDefinition.occurrencesInFile.quickMenu.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu">
- </command>
- <command
- name="%ActionDefinition.occurrencesInFile.name"
- description="%ActionDefinition.occurrencesInFile.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file">
- </command>
- <command
- name="%ActionDefinition.exceptionOccurrences.name"
- description="%ActionDefinition.exceptionOccurrences.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences">
- </command>
- <command
- name="%ActionDefinition.implementOccurrences.name"
- description="%ActionDefinition.implementOccurrences.description"
- categoryId="org.eclipse.search.ui.category.search"
- id="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences">
- </command>
- </extension>
-
- <extension
- point="org.eclipse.ui.bindings">
- <!-- win32: M1=CTRL, M2=SHIFT, M3=ALT, M4=-
- carbon: M1=COMMAND, M2=SHIFT, M3=ALT, M4=CTRL -->
-
-<!-- edit -->
- <key
- sequence="M2+M3+ARROW_UP"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+ARROW_UP"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="CTRL+SHIFT+ARROW_UP"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+ARROW_RIGHT"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+ARROW_RIGHT"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="CTRL+SHIFT+ARROW_RIGHT"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+ARROW_LEFT"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+ARROW_LEFT"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="CTRL+SHIFT+ARROW_LEFT"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+ARROW_DOWN"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+ARROW_DOWN"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="CTRL+SHIFT+ARROW_DOWN"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
-<!-- source -->
- <key
- sequence="M2+M3+S"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+S"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+S"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M1+M2+C"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+7"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+/"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <!-- alternative for some gtk input modes -->
- <key
- platform="gtk"
- sequence="ESC CTRL+C"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M1+M2+F"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.format"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <!-- alternative for some gtk input modes -->
- <key
- platform="gtk"
- sequence="ESC CTRL+F"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.format"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M1+M2+M"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+M2+O"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+J"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+J"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+J"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M1+M2+/"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <!-- free this on MAC, see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=113981 -->
- <key
- platform="carbon"
- sequence="M1+M2+/"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M1+M2+\"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+I"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.indent"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+O"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+O"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+O"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+U"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+U"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+U"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M1+2 R"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+2 L"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+2 F"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.correction.assignToField.assist"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+Z"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+Z"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+Z"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
-<!-- refactoring -->
- <key
- sequence="M2+M3+T"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+T"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+T"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+R"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+R"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+R"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+V"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+V"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+V"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+C"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+C"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+C"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+I"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.inline"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+I"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+I"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.inline"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+M"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+M"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+M"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- sequence="M2+M3+L"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+L"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+L"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
-<!-- navigate -->
- <key
- sequence="M1+M2+ARROW_DOWN"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M1+M2+ARROW_DOWN"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="CTRL+ALT+ARROW_DOWN"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+M2+ARROW_UP"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M1+M2+ARROW_UP"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="CTRL+ALT+ARROW_UP"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+M2+P"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+O"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+T"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+F3"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <!-- Changing context to JavaScript Editor -->
- <key
- sequence="M1+M2+T"
- contextId="org.eclipse.wst.jsdt.ui.javaEditorScope"
- commandId="org.eclipse.wst.jsdt.ui.navigate.open.type"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+M2+H"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="F3"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+F2"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="F4"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="CTRL+ALT+H"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <!-- COMMAND+ALT+H is "Hide Others" on carbon, so don't overwrite it -->
-
-<!-- project -->
-
-<!-- search -->
- <key
- sequence="M1+M2+G"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+G"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M1+M2+U"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
-<!-- perspectives -->
-
-<!-- views -->
- <key
- sequence="M2+M3+Q T"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.TypeHierarchy"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+Q T"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+Q T"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.TypeHierarchy"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+Q P"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+Q P"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+Q P"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+Q D"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.SourceView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+Q D"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+Q D"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.SourceView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- sequence="M2+M3+Q J"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.JavadocView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="M2+M3+Q J"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId=""
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- platform="carbon"
- sequence="COMMAND+ALT+Q J"
- contextId="org.eclipse.wst.jsdt.ui.javascriptViewScope"
- commandId="org.eclipse.wst.jsdt.ui.JavadocView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- </extension>
-
-
- <extension
- point="org.eclipse.ui.ide.markerResolution">
- <markerResolutionGenerator
- markerType="org.eclipse.wst.jsdt.core.problem"
- class="org.eclipse.wst.jsdt.internal.ui.text.correction.CorrectionMarkerResolutionGenerator">
- </markerResolutionGenerator>
- </extension>
- <extension
- point="org.eclipse.ui.ide.markerResolution">
- <markerResolutionGenerator
- markerType="org.eclipse.wst.jsdt.core.buildpath_problem"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.UserLibraryMarkerResolutionGenerator">
- </markerResolutionGenerator>
- </extension>
-
- <extension point="org.eclipse.ui.ide.markerSupport">
- <markerTypeCategory name="%markerCategory.problem">
- <markerTypeReference id="org.eclipse.wst.jsdt.core.problem"/>
- </markerTypeCategory>
- <markerTypeCategory name="%markerCategory.buildpath_problem">
- <markerTypeReference id="org.eclipse.wst.jsdt.core.buildpath_problem"/>
- <!-- <markerTypeReference id="org.eclipse.wst.jsdt.launching.jreContainerMarker"/> -->
- </markerTypeCategory>
-
- <markerGrouping id="org.eclipse.wst.jsdt.ui.java_marker_category" label="%MarkerCategory.name"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.buildpath"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.buildpath"
- priority="100"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.fatal"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.fatal"
- priority="90"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.documentation"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.documentation"
- priority="80"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.potential"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.potential"
- priority="70"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.codestyle"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.codestyle"
- priority="60"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.restrictedAPI"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.restrictedAPI"
- priority="50"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.deprecation"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.deprecation"
- priority="40"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.generictypes"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.generictypes"
- priority="30"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.unnecessary"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.unnecessary"
- priority="20"/>
- <markerGroupingEntry id="org.eclipse.wst.jsdt.ui.category.nls"
- markerGrouping="org.eclipse.wst.jsdt.ui.java_marker_category"
- label="%MarkerCategory.nls"
- priority="10"/>
- <markerAttributeGrouping markerType="org.eclipse.wst.jsdt.core.problem" attribute="categoryId">
- <markerAttributeMapping value="10" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.buildpath"/>
- <markerAttributeMapping value="20" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.fatal"/>
- <markerAttributeMapping value="30" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.fatal"/>
- <markerAttributeMapping value="40" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.fatal"/>
- <markerAttributeMapping value="50" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.fatal"/>
- <markerAttributeMapping value="60" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.fatal"/>
- <markerAttributeMapping value="70" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.documentation"/>
- <markerAttributeMapping value="80" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.codestyle"/>
- <markerAttributeMapping value="90" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.potential"/>
- <markerAttributeMapping value="100" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.potential"/>
- <markerAttributeMapping value="110" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.deprecation"/>
- <markerAttributeMapping value="120" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.unnecessary"/>
- <markerAttributeMapping value="130" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.generictypes"/>
- <markerAttributeMapping value="140" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.nls"/>
- <markerAttributeMapping value="150" markerGroupingEntry="org.eclipse.wst.jsdt.ui.category.restrictedAPI"/>
- </markerAttributeGrouping>
- <markerAttributeGrouping markerType="org.eclipse.wst.jsdt.core.buildpath_problem"
- defaultGroupingEntry="org.eclipse.wst.jsdt.ui.category.buildpath"/>
- </extension>
-
-<!-- =========================================================================== -->
-<!-- Filter Support -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.wst.jsdt.ui.javaElementFilters">
-<!-- Package Explorer -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideSystemFiles.label"
- enabled="true"
- description="%HideSystemFiles.description"
- pattern=".*">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideInnerClassFiles.label"
- enabled="true"
- description="%HideInnerClassFiles.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.InnerClassFilesFilter"
- id="org.eclipse.wst.jsdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideEmptyPackages.label"
- enabled="false"
- description="%HideEmptyPackages.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.EmptyPackageFilter"
- id="org.eclipse.wst.jsdt.internal.ui.PackageExplorer.EmptyPackageFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideEmptyInnerPackages.label"
- enabled="true"
- description="%HideEmptyInnerPackages.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.EmptyInnerPackageFilter"
- id="org.eclipse.wst.jsdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideNonJavaElements.label"
- enabled="false"
- description="%HideNonJavaElements.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonJavaElementFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.NonJavaElementFilter">
- </filter>
- -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideReferencedLibraries.label"
- enabled="false"
- description="%HideReferencedLibraries.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.LibraryFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.LibraryFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideContainedLibraries.label"
- enabled="false"
- description="%HideContainedLibraries.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ContainedLibraryFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.ContainedLibraryFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideJavaFiles.label"
- enabled="false"
- description="%HideJavaFiles.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.JavaFileFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.CuAndClassFileFilter">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HidePackageDeclaration.label"
- enabled="true"
- description="%HidePackageDeclaration.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.PackageDeclarationFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.PackageDeclarationFilter">
- </filter>
- -->
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideImportDeclaration.label"
- enabled="true"
- description="%HideImportDeclaration.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ImportDeclarationFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.ImportDeclarationFilter">
- </filter>
- -->
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideSyntheticMembers.label"
- enabled="true"
- description="%HideSyntheticMembers.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.SyntheticMembersFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.SyntheticMembersFilter">
- </filter>
- -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideNonSharedProjects.label"
- enabled="false"
- description="%HideNonSharedProjects.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonSharedProjectFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.NonSharedProjectsFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideClosedProjects.label"
- enabled="false"
- description="%HideClosedProjects.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ClosedProjectFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.ClosedProjectsFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideFields.label"
- enabled="false"
- description="%HideFields.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.FieldsFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.FieldsFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideStatics.label"
- enabled="false"
- description="%HideStatics.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.StaticsFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.StaticsFilter">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideNonPublic.label"
- enabled="false"
- description="%HideNonPublic.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonPublicFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.NonPublicFilter">
- </filter>
- -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackageExplorer"
- name="%HideLocalTypes.label"
- enabled="false"
- description="%HideLocalTypes.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.LocalTypesFilter"
- id="org.eclipse.wst.jsdt.ui.PackageExplorer.LocalTypesFilter">
- </filter>
-<!-- Types view -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.TypesView"
- name="%HideNonPublicType.label"
- enabled="false"
- description="%HideNonPublicType.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonPublicTypeFilter"
- id="org.eclipse.wst.jsdt.ui.TypesView.NonPublicTypeFilter">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.TypesView"
- name="%HideInterface.label"
- enabled="false"
- description="%HideInterface.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.InterfaceFilter"
- id="org.eclipse.wst.jsdt.ui.TypesView.InterfaceFilter">
- </filter>
-
- <filter
- targetId="org.eclipse.wst.jsdt.ui.TypesView"
- name="%HideEnum.label"
- enabled="false"
- description="%HideEnum.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.EnumFilter"
- id="org.eclipse.wst.jsdt.ui.TypesView.EnumFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.TypesView"
- name="%HideAnnotation.label"
- enabled="false"
- description="%HideAnnotation.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.AnnotationFilter"
- id="org.eclipse.wst.jsdt.ui.TypesView.AnnotationFilter">
- </filter>
--->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.TypesView"
- name="%HideClass.label"
- enabled="false"
- description="%HideClass.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ClassFilter"
- id="org.eclipse.wst.jsdt.ui.TypesView.ClassFilter">
- </filter>
-<!-- Packages view -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackagesView"
- name="%HideEmptyPackages.label"
- enabled="false"
- description="%HideEmptyPackages.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.EmptyPackageFilter"
- id="org.eclipse.wst.jsdt.internal.ui.PackagesView.EmptyPackageFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackagesView"
- name="%HideEmptyInnerPackages.label"
- enabled="true"
- description="%HideEmptyInnerPackages.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.EmptyInnerPackageFilter"
- id="org.eclipse.wst.jsdt.internal.ui.PackagesView.EmptyInnerPackageFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.PackagesView"
- name="%HideNoPackageContainingFolders.label"
- enabled="true"
- description="%HideNoPackageContainingFolders.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NoPackageContainingFoldersFilter"
- id="org.eclipse.wst.jsdt.internal.ui.PackagesView.NoPackageContainingFolders">
- </filter>
-<!-- Projects view -->
- <filter
- targetId="org.eclipse.wst.jsdt.ui.ProjectsView"
- name="%HideReferencedLibraries.label"
- enabled="false"
- description="%HideReferencedLibraries.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.LibraryFilter"
- id="org.eclipse.wst.jsdt.ui.ProjectsView.LibraryFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.ProjectsView"
- name="%HideContainedLibraries.label"
- enabled="false"
- description="%HideContainedLibraries.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ContainedLibraryFilter"
- id="org.eclipse.wst.jsdt.ui.ProjectsView.ContainedLibraryFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.ProjectsView"
- name="%HideNonSharedProjects.label"
- enabled="false"
- description="%HideNonSharedProjects.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonSharedProjectFilter"
- id="org.eclipse.wst.jsdt.ui.ProjectsView.NonSharedProjectsFilter">
- </filter>
-<!-- Members view -->
-<!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.MembersView"
- name="%HideImportDeclaration.label"
- enabled="false"
- description="%HideImportDeclaration.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ImportDeclarationFilter"
- id="org.eclipse.wst.jsdt.ui.MembersView.ImportDeclarationFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.ui.MembersView"
- name="%HideSyntheticMembers.label"
- enabled="true"
- description="%HideSyntheticMembers.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.SyntheticMembersFilter"
- id="org.eclipse.wst.jsdt.ui.MembersView.SyntheticMembersFilter">
- </filter>
- -->
-<!-- Outline Page -->
-<!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.JavaOutlinePage"
- name="%HidePackageDeclaration.label"
- enabled="false"
- description="%HidePackageDeclaration.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.PackageDeclarationFilter"
- id="org.eclipse.wst.jsdt.ui.JavaOutlinePage.PackageDeclarationFilter">
- </filter>
--->
-<!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.JavaOutlinePage"
- name="%HideImportDeclaration.label"
- enabled="false"
- description="%HideImportDeclaration.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ImportDeclarationFilter"
- id="org.eclipse.wst.jsdt.ui.JavaOutlinePage.ImportDeclarationFilter">
- </filter>
- -->
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.ui.JavaOutlinePage"
- name="%HideSyntheticMembers.label"
- enabled="true"
- description="%HideSyntheticMembers.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.SyntheticMembersFilter"
- id="org.eclipse.wst.jsdt.ui.JavaOutlinePage.SyntheticMembersFilter">
- </filter>
- -->
-<!-- Quick Outline -->
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline"
- name="%HideImportDeclaration.label"
- enabled="true"
- description="%HideImportDeclaration.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ImportDeclarationFilter"
- id="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline.ImportDeclarationFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline"
- name="%HideFields.label"
- enabled="false"
- description="%HideFields.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.FieldsFilter"
- id="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline.FieldsFilter">
- </filter>
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline"
- name="%HideStatics.label"
- enabled="false"
- description="%HideStatics.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.StaticsFilter"
- id="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline.StaticsFilter">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline"
- name="%HideNonPublic.label"
- enabled="false"
- description="%HideNonPublic.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonPublicFilter"
- id="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline.NonPublicFilter">
- </filter>
- -->
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline"
- name="%HideLocalTypes.label"
- enabled="false"
- description="%HideLocalTypes.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.LocalTypesFilter"
- id="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline.LocalTypesFilter">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline"
- name="%HideSyntheticMembers.label"
- enabled="true"
- description="%HideSyntheticMembers.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.SyntheticMembersFilter"
- id="org.eclipse.wst.jsdt.internal.ui.text.QuickOutline.SyntheticMembersFilter">
- </filter>
- -->
-<!-- Quick Hierarchy -->
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.typehierarchy.QuickHierarchy"
- name="%HideStatics.label"
- enabled="false"
- description="%HideStatics.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.StaticsFilter"
- id="org.eclipse.wst.jsdt.internal.ui.typehierarchy.QuickHierarchy.StaticsFilter">
- </filter>
- <!--
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.typehierarchy.QuickHierarchy"
- name="%HideNonPublic.label"
- enabled="false"
- description="%HideNonPublic.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonPublicFilter"
- id="org.eclipse.wst.jsdt.internal.ui.typehierarchy.QuickHierarchy.NonPublicFilter">
- </filter>
- -->
- <filter
- targetId="org.eclipse.wst.jsdt.internal.ui.typehierarchy.QuickHierarchy"
- name="%HideLocalTypes.label"
- enabled="false"
- description="%HideLocalTypes.description"
- class="org.eclipse.wst.jsdt.internal.ui.filters.LocalTypesFilter"
- id="org.eclipse.wst.jsdt.internal.ui.typehierarchy.QuickHierarchy.LocalTypesFilter">
- </filter>
- </extension>
-<!-- =========================================================================== -->
-<!-- Call Hierarchy -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.views">
- <view
- name="%callHierarchyViewName"
- icon="$nl$/icons/full/eview16/call_hierarchy.gif"
- category="org.eclipse.wst.jsdt.ui.java"
- class="org.eclipse.wst.jsdt.internal.ui.callhierarchy.CallHierarchyViewPart"
- id="org.eclipse.wst.jsdt.callhierarchy.view">
- </view>
- </extension>
-
-<!-- =========================================================================== -->
-<!-- Templates -->
-<!-- =========================================================================== -->
- <extension
- point="org.eclipse.ui.editors.templates">
- <contextType
- name="%templates.java.contextType.name"
- class="org.eclipse.wst.jsdt.internal.corext.template.java.JavaContextType"
- id="javaScript">
- </contextType>
- <contextType
- name="%templates.javadoc.contextType.name"
- class="org.eclipse.wst.jsdt.internal.corext.template.java.JavaDocContextType"
- id="jsdoc">
- </contextType>
- <include
- file="templates/default-templates.xml"
- translations="$nl$/templates/default-templates.properties">
- </include>
- <include
- file="templates/default-codetemplates.xml"
- translations="$nl$/templates/default-templates.properties">
- </include>
- <resolver
- class="org.eclipse.wst.jsdt.internal.corext.template.java.FieldResolver"
- contextTypeId="javaScript"
- description="%templates.java.resolvers.Field.description"
- name="%templates.java.resolvers.Field.name"
- type="field"/>
- <resolver
- class="org.eclipse.wst.jsdt.internal.corext.template.java.LocalVarResolver"
- contextTypeId="javaScript"
- description="%templates.java.resolvers.LocalVar.description"
- name="%templates.java.resolvers.LocalVar.name"
- type="localVar"/>
- <resolver
- class="org.eclipse.wst.jsdt.internal.corext.template.java.VarResolver"
- contextTypeId="javaScript"
- description="%templates.java.resolvers.Var.description"
- name="%templates.java.resolvers.Var.name"
- type="var"/>
- <resolver
- class="org.eclipse.wst.jsdt.internal.corext.template.java.NameResolver"
- contextTypeId="javaScript"
- description="%templates.java.resolvers.Name.description"
- name="%templates.java.resolvers.Name.name"
- type="newName"/>
- <resolver
- class="org.eclipse.wst.jsdt.internal.corext.template.java.ElementTypeResolver"
- contextTypeId="javaScript"
- description="%templates.java.resolvers.ElementType.description"
- name="%templates.java.resolvers.ElementType.name"
- type="elemType"/>
- <resolver
- class="org.eclipse.wst.jsdt.internal.corext.template.java.TypeVariableResolver"
- contextTypeId="javaScript"
- description="%templates.java.resolvers.ArgumentType.description"
- name="%templates.java.resolvers.ArgumentType.name"
- type="argType"/>
- </extension>
-
-<!-- =========================================================================== -->
-<!-- Refactoring -->
-<!-- =========================================================================== -->
-
- <extension point="org.eclipse.ltk.ui.refactoring.statusContextViewers">
- <statusContextViewer
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.JavaStatusContextViewer"
- id="org.eclipse.wst.jsdt.ui.javaStatusContextViewer">
- <enablement>
- <or>
- <instanceof value="org.eclipse.wst.jsdt.internal.corext.refactoring.base.JavaStatusContext"/>
- <instanceof value="org.eclipse.wst.jsdt.internal.corext.refactoring.base.JavaStringStatusContext"/>
- </or>
- </enablement>
- </statusContextViewer>
- </extension>
-
- <extension point="org.eclipse.ltk.ui.refactoring.changePreviewViewers">
- <changePreviewViewer
- class="org.eclipse.wst.jsdt.internal.ui.refactoring.CreateTextFileChangePreviewViewer"
- id="org.eclipse.wst.jsdt.ui.createTextFileChangePreviewViewer">
- <enablement>
- <instanceof value="org.eclipse.wst.jsdt.internal.corext.refactoring.nls.changes.CreateTextFileChange"/>
- </enablement>
- </changePreviewViewer>
- </extension>
-
- <extension
- point="org.eclipse.ltk.core.refactoring.refactoringContributions">
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameResourceRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.resource"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameCompilationUnitRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.compilationunit"/>
-<!--
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameEnumConstRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.enum.constant"/>
--->
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameFieldRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.field"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameJavaProjectRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.java.project"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameLocalVariableRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.local.variable"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameMethodRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.method"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenamePackageRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.package"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameSourceFolderRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.source.folder"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.RenameTypeRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.rename.type"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ChangeMethodSignatureRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.change.method.signature"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.MoveMethodRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.move.method"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.MoveStaticMembersRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.move.static"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.UseSupertypeRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.use.supertype"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.PullUpRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.pull.up"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.PushDownRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.push.down"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ConvertAnonymousRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.convert.anonymous"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.MoveMemberTypeRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.move.inner"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.InlineMethodRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.inline.method"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.InlineTempRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.inline.temp"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.InlineConstantRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.inline.constant"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ExtractMethodRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.extract.method"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ExtractTempRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.extract.temp"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ExtractConstantRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.extract.constant"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.IntroduceParameterRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.introduce.parameter"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.IntroduceFactoryRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.introduce.factory"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.IntroduceIndirectionRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.introduce.indirection"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.PromoteTempToFieldRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.promote.temp"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.SelfEncapsulateRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.self.encapsulate"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ChangeTypeRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.change.type"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.ExtractSupertypeRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.extract.superclass"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.DeleteRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.delete"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.MoveRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.move"/>
- <contribution
- class="org.eclipse.wst.jsdt.internal.corext.refactoring.scripting.CopyRefactoringContribution"
- id="org.eclipse.wst.jsdt.ui.copy"/>
- </extension>
-
-<!-- End Refactoring -->
-
- <extension
- point="org.eclipse.ui.views">
- <view
- name="%JavaSourceView"
- icon="$nl$/icons/full/eview16/source.gif"
- category="org.eclipse.wst.jsdt.ui.java"
- class="org.eclipse.wst.jsdt.internal.ui.infoviews.SourceView"
- id="org.eclipse.wst.jsdt.ui.SourceView">
- </view>
- </extension>
- <extension
- point="org.eclipse.ui.views">
- <view
- name="%JavadocView"
- icon="$nl$/icons/full/eview16/javadoc.gif"
- category="org.eclipse.wst.jsdt.ui.java"
- class="org.eclipse.wst.jsdt.internal.ui.infoviews.JavadocView"
- id="org.eclipse.wst.jsdt.ui.JavadocView">
- <description>%JavadocViewDescription</description>
- </view>
- </extension>
-
-<!-- classpath container -->
-
- <extension
- point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage">
- <JsGlobalScopeContainerPage
- name="%userLibrary.name"
- class="org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.UserLibraryWizardPage"
- id="org.eclipse.wst.jsdt.USER_LIBRARY">
- </JsGlobalScopeContainerPage>
- </extension>
-
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.wst.jsdt.internal.ui.packageview.JsGlobalScopeContainer"
- id="org.eclipse.wst.jsdt.ui.configure.JsGlobalScopeContainer">
- <action
- label="%ConfigJsGlobalScopeContainer.label"
- tooltip="%ConfigJsGlobalScopeContainer.tooltip"
- class="org.eclipse.wst.jsdt.internal.ui.actions.ConfigureContainerAction"
- menubarPath="additions"
- enablesFor="1"
- id="ConfigureContainer">
- </action>
- </objectContribution>
- </extension>
-
- <extension
- point= "org.eclipse.wst.jsdt.ui.foldingStructureProviders">
- <provider
- id="org.eclipse.wst.jsdt.ui.text.defaultFoldingProvider"
- name= "%defaultFoldingStructureProviderName"
- class="org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider"
- preferencesClass="org.eclipse.wst.jsdt.internal.ui.text.folding.DefaultJavaFoldingPreferenceBlock">
- </provider>
- </extension>
-
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.core.resources.IProject"
- adaptable="true"
- id="org.eclipse.wst.jsdt.ui.jsdtSetup">
- <visibility>
- <not>
- <or>
- <objectState
- name="projectNature"
- value="org.eclipse.wst.jsdt.core.jsNature"/>
- <objectState
- name="open"
- value="false"/>
- </or>
- </not>
- </visibility>
- <action
- class="org.eclipse.wst.jsdt.internal.ui.util.ConvertAction"
- label="%action.label.projectConvert"
- menubarPath="org.eclipse.ui.projectConfigure/additions"
- enablesFor="+"
- id="org.eclipse.wst.jsdt.internal.web.ui.convertProjects">
- </action>
- </objectContribution>
- </extension>
-
-<!--
- <extension point="org.eclipse.debug.core.launchConfigurationTypes">
- <launchConfigurationType
- delegate="org.eclipse.wst.jsdt.internal.ui.text.correction.SerialVersionLaunchConfigurationDelegate"
- public="false"
- name="%serialVersionLaunchConfigName"
- modes="run"
- id="org.eclipse.wst.jsdt.ui.serial.support">
- </launchConfigurationType>
- </extension>
--->
-
- <extension point="org.eclipse.core.runtime.preferences">
- <initializer class="org.eclipse.wst.jsdt.internal.ui.JavaUIPreferenceInitializer"/>
- </extension>
-
- <extension
- id="modelProvider"
- name="%JavaModelProvider.name"
- point="org.eclipse.core.resources.modelProviders">
- <modelProvider
- class="org.eclipse.wst.jsdt.internal.ui.model.JavaModelProvider"/>
- <extends-model id="org.eclipse.core.resources.modelProvider"/>
- <enablement>
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature" />
- </enablement>
- </extension>
-
- <extension
- point="org.eclipse.core.runtime.adapters">
- <factory
- adaptableType="org.eclipse.wst.jsdt.internal.ui.model.JavaModelProvider"
- class="org.eclipse.wst.jsdt.internal.ui.model.JavaModelAdapterFactory">
- <adapter type="org.eclipse.team.core.mapping.IResourceMappingMerger"/>
- <adapter type="org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter"/>
- </factory>
- <factory
- adaptableType="org.eclipse.ltk.core.refactoring.history.RefactoringHistory"
- class="org.eclipse.wst.jsdt.internal.ui.model.JavaModelAdapterFactory">
- <adapter type="org.eclipse.core.resources.mapping.ResourceMapping"/>
- </factory>
- <factory
- adaptableType="org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy"
- class="org.eclipse.wst.jsdt.internal.ui.model.JavaModelAdapterFactory">
- <adapter type="org.eclipse.core.resources.mapping.ResourceMapping"/>
- </factory>
- </extension>
-
- <!--
- <extension
- id="jdtContentProvider"
- point="org.eclipse.team.ui.teamContentProviders">
- <teamContentProvider
- contentExtensionId="org.eclipse.wst.jsdt.ui.javaModelContent"
- icon="$nl$/icons/full/obj16/java_model_obj.gif"
- modelProviderId="org.eclipse.wst.jsdt.ui.modelProvider"/>
- </extension>
-
- <extension
- point="org.eclipse.ui.navigator.viewer">
- <viewerContentBinding viewerId="org.eclipse.team.cvs.ui.workspaceSynchronization">
- <includes>
- <contentExtension
- isRoot="true"
- pattern="org.eclipse.wst.jsdt.ui.javaModelContent"/>
- </includes>
- </viewerContentBinding>
- </extension>-->
-
- <!-- CommonNavigator -->
-
- <!--
- <extension
- point="org.eclipse.ui.navigator.navigatorContent">
- <navigatorContent
- activeByDefault="true"
- contentProvider="org.eclipse.wst.jsdt.internal.ui.model.JavaSynchronizationContentProvider"
- icon="$nl$/icons/full/obj16/java_model_obj.gif"
- id="org.eclipse.wst.jsdt.ui.javaModelContent"
- labelProvider="org.eclipse.wst.jsdt.internal.ui.model.JavaSynchronizationLabelProvider"
- name="%JavaModelContent.name"
- priority="normal">
- <triggerPoints>
- <or>
- <instanceof value="org.eclipse.core.resources.IFolder" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.model.JavaModelProvider"/>
- <instanceof value="org.eclipse.ltk.core.refactoring.history.RefactoringHistory"/>
- <instanceof value="org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy"/>
- <instanceof value="org.eclipse.ltk.core.refactoring.RefactoringDescriptor"/>
- <instanceof value="org.eclipse.team.core.mapping.ISynchronizationScope"/>
- <instanceof value="org.eclipse.team.core.mapping.ISynchronizationContext"/>
- </or>
- </triggerPoints>
- <commonSorter
- class="org.eclipse.wst.jsdt.ui.JavaElementSorter"
- id="org.eclipse.wst.jsdt.ui.JavaElementSorter">
- <parentExpression>
- <or>
- <adapt type="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.model.JavaModelProvider"/>
- </or>
- </parentExpression>
- </commonSorter>
- <override
- policy="InvokeAlwaysRegardlessOfSuppressedExt"
- suppressedExtensionId="org.eclipse.team.ui.resourceContent"/>
- <possibleChildren>
- <or>
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- <instanceof value="org.eclipse.core.resources.IFolder"/>
- <instanceof value="org.eclipse.core.resources.IFile"/>
- <instanceof value="org.eclipse.ltk.core.refactoring.history.RefactoringHistory"/>
- <instanceof value="org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy"/>
- <instanceof value="org.eclipse.ltk.core.refactoring.RefactoringDescriptor"/>
- </or>
- </possibleChildren>
- <actionProvider class="org.eclipse.ltk.ui.refactoring.model.RefactoringSynchronizationActionProvider">
- </actionProvider>
- </navigatorContent>
- </extension>
- -->
-
- <extension
- point="org.eclipse.ui.navigator.viewer">
- <viewerContentBinding viewerId="org.eclipse.ui.navigator.ProjectExplorer">
- <includes>
- <contentExtension pattern="org.eclipse.wst.jsdt.java.ui.javaContent" />
- <contentExtension pattern="org.eclipse.wst.jsdt.java.ui.filters.*" />
- <contentExtension pattern="org.eclipse.wst.jsdt.java.ui.javaLinkHelper" />
- </includes>
- </viewerContentBinding>
- </extension>
-
- <extension
- point="org.eclipse.ui.navigator.navigatorContent">
- <navigatorContent
- activeByDefault="true"
- contentProvider="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorContentProvider"
- icon="$nl$/icons/full/eview16/jperspective.gif"
- id="org.eclipse.wst.jsdt.java.ui.javaContent"
- labelProvider="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorLabelProvider"
- name="%commonNavigatorContentName"
- priority="high">
- <triggerPoints>
- <or>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- <instanceof value="org.eclipse.core.resources.IResource" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer" />
- <instanceof value="org.eclipse.wst.jsdt.ui.ProjectLibraryRoot" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.NamespaceGroup" />
- </or>
- </triggerPoints>
- <possibleChildren>
- <or>
- <instanceof value="org.eclipse.core.resources.IResource" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.ui.ProjectLibraryRoot" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.NamespaceGroup" />
- </or>
- </possibleChildren>
- <actionProvider
- class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorViewActionProvider"
- id="org.eclipse.wst.jsdt.ui.navigator.actions.ViewActions">
- <enablement>
- <or>
- <instanceof value="org.eclipse.core.resources.IWorkspaceRoot" />
- <adapt type="java.util.Collection">
- <count value="0" />
- </adapt>
- </or>
- </enablement>
- </actionProvider>
- <actionProvider
- class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorActionProvider"
- id="org.eclipse.wst.jsdt.ui.navigator.actions.StandardActions"
- overrides="org.eclipse.ui.navigator.resources.actions.EditActions">
- <enablement>
- <or>
- <and>
- <instanceof value="org.eclipse.core.resources.IProject" />
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature" />
- </and>
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer" />
- <adapt type="java.util.Collection">
- <count value="0" />
- </adapt>
- </or>
- </enablement>
- </actionProvider>
-
- <actionProvider
- class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorRefactorActionProvider"
- id="org.eclipse.wst.jsdt.ui.navigator.actions.RefactorActions"
- overrides="org.eclipse.ui.navigator.resources.actions.RefactorActions">
- <enablement>
- <or>
- <and>
- <instanceof value="org.eclipse.core.resources.IProject" />
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature" />
- </and>
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer" />
- <adapt type="java.util.Collection">
- <count value="0" />
- </adapt>
- </or>
- </enablement>
- </actionProvider>
- <actionProvider
- class="org.eclipse.wst.jsdt.internal.ui.navigator.PackageExplorerOpenActionProvider"
- id="org.eclipse.wst.jsdt.ui.navigator.actions.OpenActions"
- overrides="org.eclipse.ui.navigator.resources.OpenActions">
- <enablement>
- <or>
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer" />
- <!-- <adapt type="java.util.Collection">
- <count value="0" />
- </adapt> -->
- </or>
- </enablement>
- </actionProvider>
-
- <override
- policy="InvokeAlwaysRegardlessOfSuppressedExt"
- suppressedExtensionId="org.eclipse.ui.navigator.resourceContent"/>
- <commonSorter
- class="org.eclipse.wst.jsdt.ui.JavaElementSorter"
- id="org.eclipse.wst.jsdt.ui.javaElementSorter"/>
-
- <commonWizard
- menuGroupId="org.eclipse.wst.jsdt.ui.java"
- type="new"
- wizardId="org.eclipse.wst.jsdt.ui.NewJSWizard">
- <enablement>
- <or>
- <and>
- <instanceof value="org.eclipse.core.resources.IResource" />
- <adapt type="org.eclipse.core.resources.IProject">
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- </and>
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer" />
- <instanceof value="org.eclipse.wst.jsdt.ui.ProjectLibraryRoot" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.NamespaceGroup" />
- </or>
- </enablement>
- </commonWizard>
- <!-- <dropAssistant
- class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaDropAdapterAssistant"
- id="org.eclipse.wst.jsdt.ui.dropAssistant">
- <possibleDropTargets>
- <or>
- <instanceof value="org.eclipse.core.resources.IResource"/>
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement"/>
- </or>
- </possibleDropTargets>
- </dropAssistant>
- -->
- </navigatorContent>
- <!--
- <commonFilter
- activeByDefault="false"
- class="org.eclipse.wst.jsdt.internal.ui.navigator.NonEssentialEmptyPackageFilter"
- name="%HideEmptyPackages.label"
- description="%HideEmptyPackages.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideEmptyPackages"/>
- <commonFilter
- activeByDefault="true"
- class="org.eclipse.wst.jsdt.internal.ui.navigator.NonEssentialEmptyInnerPackageFilter"
- name="%HideEmptyInnerPackages.label"
- description="%HideEmptyInnerPackages.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideEmptyInnerPackages"/>
- <commonFilter
- class="org.eclipse.wst.jsdt.internal.ui.filters.FieldsFilter"
- name="%HideFields.label"
- description="%HideFields.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideFields"/>
-
- <commonFilter
- activeByDefault="true"
- class="org.eclipse.wst.jsdt.internal.ui.filters.ImportDeclarationFilter"
- name="%HideImportDeclaration.label"
- description="%HideImportDeclaration.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideImportDeclaration"/>
- <commonFilter
- class="org.eclipse.wst.jsdt.internal.ui.filters.JavaFileFilter"
- name="%HideJavaFiles.label"
- description="%HideJavaFiles.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideJavaFiles"/>
- <commonFilter
- class="org.eclipse.wst.jsdt.internal.ui.filters.LocalTypesFilter"
- name="%HideLocalTypes.label"
- description="%HideLocalTypes.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideLocalTypes"/>
-
- <commonFilter
- class="org.eclipse.wst.jsdt.internal.ui.filters.NonPublicFilter"
- name="%HideNonPublic.label"
- description="%HideNonPublic.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideNonPublic"/>
-
- <commonFilter
- class="org.eclipse.wst.jsdt.internal.ui.filters.LibraryFilter"
- name="%HideReferencedLibraries.label"
- description="%HideReferencedLibraries.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideReferencedLibraries"/>
- <commonFilter
- class="org.eclipse.wst.jsdt.internal.ui.filters.StaticsFilter"
- name="%HideStatics.label"
- description="%HideStatics.description"
- id="org.eclipse.wst.jsdt.java.ui.filters.HideStatics"/>
- -->
- </extension>
- <extension
- point="org.eclipse.ui.navigator.linkHelper">
- <linkHelper
- class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaFileLinkHelper"
- id="org.eclipse.wst.jsdt.java.ui.javaLinkHelper">
- <editorInputEnablement>
- <or>
- <instanceof value="org.eclipse.ui.IFileEditorInput" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.javaeditor.IClassFileEditorInput" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.javaeditor.JarEntryEditorInput" />
- </or>
- </editorInputEnablement>
- <selectionEnablement>
- <or>
- <adapt type="org.eclipse.core.resources.IProject" >
- <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.wst.jsdt.core.jsNature"/>
- </adapt>
- <instanceof value="org.eclipse.core.resources.IResource" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJavaScriptElement" />
- <instanceof value="org.eclipse.wst.jsdt.core.IJarEntryResource" />
- <instanceof value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer" />
- </or>
- </selectionEnablement>
- </linkHelper>
- </extension>
-
- <extension
- point="org.eclipse.ui.themes">
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.matchingBracketsColor"
- isEditable="false"
- label="%Dummy.label"
- value="192,192,192">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_multi_line_comment"
- isEditable="false"
- label="%Dummy.label"
- value="63,127,95">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_keyword"
- isEditable="false"
- label="%Dummy.label"
- value="127,0,85">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_keyword_return"
- isEditable="false"
- label="%Dummy.label"
- value="127,0,85">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_string"
- isEditable="false"
- label="%Dummy.label"
- value="42,0,255">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_default"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_single_line_comment"
- isEditable="false"
- label="%Dummy.label"
- value="63,127,95">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_operator"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_doc_keyword"
- isEditable="false"
- label="%Dummy.label"
- value="127,159,191">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_doc_tag"
- isEditable="false"
- label="%Dummy.label"
- value="127,127,159">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_bracket"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_comment_task_tag"
- isEditable="false"
- label="%Dummy.label"
- value="127,159,191">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_doc_link"
- isEditable="false"
- label="%Dummy.label"
- value="63,63,191">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.java_doc_default"
- isEditable="false"
- label="%Dummy.label"
- value="63,95,191">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.content_assist_proposals_background"
- isEditable="false"
- label="%Dummy.label"
- value="255,255,255">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.content_assist_proposals_foreground"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.content_assist_parameters_background"
- isEditable="false"
- label="%Dummy.label"
- value="255,255,255">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.content_assist_parameters_foreground"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.content_assist_completion_replacement_background"
- isEditable="false"
- label="%Dummy.label"
- value="255,255,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.content_assist_completion_replacement_foreground"
- isEditable="false"
- label="%Dummy.label"
- value="255,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.pf_coloring_value"
- isEditable="false"
- label="%Dummy.label"
- value="42,0,255">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.pf_coloring_key"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.pf_coloring_argument"
- isEditable="false"
- label="%Dummy.label"
- value="127,0,85">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.pf_coloring_assignment"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.pf_coloring_comment"
- isEditable="false"
- label="%Dummy.label"
- value="63,127,95">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.staticFieldHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,192">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.staticFinalFieldHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.fieldHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,192">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.autoboxingHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="171,48,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.methodDeclarationNameHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.annotationElementReferenceHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.staticMethodInvocationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.abstractMethodInvocationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.inheritedMethodInvocationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.methodHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.localVariableDeclarationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.localVariableHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.parameterVariableHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.deprecatedMemberHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.typeVariableDeclarationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="100,70,50">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.classHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,80,50">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.enumHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="100,70,50">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.interfaceHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="50,63,112">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.annotationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="100,100,100">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.typeArgumentHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="13,100,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.typeParameterHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="100,70,50">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.methodDeclarationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
- <colorDefinition
- id="org.eclipse.wst.jsdt.ui.methodDeclarationHighlighting"
- isEditable="false"
- label="%Dummy.label"
- value="0,0,0">
- </colorDefinition>
-
- <theme
- id="org.eclipse.ui.ide.systemDefault">
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.matchingBracketsColor"
- value="COLOR_WIDGET_NORMAL_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_multi_line_comment"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_keyword"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_keyword_return"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_string"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_single_line_comment"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_operator"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_doc_keyword"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_doc_tag"
- value="COLOR_WIDGET_NORMAL_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_bracket"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_comment_task_tag"
- value="COLOR_WIDGET_NORMAL_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_default"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_doc_link"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.java_doc_default"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.content_assist_proposals_background"
- value="COLOR_LIST_BACKGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.content_assist_proposals_foreground"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.content_assist_parameters_background"
- value="COLOR_LIST_BACKGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.content_assist_parameters_foreground"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.content_assist_completion_replacement_background"
- value="COLOR_INFO_BACKGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.content_assist_completion_replacement_foreground"
- value="COLOR_INFO_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.pf_coloring_value"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.pf_coloring_key"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.pf_coloring_argument"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.pf_coloring_assignment"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.pf_coloring_comment"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.staticFieldHighlighting"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.staticFinalFieldHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.fieldHighlighting"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.autoboxHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.abstractMethodDeclarationNameHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.annotationElementReferenceHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.staticMethodInvocationHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.abstractMethodInvocationHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.inheritedMethodInvocationHighlighting"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.methodHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.localVariableDeclarationHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.localVariableHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.parameterVariableHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.deprecatedMemberHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.typeVariableDeclarationHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.classHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.enumHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.interfaceHighlighting"
- value="COLOR_LIST_SELECTION">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.annotationHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.typeArgumentHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.typeParameterHighlighting"
- value="COLOR_WIDGET_DARK_SHADOW">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.methodDeclarationNameHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- <colorOverride
- id="org.eclipse.wst.jsdt.ui.staticMethodDeclarationHighlighting"
- value="COLOR_LIST_FOREGROUND">
- </colorOverride>
- </theme>
- </extension>
-
-
- <!--
- From Launching
- -->
-
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage">
- <JsGlobalScopeContainerPage
- name="%BaseWebBrowserLibrary"
- class="org.eclipse.wst.jsdt.ui.wizards.BaseLibraryWizardPage"
- id="org.eclipse.wst.jsdt.BASE">
- </JsGlobalScopeContainerPage>
- </extension>
-
-
- <!-- JSDT context menu contributions for the JavaScript Support object -->
-
- <extension point="org.eclipse.wst.jsdt.ui.JsGlobalScopeUIInitializer">
- <JsGlobalScopeUIInitializer
- id="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"
- class="org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryContainerUIExtension">
- </JsGlobalScopeUIInitializer>
- </extension>
-
- <!-- ENd menu -->
-
- <!-- UNCOMMENT to add a menu option for JSDT standalone setup on project -->
- <!--
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.core.resources.IProject"
- adaptable="true"
- id="org.eclipse.wst.jsdt.ui.jsdtSetup">
- <menu
- label="JavaScript Development Tools"
- id="org.eclipse.wst.jsdt.ui.project.tools">
- <separator
- name="group0">
- </separator>
- </menu>
- <action
- class="org.eclipse.wst.jsdt.internal.ui.SetupProjectsWizzard"
- label="Add Standalone JavaScript Support"
- menubarPath="org.eclipse.wst.jsdt.ui.project.tools/group0"
- enablesFor="+"
- id="org.eclipse.wst.jsdt.internal.ui.convertProjects">
- </action>
- </objectContribution>
- </extension>
- -->
-
-</plugin>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/DocumentationProvider.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/DocumentationProvider.exsd
deleted file mode 100644
index 839d170d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/DocumentationProvider.exsd
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="documentationProvider" name="DocumentationProvider"/>
- </appInfo>
- <documentation>
- [Enter description of this extension point.]
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence minOccurs="1" maxOccurs="unbounded">
- <element ref="documentationProvider" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="documentationProvider">
- <complexType>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- [Enter extension point usage example here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeContainerPage.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeContainerPage.exsd
deleted file mode 100644
index 4435809e..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeContainerPage.exsd
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="JsGlobalScopeContainerPage" name="Includepath Container Entry Page"/>
- </appInfo>
- <documentation>
- This extension point allows to add a wizard page to create or
-edit a includepath container entry.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="JsGlobalScopeContainerPage" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="JsGlobalScopeContainerPage">
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- identifies the includepath containers for which this page will be used. The id corresponds to the first segment of the path of a container includepath entry and matches the id referenced in &lt;samp&gt;org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer&lt;/samp&gt;
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string" use="required">
- <annotation>
- <documentation>
- the name of the includepath container used when selecting a new container. This attribute should be a translated string.
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the name of the class that implements this container page. The
-class must be public and implement
-&lt;samp&gt;org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage&lt;/samp&gt;
-with a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jface.wizard.WizardPage:org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a classpath entry container page:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage&quot;&gt;
- &lt;JsGlobalScopeContainerPage
- id=&quot;com.example.myplugin.myContainerId&quot;
- name=&quot;JRE System Libraries&quot;
- class=&quot;com.example.NewJDKEntryPage&quot;&gt;
- &lt;/JsGlobalScopeContainerPage&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeUIInitializer.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeUIInitializer.exsd
deleted file mode 100644
index dfa3782f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/JsGlobalScopeUIInitializer.exsd
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
- <appinfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="JsGlobalScopeUIInitializer" name="JsGlobalScopeUIInitializer"/>
- </appinfo>
- <documentation>
- [Enter description of this extension point.]
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="JsGlobalScopeUIInitializer" minOccurs="0" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appinfo>
- <meta.attribute translatable="true"/>
- </appinfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="JsGlobalScopeUIInitializer">
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- a unique name identifying all containers for which this initializer will be activated.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- <appinfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.wst.jsdt.internal.ui.IJsGlobalScopeContainerInitializerExtension"/>
- </appinfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appinfo>
- <meta.section type="since"/>
- </appinfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </documentation>
- </annotation>
-
- <annotation>
- <appinfo>
- <meta.section type="examples"/>
- </appinfo>
- <documentation>
- [Enter extension point usage example here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appinfo>
- <meta.section type="apiinfo"/>
- </appinfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appinfo>
- <meta.section type="implementation"/>
- </appinfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/classpathAttributeConfiguration.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/classpathAttributeConfiguration.exsd
deleted file mode 100644
index 4dee36c5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/classpathAttributeConfiguration.exsd
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="classpathAttributeConfiguration" name="IncludePath Attribute Configuration"/>
- </appInfo>
- <documentation>
- This extension point allows to specify how contributed includepath attributes are presented and configured.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="classpathAttributeConfiguration" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="classpathAttributeConfiguration">
- <complexType>
- <attribute name="attributeName" type="string" use="required">
- <annotation>
- <documentation>
- identifies the name of the includepath attribute as specified in IClasspathAttribute.getName()
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the name of the class that implements this attribute configuration. The
-class must be public and extend
-&lt;samp&gt;org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration&lt;/samp&gt;
-with a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a includepath entry container page:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.classpathAttributeConfiguration&quot;&gt;
- &lt;classpathAttributeConfiguration
- key=&quot;com.example.myplugin.myClasspathAttributeKey&quot;
- name=&quot;Test property&quot;
- class=&quot;com.example.MyAttributeConfiguration&quot;&gt;
- &lt;/classpathAttributeConfiguration&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.3
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/foldingStructureProviders.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/foldingStructureProviders.exsd
deleted file mode 100644
index 24211058..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/foldingStructureProviders.exsd
+++ /dev/null
@@ -1,142 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="foldingStructureProviders" name="JavaScript Folding Structure Provider"/>
- </appInfo>
- <documentation>
- Contributions to this extension point define folding structures for the JavaScript editor. That is, they define the regions of a JavaScript source file that can be folded away. See &lt;code&gt;org.eclipse.jface.text.source.ProjectionViewer&lt;/code&gt; for reference.
-&lt;p&gt;
-Extensions may optionally contribute a preference block which will appear on the JavaScript editor preference page.
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="provider" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="provider">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="name"/>
- </appInfo>
- </annotation>
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- the unique identifier of this provider
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- the name of this provider. If none is given, the id is used instead.
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- an implementation of &lt;code&gt;org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingStructureProvider&lt;/code&gt;
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingStructureProvider"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="preferencesClass" type="string">
- <annotation>
- <documentation>
- an implementation of &lt;code&gt;org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingPreferenceBlock&lt;/code&gt;
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingPreferenceBlock"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- See &lt;code&gt;org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider&lt;/code&gt; for an example.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- &lt;code&gt;org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider&lt;/code&gt; provides the default folding structure for the JavaScript editor.
- &lt;code&gt;org.eclipse.wst.jsdt.internal.ui.text.folding.DefaultJavaFoldingPreferenceBlock&lt;/code&gt; provides the preference block for the default structure provider.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalComputer.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalComputer.exsd
deleted file mode 100644
index 6ee29a4f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalComputer.exsd
+++ /dev/null
@@ -1,209 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="javaCompletionProposalComputer" name="JavaScript Completion Proposal Computer"/>
- </appInfo>
- <documentation>
- This extension point allows to contribute JavaScript completion proposal computers to participate in the content assist process of the JavaScript editor.
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="name"/>
- </appInfo>
- </annotation>
- <complexType>
- <choice>
- <element ref="javaCompletionProposalComputer"/>
- <element ref="proposalCategory"/>
- </choice>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="javaCompletionProposalComputer">
- <annotation>
- <documentation>
- A proposal computer contribution. If no partition types are specified, the computer is added to all partition types.
- </documentation>
- </annotation>
- <complexType>
- <sequence minOccurs="0" maxOccurs="6">
- <element ref="partition"/>
- </sequence>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the name of the class that implements the contributed computer. The
-class must be public and implement
-&lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer&lt;/code&gt;
-and must have a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="activate" type="boolean" use="default" value="false">
- <annotation>
- <documentation>
- if the attribute is set to &quot;true&quot; it will force this plug-in to be loaded on content assist invocation
- </documentation>
- </annotation>
- </attribute>
- <attribute name="categoryId" type="string" use="default" value="org.eclipse.wst.jsdt.ui.defaultProposalCategory">
- <annotation>
- <documentation>
- the id of a &lt;tt&gt;proposalCategory&lt;/tt&gt;
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="partition">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="type"/>
- </appInfo>
- </annotation>
- <complexType>
- <attribute name="type" use="required">
- <annotation>
- <documentation>
- a JavaScript partition type for which the specified computer can provide completion proposals. See &lt;code&gt;IDocument.DEFAULT_CONTENT_TYPE&lt;/code&gt; and &lt;code&gt;IJavaPartitions&lt;/code&gt; for valid values.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="__dftl_partition_content_type">
- </enumeration>
- <enumeration value="__java_singleline_comment">
- </enumeration>
- <enumeration value="__java_multiline_comment">
- </enumeration>
- <enumeration value="__java_javadoc">
- </enumeration>
- <enumeration value="__java_string">
- </enumeration>
- <enumeration value="__java_character">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="proposalCategory">
- <annotation>
- <documentation>
- A proposal category contribution defines categories of proposals used to group them in the UI.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="icon" type="string">
- <annotation>
- <documentation>
- an optional icon of the category, which can be displayed in the user preferences
- </documentation>
- <appInfo>
- <meta.attribute kind="resource"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.2
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a JavaScript completion proposal computer contribution:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer&quot;
- id=&quot;textual_proposals&quot;
- name=&quot;Text Proposals&quot;&gt;
- &lt;proposalCategory icon=&quot;icons/wordcompletions.png&quot;/&gt;
- &lt;/extension&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer&quot;
- id=&quot;WordCompletionProposalComputer&quot;
- name=&quot;Word Completion Proposal Computer&quot;&gt;
- &lt;javaCompletionProposalComputer
- class=&quot;org.eclipse.wst.jsdt.internal.ui.text.java.HippieProposalComputer&quot;
- categoryId=&quot;org.eclipse.ui.texteditor.textual_proposals&quot;&gt;
- &lt;partition type=&quot;__java_javadoc&quot;/&gt;
- &lt;/javaCompletionProposalComputer&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- The contributed class must extend &lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer&lt;/code&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- see &lt;code&gt;org.eclipse.wst.jsdt.internal.ui.text.java.HippieProposalComputer&lt;/code&gt; for an example.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalSorters.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalSorters.exsd
deleted file mode 100644
index b51b2fd0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/javaCompletionProposalSorters.exsd
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="javaCompletionProposalSorters" name="JavaScript Completion Proposal Sorters"/>
- </appInfo>
- <documentation>
- This extension point allows to contribute sorters that may modify the completion proposal ordering in the JavaScript editor.
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="name"/>
- </appInfo>
- </annotation>
- <complexType>
- <sequence>
- <element ref="proposalSorter" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="proposalSorter">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="name"/>
- </appInfo>
- <documentation>
- A proposal sorter contribution.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- the unique identifier of the sorter
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- the label of the sorter as shown in the preferences. It should be a continuation of the phrase &quot;Sort proposals...&quot;, for example &quot;by relevance&quot;.
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the name of the class that implements the contributed sorter. The
-class must be a public subclass of
-&lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.AbstractProposalSorter&lt;/code&gt;
-and must have a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.java.AbstractProposalSorter"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.2
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- &lt;p&gt;
-&lt;pre&gt;
-&lt;extension
- point=&quot;org.eclipse.wst.jsdt.ui.javaCompletionProposalSorters&quot;&gt;
- &lt;proposalSorter
- id=&quot;org.eclipse.wst.jsdt.ui.RelevanceSorter&quot;
- name=&quot;by relevance&quot;
- class=&quot;org.eclipse.wst.jsdt.internal.ui.text.java.RelevanceSorter&quot;/&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- See &lt;code&gt;AbstractProposalSorter&lt;/code&gt;.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- &lt;code&gt;org.eclipse.wst.jsdt.internal.ui.text.java.RelevanceSorter&lt;/code&gt; and &lt;code&gt;org.eclipse.wst.jsdt.internal.ui.text.java.AlphabeticSorter&lt;/code&gt; implement the two default sort behaviors.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/javaEditorTextHovers.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/javaEditorTextHovers.exsd
deleted file mode 100644
index d609abc9..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/javaEditorTextHovers.exsd
+++ /dev/null
@@ -1,143 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="javaEditorTextHovers" name="JavaScript Editor Text Hovers"/>
- </appInfo>
- <documentation>
- This extension point is used to plug-in text hovers in a JavaScript editor.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="hover" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="hover">
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- the id, typically the same as the fully qualified class name
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the fully qualified class name implementing the interface &lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.hover.IJavaEditorTextHover&lt;/code&gt;
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.java.hover.IJavaEditorTextHover"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="label" type="string">
- <annotation>
- <documentation>
- the translatable label for this hover
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="description" type="string">
- <annotation>
- <documentation>
- the translatable description for this hover
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="activate" type="boolean" use="default" value="false">
- <annotation>
- <documentation>
- if the attribute is set to &quot;true&quot; it will force this plug-in to be loaded on hover activation
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a hover definition:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.javaEditorTextHover&quot;&gt;
- &lt;hover
- id=&quot;org.eclipse.example.wst.jsdt.internal.debug.ui.JavaDebugHover&quot;
- class=&quot;org.eclipse.example.wst.jsdt.internal.debug.ui.JavaDebugHover&quot;
- label=&quot;%javaVariableHover&quot;/&gt;
- &lt;/hover&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/javaElementFilters.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/javaElementFilters.exsd
deleted file mode 100644
index bd0d6d42..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/javaElementFilters.exsd
+++ /dev/null
@@ -1,168 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="javaElementFilters" name="JavaScript Element Filter Extensions"/>
- </appInfo>
- <documentation>
- This extension point is used to extend JavaScript UI views with filters.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="filter" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="filter">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="name"/>
- </appInfo>
- </annotation>
- <complexType>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- a unique id that will be used to identify this filter
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- a unique name that allows to identify this filter in the UI. This attribute should be a translated string. Though this attribute is not required for pattern filters (i.e. those using the &lt;samp&gt;pattern&lt;/samp&gt; attribute) we suggest to provide a name anyway, otherwise the pattern string itself would be used to represent the filter in the UI.
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="description" type="string">
- <annotation>
- <documentation>
- a short description for this filter
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="targetId" type="string">
- <annotation>
- <documentation>
- the id of the target where this filter is contributed. If this attribute is missing, then the filter will
-be contributed to all views which use the &lt;code&gt;org.eclipse.wst.jsdt.ui.actions.customFiltersActionGroup&lt;/code&gt;. This
-replaces the deprecated attributed &quot;viewId&quot;.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="enabled" type="boolean">
- <annotation>
- <documentation>
- the filter will be enabled if this attribute is &quot;true&quot; or if this attribute is not present. Most likely the user will be able to override this setting in the UI.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="pattern" type="string">
- <annotation>
- <documentation>
- elements whose name matches this pattern will be hidden. This attribute is here for backward compatibility and should no longer be used. All views that allow to plug-in a filter also allow to add pattern filters directly via UI.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string">
- <annotation>
- <documentation>
- the name of the class used to filter the view. The class must extend &lt;code&gt;org.eclipse.jface.viewers.ViewerFilter&lt;/code&gt;. If this attribute is here
-then the pattern attribute must not provided.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jface.viewers.ViewerFilter"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of JavaScript element filter definition. It filters out inner classes and is initially selected.
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.javaElementFilters&quot;&gt;
- &lt;filter
- id=&quot;org.eclipse.wst.jsdt.ui.PackageExplorer.LibraryFilter&quot;
- name=&quot;%HideReferencedLibraries.label&quot;
- description=&quot;%HideReferencedLibraries.description&quot;
- targetId=&quot;org.eclipse.wst.jsdt.ui.PackageExplorer&quot;
- class=&quot;org.eclipse.wst.jsdt.internal.ui.filters.LibraryFilter&quot;
- enabled=&quot;false&quot;&gt;
- &lt;/filter&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/javadocCompletionProcessor.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/javadocCompletionProcessor.exsd
deleted file mode 100644
index 6914de38..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/javadocCompletionProcessor.exsd
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="javadocCompletionProcessor" name="Jsdoc Completion Processor"/>
- </appInfo>
- <documentation>
- This extension point allows to add a JSdoc completion processor to e.g. offer new JSdoc tags.
-&lt;p&gt;
-Deprecated as of 3.2. Extenders should rather contribute to the &lt;tt&gt;org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer&lt;/tt&gt; extension point, which allows to provide additional proposals not only for jsdoc, but any part of a JavaScript editor.
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element deprecated="true" replacement="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer" />
- </appInfo>
- </annotation>
- <complexType>
- <sequence>
- <element ref="javadocCompletionProcessor" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="javadocCompletionProcessor">
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- a unique identifier for the Jsdoc completion processor
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- a localized name of the Jsdoc completion processor
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="class" type="string">
- <annotation>
- <documentation>
- the name of the class that implements this Jsdoc completion processor. The
-class must be public and implement
-&lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.IJavadocCompletionProcessor&lt;/code&gt;
-with a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.java.IJavadocCompletionProcessor"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a Jsdoc completion processor contribution:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.javadocCompletionProcessor&quot;&gt;
- &lt;javadocCompletionProcessor
- id=&quot;XDocletJavadocProcessor&quot;
- name=&quot;XDoclet Javadoc Processor&quot;
- class=&quot;com.example.XDocletJavadocProcessor&quot;&gt;
- &lt;/javadocCompletionProcessor&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/queryParticipants.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/queryParticipants.exsd
deleted file mode 100644
index 96554b82..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/queryParticipants.exsd
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="queryParticipants" name="JavaScript Query Participants"/>
- </appInfo>
- <documentation>
- This extension point allows clients to contribute results to javascript searches
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="queryParticipant" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="queryParticipant">
- <complexType>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the class that implements this query participant. The class must be public and implement &lt;code&gt;org.eclipse.wst.jsdt.ui.search.IQueryParticipant&lt;/code&gt; with a zero-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.search.IQueryParticipant"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- the unique id of this query participant
- </documentation>
- </annotation>
- </attribute>
- <attribute name="nature" type="string" use="required">
- <annotation>
- <documentation>
- the project nature id this participant should be active for. If the participant should be active for multiple project natures, multiple participants must be defined.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string" use="required">
- <annotation>
- <documentation>
- a user readeable name for the participant
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a query participant contribution:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension
- point=&quot;org.eclipse.wst.jsdt.ui.queryParticipants&quot;&gt;
- &lt;queryParticipant
- label=&quot;Example Query Participant&quot;
- nature=&quot;org.eclipse.wst.jsdt.core.javanature&quot;
- class=&quot;org.eclipse.wst.jsdt.ui.example.TestParticipant&quot;
- id=&quot;org.eclipse.wst.jsdt.ui.example.TestParticipant&quot;&gt;
- &lt;/queryParticipant&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- The contributed class must implement &lt;code&gt;org.eclipse.wst.jsdt.ui.search.IQueryParticipant&lt;/code&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- none
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/quickAssistProcessors.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/quickAssistProcessors.exsd
deleted file mode 100644
index 8c807c9b..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/quickAssistProcessors.exsd
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="quickAssistProcessors" name="Quick Assist Processor"/>
- </appInfo>
- <documentation>
- This extension point allows to add a Quick Assist processor to offer new Quick Assists in the JavaScript editor.
-This extension point supports the &lt;code&gt;enablement&lt;/code&gt; tag. Properties to test on are:
-&lt;dl&gt;
-&lt;li&gt;compilationUnit: type ICompilationUnit; the compilation unit the quick assist is applied on&lt;/li&gt;
-
-&lt;li&gt;projectNatures: type Collection; all project natures of the current project&lt;/li&gt;
-&lt;li&gt;sourceLevel: type String; the source compliance of the current project&lt;/li&gt;
-&lt;/dl&gt;
- </documentation>
- </annotation>
-
- <include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage.exsd"/>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="quickAssistProcessor" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="quickAssistProcessor">
- <complexType>
- <sequence>
- <element ref="enablement" minOccurs="0" maxOccurs="1"/>
- </sequence>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- a unique identifier for the Quick Assist processor
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- a localized name of the Quick Assist processor
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="class" type="string">
- <annotation>
- <documentation>
- the name of the class that implements this Quick Assist processor. The
-class must be public and implement
-&lt;samp&gt;org.eclipse.wst.jsdt.ui.text.java.IQuickAssistProcessor&lt;/samp&gt;
-with a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.java.IQuickAssistProcessor"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="requiredSourceLevel" type="string">
- <annotation>
- <documentation>
- an optional attribute to specify the minimal source compliance this processor requires
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a Quick Assist processor contribution:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.quickAssistProcessors&quot;&gt;
- &lt;quickAssistProcessor
- id=&quot;AdvancedQuickAssistProcessor&quot;
- name=&quot;Advanced Quick Assist Processor&quot;
- requiredSourceLevel=&quot;1.5&quot;
- class=&quot;com.example.AdvancedQuickAssistProcessor&quot;&gt;
- &lt;/quickAssistProcessor&gt;
- &lt;enablement&gt;
- &lt;with variable=&quot;projectNatures&quot;&gt;
- &lt;iterate operator=&quot;or&quot;&gt;
- &lt;equals value=&quot;org.eclipse.wst.jsdt.core.javanature&quot;/&gt;
- &lt;/iterate&gt;
- &lt;/with&gt;
- &lt;/enablement&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- The contributed class must implement &lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.IQuickAssistProcessor&lt;/code&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/schema/quickFixProcessors.exsd b/bundles/org.eclipse.wst.jsdt.ui/schema/quickFixProcessors.exsd
deleted file mode 100644
index 34bf538c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/schema/quickFixProcessors.exsd
+++ /dev/null
@@ -1,201 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.jsdt.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.jsdt.ui" id="quickFixProcessors" name="Quick Fix Processor"/>
- </appInfo>
- <documentation>
- This extension point allows to add a Quick Fix processor to offer new Quick Fixes on JavaScript problems.
-&lt;p&gt;
-Since 3.2 an extension can specify which problem marker types it can handle. It will only get problems of these types to process.
-If no handled marker type are specified, the processor will only get problems of types org.eclipse.wst.jsdt.core.problem, org.eclipse.wst.jsdt.core.buildpath_problem and org.eclipse.wst.jsdt.core.task (compatible to the behaviour prior to 3.2).
-&lt;/p&gt;
-&lt;p&gt;
-This extension point supports the &lt;code&gt;enablement&lt;/code&gt; tag. Properties to test on are:
-&lt;dl&gt;
-&lt;li&gt;compilationUnit: type ICompilationUnit; the compilation unit the quick assist is applied on&lt;/li&gt;
-
-&lt;li&gt;projectNatures: type Collection; all project natures of the current project&lt;/li&gt;
-&lt;li&gt;sourceLevel: type String; the source compliance of the current project&lt;/li&gt;
-&lt;/dl&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage.exsd"/>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="quickFixProcessor" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
- a fully qualified identifier of the target extension point
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- an optional identifier of the extension instance
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- an optional name of the extension instance
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="quickFixProcessor">
- <complexType>
- <sequence>
- <element ref="enablement" minOccurs="0" maxOccurs="1"/>
- <element ref="handledMarkerTypes" minOccurs="0" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- a unique identifier for the Quick Fix processor
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
- a localized name of the Quick Fix processor
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the name of the class that implements this Quick Fix processor. The
-class must be public and implement
-&lt;samp&gt;org.eclipse.wst.jsdt.ui.text.java.IQuickFixProcessor&lt;/samp&gt;
-with a public 0-argument constructor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.wst.jsdt.ui.text.java.IQuickFixProcessor"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="requiredSourceLevel" type="string">
- <annotation>
- <documentation>
- an optional attribute to specify the minimal source compliance this processor requires
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="handledMarkerTypes">
- <annotation>
- <documentation>
- Specifies the marker types of the problems this quick fix processor can handle.
-If no handled marker type are specified, the processor will get problems of types org.eclipse.wst.jsdt.core.problem, org.eclipse.wst.jsdt.core.buildpath_problem and org.eclipse.wst.jsdt.core.task.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <element ref="markerType" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- </complexType>
- </element>
-
- <element name="markerType">
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- the marker type id of the marker that can be handled by this processor
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a Quick Fix processor contribution:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.wst.jsdt.ui.quickFixProcessors&quot;&gt;
- &lt;quickFixProcessor
- id=&quot;AdvancedQuickFixProcessor&quot;
- name=&quot;Advanced Quick Fix Processor&quot;
- requiredSourceLevel=&quot;1.5&quot;
- class=&quot;com.example.AdvancedQuickFixProcessor&quot;&gt;
- &lt;handledMarkerTypes&gt;
- &lt;markerType id=&quot;org.eclipse.myplugin.audits&quot;/&gt;
- &lt;/handledMarkerTypes&gt;
- &lt;enablement&gt;
- &lt;with variable=&quot;projectNatures&quot;&gt;
- &lt;iterate operator=&quot;or&quot;&gt;
- &lt;equals value=&quot;org.eclipse.wst.jsdt.core.javanature&quot;/&gt;
- &lt;/iterate&gt;
- &lt;/with&gt;
- &lt;/enablement&gt;
- &lt;/quickFixProcessor&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- Extension point since 3.0. Element &lt;code&gt;handledMarkerTypes&lt;/code&gt; since 3.2.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- The contributed class must implement &lt;code&gt;org.eclipse.wst.jsdt.ui.text.java.IQuickFixProcessor&lt;/code&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2007 IBM Corporation and others.&lt;br&gt;
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
- </documentation>
- </annotation>
-
-</schema>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/Corext.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/Corext.java
deleted file mode 100644
index ccd12239..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/Corext.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext;
-
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class Corext {
-
- public static String getPluginId() {
- return JavaScriptPlugin.getPluginId();
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.java
deleted file mode 100644
index 13fa5571..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext;
-
-import org.eclipse.osgi.util.NLS;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class CorextMessages extends NLS {
-
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.corext.CorextMessages";//$NON-NLS-1$
-
- private CorextMessages() {
- // Do not instantiate
- }
-
- public static String Resources_outOfSyncResources;
- public static String Resources_outOfSync;
- public static String Resources_modifiedResources;
- public static String Resources_fileModified;
-
- public static String JavaDocLocations_migrate_operation;
- public static String JavaDocLocations_error_readXML;
- public static String JavaDocLocations_migratejob_name;
-
-
- public static String History_error_serialize;
- public static String History_error_read;
- public static String TypeInfoHistory_consistency_check;
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, CorextMessages.class);
- }
-
- public static String JavaModelUtil_applyedit_operation;
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.properties b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.properties
deleted file mode 100644
index c6b037b8..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/CorextMessages.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-Resources_outOfSyncResources= Some resources are out of sync
-Resources_outOfSync= Resource ''{0}'' is out of sync with file system.
-Resources_modifiedResources= There are modified resources
-Resources_fileModified= File ''{0}'' has been modified since the beginning of the operation
-
-JavaDocLocations_migrate_operation=Migrate JSDoc locations to include path attributes...
-JavaDocLocations_error_readXML=Problems while reading the JSDoc locations from XML
-JavaDocLocations_migratejob_name=Migrate JSDoc locations to include path attributes
-JavaModelUtil_applyedit_operation=Applying changes
-
-
-History_error_serialize= Problems serializing information to XML ''{0}''
-TypeInfoHistory_consistency_check=Checking consistency of type history...
-History_error_read=Problems reading information from XML ''{0}''
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/SourceRange.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/SourceRange.java
deleted file mode 100644
index 0efd81c2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/SourceRange.java
+++ /dev/null
@@ -1,125 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext;
-
-import java.util.Arrays;
-import java.util.Comparator;
-
-import org.eclipse.wst.jsdt.core.ISourceRange;
-import org.eclipse.wst.jsdt.core.compiler.IProblem;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class SourceRange implements ISourceRange{
-
- private final int fOffset;
- private final int fLength;
-
- public SourceRange(int offset, int length){
- fLength= length;
- fOffset= offset;
- }
-
- public SourceRange(ASTNode node) {
- this(node.getStartPosition(), node.getLength());
- }
-
- public SourceRange(IProblem problem) {
- this(problem.getSourceStart(), problem.getSourceEnd() - problem.getSourceStart() + 1);
- }
-
- /*
- * @see ISourceRange#getLength()
- */
- public int getLength() {
- return fLength;
- }
-
- /*
- * @see ISourceRange#getOffset()
- */
- public int getOffset() {
- return fOffset;
- }
-
- public int getEndExclusive() {
- return getOffset() + getLength();
- }
-
- public int getEndInclusive() {
- return getEndExclusive() - 1;
- }
-
- /*non java doc
- * for debugging only
- */
- public String toString(){
- return "<offset: " + fOffset +" length: " + fLength + "/>"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- }
-
- /**
- * Sorts the given ranges by offset (backwards).
- * Note: modifies the parameter.
- * @param ranges the ranges to sort
- * @return the sorted ranges, which are identical to the parameter ranges
- */
- public static ISourceRange[] reverseSortByOffset(ISourceRange[] ranges){
- Comparator comparator= new Comparator(){
- public int compare(Object o1, Object o2){
- return ((ISourceRange)o2).getOffset() - ((ISourceRange)o1).getOffset();
- }
- };
- Arrays.sort(ranges, comparator);
- return ranges;
- }
-
- /*
- * @see Object#equals(Object)
- */
- public boolean equals(Object obj) {
- if (! (obj instanceof ISourceRange))
- return false;
- return ((ISourceRange)obj).getOffset() == fOffset && ((ISourceRange)obj).getLength() == fLength;
- }
-
- /*
- * @see Object#hashCode()
- */
- public int hashCode() {
- return fLength ^ fOffset;
- }
-
- public boolean covers(ASTNode node) {
- return covers(new SourceRange(node));
- }
-
- public boolean covers(SourceRange range) {
- return getOffset() <= range.getOffset()
- && getEndInclusive() >= range.getEndInclusive();
- }
-
- /**
- * Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=130161
- * (Java Model returns ISourceRanges [-1, 0] if source not available).
- *
- * @param range a source range, can be <code>null</code>
- * @return <code>true</code> iff range is not null and range.getOffset() is not -1
- */
- public static boolean isAvailable(ISourceRange range) {
- return range != null && range.getOffset() != -1;
- }
-}
-
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/ValidateEditException.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/ValidateEditException.java
deleted file mode 100644
index 51bad17c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/ValidateEditException.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IStatus;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class ValidateEditException extends CoreException {
-
- private static final long serialVersionUID= 1L;
-
- public ValidateEditException(IStatus status) {
- super(status);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/BuildpathDelta.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/BuildpathDelta.java
deleted file mode 100644
index 2ec2c96a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/BuildpathDelta.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.buildpath;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.core.resources.IResource;
-import org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.CPListElement;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class BuildpathDelta {
-
- private final String fOperationDescription;
- private CPListElement[] fNewEntries;
- private final List fCreatedResources;
- private final List fDeletedResources;
- private final List fAddedEntries;
- private final ArrayList fRemovedEntries;
-
- public BuildpathDelta(String operationDescription) {
- fOperationDescription= operationDescription;
-
- fCreatedResources= new ArrayList();
- fDeletedResources= new ArrayList();
- fAddedEntries= new ArrayList();
- fRemovedEntries= new ArrayList();
- }
-
- public String getOperationDescription() {
- return fOperationDescription;
- }
-
- public CPListElement[] getNewEntries() {
- return fNewEntries;
- }
-
- public IResource[] getCreatedResources() {
- return (IResource[])fCreatedResources.toArray(new IResource[fCreatedResources.size()]);
- }
-
- public IResource[] getDeletedResources() {
- return (IResource[])fDeletedResources.toArray(new IResource[fDeletedResources.size()]);
- }
-
- public void setNewEntries(CPListElement[] newEntries) {
- fNewEntries= newEntries;
- }
-
- public void addCreatedResource(IResource resource) {
- fCreatedResources.add(resource);
- }
-
- public void addDeletedResource(IResource resource) {
- fDeletedResources.add(resource);
- }
-
- public List getAddedEntries() {
- return fAddedEntries;
- }
-
- public void addEntry(CPListElement entry) {
- fAddedEntries.add(entry);
- }
-
- public List getRemovedEntries() {
- return fRemovedEntries;
- }
-
- public void removeEntry(CPListElement entry) {
- fRemovedEntries.add(entry);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/CPJavaProject.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/CPJavaProject.java
deleted file mode 100644
index 2a1af9a3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/CPJavaProject.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.buildpath;
-
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.wst.jsdt.core.IIncludePathEntry;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.CPListElement;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class CPJavaProject {
-
- public static CPJavaProject createFromExisting(IJavaScriptProject javaProject) throws CoreException {
- List classpathEntries= ClasspathModifier.getExistingEntries(javaProject);
- return new CPJavaProject(classpathEntries);
- }
-
- private final List fCPListElements;
-
- public CPJavaProject(List cpListElements) {
- fCPListElements= cpListElements;
- }
-
- public CPJavaProject createWorkingCopy() {
- List newList= new ArrayList(fCPListElements.size());
- for (Iterator iterator= fCPListElements.iterator(); iterator.hasNext();) {
- CPListElement element= (CPListElement)iterator.next();
- newList.add(element.copy());
- }
- return new CPJavaProject(newList);
- }
-
- public CPListElement get(int index) {
- return (CPListElement)fCPListElements.get(index);
- }
-
- public IIncludePathEntry[] getIncludePathEntries() {
- IIncludePathEntry[] result= new IIncludePathEntry[fCPListElements.size()];
- int i= 0;
- for (Iterator iterator= fCPListElements.iterator(); iterator.hasNext();) {
- CPListElement element= (CPListElement)iterator.next();
- result[i]= element.getClasspathEntry();
- i++;
- }
- return result;
- }
-
- public CPListElement getCPElement(CPListElement element) {
- return ClasspathModifier.getClasspathEntry(fCPListElements, element);
- }
-
- public List getCPListElements() {
- return fCPListElements;
- }
-
- public IJavaScriptProject getJavaProject() {
- return ((CPListElement)fCPListElements.get(0)).getJavaProject();
- }
-
- public int indexOf(CPListElement element) {
- return fCPListElements.indexOf(element);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/ClasspathModifier.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/ClasspathModifier.java
deleted file mode 100644
index 69ba6fff..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/ClasspathModifier.java
+++ /dev/null
@@ -1,1067 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- * Matt Chapman, mpchapman@gmail.com - 89977 Make JDT .java agnostic
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.buildpath;
-
-import java.net.URI;
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-
-import org.eclipse.core.filesystem.EFS;
-import org.eclipse.core.filesystem.IFileStore;
-import org.eclipse.core.resources.IContainer;
-import org.eclipse.core.resources.IFolder;
-import org.eclipse.core.resources.IResource;
-import org.eclipse.core.resources.IWorkspaceRoot;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.wst.jsdt.core.IIncludePathEntry;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptModelStatus;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IPackageFragment;
-import org.eclipse.wst.jsdt.core.IPackageFragmentRoot;
-import org.eclipse.wst.jsdt.core.JavaScriptConventions;
-import org.eclipse.wst.jsdt.core.JavaScriptCore;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.internal.corext.util.Messages;
-import org.eclipse.wst.jsdt.internal.ui.dialogs.StatusInfo;
-import org.eclipse.wst.jsdt.internal.ui.wizards.NewWizardMessages;
-import org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.CPListElement;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class ClasspathModifier {
-
- private ClasspathModifier() {}
-
- public static BuildpathDelta removeFromBuildpath(CPListElement[] toRemove, CPJavaProject cpProject) {
-
- IJavaScriptProject javaScriptProject= cpProject.getJavaProject();
- IPath projectPath= javaScriptProject.getPath();
- IWorkspaceRoot workspaceRoot= javaScriptProject.getProject().getWorkspace().getRoot();
-
- List existingEntries= cpProject.getCPListElements();
- BuildpathDelta result= new BuildpathDelta(NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_tooltip);
-
- for (int i= 0; i < toRemove.length; i++) {
- CPListElement element= toRemove[i];
- existingEntries.remove(element);
- result.removeEntry(element);
- IPath path= element.getPath();
- removeFilters(path, javaScriptProject, existingEntries);
- if (!path.equals(projectPath)) {
- IResource member= workspaceRoot.findMember(path);
- if (member != null)
- result.addDeletedResource(member);
- }
- }
-
- result.setNewEntries((CPListElement[])existingEntries.toArray(new CPListElement[existingEntries.size()]));
-
- return result;
- }
-
- /**
- * Get the <code>IIncludePathEntry</code> from the project and
- * convert it into a list of <code>CPListElement</code>s.
- *
- * @param project the JavaScript project to get it's include path entries from
- * @return a list of <code>CPListElement</code>s corresponding to the
- * include path entries of the project
- * @throws JavaScriptModelException
- */
- public static List getExistingEntries(IJavaScriptProject project) throws JavaScriptModelException {
- IIncludePathEntry[] classpathEntries= project.getRawIncludepath();
- ArrayList newClassPath= new ArrayList();
- for (int i= 0; i < classpathEntries.length; i++) {
- IIncludePathEntry curr= classpathEntries[i];
- newClassPath.add(CPListElement.createFromExisting(curr, project));
- }
- return newClassPath;
- }
-
- /**
- * Try to find the corresponding and modified <code>CPListElement</code> for the root
- * in the list of elements and return it.
- * If no one can be found, the roots <code>ClasspathEntry</code> is converted to a
- * <code>CPListElement</code> and returned.
- *
- * @param elements a list of <code>CPListElements</code>
- * @param root the root to find the <code>ClasspathEntry</code> for represented by
- * a <code>CPListElement</code>
- * @return the <code>CPListElement</code> found in the list (matching by using the path) or
- * the roots own <code>IIncludePathEntry</code> converted to a <code>CPListElement</code>.
- * @throws JavaScriptModelException
- */
- public static CPListElement getClasspathEntry(List elements, IPackageFragmentRoot root) throws JavaScriptModelException {
- IIncludePathEntry entry= root.getRawIncludepathEntry();
- for (int i= 0; i < elements.size(); i++) {
- CPListElement element= (CPListElement) elements.get(i);
- if (element.getPath().equals(root.getPath()) && element.getEntryKind() == entry.getEntryKind())
- return (CPListElement) elements.get(i);
- }
- CPListElement newElement= CPListElement.createFromExisting(entry, root.getJavaScriptProject());
- elements.add(newElement);
- return newElement;
- }
-
- /**
- * Get the source folder of a given <code>IResource</code> element,
- * starting with the resource's parent.
- *
- * @param resource the resource to get the fragment root from
- * @param project the JavaScript project
- * @param monitor progress monitor, can be <code>null</code>
- * @return resolved fragment root, or <code>null</code> the resource is not (in) a source folder
- * @throws JavaScriptModelException
- */
- public static IPackageFragmentRoot getFragmentRoot(IResource resource, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- IJavaScriptElement javaElem= null;
- if (resource.getFullPath().equals(project.getPath()))
- return project.getPackageFragmentRoot(resource);
- IContainer container= resource.getParent();
- do {
- if (container instanceof IFolder)
- javaElem= JavaScriptCore.create((IFolder) container);
- if (container.getFullPath().equals(project.getPath())) {
- javaElem= project;
- break;
- }
- container= container.getParent();
- if (container == null)
- return null;
- } while (javaElem == null || !(javaElem instanceof IPackageFragmentRoot));
- if (javaElem instanceof IJavaScriptProject) {
- if (!isSourceFolder((IJavaScriptProject)javaElem))
- return null;
- javaElem= project.getPackageFragmentRoot(project.getResource());
- }
- return (IPackageFragmentRoot) javaElem;
- }
-
- /**
- * Get the <code>IIncludePathEntry</code> for the
- * given path by looking up all
- * build path entries on the project
- *
- * @param path the path to find a build path entry for
- * @param project the JavaScript project
- * @return the <code>IIncludePathEntry</code> corresponding
- * to the <code>path</code> or <code>null</code> if there
- * is no such entry
- * @throws JavaScriptModelException
- */
- public static IIncludePathEntry getClasspathEntryFor(IPath path, IJavaScriptProject project, int entryKind) throws JavaScriptModelException {
- IIncludePathEntry[] entries= project.getRawIncludepath();
- for (int i= 0; i < entries.length; i++) {
- IIncludePathEntry entry= entries[i];
- if (entry.getPath().equals(path) && equalEntryKind(entry, entryKind))
- return entry;
- }
- return null;
- }
-
- /**
- * Determines whether the current selection (of type
- * <code>IJavaScriptUnit</code> or <code>IPackageFragment</code>)
- * is on the inclusion filter of it's parent source folder.
- *
- * @param selection the current Java element
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @return <code>true</code> if the current selection is included,
- * <code>false</code> otherwise.
- * @throws JavaScriptModelException
- */
- public static boolean isIncluded(IJavaScriptElement selection, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_ContainsPath, 4);
- IPackageFragmentRoot root= (IPackageFragmentRoot) selection.getAncestor(IJavaScriptElement.PACKAGE_FRAGMENT_ROOT);
- IIncludePathEntry entry= root.getRawIncludepathEntry();
- if (entry == null)
- return false;
- return contains(selection.getPath().removeFirstSegments(root.getPath().segmentCount()), entry.getInclusionPatterns(), new SubProgressMonitor(monitor, 2));
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Find out whether the <code>IResource</code> excluded or not.
- *
- * @param resource the resource to be checked
- * @param project the Java project
- * @return <code>true</code> if the resource is excluded, <code>
- * false</code> otherwise
- * @throws JavaScriptModelException
- */
- public static boolean isExcluded(IResource resource, IJavaScriptProject project) throws JavaScriptModelException {
- IPackageFragmentRoot root= getFragmentRoot(resource, project, null);
- if (root == null)
- return false;
- String fragmentName= getName(resource.getFullPath(), root.getPath());
- fragmentName= completeName(fragmentName);
- IIncludePathEntry entry= root.getRawIncludepathEntry();
- return entry != null && contains(new Path(fragmentName), entry.getExclusionPatterns(), null);
- }
-
- /**
- * Find out whether one of the <code>IResource</code>'s parents
- * is excluded.
- *
- * @param resource check the resources parents whether they are
- * excluded or not
- * @param project the Java project
- * @return <code>true</code> if there is an excluded parent,
- * <code>false</code> otherwise
- * @throws JavaScriptModelException
- */
- public static boolean parentExcluded(IResource resource, IJavaScriptProject project) throws JavaScriptModelException {
- if (resource.getFullPath().equals(project.getPath()))
- return false;
- IPackageFragmentRoot root= getFragmentRoot(resource, project, null);
- if (root == null) {
- return true;
- }
- IPath path= resource.getFullPath().removeFirstSegments(root.getPath().segmentCount());
- IIncludePathEntry entry= root.getRawIncludepathEntry();
- if (entry == null)
- return true; // there is no build path entry, this is equal to the fact that the parent is excluded
- while (path.segmentCount() > 0) {
- if (contains(path, entry.getExclusionPatterns(), null))
- return true;
- path= path.removeLastSegments(1);
- }
- return false;
- }
-
- public static String escapeSpecialChars(String value) {
- StringBuffer buf = new StringBuffer();
- for (int i = 0; i < value.length(); i++) {
- char c = value.charAt(i);
-
- switch (c) {
- case '&':
- buf.append("&amp;"); //$NON-NLS-1$
- break;
- case '<':
- buf.append("&lt;"); //$NON-NLS-1$
- break;
- case '>':
- buf.append("&gt;"); //$NON-NLS-1$
- break;
- case '\'':
- buf.append("&apos;"); //$NON-NLS-1$
- break;
- case '\"':
- buf.append("&quot;"); //$NON-NLS-1$
- break;
- case 160:
- buf.append(" "); //$NON-NLS-1$
- break;
- default:
- buf.append(c);
- break;
- }
- }
- return buf.toString();
- }
-
-
- /**
- * Check whether the <code>IJavaScriptProject</code>
- * is a source folder
- *
- * @param project the project to test
- * @return <code>true</code> if <code>project</code> is a source folder
- * <code>false</code> otherwise.
- */
- public static boolean isSourceFolder(IJavaScriptProject project) throws JavaScriptModelException {
- return ClasspathModifier.getClasspathEntryFor(project.getPath(), project, IIncludePathEntry.CPE_SOURCE) != null;
- }
-
- /**
- * Check whether the <code>IPackageFragment</code>
- * corresponds to the project's default fragment.
- *
- * @param fragment the package fragment to be checked
- * @return <code>true</code> if is the default package fragment,
- * <code>false</code> otherwise.
- */
- public static boolean isDefaultFragment(IPackageFragment fragment) {
- return fragment.getElementName().length() == 0;
- }
-
- /**
- * Determines whether the inclusion filter of the element's source folder is empty
- * or not
- * @return <code>true</code> if the inclusion filter is empty,
- * <code>false</code> otherwise.
- * @throws JavaScriptModelException
- */
- public static boolean includeFiltersEmpty(IResource resource, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_ExamineInputFilters, 4);
- IPackageFragmentRoot root= getFragmentRoot(resource, project, new SubProgressMonitor(monitor, 4));
- if (root != null) {
- IIncludePathEntry entry= root.getRawIncludepathEntry();
- return entry.getInclusionPatterns().length == 0;
- }
- return true;
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Check whether the input paramenter of type <code>
- * IPackageFragmentRoot</code> has either it's inclusion or
- * exclusion filter or both set (that means they are
- * not empty).
- *
- * @param root the fragment root to be inspected
- * @return <code>true</code> inclusion or exclusion filter set,
- * <code>false</code> otherwise.
- */
- public static boolean filtersSet(IPackageFragmentRoot root) throws JavaScriptModelException {
- if (root == null)
- return false;
- IIncludePathEntry entry= root.getRawIncludepathEntry();
- IPath[] inclusions= entry.getInclusionPatterns();
- IPath[] exclusions= entry.getExclusionPatterns();
- if (inclusions != null && inclusions.length > 0)
- return true;
- if (exclusions != null && exclusions.length > 0)
- return true;
- return false;
- }
-
- /**
- * Add a resource to the build path.
- *
- * @param resource the resource to be added to the build path
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @return returns the new element of type <code>IPackageFragmentRoot</code> that has been added to the build path
- * @throws CoreException
- * @throws OperationCanceledException
- */
- public static CPListElement addToClasspath(IResource resource, List existingEntries, List newEntries, IJavaScriptProject project, IProgressMonitor monitor) throws OperationCanceledException, CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_AddToBuildpath, 2);
- exclude(resource.getFullPath(), existingEntries, newEntries, project, new SubProgressMonitor(monitor, 1));
- CPListElement entry= new CPListElement(project, IIncludePathEntry.CPE_SOURCE, resource.getFullPath(), resource);
- return entry;
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Add a Java element to the build path.
- *
- * @param javaElement element to be added to the build path
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @return returns the new element of type <code>IPackageFragmentRoot</code> that has been added to the build path
- * @throws CoreException
- * @throws OperationCanceledException
- */
- public static CPListElement addToClasspath(IJavaScriptElement javaElement, List existingEntries, List newEntries, IJavaScriptProject project, IProgressMonitor monitor) throws OperationCanceledException, CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_AddToBuildpath, 10);
- CPListElement entry= new CPListElement(project, IIncludePathEntry.CPE_SOURCE, javaElement.getPath(), javaElement.getResource());
- return entry;
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Remove the Java project from the build path
- *
- * @param project the project to be removed
- * @param existingEntries a list of existing <code>CPListElement</code>. This list
- * will be traversed and the entry for the project will be removed.
- * @param monitor progress monitor, can be <code>null</code>
- * @return returns the Java project
- */
- public static IJavaScriptProject removeFromClasspath(IJavaScriptProject project, List existingEntries, IProgressMonitor monitor) {
- CPListElement elem= getListElement(project.getPath(), existingEntries);
- if (elem != null) {
- existingEntries.remove(elem);
- }
- return project;
- }
-
- /**
- * Remove <code>path</code> from inclusion/exlusion filters in all <code>existingEntries</code>
- *
- * @param path the path to remove
- * @param project the Java project
- * @param existingEntries a list of <code>CPListElement</code> representing the build path
- * entries of the project.
- * @return returns a <code>List</code> of <code>CPListElement</code> of modified elements, not null.
- */
- public static List removeFilters(IPath path, IJavaScriptProject project, List existingEntries) {
- if (path == null)
- return Collections.EMPTY_LIST;
-
- IPath projPath= project.getPath();
- if (projPath.isPrefixOf(path)) {
- path= path.removeFirstSegments(projPath.segmentCount()).addTrailingSeparator();
- }
-
- List result= new ArrayList();
- for (Iterator iter= existingEntries.iterator(); iter.hasNext();) {
- CPListElement element= (CPListElement)iter.next();
- boolean hasChange= false;
- IPath[] exlusions= (IPath[])element.getAttribute(CPListElement.EXCLUSION);
- if (exlusions != null) {
- List exlusionList= new ArrayList(exlusions.length);
- for (int i= 0; i < exlusions.length; i++) {
- if (!exlusions[i].equals(path)) {
- exlusionList.add(exlusions[i]);
- } else {
- hasChange= true;
- }
- }
- element.setAttribute(CPListElement.EXCLUSION, exlusionList.toArray(new IPath[exlusionList.size()]));
- }
-
- IPath[] inclusion= (IPath[])element.getAttribute(CPListElement.INCLUSION);
- if (inclusion != null) {
- List inclusionList= new ArrayList(inclusion.length);
- for (int i= 0; i < inclusion.length; i++) {
- if (!inclusion[i].equals(path)) {
- inclusionList.add(inclusion[i]);
- } else {
- hasChange= true;
- }
- }
- element.setAttribute(CPListElement.INCLUSION, inclusionList.toArray(new IPath[inclusionList.size()]));
- }
- if (hasChange) {
- result.add(element);
- }
- }
- return result;
- }
-
- /**
- * Exclude an element with a given name and absolute path
- * from the build path.
- *
- * @param name the name of the element to be excluded
- * @param fullPath the absolute path of the element
- * @param entry the build path entry to be modified
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @return a <code>IResource</code> corresponding to the excluded element
- * @throws JavaScriptModelException
- */
- private static IResource exclude(String name, IPath fullPath, CPListElement entry, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- IResource result;
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_Excluding, 6);
- IPath[] excludedPath= (IPath[]) entry.getAttribute(CPListElement.EXCLUSION);
- IPath[] newExcludedPath= new IPath[excludedPath.length + 1];
- name= completeName(name);
- IPath path= new Path(name);
- if (!contains(path, excludedPath, new SubProgressMonitor(monitor, 2))) {
- System.arraycopy(excludedPath, 0, newExcludedPath, 0, excludedPath.length);
- newExcludedPath[excludedPath.length]= path;
- entry.setAttribute(CPListElement.EXCLUSION, newExcludedPath);
- entry.setAttribute(CPListElement.INCLUSION, remove(path, (IPath[]) entry.getAttribute(CPListElement.INCLUSION), new SubProgressMonitor(monitor, 4)));
- }
- result= fullPath == null ? null : getResource(fullPath, project);
- } finally {
- monitor.done();
- }
- return result;
- }
-
- /**
- * Exclude an object at a given path.
- * This means that the exclusion filter for the
- * corresponding <code>IPackageFragmentRoot</code> needs to be modified.
- *
- * First, the fragment root needs to be found. To do so, the new entries
- * are and the existing entries are traversed for a match and the entry
- * with the path is removed from one of those lists.
- *
- * Note: the <code>IJavaScriptElement</code>'s fragment (if there is one)
- * is not allowed to be excluded! However, inclusion (or simply no
- * filter) on the parent fragment is allowed.
- *
- * @param path absolute path of an object to be excluded
- * @param existingEntries a list of existing build path entries
- * @param newEntries a list of new build path entries
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- */
- public static void exclude(IPath path, List existingEntries, List newEntries, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_Excluding, 1);
- CPListElement elem= null;
- CPListElement existingElem= null;
- int i= 0;
- do {
- i++;
- IPath rootPath= path.removeLastSegments(i);
-
- if (rootPath.segmentCount() == 0)
- return;
-
- elem= getListElement(rootPath, newEntries);
- existingElem= getListElement(rootPath, existingEntries);
- } while (existingElem == null && elem == null);
- if (elem == null) {
- elem= existingElem;
- }
- exclude(path.removeFirstSegments(path.segmentCount() - i).toString(), null, elem, project, new SubProgressMonitor(monitor, 1));
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Exclude a <code>IJavaScriptElement</code>. This means that the exclusion filter for the
- * corresponding <code>IPackageFragmentRoot</code>s need to be modified.
- *
- * Note: the <code>IJavaScriptElement</code>'s fragment (if there is one)
- * is not allowed to be excluded! However, inclusion (or simply no
- * filter) on the parent fragment is allowed.
- *
- * @param javaElement the Java element to be excluded
- * @param entry the <code>CPListElement</code> representing the
- * <code>IIncludePathEntry</code> of the Java element's root.
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- *
- * @return the resulting <code>IResource<code>
- * @throws JavaScriptModelException
- */
- public static IResource exclude(IJavaScriptElement javaElement, CPListElement entry, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- String name= getName(javaElement.getPath(), entry.getPath());
- return exclude(name, javaElement.getPath(), entry, project, new SubProgressMonitor(monitor, 1));
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Inverse operation to <code>exclude</code>.
- * The resource removed from it's fragment roots exlusion filter.
- *
- * Note: the <code>IJavaScriptElement</code>'s fragment (if there is one)
- * is not allowed to be excluded! However, inclusion (or simply no
- * filter) on the parent fragment is allowed.
- *
- * @param resource the resource to be unexcluded
- * @param entry the <code>CPListElement</code> representing the
- * <code>IIncludePathEntry</code> of the resource's root.
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @throws JavaScriptModelException
- *
- */
- public static void unExclude(IResource resource, CPListElement entry, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_RemoveExclusion, 10);
- String name= getName(resource.getFullPath(), entry.getPath());
- IPath[] excludedPath= (IPath[]) entry.getAttribute(CPListElement.EXCLUSION);
- IPath[] newExcludedPath= remove(new Path(completeName(name)), excludedPath, new SubProgressMonitor(monitor, 3));
- entry.setAttribute(CPListElement.EXCLUSION, newExcludedPath);
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Resets inclusion and exclusion filters for the given
- * <code>IJavaScriptElement</code>
- *
- * @param element element to reset it's filters
- * @param entry the <code>CPListElement</code> to reset its filters for
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @throws JavaScriptModelException
- */
- public static void resetFilters(IJavaScriptElement element, CPListElement entry, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_ResetFilters, 3);
-
- List exclusionList= getFoldersOnCP(element.getPath(), project, new SubProgressMonitor(monitor, 2));
-
- IPath[] exclusions= (IPath[]) exclusionList.toArray(new IPath[exclusionList.size()]);
-
- entry.setAttribute(CPListElement.INCLUSION, new IPath[0]);
- entry.setAttribute(CPListElement.EXCLUSION, exclusions);
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Try to find the corresponding and modified <code>CPListElement</code> for the provided
- * <code>CPListElement</code> in the list of elements and return it.
- * If no one can be found, the provided <code>CPListElement</code> is returned.
- *
- * @param elements a list of <code>CPListElements</code>
- * @param cpElement the <code>CPListElement</code> to find the corresponding entry in
- * the list
- * @return the <code>CPListElement</code> found in the list (matching by using the path) or
- * the second <code>CPListElement</code> parameter itself if there is no match.
- */
- public static CPListElement getClasspathEntry(List elements, CPListElement cpElement) {
- for (int i= 0; i < elements.size(); i++) {
- if (((CPListElement) elements.get(i)).getPath().equals(cpElement.getPath()))
- return (CPListElement) elements.get(i);
- }
- elements.add(cpElement);
- return cpElement;
- }
-
- /**
- * For a given path, find the corresponding element in the list.
- *
- * @param path the path to found an entry for
- * @param elements a list of <code>CPListElement</code>s
- * @return the mathed <code>CPListElement</code> or <code>null</code> if
- * no match could be found
- */
- public static CPListElement getListElement(IPath path, List elements) {
- for (int i= 0; i < elements.size(); i++) {
- CPListElement element= (CPListElement) elements.get(i);
- if (element.getEntryKind() == IIncludePathEntry.CPE_SOURCE && element.getPath().equals(path)) {
- return element;
- }
- }
- return null;
- }
-
- public static void commitClassPath(List newEntries, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
-
- monitor.beginTask("", 2); //$NON-NLS-1$
-
- try {
- IIncludePathEntry[] entries= convert(newEntries);
-
- IJavaScriptModelStatus status= JavaScriptConventions.validateClasspath(project, entries);
- if (!status.isOK())
- throw new JavaScriptModelException(status);
-
- project.setRawIncludepath(entries, new SubProgressMonitor(monitor, 2));
- } finally {
- monitor.done();
- }
- }
-
- public static void commitClassPath(CPJavaProject cpProject, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
-
- monitor.beginTask("", 2); //$NON-NLS-1$
-
- try {
- IIncludePathEntry[] entries= convert(cpProject.getCPListElements());
-
- IJavaScriptModelStatus status= JavaScriptConventions.validateClasspath(cpProject.getJavaProject(), entries);
- if (!status.isOK())
- throw new JavaScriptModelException(status);
-
- cpProject.getJavaProject().setRawIncludepath(entries, new SubProgressMonitor(monitor, 2));
- } finally {
- monitor.done();
- }
- }
-
- /**
- * For a given list of entries, find out what representation they
- * will have in the project and return a list with corresponding
- * elements.
- *
- * @param entries a list of entries to find an appropriate representation
- * for. The list can contain elements of two types:
- * <li><code>IResource</code></li>
- * <li><code>IJavaScriptElement</code></li>
- * @param project the Java project
- * @return a list of elements corresponding to the passed entries.
- */
- public static List getCorrespondingElements(List entries, IJavaScriptProject project) {
- List result= new ArrayList();
- for (int i= 0; i < entries.size(); i++) {
- Object element= entries.get(i);
- IPath path;
- if (element instanceof IResource)
- path= ((IResource) element).getFullPath();
- else
- path= ((IJavaScriptElement) element).getPath();
- IResource resource= getResource(path, project);
- if (resource != null) {
- IJavaScriptElement elem= JavaScriptCore.create(resource);
- if (elem != null && project.isOnIncludepath(elem))
- result.add(elem);
- else
- result.add(resource);
- }
-
- }
- return result;
- }
-
- /**
- * Returns for the given absolute path the corresponding
- * resource, this is either element of type <code>IFile</code>
- * or <code>IFolder</code>.
- *
- * @param path an absolute path to a resource
- * @param project the Java project
- * @return the resource matching to the path. Can be
- * either an <code>IFile</code> or an <code>IFolder</code>.
- */
- private static IResource getResource(IPath path, IJavaScriptProject project) {
- return project.getProject().getWorkspace().getRoot().findMember(path);
- }
-
- /**
- * Find out whether the provided path equals to one
- * in the array.
- *
- * @param path path to find an equivalent for
- * @param paths set of paths to compare with
- * @param monitor progress monitor, can be <code>null</code>
- * @return <code>true</code> if there is an occurrence, <code>
- * false</code> otherwise
- */
- private static boolean contains(IPath path, IPath[] paths, IProgressMonitor monitor) {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- if (path == null)
- return false;
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_ComparePaths, paths.length);
- if (path.getFileExtension() == null)
- path= new Path(completeName(path.toString()));
- for (int i= 0; i < paths.length; i++) {
- if (paths[i].equals(path))
- return true;
- monitor.worked(1);
- }
- } finally {
- monitor.done();
- }
- return false;
- }
-
- /**
- * Add a '/' at the end of the name if
- * it does not end with '.java', or other Java-like extension.
- *
- * @param name append '/' at the end if
- * necessary
- * @return modified string
- */
- private static String completeName(String name) {
- if (!JavaScriptCore.isJavaScriptLikeFileName(name)) {
- name= name + "/"; //$NON-NLS-1$
- name= name.replace('.', '/');
- return name;
- }
- return name;
- }
-
- /**
- * Removes <code>path</code> out of the set of given <code>
- * paths</code>. If the path is not contained, then the
- * initially provided array of paths is returned.
- *
- * Only the first occurrence will be removed.
- *
- * @param path path to be removed
- * @param paths array of path to apply the removal on
- * @param monitor progress monitor, can be <code>null</code>
- * @return array which does not contain <code>path</code>
- */
- private static IPath[] remove(IPath path, IPath[] paths, IProgressMonitor monitor) {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_RemovePath, paths.length + 5);
- if (!contains(path, paths, new SubProgressMonitor(monitor, 5)))
- return paths;
-
- ArrayList newPaths= new ArrayList();
- for (int i= 0; i < paths.length; i++) {
- monitor.worked(1);
- if (!paths[i].equals(path))
- newPaths.add(paths[i]);
- }
-
- return (IPath[]) newPaths.toArray(new IPath[newPaths.size()]);
- } finally {
- monitor.done();
- }
-
- }
-
- /**
- * Find all folders that are on the build path and
- * <code>path</code> is a prefix of those folders
- * path entry, that is, all folders which are a
- * subfolder of <code>path</code>.
- *
- * For example, if <code>path</code>=/MyProject/src
- * then all folders having a path like /MyProject/src/*,
- * where * can be any valid string are returned if
- * they are also on the project's build path.
- *
- * @param path absolute path
- * @param project the Java project
- * @param monitor progress monitor, can be <code>null</code>
- * @return an array of paths which belong to subfolders
- * of <code>path</code> and which are on the build path
- * @throws JavaScriptModelException
- */
- private static List getFoldersOnCP(IPath path, IJavaScriptProject project, IProgressMonitor monitor) throws JavaScriptModelException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- List srcFolders= new ArrayList();
- IIncludePathEntry[] cpEntries= project.getRawIncludepath();
- for (int i= 0; i < cpEntries.length; i++) {
- IPath cpPath= cpEntries[i].getPath();
- if (path.isPrefixOf(cpPath) && path.segmentCount() + 1 == cpPath.segmentCount())
- srcFolders.add(new Path(completeName(cpPath.lastSegment())));
- }
- return srcFolders;
- }
-
- /**
- * Returns a string corresponding to the <code>path</code>
- * with the <code>rootPath<code>'s number of segments
- * removed
- *
- * @param path path to remove segments
- * @param rootPath provides the number of segments to
- * be removed
- * @return a string corresponding to the mentioned
- * action
- */
- private static String getName(IPath path, IPath rootPath) {
- return path.removeFirstSegments(rootPath.segmentCount()).toString();
- }
-
- /**
- * Sets and validates the new entries. Note that the elments of
- * the list containing the new entries will be added to the list of
- * existing entries (therefore, there is no return list for this method).
- *
- * @param existingEntries a list of existing classpath entries
- * @param newEntries a list of entries to be added to the existing ones
- * @param project the Java project
- * @param monitor a progress monitor, can be <code>null</code>
- * @throws CoreException in case that validation on one of the new entries fails
- */
- public static void setNewEntry(List existingEntries, List newEntries, IJavaScriptProject project, IProgressMonitor monitor) throws CoreException {
- try {
- monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_SetNewEntry, existingEntries.size());
- for (int i= 0; i < newEntries.size(); i++) {
- CPListElement entry= (CPListElement) newEntries.get(i);
- validateAndAddEntry(entry, existingEntries, project);
- monitor.worked(1);
- }
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Convert a list of <code>CPListElement</code>s to
- * an array of <code>IIncludePathEntry</code>.
- *
- * @param list the list to be converted
- * @return an array containing build path entries
- * corresponding to the list
- */
- private static IIncludePathEntry[] convert(List list) {
- IIncludePathEntry[] entries= new IIncludePathEntry[list.size()];
- for (int i= 0; i < list.size(); i++) {
- CPListElement element= (CPListElement) list.get(i);
- entries[i]= element.getClasspathEntry();
- }
- return entries;
- }
-
- /**
- * Validate the new entry in the context of the existing entries. Furthermore,
- * check if exclusion filters need to be applied and do so if necessary.
- *
- * If validation was successfull, add the new entry to the list of existing entries.
- *
- * @param entry the entry to be validated and added to the list of existing entries.
- * @param existingEntries a list of existing entries representing the build path
- * @param project the Java project
- * @throws CoreException in case that validation fails
- */
- private static void validateAndAddEntry(CPListElement entry, List existingEntries, IJavaScriptProject project) throws CoreException {
- IPath path= entry.getPath();
- IWorkspaceRoot workspaceRoot= ResourcesPlugin.getWorkspace().getRoot();
- IStatus validate= workspaceRoot.getWorkspace().validatePath(path.toString(), IResource.FOLDER);
- StatusInfo rootStatus= new StatusInfo();
- rootStatus.setOK();
- boolean isExternal= isExternalArchiveOrLibrary(entry, project);
- if (!isExternal && validate.matches(IStatus.ERROR) && !project.getPath().equals(path)) {
- rootStatus.setError(Messages.format(NewWizardMessages.NewSourceFolderWizardPage_error_InvalidRootName, validate.getMessage()));
- throw new CoreException(rootStatus);
- } else {
- if (!isExternal && !project.getPath().equals(path)) {
- IResource res= workspaceRoot.findMember(path);
- if (res != null) {
- if (res.getType() != IResource.FOLDER && res.getType() != IResource.FILE) {
- rootStatus.setError(NewWizardMessages.NewSourceFolderWizardPage_error_NotAFolder);
- throw new CoreException(rootStatus);
- }
- } else {
- URI projLocation= project.getProject().getLocationURI();
- if (projLocation != null) {
- IFileStore store= EFS.getStore(projLocation).getChild(path);
- if (store.fetchInfo().exists()) {
- rootStatus.setError(NewWizardMessages.NewSourceFolderWizardPage_error_AlreadyExistingDifferentCase);
- throw new CoreException(rootStatus);
- }
- }
- }
- }
-
- for (int i= 0; i < existingEntries.size(); i++) {
- CPListElement curr= (CPListElement) existingEntries.get(i);
- if (curr.getEntryKind() == IIncludePathEntry.CPE_SOURCE) {
- if (path.equals(curr.getPath()) && !project.getPath().equals(path)) {
- rootStatus.setError(NewWizardMessages.NewSourceFolderWizardPage_error_AlreadyExisting);
- throw new CoreException(rootStatus);
- }
- }
- }
-
- if (!isExternal && !entry.getPath().equals(project.getPath()))
- exclude(entry.getPath(), existingEntries, new ArrayList(), project, null);
-
- insertAtEndOfCategory(entry, existingEntries);
-
- IIncludePathEntry[] entries= convert(existingEntries);
-
- IJavaScriptModelStatus status= JavaScriptConventions.validateClasspath(project, entries);
- if (!status.isOK()) {
- rootStatus.setError(status.getMessage());
- throw new CoreException(rootStatus);
- }
-
- if (isSourceFolder(project) || project.getPath().equals(path)) {
- rootStatus.setWarning(NewWizardMessages.NewSourceFolderWizardPage_warning_ReplaceSF);
- return;
- }
-
- rootStatus.setOK();
- return;
- }
- }
-
- private static void insertAtEndOfCategory(CPListElement entry, List existingEntries) {
- int length= existingEntries.size();
- CPListElement[] elements= (CPListElement[])existingEntries.toArray(new CPListElement[length]);
- int i= 0;
- while (i < length && elements[i].getClasspathEntry().getEntryKind() != entry.getClasspathEntry().getEntryKind()) {
- i++;
- }
- if (i < length) {
- i++;
- while (i < length && elements[i].getClasspathEntry().getEntryKind() == entry.getClasspathEntry().getEntryKind()) {
- i++;
- }
- existingEntries.add(i, entry);
- return;
- }
-
- switch (entry.getClasspathEntry().getEntryKind()) {
- case IIncludePathEntry.CPE_SOURCE:
- existingEntries.add(0, entry);
- break;
- case IIncludePathEntry.CPE_CONTAINER:
- case IIncludePathEntry.CPE_LIBRARY:
- case IIncludePathEntry.CPE_PROJECT:
- default:
- existingEntries.add(entry);
- break;
- }
- }
-
- private static boolean isExternalArchiveOrLibrary(CPListElement entry, IJavaScriptProject project) {
- if (entry.getEntryKind() == IIncludePathEntry.CPE_LIBRARY || entry.getEntryKind() == IIncludePathEntry.CPE_CONTAINER) {
- if (entry.getResource() instanceof IFolder) {
- return false;
- }
- return true;
- }
- return false;
- }
-
- /**
- * Test if the provided kind is of type
- * <code>IIncludePathEntry.CPE_SOURCE</code>
- *
- * @param entry the classpath entry to be compared with the provided type
- * @param kind the kind to be checked
- * @return <code>true</code> if kind equals
- * <code>IIncludePathEntry.CPE_SOURCE</code>,
- * <code>false</code> otherwise
- */
- private static boolean equalEntryKind(IIncludePathEntry entry, int kind) {
- return entry.getEntryKind() == kind;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/IBuildpathModifierListener.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/IBuildpathModifierListener.java
deleted file mode 100644
index c2ecbeb3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/buildpath/IBuildpathModifierListener.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.buildpath;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public interface IBuildpathModifierListener {
-
- public void buildpathChanged(BuildpathDelta delta);
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchy.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchy.java
deleted file mode 100644
index 462d9312..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchy.java
+++ /dev/null
@@ -1,229 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collection;
-import java.util.List;
-import java.util.StringTokenizer;
-
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.jface.preference.IPreferenceStore;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.ITypeRoot;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTParser;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope;
-import org.eclipse.wst.jsdt.core.search.SearchEngine;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-import org.eclipse.wst.jsdt.internal.ui.util.StringMatcher;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class CallHierarchy {
- private static final String PREF_USE_IMPLEMENTORS= "PREF_USE_IMPLEMENTORS"; //$NON-NLS-1$
- private static final String PREF_USE_FILTERS = "PREF_USE_FILTERS"; //$NON-NLS-1$
- private static final String PREF_FILTERS_LIST = "PREF_FILTERS_LIST"; //$NON-NLS-1$
-
- private static final String DEFAULT_IGNORE_FILTERS = "java.*,javax.*"; //$NON-NLS-1$
- private static CallHierarchy fgInstance;
- private IJavaScriptSearchScope fSearchScope;
- private StringMatcher[] fFilters;
-
- public static CallHierarchy getDefault() {
- if (fgInstance == null) {
- fgInstance = new CallHierarchy();
- }
-
- return fgInstance;
- }
-
- public boolean isSearchUsingImplementorsEnabled() {
- IPreferenceStore settings = JavaScriptPlugin.getDefault().getPreferenceStore();
-
- return settings.getBoolean(PREF_USE_IMPLEMENTORS);
- }
-
- public void setSearchUsingImplementorsEnabled(boolean enabled) {
- IPreferenceStore settings = JavaScriptPlugin.getDefault().getPreferenceStore();
-
- settings.setValue(PREF_USE_IMPLEMENTORS, enabled);
- }
-
- public Collection getImplementingMethods(IFunction method) {
- if (isSearchUsingImplementorsEnabled()) {
- IJavaScriptElement[] result = Implementors.getInstance().searchForImplementors(new IJavaScriptElement[] {
- method
- }, new NullProgressMonitor());
-
- if ((result != null) && (result.length > 0)) {
- return Arrays.asList(result);
- }
- }
-
- return new ArrayList(0);
- }
-
- public MethodWrapper getCallerRoot(IFunction method) {
- return new CallerMethodWrapper(null, new MethodCall(method));
- }
-
- public MethodWrapper getCalleeRoot(IFunction method) {
- return new CalleeMethodWrapper(null, new MethodCall(method));
- }
-
- public static CallLocation getCallLocation(Object element) {
- CallLocation callLocation = null;
-
- if (element instanceof MethodWrapper) {
- MethodWrapper methodWrapper = (MethodWrapper) element;
- MethodCall methodCall = methodWrapper.getMethodCall();
-
- if (methodCall != null) {
- callLocation = methodCall.getFirstCallLocation();
- }
- } else if (element instanceof CallLocation) {
- callLocation = (CallLocation) element;
- }
-
- return callLocation;
- }
-
- public IJavaScriptSearchScope getSearchScope() {
- if (fSearchScope == null) {
- fSearchScope= SearchEngine.createWorkspaceScope();
- }
-
- return fSearchScope;
- }
-
- public void setSearchScope(IJavaScriptSearchScope searchScope) {
- this.fSearchScope = searchScope;
- }
-
- /**
- * Checks whether the fully qualified name is ignored by the set filters.
- *
- * @param fullyQualifiedName
- *
- * @return True if the fully qualified name is ignored.
- */
- public boolean isIgnored(String fullyQualifiedName) {
- if ((getIgnoreFilters() != null) && (getIgnoreFilters().length > 0)) {
- for (int i = 0; i < getIgnoreFilters().length; i++) {
- String fullyQualifiedName1 = fullyQualifiedName;
-
- if (getIgnoreFilters()[i].match(fullyQualifiedName1)) {
- return true;
- }
- }
- }
-
- return false;
- }
-
- public boolean isFilterEnabled() {
- IPreferenceStore settings = JavaScriptPlugin.getDefault().getPreferenceStore();
- return settings.getBoolean(PREF_USE_FILTERS);
- }
-
- public void setFilterEnabled(boolean filterEnabled) {
- IPreferenceStore settings = JavaScriptPlugin.getDefault().getPreferenceStore();
- settings.setValue(PREF_USE_FILTERS, filterEnabled);
- }
-
- /**
- * Returns the current filters as a string.
- * @return returns the filters
- */
- public String getFilters() {
- IPreferenceStore settings = JavaScriptPlugin.getDefault().getPreferenceStore();
-
- return settings.getString(PREF_FILTERS_LIST);
- }
-
- public void setFilters(String filters) {
- fFilters = null;
-
- IPreferenceStore settings = JavaScriptPlugin.getDefault().getPreferenceStore();
- settings.setValue(PREF_FILTERS_LIST, filters);
- }
-
- /**
- * Returns filters for packages which should not be included in the search results.
- *
- * @return StringMatcher[]
- */
- private StringMatcher[] getIgnoreFilters() {
- if (fFilters == null) {
- String filterString = null;
-
- if (isFilterEnabled()) {
- filterString = getFilters();
-
- if (filterString == null) {
- filterString = DEFAULT_IGNORE_FILTERS;
- }
- }
-
- if (filterString != null) {
- fFilters = parseList(filterString);
- } else {
- fFilters = null;
- }
- }
-
- return fFilters;
- }
-
- /**
- * Parses the comma separated string into an array of StringMatcher objects
- * @param listString the string to parse
- *
- * @return list
- */
- private static StringMatcher[] parseList(String listString) {
- List list = new ArrayList(10);
- StringTokenizer tokenizer = new StringTokenizer(listString, ","); //$NON-NLS-1$
-
- while (tokenizer.hasMoreTokens()) {
- String textFilter = tokenizer.nextToken().trim();
- list.add(new StringMatcher(textFilter, false, false));
- }
-
- return (StringMatcher[]) list.toArray(new StringMatcher[list.size()]);
- }
-
- static JavaScriptUnit getCompilationUnitNode(IMember member, boolean resolveBindings) {
- ITypeRoot typeRoot= member.getTypeRoot();
- try {
- if (typeRoot.exists() && typeRoot.getBuffer() != null) {
- ASTParser parser= ASTParser.newParser(AST.JLS3);
- parser.setSource(typeRoot);
- parser.setResolveBindings(resolveBindings);
- return (JavaScriptUnit) parser.createAST(null);
- }
- } catch (JavaScriptModelException e) {
- JavaScriptPlugin.log(e);
- }
- return null;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.java
deleted file mode 100644
index 0c58f912..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import org.eclipse.osgi.util.NLS;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class CallHierarchyMessages extends NLS {
-
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.corext.callhierarchy.CallHierarchyMessages";//$NON-NLS-1$
-
- private CallHierarchyMessages() {
- // Do not instantiate
- }
-
- public static String CallerMethodWrapper_taskname;
- public static String CalleeMethodWrapper_taskname;
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, CallHierarchyMessages.class);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.properties b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.properties
deleted file mode 100644
index 23407fa3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyMessages.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
-# (report 36180: Callers/Callees view)
-###############################################################################
-CallerMethodWrapper_taskname=Finding callers...
-CalleeMethodWrapper_taskname=Finding callees...
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyVisitor.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyVisitor.java
deleted file mode 100644
index d83007a3..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallHierarchyVisitor.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public abstract class CallHierarchyVisitor {
- public void preVisit(MethodWrapper methodWrapper) {
- }
-
- public void postVisit(MethodWrapper methodWrapper) {
- }
-
- public boolean visit(MethodWrapper methodWrapper) {
- return true;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallLocation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallLocation.java
deleted file mode 100644
index 829df7c6..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallLocation.java
+++ /dev/null
@@ -1,136 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import org.eclipse.core.runtime.IAdaptable;
-import org.eclipse.jface.text.BadLocationException;
-import org.eclipse.jface.text.Document;
-import org.eclipse.wst.jsdt.core.IBuffer;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.IOpenable;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class CallLocation implements IAdaptable {
- public static final int UNKNOWN_LINE_NUMBER= -1;
- private IMember fMember;
- private IMember fCalledMember;
- private int fStart;
- private int fEnd;
-
- private String fCallText;
- private int fLineNumber;
-
- public CallLocation(IMember member, IMember calledMember, int start, int end, int lineNumber) {
- this.fMember = member;
- this.fCalledMember = calledMember;
- this.fStart = start;
- this.fEnd = end;
- this.fLineNumber= lineNumber;
- }
-
- /**
- * @return IFunction
- */
- public IMember getCalledMember() {
- return fCalledMember;
- }
-
- /**
- *
- */
- public int getEnd() {
- return fEnd;
- }
-
- public IMember getMember() {
- return fMember;
- }
-
- /**
- *
- */
- public int getStart() {
- return fStart;
- }
-
- public int getLineNumber() {
- initCallTextAndLineNumber();
- return fLineNumber;
- }
-
- public String getCallText() {
- initCallTextAndLineNumber();
- return fCallText;
- }
-
- private void initCallTextAndLineNumber() {
- if (fCallText != null)
- return;
-
- IBuffer buffer= getBufferForMember();
- if (buffer == null || buffer.getLength() < fEnd) { //binary, without source attachment || buffer contents out of sync (bug 121900)
- fCallText= ""; //$NON-NLS-1$
- fLineNumber= UNKNOWN_LINE_NUMBER;
- return;
- }
-
- fCallText= buffer.getText(fStart, (fEnd - fStart));
-
- if (fLineNumber == UNKNOWN_LINE_NUMBER) {
- Document document= new Document(buffer.getContents());
- try {
- fLineNumber= document.getLineOfOffset(fStart) + 1;
- } catch (BadLocationException e) {
- JavaScriptPlugin.log(e);
- }
- }
- }
-
- /**
- * Returns the IBuffer for the IMember represented by this CallLocation.
- *
- * @return IBuffer for the IMember or null if the member doesn't have a buffer (for
- * example if it is a binary file without source attachment).
- */
- private IBuffer getBufferForMember() {
- IBuffer buffer = null;
- try {
- IOpenable openable = fMember.getOpenable();
- if (openable != null && fMember.exists()) {
- buffer = openable.getBuffer();
- }
- } catch (JavaScriptModelException e) {
- JavaScriptPlugin.log(e);
- }
- return buffer;
- }
-
- public String toString() {
- return getCallText();
- }
-
- public Object getAdapter(Class adapter) {
- if (IJavaScriptElement.class.isAssignableFrom(adapter)) {
- return getMember();
- }
-
- return null;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallSearchResultCollector.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallSearchResultCollector.java
deleted file mode 100644
index 7a466ba7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallSearchResultCollector.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.IType;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-class CallSearchResultCollector {
- private Map fCalledMembers;
-
- public CallSearchResultCollector() {
- this.fCalledMembers = createCalledMethodsData();
- }
-
- public Map getCallers() {
- return fCalledMembers;
- }
-
- protected void addMember(IMember member, IMember calledMember, int start, int end) {
- addMember(member, calledMember, start, end, CallLocation.UNKNOWN_LINE_NUMBER);
- }
-
- protected void addMember(IMember member, IMember calledMember, int start, int end, int lineNumber) {
- if ((member != null) && (calledMember != null)) {
- if (!isIgnored(calledMember)) {
- MethodCall methodCall = (MethodCall) fCalledMembers.get(calledMember.getHandleIdentifier());
-
- if (methodCall == null) {
- methodCall = new MethodCall(calledMember);
- fCalledMembers.put(calledMember.getHandleIdentifier(), methodCall);
- }
-
- methodCall.addCallLocation(new CallLocation(member, calledMember, start,
- end, lineNumber));
- }
- }
- }
-
- protected Map createCalledMethodsData() {
- return new HashMap();
- }
-
- /**
- * Method isIgnored.
- * @param enclosingElement
- * @return boolean
- */
- private boolean isIgnored(IMember enclosingElement) {
- IType type = getTypeOfElement(enclosingElement);
- String fullyQualifiedName = (type!=null)? type.getFullyQualifiedName() :
- enclosingElement.getJavaScriptUnit().getElementName();
-
- return CallHierarchy.getDefault().isIgnored(fullyQualifiedName);
- }
-
- private IType getTypeOfElement(IMember element) {
- if (element.getElementType() == IJavaScriptElement.TYPE) {
- return (IType) element;
- }
-
- return element.getDeclaringType();
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java
deleted file mode 100644
index a719888c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java
+++ /dev/null
@@ -1,313 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.Map;
-
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.ISourceRange;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.ASTVisitor;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.ConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FunctionInvocation;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope;
-import org.eclipse.wst.jsdt.internal.corext.dom.Bindings;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-class CalleeAnalyzerVisitor extends ASTVisitor {
- private CallSearchResultCollector fSearchResults;
- private IFunction fMethod;
- private JavaScriptUnit fCompilationUnit;
- private IProgressMonitor fProgressMonitor;
- private int fMethodEndPosition;
- private int fMethodStartPosition;
-
- CalleeAnalyzerVisitor(IFunction method, JavaScriptUnit compilationUnit, IProgressMonitor progressMonitor) {
- fSearchResults = new CallSearchResultCollector();
- this.fMethod = method;
- this.fCompilationUnit= compilationUnit;
- this.fProgressMonitor = progressMonitor;
-
- try {
- ISourceRange sourceRange = method.getSourceRange();
- this.fMethodStartPosition = sourceRange.getOffset();
- this.fMethodEndPosition = fMethodStartPosition + sourceRange.getLength();
- } catch (JavaScriptModelException jme) {
- JavaScriptPlugin.log(jme);
- }
- }
-
- /**
- * Method getCallees.
- *
- * @return CallerElement
- */
- public Map getCallees() {
- return fSearchResults.getCallers();
- }
-
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation)
- */
- public boolean visit(ClassInstanceCreation node) {
- progressMonitorWorked(1);
- if (!isFurtherTraversalNecessary(node)) {
- return false;
- }
-
- if (isNodeWithinMethod(node)) {
- addMethodCall(node.resolveConstructorBinding(), node);
- }
-
- return true;
- }
-
- /**
- * Find all constructor invocations (<code>this(...)</code>) from the called method.
- * Since we only traverse into the AST on the wanted method declaration, this method
- * should not hit on more constructor invocations than those in the wanted method.
- *
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.ConstructorInvocation)
- */
- public boolean visit(ConstructorInvocation node) {
- progressMonitorWorked(1);
- if (!isFurtherTraversalNecessary(node)) {
- return false;
- }
-
- if (isNodeWithinMethod(node)) {
- addMethodCall(node.resolveConstructorBinding(), node);
- }
-
- return true;
- }
-
- /**
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.FunctionDeclaration)
- */
- public boolean visit(FunctionDeclaration node) {
- progressMonitorWorked(1);
- return isFurtherTraversalNecessary(node);
- }
-
- /**
- * Find all method invocations from the called method. Since we only traverse into
- * the AST on the wanted method declaration, this method should not hit on more
- * method invocations than those in the wanted method.
- *
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.FunctionInvocation)
- */
- public boolean visit(FunctionInvocation node) {
- progressMonitorWorked(1);
- if (!isFurtherTraversalNecessary(node)) {
- return false;
- }
-
- if (isNodeWithinMethod(node)) {
- addMethodCall(node.resolveMethodBinding(), node);
- }
-
- return true;
- }
-
- /**
- * Find invocations of the supertype's constructor from the called method
- * (=constructor). Since we only traverse into the AST on the wanted method
- * declaration, this method should not hit on more method invocations than those in
- * the wanted method.
- *
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation)
- */
- public boolean visit(SuperConstructorInvocation node) {
- progressMonitorWorked(1);
- if (!isFurtherTraversalNecessary(node)) {
- return false;
- }
-
- if (isNodeWithinMethod(node)) {
- addMethodCall(node.resolveConstructorBinding(), node);
- }
-
- return true;
- }
-
- /**
- * Find all method invocations from the called method. Since we only traverse into
- * the AST on the wanted method declaration, this method should not hit on more
- * method invocations than those in the wanted method.
- *
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.FunctionInvocation)
- */
- public boolean visit(SuperMethodInvocation node) {
- progressMonitorWorked(1);
- if (!isFurtherTraversalNecessary(node)) {
- return false;
- }
-
- if (isNodeWithinMethod(node)) {
- addMethodCall(node.resolveMethodBinding(), node);
- }
-
- return true;
- }
-
- /**
- * When an anonymous class declaration is reached, the traversal should not go further since it's not
- * supposed to consider calls inside the anonymous inner class as calls from the outer method.
- *
- * @see org.eclipse.wst.jsdt.core.dom.ASTVisitor#visit(org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration)
- */
- public boolean visit(AnonymousClassDeclaration node) {
- return isNodeEnclosingMethod(node);
- }
-
-
- /**
- * Adds the specified method binding to the search results.
- *
- * @param calledMethodBinding
- * @param node
- */
- protected void addMethodCall(IFunctionBinding calledMethodBinding, ASTNode node) {
- try {
- if (calledMethodBinding != null) {
- fProgressMonitor.worked(1);
-
- ITypeBinding calledTypeBinding = calledMethodBinding.getDeclaringClass();
- IType calledType = null;
-
- if (!calledTypeBinding.isAnonymous()) {
- calledType = (IType) calledTypeBinding.getJavaElement();
- } else {
- if (!"java.lang.Object".equals(calledTypeBinding.getSuperclass().getQualifiedName())) { //$NON-NLS-1$
- calledType= (IType) calledTypeBinding.getSuperclass().getJavaElement();
- }
- }
-
- IFunction calledMethod = findIncludingSupertypes(calledMethodBinding,
- calledType, fProgressMonitor);
-
- IMember referencedMember= null;
- if (calledMethod == null) {
- if (calledMethodBinding.isConstructor() && calledMethodBinding.getParameterTypes().length == 0) {
- referencedMember= calledType;
- }
- } else {
-
- if (!isIgnoredBySearchScope(calledMethod)) {
- referencedMember= calledMethod;
- }
- }
- final int position= node.getStartPosition();
- final int number= fCompilationUnit.getLineNumber(position);
- fSearchResults.addMember(fMethod, referencedMember, position, position + node.getLength(), number < 1 ? 1 : number);
- }
- } catch (JavaScriptModelException jme) {
- JavaScriptPlugin.log(jme);
- }
- }
-
- private static IFunction findIncludingSupertypes(IFunctionBinding method, IType type, IProgressMonitor pm) throws JavaScriptModelException {
- IFunction inThisType= Bindings.findMethod(method, type);
- if (inThisType != null)
- return inThisType;
- IType[] superTypes= JavaModelUtil.getAllSuperTypes(type, pm);
- for (int i= 0; i < superTypes.length; i++) {
- IFunction m= Bindings.findMethod(method, superTypes[i]);
- if (m != null)
- return m;
- }
- return null;
- }
-
- private boolean isIgnoredBySearchScope(IFunction enclosingElement) {
- if (enclosingElement != null) {
- return !getSearchScope().encloses(enclosingElement);
- } else {
- return false;
- }
- }
-
- private IJavaScriptSearchScope getSearchScope() {
- return CallHierarchy.getDefault().getSearchScope();
- }
-
- private boolean isNodeWithinMethod(ASTNode node) {
- int nodeStartPosition = node.getStartPosition();
- int nodeEndPosition = nodeStartPosition + node.getLength();
-
- if (nodeStartPosition < fMethodStartPosition) {
- return false;
- }
-
- if (nodeEndPosition > fMethodEndPosition) {
- return false;
- }
-
- return true;
- }
-
- private boolean isNodeEnclosingMethod(ASTNode node) {
- int nodeStartPosition = node.getStartPosition();
- int nodeEndPosition = nodeStartPosition + node.getLength();
-
- if (nodeStartPosition < fMethodStartPosition && nodeEndPosition > fMethodEndPosition) {
- // Is the method completely enclosed by the node?
- return true;
- }
- return false;
- }
-
- private boolean isFurtherTraversalNecessary(ASTNode node) {
- return isNodeWithinMethod(node) || isNodeEnclosingMethod(node);
- }
-
-// private IFunction findImplementingMethods(IFunction calledMethod) {
-// Collection implementingMethods = CallHierarchy.getDefault()
-// .getImplementingMethods(calledMethod);
-//
-// if ((implementingMethods.size() == 0) || (implementingMethods.size() > 1)) {
-// return calledMethod;
-// } else {
-// return (IFunction) implementingMethods.iterator().next();
-// }
-// }
-
- private void progressMonitorWorked(int work) {
- if (fProgressMonitor != null) {
- fProgressMonitor.worked(work);
- if (fProgressMonitor.isCanceled()) {
- throw new OperationCanceledException();
- }
- }
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeMethodWrapper.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeMethodWrapper.java
deleted file mode 100644
index 5edcae0f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CalleeMethodWrapper.java
+++ /dev/null
@@ -1,108 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.Arrays;
-import java.util.Comparator;
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-class CalleeMethodWrapper extends MethodWrapper {
- private Comparator fMethodWrapperComparator = new MethodWrapperComparator();
-
- private static class MethodWrapperComparator implements Comparator {
- /* (non-Javadoc)
- * @see java.util.Comparator#compare(java.lang.Object, java.lang.Object)
- */
- public int compare(Object o1, Object o2) {
- MethodWrapper m1 = (MethodWrapper) o1;
- MethodWrapper m2 = (MethodWrapper) o2;
-
- CallLocation callLocation1 = m1.getMethodCall().getFirstCallLocation();
- CallLocation callLocation2 = m2.getMethodCall().getFirstCallLocation();
-
- if ((callLocation1 != null) && (callLocation2 != null)) {
- if (callLocation1.getStart() == callLocation2.getStart()) {
- return callLocation1.getEnd() - callLocation2.getEnd();
- }
-
- return callLocation1.getStart() - callLocation2.getStart();
- }
-
- return 0;
- }
- }
-
- /**
- * Constructor for CalleeMethodWrapper.
- */
- public CalleeMethodWrapper(MethodWrapper parent, MethodCall methodCall) {
- super(parent, methodCall);
- }
-
- /* Returns the calls sorted after the call location
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodWrapper#getCalls()
- */
- public MethodWrapper[] getCalls(IProgressMonitor progressMonitor) {
- MethodWrapper[] result = super.getCalls(progressMonitor);
- Arrays.sort(result, fMethodWrapperComparator);
-
- return result;
- }
-
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodWrapper#getTaskName()
- */
- protected String getTaskName() {
- return CallHierarchyMessages.CalleeMethodWrapper_taskname;
- }
-
- /*
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodWrapper#createMethodWrapper(org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodCall)
- */
- protected MethodWrapper createMethodWrapper(MethodCall methodCall) {
- return new CalleeMethodWrapper(this, methodCall);
- }
-
- /**
- * Find callees called from the current method.
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodWrapper#findChildren(org.eclipse.core.runtime.IProgressMonitor)
- */
- protected Map findChildren(IProgressMonitor progressMonitor) {
- if (getMember().exists() && getMember().getElementType() == IJavaScriptElement.METHOD) {
- JavaScriptUnit cu= CallHierarchy.getCompilationUnitNode(getMember(), true);
- if (progressMonitor != null) {
- progressMonitor.worked(5);
- }
-
- if (cu != null) {
- CalleeAnalyzerVisitor visitor = new CalleeAnalyzerVisitor((IFunction) getMember(),
- cu, progressMonitor);
-
- cu.accept(visitor);
- return visitor.getCallees();
- }
- }
- return new HashMap(0);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallerMethodWrapper.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallerMethodWrapper.java
deleted file mode 100644
index 8a9059fb..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/CallerMethodWrapper.java
+++ /dev/null
@@ -1,116 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Map;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope;
-import org.eclipse.wst.jsdt.core.search.SearchEngine;
-import org.eclipse.wst.jsdt.core.search.SearchParticipant;
-import org.eclipse.wst.jsdt.core.search.SearchPattern;
-import org.eclipse.wst.jsdt.internal.corext.util.JdtFlags;
-import org.eclipse.wst.jsdt.internal.corext.util.SearchUtils;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-class CallerMethodWrapper extends MethodWrapper {
- public CallerMethodWrapper(MethodWrapper parent, MethodCall methodCall) {
- super(parent, methodCall);
- }
-
- protected IJavaScriptSearchScope getSearchScope() {
- return CallHierarchy.getDefault().getSearchScope();
- }
-
- protected String getTaskName() {
- return CallHierarchyMessages.CallerMethodWrapper_taskname;
- }
-
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodWrapper#createMethodWrapper(org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodCall)
- */
- protected MethodWrapper createMethodWrapper(MethodCall methodCall) {
- return new CallerMethodWrapper(this, methodCall);
- }
-
- /**
- * @return The result of the search for children
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.MethodWrapper#findChildren(org.eclipse.core.runtime.IProgressMonitor)
- */
- protected Map findChildren(IProgressMonitor progressMonitor) {
- try {
- MethodReferencesSearchRequestor searchRequestor= new MethodReferencesSearchRequestor();
- SearchEngine searchEngine= new SearchEngine();
-
- IProgressMonitor monitor= new SubProgressMonitor(progressMonitor, 95, SubProgressMonitor.SUPPRESS_SUBTASK_LABEL);
- IJavaScriptSearchScope defaultSearchScope= getSearchScope();
- boolean isWorkspaceScope= SearchEngine.createWorkspaceScope().equals(defaultSearchScope);
-
- for (Iterator iter= getMembers().iterator(); iter.hasNext();) {
- checkCanceled(progressMonitor);
-
- IMember member= (IMember) iter.next();
- SearchPattern pattern= SearchPattern.createPattern(member, IJavaScriptSearchConstants.REFERENCES, SearchUtils.GENERICS_AGNOSTIC_MATCH_RULE);
- IJavaScriptSearchScope searchScope= isWorkspaceScope ? getAccurateSearchScope(defaultSearchScope, member) : defaultSearchScope;
- searchEngine.search(pattern, new SearchParticipant[] { SearchEngine.getDefaultSearchParticipant() }, searchScope, searchRequestor,
- monitor);
- }
- return searchRequestor.getCallers();
-
- } catch (CoreException e) {
- JavaScriptPlugin.log(e);
- return new HashMap(0);
- }
- }
-
- private IJavaScriptSearchScope getAccurateSearchScope(IJavaScriptSearchScope defaultSearchScope, IMember member) throws JavaScriptModelException {
- if (! JdtFlags.isPrivate(member))
- return defaultSearchScope;
-
- if (member.getJavaScriptUnit() != null) {
- return SearchEngine.createJavaSearchScope(new IJavaScriptElement[] { member.getJavaScriptUnit() });
- } else if (member.getClassFile() != null) {
- // member could be called from an inner class-> search
- // package fragment (see also bug 109053):
- return SearchEngine.createJavaSearchScope(new IJavaScriptElement[] { member.getAncestor(IJavaScriptElement.PACKAGE_FRAGMENT) });
- } else {
- return defaultSearchScope;
- }
- }
-
- /**
- * Returns a collection of IMember instances representing what to search for
- */
- private Collection getMembers() {
- Collection result = new ArrayList();
-
- result.add(getMember());
-
- return result;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/IImplementorFinder.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/IImplementorFinder.java
deleted file mode 100644
index c50322f5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/IImplementorFinder.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.Collection;
-
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.jsdt.core.IType;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public interface IImplementorFinder {
-
- /**
- * Find implementors of the specified IType instance.
- */
- public abstract Collection findImplementingTypes(IType type,
- IProgressMonitor progressMonitor);
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/Implementors.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/Implementors.java
deleted file mode 100644
index 6c3780d2..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/Implementors.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class Implementors {
- private static Implementors fgInstance;
-
- /**
- * Returns the shared instance.
- */
- public static Implementors getInstance() {
- if (fgInstance == null) {
- fgInstance = new Implementors();
- }
-
- return fgInstance;
- }
-
- /**
- * Searches for implementors of the specified Java elements. Currently, only IFunction
- * instances are searched for. Also, only the first element of the elements
- * parameter is taken into consideration.
- *
- * @param elements
- *
- * @return An array of found implementing Java elements (currently only IFunction
- * instances)
- */
- public IJavaScriptElement[] searchForImplementors(IJavaScriptElement[] elements,
- IProgressMonitor progressMonitor) {
- return null;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/JavaImplementorFinder.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/JavaImplementorFinder.java
deleted file mode 100644
index eb326c1f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/JavaImplementorFinder.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.Arrays;
-import java.util.Collection;
-import java.util.HashSet;
-
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.ITypeHierarchy;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class JavaImplementorFinder implements IImplementorFinder {
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.internal.corext.callhierarchy.IImplementorFinder#findImplementingTypes(org.eclipse.wst.jsdt.core.IType, org.eclipse.core.runtime.IProgressMonitor)
- */
- public Collection findImplementingTypes(IType type, IProgressMonitor progressMonitor) {
- ITypeHierarchy typeHierarchy;
-
- try {
- typeHierarchy = type.newTypeHierarchy(progressMonitor);
-
- IType[] implementingTypes = typeHierarchy.getAllClasses();
- HashSet result = new HashSet(Arrays.asList(implementingTypes));
-
- return result;
- } catch (JavaScriptModelException e) {
- JavaScriptPlugin.log(e);
- }
-
- return null;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodCall.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodCall.java
deleted file mode 100644
index 3efe7a50..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodCall.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.List;
-
-import org.eclipse.wst.jsdt.core.IMember;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class MethodCall {
- private IMember fMember;
- private List fCallLocations;
-
- /**
- * @param enclosingElement
- */
- public MethodCall(IMember enclosingElement) {
- this.fMember = enclosingElement;
- }
-
- /**
- *
- */
- public Collection getCallLocations() {
- return fCallLocations;
- }
-
- public CallLocation getFirstCallLocation() {
- if ((fCallLocations != null) && !fCallLocations.isEmpty()) {
- return (CallLocation) fCallLocations.get(0);
- } else {
- return null;
- }
- }
-
- public boolean hasCallLocations() {
- return fCallLocations != null && fCallLocations.size() > 0;
- }
-
- /**
- * @return Object
- */
- public Object getKey() {
- return getMember().getHandleIdentifier();
- }
-
- /**
- *
- */
- public IMember getMember() {
- return fMember;
- }
-
- /**
- * @param location
- */
- public void addCallLocation(CallLocation location) {
- if (fCallLocations == null) {
- fCallLocations = new ArrayList();
- }
-
- fCallLocations.add(location);
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodReferencesSearchRequestor.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodReferencesSearchRequestor.java
deleted file mode 100644
index 5eff1846..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodReferencesSearchRequestor.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.Map;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.search.SearchMatch;
-import org.eclipse.wst.jsdt.core.search.SearchRequestor;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-class MethodReferencesSearchRequestor extends SearchRequestor {
- private CallSearchResultCollector fSearchResults;
- private boolean fRequireExactMatch = true;
-
- MethodReferencesSearchRequestor() {
- fSearchResults = new CallSearchResultCollector();
- }
-
- public Map getCallers() {
- return fSearchResults.getCallers();
- }
-
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.core.search.SearchRequestor#acceptSearchMatch(org.eclipse.wst.jsdt.core.search.SearchMatch)
- */
- public void acceptSearchMatch(SearchMatch match) {
- if (fRequireExactMatch && (match.getAccuracy() != SearchMatch.A_ACCURATE)) {
- return;
- }
-
- if (match.isInsideDocComment()) {
- return;
- }
-
- if (match.getElement() != null && match.getElement() instanceof IMember) {
- IMember member= (IMember) match.getElement();
- switch (member.getElementType()) {
- case IJavaScriptElement.METHOD:
- case IJavaScriptElement.TYPE:
- case IJavaScriptElement.FIELD:
- case IJavaScriptElement.INITIALIZER:
- fSearchResults.addMember(member, member, match.getOffset(), match.getOffset()+match.getLength());
- break;
- }
- }
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodWrapper.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodWrapper.java
deleted file mode 100644
index efb9a939..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/callhierarchy/MethodWrapper.java
+++ /dev/null
@@ -1,320 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jesper Kamstrup Linnet (eclipse@kamstrup-linnet.dk) - initial API and implementation
- * (report 36180: Callers/Callees view)
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.callhierarchy;
-
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Map;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.core.runtime.PlatformObject;
-import org.eclipse.ui.model.IWorkbenchAdapter;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.internal.ui.callhierarchy.MethodWrapperWorkbenchAdapter;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public abstract class MethodWrapper extends PlatformObject {
- private Map fElements = null;
-
- /*
- * A cache of previously found methods. This cache should be searched
- * before adding a "new" method object reference to the list of elements.
- * This way previously found methods won't be searched again.
- */
- private Map fMethodCache;
- private MethodCall fMethodCall;
- private MethodWrapper fParent;
- private int fLevel;
-
- /**
- * Constructor CallerElement.
- */
- public MethodWrapper(MethodWrapper parent, MethodCall methodCall) {
- Assert.isNotNull(methodCall);
-
- if (parent == null) {
- setMethodCache(new HashMap());
- fLevel = 1;
- } else {
- setMethodCache(parent.getMethodCache());
- fLevel = parent.getLevel() + 1;
- }
-
- this.fMethodCall = methodCall;
- this.fParent = parent;
- }
-
- public Object getAdapter(Class adapter) {
- if (adapter == IJavaScriptElement.class) {
- return getMember();
- } else if (adapter == IWorkbenchAdapter.class){
- return new MethodWrapperWorkbenchAdapter(this);
- } else {
- return null;
- }
- }
-
- /**
- * @return the child caller elements of this element
- */
- public MethodWrapper[] getCalls(IProgressMonitor progressMonitor) {
- if (fElements == null) {
- doFindChildren(progressMonitor);
- }
-
- MethodWrapper[] result = new MethodWrapper[fElements.size()];
- int i = 0;
-
- for (Iterator iter = fElements.keySet().iterator(); iter.hasNext();) {
- MethodCall methodCall = getMethodCallFromMap(fElements, iter.next());
- result[i++] = createMethodWrapper(methodCall);
- }
-
- return result;
- }
-
- public int getLevel() {
- return fLevel;
- }
-
- public IMember getMember() {
- return getMethodCall().getMember();
- }
-
- public MethodCall getMethodCall() {
- return fMethodCall;
- }
-
- public String getName() {
- if (getMethodCall() != null) {
- return getMethodCall().getMember().getElementName();
- } else {
- return ""; //$NON-NLS-1$
- }
- }
-
- public MethodWrapper getParent() {
- return fParent;
- }
-
- public boolean equals(Object oth) {
- if (this == oth) {
- return true;
- }
-
- if (oth == null) {
- return false;
- }
-
- if (oth instanceof MethodWrapperWorkbenchAdapter) {
- //Note: A MethodWrapper is equal to a referring MethodWrapperWorkbenchAdapter and vice versa (bug 101677).
- oth= ((MethodWrapperWorkbenchAdapter) oth).getMethodWrapper();
- }
-
- if (oth.getClass() != getClass()) {
- return false;
- }
-
- MethodWrapper other = (MethodWrapper) oth;
-
- if (this.fParent == null) {
- if (other.fParent != null) {
- return false;
- }
- } else {
- if (!this.fParent.equals(other.fParent)) {
- return false;
- }
- }
-
- if (this.getMethodCall() == null) {
- if (other.getMethodCall() != null) {
- return false;
- }
- } else {
- if (!this.getMethodCall().equals(other.getMethodCall())) {
- return false;
- }
- }
-
- return true;
- }
-
- public int hashCode() {
- final int PRIME = 1000003;
- int result = 0;
-
- if (fParent != null) {
- result = (PRIME * result) + fParent.hashCode();
- }
-
- if (getMethodCall() != null) {
- result = (PRIME * result) + getMethodCall().getMember().hashCode();
- }
-
- return result;
- }
-
- private void setMethodCache(Map methodCache) {
- fMethodCache = methodCache;
- }
-
- protected abstract String getTaskName();
-
- private void addCallToCache(MethodCall methodCall) {
- Map cachedCalls = lookupMethod(this.getMethodCall());
- cachedCalls.put(methodCall.getKey(), methodCall);
- }
-
- protected abstract MethodWrapper createMethodWrapper(MethodCall methodCall);
-
- private void doFindChildren(IProgressMonitor progressMonitor) {
- Map existingResults = lookupMethod(getMethodCall());
-
- if (existingResults != null) {
- fElements = new HashMap();
- fElements.putAll(existingResults);
- } else {
- initCalls();
-
- if (progressMonitor != null) {
- progressMonitor.beginTask(getTaskName(), 100);
- }
-
- try {
- performSearch(progressMonitor);
- } finally {
- if (progressMonitor != null) {
- progressMonitor.done();
- }
- }
-
- // ModalContext.run(getRunnableWithProgress(), true, getProgressMonitor(),
- // Display.getCurrent());
- }
- }
-
- /**
- * Determines if the method represents a recursion call (i.e. whether the
- * method call is already in the cache.)
- *
- * @return True if the call is part of a recursion
- */
- public boolean isRecursive() {
- MethodWrapper current = getParent();
-
- while (current != null) {
- if (getMember().getHandleIdentifier().equals(current.getMember()
- .getHandleIdentifier())) {
- return true;
- }
-
- current = current.getParent();
- }
-
- return false;
- }
-
- /**
- * This method finds the children of the current IFunction (either callers or
- * callees, depending on the concrete subclass.
- * @return The result of the search for children
- */
- protected abstract Map findChildren(IProgressMonitor progressMonitor);
-
- private Map getMethodCache() {
- return fMethodCache;
- }
-
- private void initCalls() {
- this.fElements = new HashMap();
-
- initCacheForMethod();
- }
-
- /**
- * Looks up a previously created search result in the "global" cache.
- * @return the List of previously found search results
- */
- private Map lookupMethod(MethodCall methodCall) {
- return (Map) getMethodCache().get(methodCall.getKey());
- }
-
- private void performSearch(IProgressMonitor progressMonitor) {
- fElements = findChildren(progressMonitor);
-
- for (Iterator iter = fElements.keySet().iterator(); iter.hasNext();) {
- checkCanceled(progressMonitor);
-
- MethodCall methodCall = getMethodCallFromMap(fElements, iter.next());
- addCallToCache(methodCall);
- }
- }
-
- private MethodCall getMethodCallFromMap(Map elements, Object key) {
- return (MethodCall) elements.get(key);
- }
-
- private void initCacheForMethod() {
- Map cachedCalls = new HashMap();
- getMethodCache().put(this.getMethodCall().getKey(), cachedCalls);
- }
-
- /**
- * Checks with the progress monitor to see whether the creation of the type hierarchy
- * should be canceled. Should be regularly called
- * so that the user can cancel.
- *
- * @exception OperationCanceledException if cancelling the operation has been requested
- * @see IProgressMonitor#isCanceled
- */
- protected void checkCanceled(IProgressMonitor progressMonitor) {
- if (progressMonitor != null && progressMonitor.isCanceled()) {
- throw new OperationCanceledException();
- }
- }
-
- /**
- * Allows a visitor to traverse the call hierarchy. The visiting is stopped when
- * a recursive node is reached.
- *
- * @param visitor
- */
- public void accept(CallHierarchyVisitor visitor, IProgressMonitor progressMonitor) {
- if (getParent() != null && getParent().isRecursive()) {
- return;
- }
- checkCanceled(progressMonitor);
-
- visitor.preVisit(this);
- if (visitor.visit(this)) {
- MethodWrapper[] methodWrappers= getCalls(progressMonitor);
- for (int i= 0; i < methodWrappers.length; i++) {
- methodWrappers[i].accept(visitor, progressMonitor);
- }
- }
- visitor.postVisit(this);
-
- if (progressMonitor != null) {
- progressMonitor.worked(1);
- }
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java
deleted file mode 100644
index 2114b4ac..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java
+++ /dev/null
@@ -1,259 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import org.eclipse.core.filebuffers.ITextFileBuffer;
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.jface.text.Document;
-import org.eclipse.jface.text.IDocument;
-import org.eclipse.ltk.core.refactoring.Change;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.IVariableBinding;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.dom.NodeFinder;
-import org.eclipse.wst.jsdt.internal.corext.refactoring.changes.CompilationUnitChange;
-import org.eclipse.wst.jsdt.internal.corext.refactoring.structure.CompilationUnitRewrite;
-import org.eclipse.wst.jsdt.internal.corext.refactoring.util.RefactoringFileBuffers;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class AddCustomConstructorOperation implements IWorkspaceRunnable {
-
- /** Should the resulting edit be applied? */
- private boolean fApply= true;
-
- /** The super constructor method binding */
- private final IFunctionBinding fBinding;
-
- /** The variable bindings to implement */
- private final IVariableBinding[] fBindings;
-
- /** The variable binding keys for which a constructor was generated */
- private final List fCreated= new ArrayList();
-
- /** The resulting text edit */
- private TextEdit fEdit= null;
-
- /** The insertion point, or <code>null</code> */
- private final IJavaScriptElement fInsert;
-
- /** Should the call to the super constructor be omitted? */
- private boolean fOmitSuper= false;
-
- /** Should the compilation unit content be saved? */
- private final boolean fSave;
-
- /** The code generation settings to use */
- private final CodeGenerationSettings fSettings;
-
- /** The type declaration to add the constructors to */
- private final IType fType;
-
- /** The compilation unit ast node */
- private final JavaScriptUnit fUnit;
-
- /** The visibility flags of the new constructor */
- private int fVisibility= 0;
-
- /**
- * Creates a new add custom constructor operation.
- *
- * @param type the type to add the methods to
- * @param insert the insertion point, or <code>null</code>
- * @param unit the compilation unit ast node
- * @param bindings the variable bindings to use in the constructor
- * @param binding the method binding of the super constructor
- * @param settings the code generation settings to use
- * @param apply <code>true</code> if the resulting edit should be applied, <code>false</code> otherwise
- * @param save <code>true</code> if the changed compilation unit should be saved, <code>false</code> otherwise
- */
- public AddCustomConstructorOperation(final IType type, final IJavaScriptElement insert, final JavaScriptUnit unit, final IVariableBinding[] bindings, final IFunctionBinding binding, final CodeGenerationSettings settings, final boolean apply, final boolean save) {
- Assert.isNotNull(type);
- Assert.isNotNull(unit);
- Assert.isNotNull(bindings);
- Assert.isNotNull(settings);
- fType= type;
- fInsert= insert;
- fUnit= unit;
- fBindings= bindings;
- fBinding= binding;
- fSettings= settings;
- fSave= save;
- fApply= apply;
- }
-
- /**
- * Returns the resulting text edit.
- *
- * @return the resulting text edit
- */
- public final TextEdit getResultingEdit() {
- return fEdit;
- }
-
- /**
- * Returns the scheduling rule for this operation.
- *
- * @return the scheduling rule
- */
- public final ISchedulingRule getSchedulingRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
- /**
- * Returns the visibility modifier of the generated constructors.
- *
- * @return the visibility modifier
- */
- public final int getVisibility() {
- return fVisibility;
- }
-
- /**
- * Should the call to the super constructor be omitted?
- *
- * @return <code>true</code> to omit the call, <code>false</code> otherwise
- */
- public final boolean isOmitSuper() {
- return fOmitSuper;
- }
-
- /*
- * @see org.eclipse.core.resources.IWorkspaceRunnable#run(org.eclipse.core.runtime.IProgressMonitor)
- */
- public final void run(IProgressMonitor monitor) throws CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask("", 1); //$NON-NLS-1$
- monitor.setTaskName(CodeGenerationMessages.AddCustomConstructorOperation_description);
- fCreated.clear();
- final IJavaScriptUnit unit= fType.getJavaScriptUnit();
- final CompilationUnitRewrite rewrite= new CompilationUnitRewrite(unit, fUnit);
- ITypeBinding binding= null;
- ListRewrite rewriter= null;
- if (fType.isAnonymous()) {
- final ClassInstanceCreation creation= (ClassInstanceCreation) ASTNodes.getParent(NodeFinder.perform(rewrite.getRoot(), fType.getNameRange()), ClassInstanceCreation.class);
- if (creation != null) {
- binding= creation.resolveTypeBinding();
- final AnonymousClassDeclaration declaration= creation.getAnonymousClassDeclaration();
- if (declaration != null)
- rewriter= rewrite.getASTRewrite().getListRewrite(declaration, AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY);
- }
- } else {
- final AbstractTypeDeclaration declaration= (AbstractTypeDeclaration) ASTNodes.getParent(NodeFinder.perform(rewrite.getRoot(), fType.getNameRange()), AbstractTypeDeclaration.class);
- if (declaration != null) {
- binding= declaration.resolveBinding();
- rewriter= rewrite.getASTRewrite().getListRewrite(declaration, declaration.getBodyDeclarationsProperty());
- }
- }
- if (binding != null && rewriter != null) {
- ITextFileBuffer buffer= null;
- IDocument document= null;
- try {
- if (!JavaModelUtil.isPrimary(unit))
- document= new Document(unit.getBuffer().getContents());
- else {
- buffer= RefactoringFileBuffers.acquire(unit);
- document= buffer.getDocument();
- }
- ASTNode insertion= null;
- if (fInsert instanceof IFunction)
- insertion= ASTNodes.getParent(NodeFinder.perform(rewrite.getRoot(), ((IFunction) fInsert).getNameRange()), FunctionDeclaration.class);
- FunctionDeclaration stub= StubUtility2.createConstructorStub(rewrite.getCu(), rewrite.getASTRewrite(), rewrite.getImportRewrite(), binding, rewrite.getAST(), fOmitSuper ? null : fBinding, fBindings, fVisibility, fSettings);
- if (stub != null) {
- fCreated.addAll(Arrays.asList(fBindings));
- if (insertion != null)
- rewriter.insertBefore(stub, insertion, null);
- else
- rewriter.insertLast(stub, null);
- }
- final Change result= rewrite.createChange();
- if (result instanceof CompilationUnitChange) {
- final CompilationUnitChange change= (CompilationUnitChange) result;
- final TextEdit edit= change.getEdit();
- if (edit != null) {
- try {
- fEdit= edit;
- if (fApply)
- edit.apply(document, TextEdit.UPDATE_REGIONS);
- if (fSave) {
- if (buffer != null)
- buffer.commit(new SubProgressMonitor(monitor, 1), true);
- else
- unit.getBuffer().setContents(document.get());
- }
- } catch (Exception exception) {
- throw new CoreException(new Status(IStatus.ERROR, JavaScriptPlugin.getPluginId(), 0, exception.getLocalizedMessage(), exception));
- }
- }
- }
- } finally {
- if (buffer != null)
- RefactoringFileBuffers.release(unit);
- }
- }
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Determines whether the call to the super constructor should be omitted.
- *
- * @param omit <code>true</code> to omit the call, <code>false</code> otherwise
- */
- public final void setOmitSuper(final boolean omit) {
- fOmitSuper= omit;
- }
-
- /**
- * Sets the visibility modifier of the generated constructors.
- *
- * @param visibility the visibility modifier
- */
- public final void setVisibility(final int visibility) {
- fVisibility= visibility;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java
deleted file mode 100644
index 809568a9..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java
+++ /dev/null
@@ -1,244 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.core.filebuffers.ITextFileBuffer;
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.jface.text.Document;
-import org.eclipse.jface.text.IDocument;
-import org.eclipse.ltk.core.refactoring.Change;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.dom.NodeFinder;
-import org.eclipse.wst.jsdt.internal.corext.refactoring.changes.CompilationUnitChange;
-import org.eclipse.wst.jsdt.internal.corext.refactoring.structure.CompilationUnitRewrite;
-import org.eclipse.wst.jsdt.internal.corext.refactoring.util.RefactoringFileBuffers;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class AddDelegateMethodsOperation implements IWorkspaceRunnable {
-
- /** Should the resulting edit be applied? */
- private boolean fApply= true;
-
- /** The method binding keys for which a method was generated */
- private final List fCreated= new ArrayList();
-
- /** The resulting text edit */
- private TextEdit fEdit= null;
-
- /** The insertion point, or <code>null</code> */
- private final IJavaScriptElement fInsert;
-
- /** The method binding keys to implement */
- private final String[] fMethodKeys;
-
- /** Should the compilation unit content be saved? */
- private final boolean fSave;
-
- /** The code generation settings to use */
- private final CodeGenerationSettings fSettings;
-
- /** The type declaration to add the methods to */
- private final IType fType;
-
- /** The compilation unit ast node */
- private final JavaScriptUnit fUnit;
-
- /** The variable binding keys to implement */
- private final String[] fVariableKeys;
-
- /**
- * Creates a new add delegate methods operation.
- *
- * @param type the type to add the methods to
- * @param insert the insertion point, or <code>null</code>
- * @param variableKeys the variable binding keys to implement
- * @param methodKeys the method binding keys to implement
- * @param settings the code generation settings to use
- * @param apply <code>true</code> if the resulting edit should be applied, <code>false</code> otherwise
- * @param save <code>true</code> if the changed compilation unit should be saved, <code>false</code> otherwise
- */
- public AddDelegateMethodsOperation(final IType type, final IJavaScriptElement insert, final JavaScriptUnit unit, final String[] variableKeys, final String[] methodKeys, final CodeGenerationSettings settings, final boolean apply, final boolean save) {
- Assert.isNotNull(type);
- Assert.isNotNull(unit);
- Assert.isNotNull(variableKeys);
- Assert.isNotNull(methodKeys);
- Assert.isNotNull(settings);
- Assert.isTrue(variableKeys.length == methodKeys.length);
- fType= type;
- fInsert= insert;
- fUnit= unit;
- fVariableKeys= variableKeys;
- fMethodKeys= methodKeys;
- fSettings= settings;
- fSave= save;
- fApply= apply;
- }
-
- /**
- * Returns the method binding keys for which a method has been generated.
- *
- * @return the method binding keys
- */
- public final String[] getCreatedMethods() {
- final String[] keys= new String[fCreated.size()];
- fCreated.toArray(keys);
- return keys;
- }
-
- /**
- * Returns the resulting text edit.
- *
- * @return the resulting text edit
- */
- public final TextEdit getResultingEdit() {
- return fEdit;
- }
-
- /**
- * Returns the scheduling rule for this operation.
- *
- * @return the scheduling rule
- */
- public final ISchedulingRule getSchedulingRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
- /*
- * @see org.eclipse.core.resources.IWorkspaceRunnable#run(org.eclipse.core.runtime.IProgressMonitor)
- */
- public final void run(IProgressMonitor monitor) throws CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask("", 1); //$NON-NLS-1$
- monitor.setTaskName(CodeGenerationMessages.AddDelegateMethodsOperation_monitor_message);
- fCreated.clear();
- final IJavaScriptUnit unit= fType.getJavaScriptUnit();
- final CompilationUnitRewrite rewrite= new CompilationUnitRewrite(unit, fUnit);
- ITypeBinding binding= null;
- ListRewrite rewriter= null;
- if (fType.isAnonymous()) {
- final ClassInstanceCreation creation= (ClassInstanceCreation) ASTNodes.getParent(NodeFinder.perform(rewrite.getRoot(), fType.getNameRange()), ClassInstanceCreation.class);
- if (creation != null) {
- binding= creation.resolveTypeBinding();
- final AnonymousClassDeclaration declaration= creation.getAnonymousClassDeclaration();
- if (declaration != null)
- rewriter= rewrite.getASTRewrite().getListRewrite(declaration, AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY);
- }
- } else {
- final AbstractTypeDeclaration declaration= (AbstractTypeDeclaration) ASTNodes.getParent(NodeFinder.perform(rewrite.getRoot(), fType.getNameRange()), AbstractTypeDeclaration.class);
- if (declaration != null) {
- binding= declaration.resolveBinding();
- rewriter= rewrite.getASTRewrite().getListRewrite(declaration, declaration.getBodyDeclarationsProperty());
- }
- }
- if (binding != null && rewriter != null) {
- final IBinding[][] bindings= StubUtility2.getDelegatableMethods(rewrite.getAST(), binding);
- if (bindings != null && bindings.length > 0) {
- ITextFileBuffer buffer= null;
- IDocument document= null;
- try {
- if (!JavaModelUtil.isPrimary(unit))
- document= new Document(unit.getBuffer().getContents());
- else {
- buffer= RefactoringFileBuffers.acquire(unit);
- document= buffer.getDocument();
- }
- ASTNode insertion= null;
- if (fInsert instanceof IFunction)
- insertion= ASTNodes.getParent(NodeFinder.perform(rewrite.getRoot(), ((IFunction) fInsert).getNameRange()), FunctionDeclaration.class);
- String variableKey= null;
- String methodKey= null;
- FunctionDeclaration stub= null;
- for (int index= 0; index < fMethodKeys.length; index++) {
- methodKey= fMethodKeys[index];
- variableKey= fVariableKeys[index];
- if (monitor.isCanceled())
- break;
- for (int offset= 0; offset < bindings.length; offset++) {
- if (bindings[offset][0].getKey().equals(variableKey) && bindings[offset][1].getKey().equals(methodKey)) {
- stub= StubUtility2.createDelegationStub(rewrite.getCu(), rewrite.getASTRewrite(), rewrite.getImportRewrite(), rewrite.getAST(), bindings[offset], fSettings);
- if (stub != null) {
- fCreated.add(methodKey);
- if (insertion != null)
- rewriter.insertBefore(stub, insertion, null);
- else
- rewriter.insertLast(stub, null);
- }
- break;
- }
- }
- }
- final Change result= rewrite.createChange();
- if (result instanceof CompilationUnitChange) {
- final CompilationUnitChange change= (CompilationUnitChange) result;
- final TextEdit edit= change.getEdit();
- if (edit != null) {
- try {
- fEdit= edit;
- if (fApply)
- edit.apply(document, TextEdit.UPDATE_REGIONS);
- if (fSave) {
- if (buffer != null)
- buffer.commit(new SubProgressMonitor(monitor, 1), true);
- else
- unit.getBuffer().setContents(document.get());
- }
- } catch (Exception exception) {
- throw new CoreException(new Status(IStatus.ERROR, JavaScriptPlugin.getPluginId(), 0, exception.getLocalizedMessage(), exception));
- }
- }
- }
- } finally {
- if (buffer != null)
- RefactoringFileBuffers.release(unit);
- }
- }
- }
- } finally {
- monitor.done();
- }
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddGetterSetterOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddGetterSetterOperation.java
deleted file mode 100644
index a32d434a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddGetterSetterOperation.java
+++ /dev/null
@@ -1,357 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.Flags;
-import org.eclipse.wst.jsdt.core.IField;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite;
-import org.eclipse.wst.jsdt.core.formatter.CodeFormatter;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.dom.NodeFinder;
-import org.eclipse.wst.jsdt.internal.corext.util.CodeFormatterUtil;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.ui.JavaScriptUI;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class AddGetterSetterOperation implements IWorkspaceRunnable {
-
- /** The empty strings constant */
- private static final String[] EMPTY_STRINGS= new String[0];
-
- /** The accessor fields */
- private final IField[] fAccessorFields;
-
- /** Should the resulting edit be applied? */
- private boolean fApply= true;
-
- /** The resulting text edit */
- private TextEdit fEdit= null;
-
- /** The getter fields */
- private final IField[] fGetterFields;
-
- /** The insertion point, or <code>null</code> */
- private final IJavaScriptElement fInsert;
-
- /** Should the compilation unit content be saved? */
- private final boolean fSave;
-
- /** The setter fields */
- private final IField[] fSetterFields;
-
- /** The code generation settings to use */
- private final CodeGenerationSettings fSettings;
-
- /** Should all existing members be skipped? */
- private boolean fSkipAllExisting= false;
-
- /** The skip existing request query */
- private final IRequestQuery fSkipExistingQuery;
-
- /** Should the accessors be sorted? */
- private boolean fSort= false;
-
- /** The type declaration to add the constructors to */
- private final IType fType;
-
- /** The compilation unit ast node */
- private final JavaScriptUnit fASTRoot;
-
- /** The visibility flags of the new accessors */
- private int fVisibility= Modifier.PUBLIC;
-
- /**
- * Creates a new add getter setter operation.
- *
- * @param type the type to add the accessors to
- * @param getters the fields to create getters for
- * @param setters the fields to create setters for
- * @param accessors the fields to create both
- * @param unit the compilation unit ast node
- * @param skipExistingQuery the request query
- * @param insert the insertion point, or <code>null</code>
- * @param settings the code generation settings to use
- * @param apply <code>true</code> if the resulting edit should be applied, <code>false</code> otherwise
- * @param save <code>true</code> if the changed compilation unit should be saved, <code>false</code> otherwise
- */
- public AddGetterSetterOperation(final IType type, final IField[] getters, final IField[] setters, final IField[] accessors, final JavaScriptUnit unit, final IRequestQuery skipExistingQuery, final IJavaScriptElement insert, final CodeGenerationSettings settings, final boolean apply, final boolean save) {
- Assert.isNotNull(type);
- Assert.isNotNull(unit);
- Assert.isNotNull(settings);
- fType= type;
- fGetterFields= getters;
- fSetterFields= setters;
- fAccessorFields= accessors;
- fASTRoot= unit;
- fSkipExistingQuery= skipExistingQuery;
- fInsert= insert;
- fSettings= settings;
- fSave= save;
- fApply= apply;
- }
-
- /**
- * Adds a new accessor for the specified field.
- *
- * @param type the type
- * @param field the field
- * @param contents the contents of the accessor method
- * @param rewrite the list rewrite to use
- * @param insertion the insertion point
- * @throws JavaScriptModelException if an error occurs
- */
- private void addNewAccessor(final IType type, final IField field, final String contents, final ListRewrite rewrite, final ASTNode insertion) throws JavaScriptModelException {
- final String delimiter= StubUtility.getLineDelimiterUsed(type);
- final FunctionDeclaration declaration= (FunctionDeclaration) rewrite.getASTRewrite().createStringPlaceholder(CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, contents, 0, null, delimiter, field.getJavaScriptProject()), ASTNode.FUNCTION_DECLARATION);
- if (insertion != null)
- rewrite.insertBefore(declaration, insertion, null);
- else
- rewrite.insertLast(declaration, null);
- }
-
- /**
- * Generates a new getter method for the specified field
- *
- * @param field the field
- * @param rewrite the list rewrite to use
- * @throws CoreException if an error occurs
- * @throws OperationCanceledException if the operation has been cancelled
- */
- private void generateGetterMethod(final IField field, final ListRewrite rewrite) throws CoreException, OperationCanceledException {
- final IType type= field.getDeclaringType();
- final String name= GetterSetterUtil.getGetterName(field, null);
- final IFunction existing= JavaModelUtil.findMethod(name, EMPTY_STRINGS, false, type);
- if (existing == null || !querySkipExistingMethods(existing)) {
- IJavaScriptElement sibling= null;
- if (existing != null) {
- sibling= StubUtility.findNextSibling(existing);
- removeExistingAccessor(existing, rewrite);
- } else
- sibling= fInsert;
- ASTNode insertion= null;
- if (sibling instanceof IFunction)
- insertion= ASTNodes.getParent(NodeFinder.perform(rewrite.getParent().getRoot(), ((IFunction) fInsert).getNameRange()), FunctionDeclaration.class);
- addNewAccessor(type, field, GetterSetterUtil.getGetterStub(field, name, fSettings.createComments, fVisibility | (field.getFlags() & Flags.AccStatic)), rewrite, insertion);
- }
- }
-
- /**
- * Generates a new setter method for the specified field
- *
- * @param field the field
- * @param astRewrite
- * @param rewrite the list rewrite to use
- * @throws CoreException if an error occurs
- * @throws OperationCanceledException if the operation has been cancelled
- */
- private void generateSetterMethod(final IField field, ASTRewrite astRewrite, final ListRewrite rewrite) throws CoreException, OperationCanceledException {
- final IType type= field.getDeclaringType();
- final String name= GetterSetterUtil.getSetterName(field, null);
- final IFunction existing= JavaModelUtil.findMethod(name, new String[] { field.getTypeSignature()}, false, type);
- if (existing == null || querySkipExistingMethods(existing)) {
- IJavaScriptElement sibling= null;
- if (existing != null) {
- sibling= StubUtility.findNextSibling(existing);
- removeExistingAccessor(existing, rewrite);
- } else
- sibling= fInsert;
- ASTNode insertion= null;
- if (sibling instanceof IFunction)
- insertion= ASTNodes.getParent(NodeFinder.perform(fASTRoot, ((IFunction) fInsert).getNameRange()), FunctionDeclaration.class);
- addNewAccessor(type, field, GetterSetterUtil.getSetterStub(field, name, fSettings.createComments, fVisibility | (field.getFlags() & Flags.AccStatic)), rewrite, insertion);
- }
- }
-
- /**
- * Returns the resulting text edit.
- *
- * @return the resulting text edit
- */
- public final TextEdit getResultingEdit() {
- return fEdit;
- }
-
- /**
- * Returns the scheduling rule for this operation.
- *
- * @return the scheduling rule
- */
- public final ISchedulingRule getSchedulingRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
- /**
- * Returns the visibility modifier of the generated constructors.
- *
- * @return the visibility modifier
- */
- public final int getVisibility() {
- return fVisibility;
- }
-
- /**
- * Should all existing members be skipped?
- *
- * @return <code>true</code> if they should be skipped, <code>false</code> otherwise
- */
- public final boolean isSkipAllExisting() {
- return fSkipAllExisting;
- }
-
- /**
- * Queries the user whether to skip existing methods.
- *
- * @param method the method in question
- * @return <code>true</code> to skip existing methods, <code>false</code> otherwise
- * @throws OperationCanceledException if the operation has been cancelled
- */
- private boolean querySkipExistingMethods(final IFunction method) throws OperationCanceledException {
- if (!fSkipAllExisting) {
- switch (fSkipExistingQuery.doQuery(method)) {
- case IRequestQuery.CANCEL:
- throw new OperationCanceledException();
- case IRequestQuery.NO:
- return false;
- case IRequestQuery.YES_ALL:
- fSkipAllExisting= true;
- }
- }
- return true;
- }
-
- /**
- * Removes an existing accessor method.
- *
- * @param accessor the accessor method to remove
- * @param rewrite the list rewrite to use
- * @throws JavaScriptModelException if an error occurs
- */
- private void removeExistingAccessor(final IFunction accessor, final ListRewrite rewrite) throws JavaScriptModelException {
- final FunctionDeclaration declaration= (FunctionDeclaration) ASTNodes.getParent(NodeFinder.perform(rewrite.getParent().getRoot(), accessor.getNameRange()), FunctionDeclaration.class);
- if (declaration != null)
- rewrite.remove(declaration, null);
- }
-
- /*
- * @see org.eclipse.core.resources.IWorkspaceRunnable#run(org.eclipse.core.runtime.IProgressMonitor)
- */
- public final void run(IProgressMonitor monitor) throws CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.setTaskName(CodeGenerationMessages.AddGetterSetterOperation_description);
- monitor.beginTask("", fGetterFields.length + fSetterFields.length); //$NON-NLS-1$
- final IJavaScriptUnit unit= fType.getJavaScriptUnit();
- final ASTRewrite astRewrite= ASTRewrite.create(fASTRoot.getAST());
- ListRewrite listRewriter= null;
- if (fType.isAnonymous()) {
- final ClassInstanceCreation creation= (ClassInstanceCreation) ASTNodes.getParent(NodeFinder.perform(fASTRoot, fType.getNameRange()), ClassInstanceCreation.class);
- if (creation != null) {
- final AnonymousClassDeclaration declaration= creation.getAnonymousClassDeclaration();
- if (declaration != null)
- listRewriter= astRewrite.getListRewrite(declaration, AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY);
- }
- } else {
- final AbstractTypeDeclaration declaration= (AbstractTypeDeclaration) ASTNodes.getParent(NodeFinder.perform(fASTRoot, fType.getNameRange()), AbstractTypeDeclaration.class);
- if (declaration != null)
- listRewriter= astRewrite.getListRewrite(declaration, declaration.getBodyDeclarationsProperty());
- }
- if (listRewriter == null) {
- throw new CoreException(new Status(IStatus.ERROR, JavaScriptUI.ID_PLUGIN, IStatus.ERROR, CodeGenerationMessages.AddGetterSetterOperation_error_input_type_not_found, null));
- }
-
- fSkipAllExisting= (fSkipExistingQuery == null);
- if (!fSort) {
- for (int index= 0; index < fAccessorFields.length; index++) {
- generateGetterMethod(fAccessorFields[index], listRewriter);
- generateSetterMethod(fAccessorFields[index], astRewrite, listRewriter);
- monitor.worked(1);
- if (monitor.isCanceled()) {
- throw new OperationCanceledException();
- }
- }
- }
- for (int index= 0; index < fGetterFields.length; index++) {
- generateGetterMethod(fGetterFields[index], listRewriter);
- monitor.worked(1);
- if (monitor.isCanceled()) {
- throw new OperationCanceledException();
- }
- }
- for (int index= 0; index < fSetterFields.length; index++) {
- generateSetterMethod(fSetterFields[index], astRewrite, listRewriter);
- monitor.worked(1);
- if (monitor.isCanceled()) {
- throw new OperationCanceledException();
- }
- }
- fEdit= astRewrite.rewriteAST();
- if (fApply) {
- JavaModelUtil.applyEdit(unit, fEdit, fSave, new SubProgressMonitor(monitor, 1));
- }
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Determines whether existing members should be skipped.
- *
- * @param skip <code>true</code> to skip existing members, <code>false</code> otherwise
- */
- public final void setSkipAllExisting(final boolean skip) {
- fSkipAllExisting= skip;
- }
-
- public void setSort(boolean sort) {
- fSort= sort;
- }
-
- /**
- * Sets the visibility modifier of the generated constructors.
- *
- * @param visibility the visibility modifier
- */
- public final void setVisibility(final int visibility) {
- fVisibility= visibility;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddImportsOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddImportsOperation.java
deleted file mode 100644
index 93b6f6b7..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddImportsOperation.java
+++ /dev/null
@@ -1,406 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.jface.text.BadLocationException;
-import org.eclipse.text.edits.MultiTextEdit;
-import org.eclipse.text.edits.ReplaceEdit;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.Flags;
-import org.eclipse.wst.jsdt.core.IBuffer;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.Signature;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.FunctionInvocation;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.IVariableBinding;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.Name;
-import org.eclipse.wst.jsdt.core.dom.QualifiedName;
-import org.eclipse.wst.jsdt.core.dom.QualifiedType;
-import org.eclipse.wst.jsdt.core.dom.SimpleName;
-import org.eclipse.wst.jsdt.core.dom.Type;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope;
-import org.eclipse.wst.jsdt.core.search.SearchEngine;
-import org.eclipse.wst.jsdt.core.search.SearchPattern;
-import org.eclipse.wst.jsdt.core.search.TypeNameMatch;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.dom.NodeFinder;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.corext.util.Messages;
-import org.eclipse.wst.jsdt.internal.corext.util.TypeNameMatchCollector;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-import org.eclipse.wst.jsdt.internal.ui.JavaUIStatus;
-import org.eclipse.wst.jsdt.internal.ui.javaeditor.ASTProvider;
-import org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving;
-import org.eclipse.wst.jsdt.internal.ui.text.correction.SimilarElementsRequestor;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class AddImportsOperation implements IWorkspaceRunnable {
-
- public static interface IChooseImportQuery {
- /**
- * Selects an import from a list of choices.
- * @param openChoices Array of found types
- * @param containerName Name type to be imported
- * @return Returns <code>null</code> to cancel the operation, or the
- * selected imports.
- */
- TypeNameMatch chooseImport(TypeNameMatch[] openChoices, String containerName);
- }
-
- private IJavaScriptUnit fCompilationUnit;
- private final int fSelectionOffset;
- private final int fSelectionLength;
- private final IChooseImportQuery fQuery;
- private IStatus fStatus;
- private boolean fDoSave;
-
-
- /**
- * Generate import statements for the passed java elements
- * Elements must be of type IType (-> single import) or IPackageFragment
- * (on-demand-import). Other JavaElements are ignored
- * @param cu The compilation unit
- * @param selectionOffset Start of the current text selection
- * @param selectionLength End of the current text selection
- * @param query Query element to be used for UI interaction or <code>null</code> to not select anything
- * when multiple possibilities are available
- * @param save If set, the result will be saved
- */
- public AddImportsOperation(IJavaScriptUnit cu, int selectionOffset, int selectionLength, IChooseImportQuery query, boolean save) {
- super();
- Assert.isNotNull(cu);
-
- fCompilationUnit= cu;
- fSelectionOffset= selectionOffset;
- fSelectionLength= selectionLength;
- fQuery= query;
- fStatus= Status.OK_STATUS;
- fDoSave= save;
- }
-
- /**
- * @return Returns the status.
- */
- public IStatus getStatus() {
- return fStatus;
- }
-
- /**
- * Runs the operation.
- * @param monitor The progress monitor
- * @throws CoreException
- * @throws OperationCanceledException Runtime error thrown when operation is canceled.
- */
- public void run(IProgressMonitor monitor) throws CoreException, OperationCanceledException {
- if (monitor == null) {
- monitor= new NullProgressMonitor();
- }
- try {
- monitor.beginTask(CodeGenerationMessages.AddImportsOperation_description, 4);
-
- JavaScriptUnit astRoot= JavaScriptPlugin.getDefault().getASTProvider().getAST(fCompilationUnit, ASTProvider.WAIT_YES, new SubProgressMonitor(monitor, 1));
-
- ImportRewrite importRewrite= StubUtility.createImportRewrite(astRoot, true);
-
- MultiTextEdit res= new MultiTextEdit();
-
- TextEdit edit= evaluateEdits(astRoot, importRewrite, fSelectionOffset, fSelectionLength, new SubProgressMonitor(monitor, 1));
- if (edit == null) {
- return;
- }
- res.addChild(edit);
-
- TextEdit importsEdit= importRewrite.rewriteImports(new SubProgressMonitor(monitor, 1));
- res.addChild(importsEdit);
-
- JavaModelUtil.applyEdit(fCompilationUnit, res, fDoSave, new SubProgressMonitor(monitor, 1));
- } catch (BadLocationException e) {
- throw new CoreException(JavaUIStatus.createError(IStatus.ERROR, e));
- } finally {
- monitor.done();
- }
- }
-
- private TextEdit evaluateEdits(JavaScriptUnit root, ImportRewrite importRewrite, int offset, int length, IProgressMonitor monitor) throws BadLocationException, JavaScriptModelException {
- SimpleName nameNode= null;
- if (root != null) { // got an AST
- ASTNode node= NodeFinder.perform(root, offset, length);
-
- if (node instanceof QualifiedName) {
- nameNode= ((QualifiedName) node).getName();
- } else if (node instanceof SimpleName) {
- nameNode= (SimpleName) node;
- }
- }
-
- String name, simpleName, containerName;
- int qualifierStart;
- int simpleNameStart;
- if (nameNode != null) {
- simpleName= nameNode.getIdentifier();
- simpleNameStart= nameNode.getStartPosition();
- if (nameNode.getLocationInParent() == QualifiedName.NAME_PROPERTY) {
- Name qualifier= ((QualifiedName) nameNode.getParent()).getQualifier();
- containerName= qualifier.getFullyQualifiedName();
- name= JavaModelUtil.concatenateName(containerName, simpleName);
- qualifierStart= qualifier.getStartPosition();
- } else if (nameNode.getParent().getLocationInParent() == QualifiedType.NAME_PROPERTY) {
- Type qualifier= ((QualifiedType) nameNode.getParent().getParent()).getQualifier();
- containerName= ASTNodes.asString(qualifier);
- name= JavaModelUtil.concatenateName(containerName, simpleName);
- qualifierStart= qualifier.getStartPosition();
- } else if (nameNode.getLocationInParent() == FunctionInvocation.NAME_PROPERTY) {
- ASTNode qualifier= ((FunctionInvocation) nameNode.getParent()).getExpression();
- if (qualifier instanceof Name) {
- containerName= ASTNodes.asString(qualifier);
- name= JavaModelUtil.concatenateName(containerName, simpleName);
- qualifierStart= qualifier.getStartPosition();
- } else {
- return null;
- }
- } else {
- containerName= ""; //$NON-NLS-1$
- name= simpleName;
- qualifierStart= simpleNameStart;
- }
-
- IBinding binding= nameNode.resolveBinding();
- if (binding != null && !binding.isRecovered()) {
- if (binding instanceof ITypeBinding) {
- ITypeBinding typeBinding= (ITypeBinding) binding;
- String qualifiedBindingName= typeBinding.getQualifiedName();
- if (containerName.length() > 0 && !qualifiedBindingName.equals(name)) {
- return null;
- }
-
- String res= importRewrite.addImport(typeBinding);
- if (containerName.length() > 0 && !res.equals(simpleName)) {
- // adding import failed
- return null;
- }
- return new ReplaceEdit(qualifierStart, simpleNameStart - qualifierStart, new String());
- } else if (binding instanceof IVariableBinding || binding instanceof IFunctionBinding) {
- boolean isField= binding instanceof IVariableBinding;
- ITypeBinding declaringClass= isField ? ((IVariableBinding) binding).getDeclaringClass() : ((IFunctionBinding) binding).getDeclaringClass();
- if (declaringClass == null) {
- return null; // variableBinding.getDeclaringClass() is null for array.length
- }
- if (Modifier.isStatic(binding.getModifiers())) {
- if (Modifier.isPrivate(declaringClass.getModifiers())) {
- fStatus= JavaUIStatus.createError(IStatus.ERROR, Messages.format(CodeGenerationMessages.AddImportsOperation_error_not_visible_class, declaringClass.getName()), null);
- return null;
- }
-
- if (containerName.length() > 0) {
- if (containerName.equals(declaringClass.getName()) || containerName.equals(declaringClass.getQualifiedName()) ) {
- String res= importRewrite.addStaticImport(declaringClass.getQualifiedName(), binding.getName(), isField);
- if (!res.equals(simpleName)) {
- // adding import failed
- return null;
- }
- return new ReplaceEdit(qualifierStart, simpleNameStart - qualifierStart, ""); //$NON-NLS-1$
- }
- }
- }
- return null; // no static imports for packages
- } else {
- return null;
- }
- }
- if (binding != null && binding.getKind() != IBinding.TYPE) {
- // recovered binding
- return null;
- }
-
- } else {
- IBuffer buffer= fCompilationUnit.getBuffer();
-
- qualifierStart= getNameStart(buffer, offset);
- int nameEnd= getNameEnd(buffer, offset + length);
- int len= nameEnd - qualifierStart;
- name= buffer.getText(qualifierStart, len).trim();
- if (name.length() == 0) {
- return null;
- }
-
- simpleName= Signature.getSimpleName(name);
- containerName= Signature.getQualifier(name);
-
- simpleNameStart= getSimpleNameStart(buffer, qualifierStart, containerName);
-
- int res= importRewrite.getDefaultImportRewriteContext().findInContext(containerName, simpleName, ImportRewriteContext.KIND_TYPE);
- if (res == ImportRewriteContext.RES_NAME_CONFLICT) {
- fStatus= JavaUIStatus.createError(IStatus.ERROR, CodeGenerationMessages.AddImportsOperation_error_importclash, null);
- return null;
- } else if (res == ImportRewriteContext.RES_NAME_FOUND) {
- return new ReplaceEdit(qualifierStart, simpleNameStart - qualifierStart, ""); //$NON-NLS-1$
- }
- }
- IJavaScriptSearchScope searchScope= SearchEngine.createJavaSearchScope(new IJavaScriptElement[] { fCompilationUnit.getJavaScriptProject() });
-
- TypeNameMatch[] types= findAllTypes(simpleName, searchScope, nameNode, new SubProgressMonitor(monitor, 1));
- if (types.length == 0) {
- fStatus= JavaUIStatus.createError(IStatus.ERROR, Messages.format(CodeGenerationMessages.AddImportsOperation_error_notresolved_message, simpleName), null);
- return null;
- }
-
- if (monitor.isCanceled()) {
- throw new OperationCanceledException();
- }
- TypeNameMatch chosen;
- if (types.length > 1 && fQuery != null) {
- chosen= fQuery.chooseImport(types, containerName);
- if (chosen == null) {
- throw new OperationCanceledException();
- }
- } else {
- chosen= types[0];
- }
- importRewrite.addImport(chosen.getFullyQualifiedName());
- return new ReplaceEdit(qualifierStart, simpleNameStart - qualifierStart, ""); //$NON-NLS-1$
- }
-
-
- private int getNameStart(IBuffer buffer, int pos) throws BadLocationException {
- while (pos > 0) {
- char ch= buffer.getChar(pos - 1);
- if (!Character.isJavaIdentifierPart(ch) && ch != '.') {
- return pos;
- }
- pos--;
- }
- return pos;
- }
-
- private int getNameEnd(IBuffer doc, int pos) throws BadLocationException {
- if (pos > 0) {
- if (Character.isWhitespace(doc.getChar(pos - 1))) {
- return pos;
- }
- }
- int len= doc.getLength();
- while (pos < len) {
- char ch= doc.getChar(pos);
- if (!Character.isJavaIdentifierPart(ch)) {
- return pos;
- }
- pos++;
- }
- return pos;
- }
-
- private int getSimpleNameStart(IBuffer buffer, int nameStart, String containerName) throws BadLocationException {
- int containerLen= containerName.length();
- int docLen= buffer.getLength();
- if ((containerLen > 0) && (nameStart + containerLen + 1 < docLen)) {
- for (int k= 0; k < containerLen; k++) {
- if (buffer.getChar(nameStart + k) != containerName.charAt(k)) {
- return nameStart;
- }
- }
- if (buffer.getChar(nameStart + containerLen) == '.') {
- return nameStart + containerLen + 1;
- }
- }
- return nameStart;
- }
-
- private int getSearchForConstant(int typeKinds) {
- final int CLASSES= SimilarElementsRequestor.CLASSES;
-
- switch (typeKinds & (CLASSES)) {
- case CLASSES: return IJavaScriptSearchConstants.CLASS;
- default: return IJavaScriptSearchConstants.TYPE;
- }
- }
-
-
- /*
- * Finds a type by the simple name.
- */
- private TypeNameMatch[] findAllTypes(String simpleTypeName, IJavaScriptSearchScope searchScope, SimpleName nameNode, IProgressMonitor monitor) throws JavaScriptModelException {
- boolean is50OrHigher= JavaModelUtil.is50OrHigher(fCompilationUnit.getJavaScriptProject());
-
- int typeKinds= SimilarElementsRequestor.ALL_TYPES;
- if (nameNode != null) {
- typeKinds= ASTResolving.getPossibleTypeKinds(nameNode, is50OrHigher);
- }
-
- ArrayList typeInfos= new ArrayList();
- TypeNameMatchCollector requestor= new TypeNameMatchCollector(typeInfos);
- int matchMode= SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_SENSITIVE;
- new SearchEngine().searchAllTypeNames(null, matchMode, simpleTypeName.toCharArray(), matchMode, getSearchForConstant(typeKinds), searchScope, requestor, IJavaScriptSearchConstants.WAIT_UNTIL_READY_TO_SEARCH, monitor);
-
- ArrayList typeRefsFound= new ArrayList(typeInfos.size());
- for (int i= 0, len= typeInfos.size(); i < len; i++) {
- TypeNameMatch curr= (TypeNameMatch) typeInfos.get(i);
- if (curr.getPackageName().length() > 0) { // do not suggest imports from the default package
- if (isOfKind(curr, typeKinds, is50OrHigher) && isVisible(curr)) {
- typeRefsFound.add(curr);
- }
- }
- }
- return (TypeNameMatch[]) typeRefsFound.toArray(new TypeNameMatch[typeRefsFound.size()]);
- }
-
- private boolean isOfKind(TypeNameMatch curr, int typeKinds, boolean is50OrHigher) {
- return (typeKinds & SimilarElementsRequestor.CLASSES) != 0;
- }
-
-
- private boolean isVisible(TypeNameMatch curr) {
- int flags= curr.getModifiers();
- if (Flags.isPrivate(flags)) {
- return false;
- }
- if (Flags.isPublic(flags)) {
- return true;
- }
- return curr.getPackageName().equals(fCompilationUnit.getParent().getElementName());
- }
-
-
- /**
- * @return Returns the scheduling rule for this operation
- */
- public ISchedulingRule getScheduleRule() {
- return fCompilationUnit.getJavaScriptProject().getResource();
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java
deleted file mode 100644
index 70c57050..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java
+++ /dev/null
@@ -1,197 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import org.eclipse.core.filebuffers.FileBuffers;
-import org.eclipse.core.filebuffers.ITextFileBufferManager;
-import org.eclipse.core.filebuffers.LocationKind;
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.jface.text.BadLocationException;
-import org.eclipse.jface.text.IDocument;
-import org.eclipse.jface.text.IRegion;
-import org.eclipse.jface.text.TextUtilities;
-import org.eclipse.text.edits.InsertEdit;
-import org.eclipse.text.edits.MultiTextEdit;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IField;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IMember;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.ITypeHierarchy;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.Signature;
-import org.eclipse.wst.jsdt.internal.corext.dom.TokenScanner;
-import org.eclipse.wst.jsdt.internal.corext.util.MethodOverrideTester;
-import org.eclipse.wst.jsdt.internal.corext.util.Strings;
-import org.eclipse.wst.jsdt.internal.corext.util.SuperTypeHierarchyCache;
-import org.eclipse.wst.jsdt.internal.ui.JavaUIStatus;
-import org.eclipse.wst.jsdt.ui.CodeGeneration;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class AddJavaDocStubOperation implements IWorkspaceRunnable {
-
- private IMember[] fMembers;
-
- public AddJavaDocStubOperation(IMember[] members) {
- super();
- fMembers= members;
- }
-
- private String createTypeComment(IType type, String lineDelimiter) throws CoreException {
- return CodeGeneration.getTypeComment(type.getJavaScriptUnit(), type.getTypeQualifiedName('.'), lineDelimiter);
- }
-
- private String createMethodComment(IFunction meth, String lineDelimiter) throws CoreException {
- IType declaringType= meth.getDeclaringType();
-
- IFunction overridden= null;
- if (!meth.isConstructor() && declaringType!=null) {
- ITypeHierarchy hierarchy= SuperTypeHierarchyCache.getTypeHierarchy(declaringType);
- MethodOverrideTester tester= new MethodOverrideTester(declaringType, hierarchy);
- overridden= tester.findOverriddenMethod(meth, true);
- }
- return CodeGeneration.getMethodComment(meth, overridden, lineDelimiter);
- }
-
- private String createFieldComment(IField field, String lineDelimiter) throws JavaScriptModelException, CoreException {
- String typeName= Signature.toString(field.getTypeSignature());
- String fieldName= field.getElementName();
- return CodeGeneration.getFieldComment(field.getJavaScriptUnit(), typeName, fieldName, lineDelimiter);
- }
-
- /**
- * @return Returns the scheduling rule for this operation
- */
- public ISchedulingRule getScheduleRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
- /**
- * Runs the operation.
- * @throws OperationCanceledException Runtime error thrown when operation is cancelled.
- */
- public void run(IProgressMonitor monitor) throws CoreException, OperationCanceledException {
- if (monitor == null) {
- monitor= new NullProgressMonitor();
- }
- if (fMembers.length == 0) {
- return;
- }
- try {
- monitor.beginTask(CodeGenerationMessages.AddJavaDocStubOperation_description, fMembers.length + 2);
-
- addJavadocComments(monitor);
- } finally {
- monitor.done();
- }
- }
- /* moved this so we this can be re-used in web component */
-
- protected IDocument getDocument(IJavaScriptUnit cu, IProgressMonitor monitor) throws CoreException {
- ITextFileBufferManager manager= FileBuffers.getTextFileBufferManager();
- IPath path= cu.getPath();
- try {
- manager.connect(path, LocationKind.IFILE, new SubProgressMonitor(monitor, 1));
- return manager.getTextFileBuffer(path).getDocument();
-
-
- }finally {
- manager.disconnect(path, LocationKind.IFILE,new SubProgressMonitor(monitor, 1));
- }
- }
-
- private void addJavadocComments(IProgressMonitor monitor) throws CoreException {
- IJavaScriptUnit cu= fMembers[0].getJavaScriptUnit();
-
-
- try {
- IDocument document= getDocument(cu,monitor);
-
- String lineDelim= TextUtilities.getDefaultLineDelimiter(document);
- MultiTextEdit edit= new MultiTextEdit();
-
- for (int i= 0; i < fMembers.length; i++) {
- IMember curr= fMembers[i];
- int memberStartOffset= getMemberStartOffset(curr, document);
-
- String comment= null;
- switch (curr.getElementType()) {
- case IJavaScriptElement.TYPE:
- comment= createTypeComment((IType) curr, lineDelim);
- break;
- case IJavaScriptElement.FIELD:
- comment= createFieldComment((IField) curr, lineDelim);
- break;
- case IJavaScriptElement.METHOD:
- comment= createMethodComment((IFunction) curr, lineDelim);
- break;
- }
- if (comment == null) {
- StringBuffer buf= new StringBuffer();
- buf.append("/**").append(lineDelim); //$NON-NLS-1$
- buf.append(" *").append(lineDelim); //$NON-NLS-1$
- buf.append(" */").append(lineDelim); //$NON-NLS-1$
- comment= buf.toString();
- } else {
- if (!comment.endsWith(lineDelim)) {
- comment= comment + lineDelim;
- }
- }
-
- final IJavaScriptProject project= cu.getJavaScriptProject();
- IRegion region= document.getLineInformationOfOffset(memberStartOffset);
-
- String line= document.get(region.getOffset(), region.getLength());
- String indentString= Strings.getIndentString(line, project);
-
- String indentedComment= Strings.changeIndent(comment, 0, project, indentString, lineDelim);
-
- edit.addChild(new InsertEdit(memberStartOffset, indentedComment));
-
- monitor.worked(1);
- }
- edit.apply(document); // apply all edits
- } catch (BadLocationException e) {
- throw new CoreException(JavaUIStatus.createError(IStatus.ERROR, e));
- } finally {
-
- }
- }
-
- private int getMemberStartOffset(IMember curr, IDocument document) throws JavaScriptModelException {
- int offset= curr.getSourceRange().getOffset();
- TokenScanner scanner= new TokenScanner(document, curr.getJavaScriptProject());
- try {
- return scanner.getNextStartOffset(offset, true); // read to the first real non comment token
- } catch (CoreException e) {
- // ignore
- }
- return offset;
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java
deleted file mode 100644
index b7e9b9fe..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java
+++ /dev/null
@@ -1,285 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.text.edits.MultiTextEdit;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ChildListPropertyDescriptor;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.ui.preferences.JavaPreferencesSettings;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class AddUnimplementedConstructorsOperation implements IWorkspaceRunnable {
-
- /** Should the resulting edit be applied? */
- private final boolean fApply;
-
- /** The qualified names of the generated imports */
- private String[] fCreatedImports;
-
- /** The method binding keys for which a constructor was generated */
- private final List fCreatedMethods= new ArrayList();
-
- /** Should the import edits be applied? */
- private final boolean fImports;
-
- /** The insertion point, or <code>-1</code> */
- private final int fInsertPos;
-
- /** The method bindings to implement */
- private final IFunctionBinding[] fConstructorsToImplement;
-
- /** Should the call to the super constructor be omitted? */
- private boolean fOmitSuper;
-
- /** Should the compilation unit content be saved? */
- private final boolean fSave;
-
- /** Specified if comments should be created */
- private boolean fCreateComments;
-
- /** The type declaration to add the constructors to */
- private final ITypeBinding fType;
-
- /** The compilation unit AST node */
- private final JavaScriptUnit fASTRoot;
-
- /** The visibility flags of the new constructor */
- private int fVisibility;
-
- /**
- * Creates a new add unimplemented constructors operation.
- *
- * @param astRoot the compilation unit AST node
- * @param type the type to add the methods to
- * @param constructorsToImplement the method binding keys to implement
- * @param insertPos the insertion point, or <code>-1</code>
- * @param imports <code>true</code> if the import edits should be applied, <code>false</code> otherwise
- * @param apply <code>true</code> if the resulting edit should be applied, <code>false</code> otherwise
- * @param save <code>true</code> if the changed compilation unit should be saved, <code>false</code> otherwise
- */
- public AddUnimplementedConstructorsOperation(JavaScriptUnit astRoot, ITypeBinding type, IFunctionBinding[] constructorsToImplement, int insertPos, final boolean imports, final boolean apply, final boolean save) {
- if (astRoot == null || !(astRoot.getJavaElement() instanceof IJavaScriptUnit)) {
- throw new IllegalArgumentException("AST must not be null and has to be created from a IJavaScriptUnit"); //$NON-NLS-1$
- }
- if (type == null) {
- throw new IllegalArgumentException("The type must not be null"); //$NON-NLS-1$
- }
- ASTNode node= astRoot.findDeclaringNode(type);
- if (!(node instanceof AnonymousClassDeclaration || node instanceof AbstractTypeDeclaration)) {
- throw new IllegalArgumentException("type has to map to a type declaration in the AST"); //$NON-NLS-1$
- }
-
- fType= type;
- fInsertPos= insertPos;
- fASTRoot= astRoot;
- fConstructorsToImplement= constructorsToImplement;
- fSave= save;
- fApply= apply;
- fImports= imports;
-
- fCreateComments= StubUtility.doAddComments(astRoot.getJavaElement().getJavaScriptProject());
- fVisibility= Modifier.PUBLIC;
- fOmitSuper= false;
- }
-
- /**
- * Returns the method binding keys for which a constructor has been generated.
- *
- * @return the method binding keys
- */
- public String[] getCreatedConstructors() {
- final String[] keys= new String[fCreatedMethods.size()];
- fCreatedMethods.toArray(keys);
- return keys;
- }
-
- /**
- * Returns the qualified names of the generated imports.
- *
- * @return the generated imports
- */
- public String[] getCreatedImports() {
- return fCreatedImports;
- }
-
- /**
- * Returns the scheduling rule for this operation.
- *
- * @return the scheduling rule
- */
- public ISchedulingRule getSchedulingRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
- /**
- * Returns the visibility of the constructors.
- *
- * @return the visibility
- */
- public int getVisibility() {
- return fVisibility;
- }
-
- /**
- * Returns whether the super call should be omitted.
- *
- * @return <code>true</code> to omit the super call, <code>false</code> otherwise
- */
- public boolean isOmitSuper() {
- return fOmitSuper;
- }
-
- /**
- * Determines whether to create comments.
- * @param comments <code>true</code> to create comments, <code>false</code> otherwise
- */
- public void setCreateComments(final boolean comments) {
- fCreateComments= comments;
- }
-
- /*
- * @see org.eclipse.core.resources.IWorkspaceRunnable#run(org.eclipse.core.runtime.IProgressMonitor)
- */
- public void run(IProgressMonitor monitor) throws CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask("", 2); //$NON-NLS-1$
- monitor.setTaskName(CodeGenerationMessages.AddUnimplementedMethodsOperation_description);
- fCreatedMethods.clear();
- IJavaScriptUnit cu= (IJavaScriptUnit) fASTRoot.getJavaElement();
-
- AST ast= fASTRoot.getAST();
-
- ASTRewrite astRewrite= ASTRewrite.create(ast);
- ImportRewrite importRewrite= StubUtility.createImportRewrite(fASTRoot, true);
-
- ITypeBinding currTypeBinding= fType;
- ListRewrite memberRewriter= null;
-
- ASTNode node= fASTRoot.findDeclaringNode(currTypeBinding);
- if (node instanceof AnonymousClassDeclaration) {
- memberRewriter= astRewrite.getListRewrite(node, AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY);
- } else if (node instanceof AbstractTypeDeclaration) {
- ChildListPropertyDescriptor property= ((AbstractTypeDeclaration) node).getBodyDeclarationsProperty();
- memberRewriter= astRewrite.getListRewrite(node, property);
- } else {
- throw new IllegalArgumentException();
- // not possible, we checked this in the constructor
- }
-
- final CodeGenerationSettings settings= JavaPreferencesSettings.getCodeGenerationSettings(cu.getJavaScriptProject());
- settings.createComments= fCreateComments;
-
- ASTNode insertion= getNodeToInsertBefore(memberRewriter);
-
- IFunctionBinding[] toImplement= fConstructorsToImplement;
- if (toImplement == null) {
- toImplement= StubUtility2.getVisibleConstructors(currTypeBinding, true, true);
- }
-
- int deprecationCount= 0;
- for (int i= 0; i < toImplement.length; i++) {
- if (toImplement[i].isDeprecated())
- deprecationCount++;
- }
- boolean createDeprecated= deprecationCount == toImplement.length;
- for (int i= 0; i < toImplement.length; i++) {
- IFunctionBinding curr= toImplement[i];
- if (!curr.isDeprecated() || createDeprecated) {
- FunctionDeclaration stub= StubUtility2.createConstructorStub(cu, astRewrite, importRewrite, curr, currTypeBinding.getName(), fVisibility, fOmitSuper, true, settings);
- if (stub != null) {
- fCreatedMethods.add(curr.getKey());
- if (insertion != null)
- memberRewriter.insertBefore(stub, insertion, null);
- else
- memberRewriter.insertLast(stub, null);
- }
- }
- }
- MultiTextEdit edit= new MultiTextEdit();
-
- TextEdit importEdits= importRewrite.rewriteImports(new SubProgressMonitor(monitor, 1));
- fCreatedImports= importRewrite.getCreatedImports();
- if (fImports) {
- edit.addChild(importEdits);
- }
- edit.addChild(astRewrite.rewriteAST());
-
- if (fApply) {
- JavaModelUtil.applyEdit(cu, edit, fSave, new SubProgressMonitor(monitor, 1));
- }
- } finally {
- monitor.done();
- }
- }
-
- /**
- * Determines whether the super call should be omitted.
- *
- * @param omit <code>true</code> to omit the super call, <code>false</code> otherwise
- */
- public void setOmitSuper(final boolean omit) {
- fOmitSuper= omit;
- }
-
- /**
- * Determines the visibility of the constructors.
- *
- * @param visibility the visibility
- */
- public void setVisibility(final int visibility) {
- fVisibility= visibility;
- }
-
- private ASTNode getNodeToInsertBefore(ListRewrite rewriter) {
- if (fInsertPos != -1) {
- List members= rewriter.getOriginalList();
- for (int i= 0; i < members.size(); i++) {
- ASTNode curr= (ASTNode) members.get(i);
- if (curr.getStartPosition() >= fInsertPos) {
- return curr;
- }
- }
- }
- return null;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java
deleted file mode 100644
index 58da9140..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java
+++ /dev/null
@@ -1,244 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.text.edits.MultiTextEdit;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ChildListPropertyDescriptor;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.ui.preferences.JavaPreferencesSettings;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class AddUnimplementedMethodsOperation implements IWorkspaceRunnable {
-
- /** Should the resulting edit be applied? */
- private final boolean fApply;
-
- /** The qualified names of the generated imports */
- private String[] fCreatedImports;
-
- /** The method binding keys for which a method was generated */
- private final List fCreatedMethods= new ArrayList();
-
- /** Should the import edits be applied? */
- private final boolean fImports;
-
- /** The insertion point, or <code>-1</code> */
- private final int fInsertPos;
-
- /** The method bindings to implement */
- private final IFunctionBinding[] fMethodsToImplement;
-
- /** Should the compilation unit content be saved? */
- private final boolean fSave;
-
- /** Specified if comments should be created */
- private boolean fDoCreateComments;
-
- /** The type declaration to add the methods to */
- private final ITypeBinding fType;
-
- /** The compilation unit AST node */
- private final JavaScriptUnit fASTRoot;
-
- /**
- * Creates a new add unimplemented methods operation.
- *
- * @param astRoot the compilation unit AST node
- * @param type the type to add the methods to
- * @param methodsToImplement the method bindings to implement or <code>null</code> to implement all unimplemented methods
- * @param insertPos the insertion point, or <code>-1</code>
- * @param imports <code>true</code> if the import edits should be applied, <code>false</code> otherwise
- * @param apply <code>true</code> if the resulting edit should be applied, <code>false</code> otherwise
- * @param save <code>true</code> if the changed compilation unit should be saved, <code>false</code> otherwise
- */
- public AddUnimplementedMethodsOperation(JavaScriptUnit astRoot, ITypeBinding type, IFunctionBinding[] methodsToImplement, int insertPos, final boolean imports, final boolean apply, final boolean save) {
- if (astRoot == null || !(astRoot.getJavaElement() instanceof IJavaScriptUnit)) {
- throw new IllegalArgumentException("AST must not be null and has to be created from a IJavaScriptUnit"); //$NON-NLS-1$
- }
- if (type == null) {
- throw new IllegalArgumentException("The type must not be null"); //$NON-NLS-1$
- }
- ASTNode node= astRoot.findDeclaringNode(type);
- if (!(node instanceof AnonymousClassDeclaration || node instanceof AbstractTypeDeclaration)) {
- throw new IllegalArgumentException("type has to map to a type declaration in the AST"); //$NON-NLS-1$
- }
-
- fType= type;
- fInsertPos= insertPos;
- fASTRoot= astRoot;
- fMethodsToImplement= methodsToImplement;
- fSave= save;
- fApply= apply;
- fImports= imports;
-
- fDoCreateComments= StubUtility.doAddComments(astRoot.getJavaElement().getJavaScriptProject());
- }
-
- public void setCreateComments(boolean createComments) {
- fDoCreateComments= createComments;
- }
-
-
- /**
- * Returns the qualified names of the generated imports.
- *
- * @return the generated imports
- */
- public final String[] getCreatedImports() {
- if (fCreatedImports != null) {
- return fCreatedImports;
- }
- return new String[0];
- }
-
- /**
- * Returns the method binding keys for which a method has been generated.
- *
- * @return the method binding keys
- */
- public final String[] getCreatedMethods() {
- final String[] keys= new String[fCreatedMethods.size()];
- fCreatedMethods.toArray(keys);
- return keys;
- }
-
- /**
- * Returns the scheduling rule for this operation.
- *
- * @return the scheduling rule
- */
- public final ISchedulingRule getSchedulingRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
- /*
- * @see org.eclipse.core.resources.IWorkspaceRunnable#run(org.eclipse.core.runtime.IProgressMonitor)
- */
- public final void run(IProgressMonitor monitor) throws CoreException {
- if (monitor == null)
- monitor= new NullProgressMonitor();
- try {
- monitor.beginTask("", 2); //$NON-NLS-1$
- monitor.setTaskName(CodeGenerationMessages.AddUnimplementedMethodsOperation_description);
- fCreatedMethods.clear();
- IJavaScriptUnit cu= (IJavaScriptUnit) fASTRoot.getJavaElement();
-
- AST ast= fASTRoot.getAST();
-
- ASTRewrite astRewrite= ASTRewrite.create(ast);
- ImportRewrite importRewrite= StubUtility.createImportRewrite(fASTRoot, true);
-
- ITypeBinding currTypeBinding= fType;
- ListRewrite memberRewriter= null;
-
- ASTNode node= fASTRoot.findDeclaringNode(currTypeBinding);
- if (node instanceof AnonymousClassDeclaration) {
- memberRewriter= astRewrite.getListRewrite(node, AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY);
- } else if (node instanceof AbstractTypeDeclaration) {
- ChildListPropertyDescriptor property= ((AbstractTypeDeclaration) node).getBodyDeclarationsProperty();
- memberRewriter= astRewrite.getListRewrite(node, property);
- } else {
- throw new IllegalArgumentException();
- // not possible, we checked this in the constructor
- }
-
- final CodeGenerationSettings settings= JavaPreferencesSettings.getCodeGenerationSettings(cu.getJavaScriptProject());
- settings.createComments= fDoCreateComments;
-
- ASTNode insertion= getNodeToInsertBefore(memberRewriter);
-
- IFunctionBinding[] methodsToImplement= fMethodsToImplement;
- if (methodsToImplement == null) {
- methodsToImplement= StubUtility2.getUnimplementedMethods(currTypeBinding);
- }
-
- ImportRewriteContext context= null;
- int insertionPosition= fInsertPos;
- if (insertionPosition == -1 && fASTRoot.types().size() > 0) {
- AbstractTypeDeclaration firstTypeDecl= (AbstractTypeDeclaration)fASTRoot.types().get(0);
- insertionPosition= firstTypeDecl.getStartPosition();
- if (insertionPosition != -1) {
- context= new ContextSensitiveImportRewriteContext(fASTRoot, insertionPosition, importRewrite);
- }
- }
-
- for (int i= 0; i < methodsToImplement.length; i++) {
- IFunctionBinding curr= methodsToImplement[i];
- FunctionDeclaration stub= StubUtility2.createImplementationStub(cu, astRewrite, importRewrite, ast, curr, currTypeBinding.getName(), settings, false, context);
- if (stub != null) {
- fCreatedMethods.add(curr.getKey());
- if (insertion != null)
- memberRewriter.insertBefore(stub, insertion, null);
- else
- memberRewriter.insertLast(stub, null);
- }
- }
- MultiTextEdit edit= new MultiTextEdit();
-
- TextEdit importEdits= importRewrite.rewriteImports(new SubProgressMonitor(monitor, 1));
- fCreatedImports= importRewrite.getCreatedImports();
- if (fImports) {
- edit.addChild(importEdits);
- }
- edit.addChild(astRewrite.rewriteAST());
-
- if (fApply) {
- JavaModelUtil.applyEdit(cu, edit, fSave, new SubProgressMonitor(monitor, 1));
- }
- } finally {
- monitor.done();
- }
- }
-
- private ASTNode getNodeToInsertBefore(ListRewrite rewriter) {
- if (fInsertPos != -1) {
- List members= rewriter.getOriginalList();
- for (int i= 0; i < members.size(); i++) {
- ASTNode curr= (ASTNode) members.get(i);
- if (curr.getStartPosition() >= fInsertPos) {
- return curr;
- }
- }
- }
- return null;
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.java
deleted file mode 100644
index 913459db..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import org.eclipse.osgi.util.NLS;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class CodeGenerationMessages extends NLS {
-
- private static final String BUNDLE_NAME= "org.eclipse.wst.jsdt.internal.corext.codemanipulation.CodeGenerationMessages";//$NON-NLS-1$
-
- private CodeGenerationMessages() {
- // Do not instantiate
- }
-
- public static String AddGetterSetterOperation_description;
- public static String AddGetterSetterOperation_error_input_type_not_found;
- public static String AddImportsOperation_description;
- public static String AddImportsOperation_error_not_visible_class;
- public static String AddImportsOperation_error_notresolved_message;
- public static String AddImportsOperation_error_importclash;
- public static String AddUnimplementedMethodsOperation_description;
- public static String AddCustomConstructorOperation_description;
- public static String OrganizeImportsOperation_description;
- public static String AddJavaDocStubOperation_description;
- public static String AddDelegateMethodsOperation_monitor_message;
- public static String GenerateHashCodeEqualsOperation_description;
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, CodeGenerationMessages.class);
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.properties b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.properties
deleted file mode 100644
index a4a54e2a..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationMessages.properties
+++ /dev/null
@@ -1,28 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-AddGetterSetterOperation_description=Generate Getters and Setters...
-AddGetterSetterOperation_error_input_type_not_found=Could not find the selected type element
-
-AddImportsOperation_description=Adding import...
-AddImportsOperation_error_notresolved_message=Type ''{0}'' could not be found or is not visible.
-AddImportsOperation_error_importclash=Import would conflict with an other import declaration.
-AddImportsOperation_error_not_visible_class=''{0}'' is not visible in the current context. Can add import statement.
-AddUnimplementedMethodsOperation_description=Adding unimplemented functions...
-
-AddCustomConstructorOperation_description=Adding new constructor...
-
-OrganizeImportsOperation_description=Organizing imports of {0}...
-
-AddJavaDocStubOperation_description=Create JSDoc stub...
-
-AddDelegateMethodsOperation_monitor_message=Adding delegate methods...
-
-
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationSettings.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationSettings.java
deleted file mode 100644
index d46a969f..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/CodeGenerationSettings.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class CodeGenerationSettings {
-
- public boolean createComments= true;
- public boolean useKeywordThis= false;
-
- public String[] importOrder= new String[0];
- public int importThreshold= 99;
- public int staticImportThreshold= 99;
- public boolean importIgnoreLowercase= true;
- public boolean overrideAnnotation= false;
-
- public int tabWidth;
- public int indentWidth;
-
-
-
- public void setSettings(CodeGenerationSettings settings) {
- settings.createComments= createComments;
- settings.useKeywordThis= useKeywordThis;
- settings.importOrder= importOrder;
- settings.importThreshold= importThreshold;
- settings.staticImportThreshold= staticImportThreshold;
- settings.importIgnoreLowercase= importIgnoreLowercase;
- settings.overrideAnnotation= overrideAnnotation;
- settings.tabWidth= tabWidth;
- settings.indentWidth= indentWidth;
- }
-
-
-}
-
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java
deleted file mode 100644
index c1ac01d1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java
+++ /dev/null
@@ -1,207 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.Name;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext;
-import org.eclipse.wst.jsdt.internal.corext.dom.ScopeAnalyzer;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class ContextSensitiveImportRewriteContext extends ImportRewriteContext {
-
- private final JavaScriptUnit fCompilationUnit;
- private final int fPosition;
- private IBinding[] fDeclarationsInScope;
- private Name[] fImportedNames;
- private final ImportRewrite fImportRewrite;
-
- public ContextSensitiveImportRewriteContext(JavaScriptUnit compilationUnit, int position, ImportRewrite importRewrite) {
- fCompilationUnit= compilationUnit;
- fPosition= position;
- fImportRewrite= importRewrite;
- fDeclarationsInScope= null;
- fImportedNames= null;
- }
-
- public int findInContext(String qualifier, String name, int kind) {
- int defaultResult= fImportRewrite.getDefaultImportRewriteContext().findInContext(qualifier, name, kind);
- if (defaultResult != ImportRewriteContext.RES_NAME_UNKNOWN)
- return defaultResult;
-
- if (fImportRewrite.isImportMatchesType()) {
- IBinding[] declarationsInScope = getDeclarationsInScope();
- for (int i = 0; i < declarationsInScope.length; i++) {
- if (declarationsInScope[i] instanceof ITypeBinding) {
- ITypeBinding typeBinding = (ITypeBinding) declarationsInScope[i];
- if (isSameType(typeBinding, qualifier, name)) {
- return RES_NAME_FOUND;
- } else if (isConflicting(typeBinding, name)) {
- return RES_NAME_CONFLICT;
- }
- } else if (declarationsInScope[i] != null) {
- if (isConflicting(declarationsInScope[i], name)) {
- return RES_NAME_CONFLICT;
- }
- }
- }
- Name[] names = getImportedNames();
- for (int i = 0; i < names.length; i++) {
- IBinding binding = names[i].resolveBinding();
- if (binding instanceof ITypeBinding) {
- ITypeBinding typeBinding = (ITypeBinding) binding;
- if (isConflictingType(typeBinding, qualifier, name)) {
- return RES_NAME_CONFLICT;
- }
- }
- }
- List list = fCompilationUnit.types();
- for (Iterator iter = list.iterator(); iter.hasNext();) {
- AbstractTypeDeclaration type = (AbstractTypeDeclaration) iter
- .next();
- ITypeBinding binding = type.resolveBinding();
- if (binding != null) {
- if (isSameType(binding, qualifier, name)) {
- return RES_NAME_FOUND;
- } else {
- ITypeBinding decl = containingDeclaration(binding,
- qualifier, name);
- while (decl != null && !decl.equals(binding)) {
- int modifiers = decl.getModifiers();
- if (Modifier.isPrivate(modifiers))
- return RES_NAME_CONFLICT;
- decl = decl.getDeclaringClass();
- }
- }
- }
- }
- }
- String[] addedImports= fImportRewrite.getAddedImports();
- String qualifiedName= JavaModelUtil.concatenateName(qualifier, name);
- for (int i= 0; i < addedImports.length; i++) {
- String addedImport= addedImports[i];
- if (qualifiedName.equals(addedImport)) {
- return RES_NAME_FOUND;
- } else {
- if (isConflicting(name, addedImport))
- return RES_NAME_CONFLICT;
- }
- }
-
-// if (qualifier.equals("java.lang")) { //$NON-NLS-1$
-// //No explicit import statement required
-// IJavaScriptElement parent= fCompilationUnit.getJavaElement().getParent();
-// if (parent instanceof IPackageFragment) {
-// IPackageFragment packageFragment= (IPackageFragment)parent;
-// try {
-// IJavaScriptUnit[] compilationUnits= packageFragment.getCompilationUnits();
-// for (int i= 0; i < compilationUnits.length; i++) {
-// IJavaScriptUnit cu= compilationUnits[i];
-// IType[] allTypes= cu.getAllTypes();
-// for (int j= 0; j < allTypes.length; j++) {
-// IType type= allTypes[j];
-// String packageTypeName= type.getFullyQualifiedName();
-// if (isConflicting(name, packageTypeName))
-// return RES_NAME_CONFLICT;
-// }
-// }
-// } catch (JavaScriptModelException e) {
-// }
-// }
-// }
-
- return RES_NAME_UNKNOWN;
- }
-
- private boolean isConflicting(String name, String importt) {
- int index= importt.lastIndexOf('.');
- String importedName;
- if (index == -1) {
- importedName= importt;
- } else {
- importedName= importt.substring(index + 1, importt.length());
- }
- if (importedName.equals(name)) {
- return true;
- }
- return false;
- }
-
- private ITypeBinding containingDeclaration(ITypeBinding binding, String qualifier, String name) {
- ITypeBinding[] declaredTypes= binding.getDeclaredTypes();
- for (int i= 0; i < declaredTypes.length; i++) {
- ITypeBinding childBinding= declaredTypes[i];
- if (isSameType(childBinding, qualifier, name)) {
- return childBinding;
- } else {
- ITypeBinding result= containingDeclaration(childBinding, qualifier, name);
- if (result != null) {
- return result;
- }
- }
- }
- return null;
- }
-
- private boolean isConflicting(IBinding binding, String name) {
- return binding.getName().equals(name);
- }
-
- private boolean isSameType(ITypeBinding binding, String qualifier, String name) {
- String qualifiedName= JavaModelUtil.concatenateName(qualifier, name);
- return binding.getQualifiedName().equals(qualifiedName);
- }
-
- private boolean isConflictingType(ITypeBinding binding, String qualifier, String name) {
- binding= binding.getTypeDeclaration();
- return !isSameType(binding, qualifier, name) && isConflicting(binding, name);
- }
-
- private IBinding[] getDeclarationsInScope() {
- if (fDeclarationsInScope == null) {
- ScopeAnalyzer analyzer= new ScopeAnalyzer(fCompilationUnit);
- fDeclarationsInScope= analyzer.getDeclarationsInScope(fPosition, ScopeAnalyzer.METHODS | ScopeAnalyzer.TYPES | ScopeAnalyzer.VARIABLES);
- }
- return fDeclarationsInScope;
- }
-
- private Name[] getImportedNames() {
- if (fImportedNames == null) {
- IJavaScriptProject project= null;
- IJavaScriptElement javaElement= fCompilationUnit.getJavaElement();
- if (javaElement != null)
- project= javaElement.getJavaScriptProject();
-
- List imports= new ArrayList();
- ImportReferencesCollector.collect(fCompilationUnit, project, null, imports, null);
- fImportedNames= (Name[])imports.toArray(new Name[imports.size()]);
- }
- return fImportedNames;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/GetterSetterUtil.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/GetterSetterUtil.java
deleted file mode 100644
index a6750e69..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/GetterSetterUtil.java
+++ /dev/null
@@ -1,215 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.wst.jsdt.core.Flags;
-import org.eclipse.wst.jsdt.core.IField;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.NamingConventions;
-import org.eclipse.wst.jsdt.core.Signature;
-import org.eclipse.wst.jsdt.core.dom.IVariableBinding;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.corext.util.JdtFlags;
-import org.eclipse.wst.jsdt.ui.CodeGeneration;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class GetterSetterUtil {
-
- private static final String[] EMPTY= new String[0];
-
- //no instances
- private GetterSetterUtil(){
- }
-
- public static String getGetterName(IField field, String[] excludedNames) throws JavaScriptModelException {
- boolean useIs= StubUtility.useIsForBooleanGetters(field.getJavaScriptProject());
- return getGetterName(field, excludedNames, useIs);
- }
-
- private static String getGetterName(IField field, String[] excludedNames, boolean useIsForBoolGetters) throws JavaScriptModelException {
- if (excludedNames == null) {
- excludedNames= EMPTY;
- }
- return getGetterName(field.getJavaScriptProject(), field.getElementName(), field.getFlags(), useIsForBoolGetters && JavaModelUtil.isBoolean(field), excludedNames);
- }
-
- public static String getGetterName(IVariableBinding variableType, IJavaScriptProject project, String[] excludedNames, boolean isBoolean) {
- boolean useIs= StubUtility.useIsForBooleanGetters(project) && isBoolean;
- return getGetterName(project, variableType.getName(), variableType.getModifiers(), useIs, excludedNames);
- }
-
- public static String getGetterName(IJavaScriptProject project, String fieldName, int flags, boolean isBoolean, String[] excludedNames){
- return NamingConventions.suggestGetterName(project, fieldName, flags, isBoolean, excludedNames);
- }
-
- public static String getSetterName(IVariableBinding variableType, IJavaScriptProject project, String[] excludedNames, boolean isBoolean) {
- return getSetterName(project, variableType.getName(), variableType.getModifiers(), isBoolean, excludedNames);
- }
-
- public static String getSetterName(IJavaScriptProject project, String fieldName, int flags, boolean isBoolean, String[] excludedNames){
- return NamingConventions.suggestSetterName(project, fieldName, flags, isBoolean, excludedNames);
- }
-
- public static String getSetterName(IField field, String[] excludedNames) throws JavaScriptModelException {
- if (excludedNames == null) {
- excludedNames= EMPTY;
- }
- return NamingConventions.suggestSetterName(field.getJavaScriptProject(), field.getElementName(), field.getFlags(), JavaModelUtil.isBoolean(field), excludedNames);
- }
-
- public static IFunction getGetter(IField field) throws JavaScriptModelException{
- if (field.getDeclaringType()==null)
- return null;
- String getterName= getGetterName(field, EMPTY, true);
- IFunction primaryCandidate= JavaModelUtil.findMethod(getterName, new String[0], false, field.getDeclaringType());
- if (! JavaModelUtil.isBoolean(field) || (primaryCandidate != null && primaryCandidate.exists()))
- return primaryCandidate;
- //bug 30906 describes why we need to look for other alternatives here (try with get... for booleans)
- String secondCandidateName= getGetterName(field, EMPTY, false);
- return JavaModelUtil.findMethod(secondCandidateName, new String[0], false, field.getDeclaringType());
- }
-
- public static IFunction getSetter(IField field) throws JavaScriptModelException{
- if (field.getDeclaringType()==null)
- return null;
- String[] args= new String[] { field.getTypeSignature() };
- return JavaModelUtil.findMethod(getSetterName(field, EMPTY), args, false, field.getDeclaringType());
- }
-
- /**
- * Create a stub for a getter of the given field using getter/setter templates. The resulting code
- * has to be formatted and indented.
- * @param field The field to create a getter for
- * @param setterName The chosen name for the setter
- * @param addComments If <code>true</code>, comments will be added.
- * @param flags The flags signaling visibility, if static, synchronized or final
- * @return Returns the generated stub.
- * @throws CoreException
- */
- public static String getSetterStub(IField field, String setterName, boolean addComments, int flags) throws CoreException {
-
- String fieldName= field.getElementName();
- IType parentType= field.getDeclaringType();
-
- String returnSig= field.getTypeSignature();
- String typeName= Signature.toString(returnSig);
-
- IJavaScriptProject project= field.getJavaScriptProject();
-
- String accessorName = NamingConventions.removePrefixAndSuffixForFieldName(project, fieldName, field.getFlags());
- String argname= StubUtility.suggestArgumentName(project, accessorName, EMPTY);
-
- boolean isStatic= Flags.isStatic(flags);
-
- String lineDelim= "\n"; // Use default line delimiter, as generated stub has to be formatted anyway //$NON-NLS-1$
- StringBuffer buf= new StringBuffer();
- if (addComments) {
- String comment= CodeGeneration.getSetterComment(field.getJavaScriptUnit(), parentType.getTypeQualifiedName('.'), setterName, field.getElementName(), typeName, argname, accessorName, lineDelim);
- if (comment != null) {
- buf.append(comment);
- buf.append(lineDelim);
- }
- }
- buf.append(JdtFlags.getVisibilityString(flags));
- buf.append(' ');
- if (isStatic)
- buf.append("static "); //$NON-NLS-1$
-
- buf.append("void "); //$NON-NLS-1$
- buf.append(setterName);
- buf.append('(');
- buf.append(typeName);
- buf.append(' ');
- buf.append(argname);
- buf.append(") {"); //$NON-NLS-1$
- buf.append(lineDelim);
-
- boolean useThis= StubUtility.useThisForFieldAccess(project);
- if (argname.equals(fieldName) || (useThis && !isStatic)) {
- if (isStatic)
- fieldName= parentType.getElementName() + '.' + fieldName;
- else
- fieldName= "this." + fieldName; //$NON-NLS-1$
- }
- String body= CodeGeneration.getSetterMethodBodyContent(field.getJavaScriptUnit(), parentType.getTypeQualifiedName('.'), setterName, fieldName, argname, lineDelim);
- if (body != null) {
- buf.append(body);
- }
- buf.append("}"); //$NON-NLS-1$
- buf.append(lineDelim);
- return buf.toString();
- }
-
- /**
- * Create a stub for a getter of the given field using getter/setter templates. The resulting code
- * has to be formatted and indented.
- * @param field The field to create a getter for
- * @param getterName The chosen name for the getter
- * @param addComments If <code>true</code>, comments will be added.
- * @param flags The flags signaling visibility, if static, synchronized or final
- * @return Returns the generated stub.
- * @throws CoreException
- */
- public static String getGetterStub(IField field, String getterName, boolean addComments, int flags) throws CoreException {
- String fieldName= field.getElementName();
- IType parentType= field.getDeclaringType();
-
- boolean isStatic= Flags.isStatic(flags);
-
- String typeName= Signature.toString(field.getTypeSignature());
- String accessorName = NamingConventions.removePrefixAndSuffixForFieldName(field.getJavaScriptProject(), fieldName, field.getFlags());
-
- String lineDelim= "\n"; // Use default line delimiter, as generated stub has to be formatted anyway //$NON-NLS-1$
- StringBuffer buf= new StringBuffer();
- if (addComments) {
- String comment= CodeGeneration.getGetterComment(field.getJavaScriptUnit(), parentType.getTypeQualifiedName('.'), getterName, field.getElementName(), typeName, accessorName, lineDelim);
- if (comment != null) {
- buf.append(comment);
- buf.append(lineDelim);
- }
- }
-
- buf.append(JdtFlags.getVisibilityString(flags));
- buf.append(' ');
- if (isStatic)
- buf.append("static "); //$NON-NLS-1$
-
- buf.append(typeName);
- buf.append(' ');
- buf.append(getterName);
- buf.append("() {"); //$NON-NLS-1$
- buf.append(lineDelim);
-
- boolean useThis= StubUtility.useThisForFieldAccess(field.getJavaScriptProject());
- if (useThis && !isStatic) {
- fieldName= "this." + fieldName; //$NON-NLS-1$
- }
-
- String body= CodeGeneration.getGetterMethodBodyContent(field.getJavaScriptUnit(), parentType.getTypeQualifiedName('.'), getterName, fieldName, lineDelim);
- if (body != null) {
- buf.append(body);
- }
- buf.append("}"); //$NON-NLS-1$
- buf.append(lineDelim);
- return buf.toString();
- }
-
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/IRequestQuery.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/IRequestQuery.java
deleted file mode 100644
index 070d9ca0..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/IRequestQuery.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import org.eclipse.wst.jsdt.core.IMember;
-
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public interface IRequestQuery {
-
- // return codes
- public static final int CANCEL= 0;
- public static final int NO= 1;
- public static final int YES= 2;
- public static final int YES_ALL= 3;
-
- /**
- * Do the callback. Returns YES, NO, YES_ALL or CANCEL
- */
- int doQuery(IMember member);
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ImportReferencesCollector.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ImportReferencesCollector.java
deleted file mode 100644
index 65788ec5..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/ImportReferencesCollector.java
+++ /dev/null
@@ -1,395 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.Collection;
-import java.util.Iterator;
-import java.util.List;
-
-import org.eclipse.jface.text.Region;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.ArrayType;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.Expression;
-import org.eclipse.wst.jsdt.core.dom.FieldAccess;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FunctionInvocation;
-import org.eclipse.wst.jsdt.core.dom.FunctionRef;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.IVariableBinding;
-import org.eclipse.wst.jsdt.core.dom.ImportDeclaration;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.MemberRef;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.Name;
-import org.eclipse.wst.jsdt.core.dom.PackageDeclaration;
-import org.eclipse.wst.jsdt.core.dom.QualifiedName;
-import org.eclipse.wst.jsdt.core.dom.QualifiedType;
-import org.eclipse.wst.jsdt.core.dom.SimpleName;
-import org.eclipse.wst.jsdt.core.dom.SimpleType;
-import org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.TagElement;
-import org.eclipse.wst.jsdt.core.dom.ThisExpression;
-import org.eclipse.wst.jsdt.core.dom.TypeDeclaration;
-import org.eclipse.wst.jsdt.internal.corext.dom.GenericVisitor;
-import org.eclipse.wst.jsdt.internal.corext.dom.ScopeAnalyzer;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class ImportReferencesCollector extends GenericVisitor {
-
- public static void collect(ASTNode node, IJavaScriptProject project, Region rangeLimit, Collection resultingTypeImports, Collection resultingStaticImports) {
- JavaScriptUnit astRoot= (JavaScriptUnit) node.getRoot();
- node.accept(new ImportReferencesCollector(project, astRoot, rangeLimit, resultingTypeImports, resultingStaticImports));
- }
-
-
- private JavaScriptUnit fASTRoot;
- private Region fSubRange;
- private Collection/*<Name>*/ fTypeImports;
- private Collection/*<Name>*/ fStaticImports;
-
- private ImportReferencesCollector(IJavaScriptProject project, JavaScriptUnit astRoot, Region rangeLimit, Collection resultingTypeImports, Collection resultingStaticImports) {
- super(true);
- fTypeImports= resultingTypeImports;
- fStaticImports= resultingStaticImports;
- fSubRange= rangeLimit;
- if (project == null || !JavaModelUtil.is50OrHigher(project)) {
- fStaticImports= null; // do not collect
- }
- fASTRoot= astRoot;
- }
-
- public ImportReferencesCollector(IJavaScriptProject project, Region rangeLimit, Collection resultingTypeImports, Collection resultingStaticImports) {
- this(project, null, rangeLimit, resultingTypeImports, resultingStaticImports);
- }
-
- public JavaScriptUnit getASTRoot(ASTNode node) {
- if (fASTRoot == null) {
- fASTRoot= (JavaScriptUnit) node.getRoot();
- }
- return fASTRoot;
- }
-
- private boolean isAffected(ASTNode node) {
- if (fSubRange == null) {
- return true;
- }
- int nodeStart= node.getStartPosition();
- int offset= fSubRange.getOffset();
- return nodeStart + node.getLength() > offset && (offset + fSubRange.getLength()) > nodeStart;
- }
-
-
- private void addReference(SimpleName name) {
- if (isAffected(name)) {
- fTypeImports.add(name);
- }
- }
-
- private void typeRefFound(Name node) {
- if (node != null) {
- while (node.isQualifiedName()) {
- node= ((QualifiedName) node).getQualifier();
- }
- addReference((SimpleName) node);
- }
- }
-
- private void possibleTypeRefFound(Name node) {
- while (node.isQualifiedName()) {
- node= ((QualifiedName) node).getQualifier();
- }
- IBinding binding= node.resolveBinding();
- if (binding == null || binding.getKind() == IBinding.TYPE) {
- // if the binding is null, we cannot determine if
- // we have a type binding or not, so we will assume
- // we do.
- addReference((SimpleName) node);
- }
- }
-
- private void possibleStaticImportFound(Name name) {
- if (fStaticImports == null) {
- return;
- }
-
- while (name.isQualifiedName()) {
- name= ((QualifiedName) name).getQualifier();
- }
- if (!isAffected(name)) {
- return;
- }
-
- IBinding binding= name.resolveBinding();
- if (binding == null || binding instanceof ITypeBinding || !Modifier.isStatic(binding.getModifiers()) || ((SimpleName) name).isDeclaration()) {
- return;
- }
-
- if (binding instanceof IVariableBinding) {
- IVariableBinding varBinding= (IVariableBinding) binding;
- if (varBinding.isField()) {
- varBinding= varBinding.getVariableDeclaration();
- ITypeBinding declaringClass= varBinding.getDeclaringClass();
- if (declaringClass != null && !declaringClass.isLocal()) {
- if (new ScopeAnalyzer(getASTRoot(name)).isDeclaredInScope(varBinding, (SimpleName)name, ScopeAnalyzer.VARIABLES | ScopeAnalyzer.CHECK_VISIBILITY))
- return;
- fStaticImports.add(name);
- }
- }
- } else if (binding instanceof IFunctionBinding) {
- IFunctionBinding methodBinding= ((IFunctionBinding) binding).getMethodDeclaration();
- ITypeBinding declaringClass= methodBinding.getDeclaringClass();
- if (declaringClass != null && !declaringClass.isLocal()) {
- if (new ScopeAnalyzer(getASTRoot(name)).isDeclaredInScope(methodBinding, (SimpleName)name, ScopeAnalyzer.METHODS | ScopeAnalyzer.CHECK_VISIBILITY))
- return;
- fStaticImports.add(name);
- }
- }
-
- }
-
- private void doVisitChildren(List elements) {
- int nElements= elements.size();
- for (int i= 0; i < nElements; i++) {
- ((ASTNode) elements.get(i)).accept(this);
- }
- }
-
- private void doVisitNode(ASTNode node) {
- if (node != null) {
- node.accept(this);
- }
- }
-
- /* (non-Javadoc)
- * @see org.eclipse.wst.jsdt.internal.corext.dom.GenericVisitor#visitNode(org.eclipse.wst.jsdt.core.dom.ASTNode)
- */
- protected boolean visitNode(ASTNode node) {
- return isAffected(node);
- }
-
- /*
- * @see ASTVisitor#visit(ArrayType)
- */
- public boolean visit(ArrayType node) {
- doVisitNode(node.getElementType());
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(SimpleType)
- */
- public boolean visit(SimpleType node) {
- typeRefFound(node.getName());
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(QualifiedType)
- */
- public boolean visit(QualifiedType node) {
- // nothing to do here, let the qualifier be visited
- return true;
- }
-
- /*
- * @see ASTVisitor#visit(QualifiedName)
- */
- public boolean visit(QualifiedName node) {
- possibleTypeRefFound(node); // possible ref
- possibleStaticImportFound(node);
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(ImportDeclaration)
- */
- public boolean visit(ImportDeclaration node) {
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(PackageDeclaration)
- */
- public boolean visit(PackageDeclaration node) {
- if (node.getAST().apiLevel() >= AST.JLS3) {
- doVisitChildren(node.annotations());
- }
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(ThisExpression)
- */
- public boolean visit(ThisExpression node) {
- typeRefFound(node.getQualifier());
- return false;
- }
-
- private void evalQualifyingExpression(Expression expr, Name selector) {
- if (expr != null) {
- if (expr instanceof Name) {
- Name name= (Name) expr;
- possibleTypeRefFound(name);
- possibleStaticImportFound(name);
- } else {
- expr.accept(this);
- }
- } else if (selector != null) {
- possibleStaticImportFound(selector);
- }
- }
-
- /*
- * @see ASTVisitor#visit(ClassInstanceCreation)
- */
- public boolean visit(ClassInstanceCreation node) {
- doVisitChildren(node.typeArguments());
- doVisitNode(node.getType());
- evalQualifyingExpression(node.getExpression(), null);
- if (node.getAnonymousClassDeclaration() != null) {
- node.getAnonymousClassDeclaration().accept(this);
- }
- doVisitChildren(node.arguments());
- return false;
- }
-
- /*
- * @see ASTVisitor#endVisit(FunctionInvocation)
- */
- public boolean visit(FunctionInvocation node) {
- evalQualifyingExpression(node.getExpression(), node.getName());
- doVisitChildren(node.typeArguments());
- doVisitChildren(node.arguments());
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(SuperConstructorInvocation)
- */
- public boolean visit(SuperConstructorInvocation node) {
- if (!isAffected(node)) {
- return false;
- }
-
- evalQualifyingExpression(node.getExpression(), null);
- doVisitChildren(node.typeArguments());
- doVisitChildren(node.arguments());
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(FieldAccess)
- */
- public boolean visit(FieldAccess node) {
- evalQualifyingExpression(node.getExpression(), node.getName());
- return false;
- }
-
- /*
- * @see ASTVisitor#visit(SimpleName)
- */
- public boolean visit(SimpleName node) {
- // if the call gets here, it can only be a variable reference
- possibleStaticImportFound(node);
- return false;
- }
-
-
-
- /*
- * @see ASTVisitor#visit(TypeDeclaration)
- */
- public boolean visit(TypeDeclaration node) {
- if (!isAffected(node)) {
- return false;
- }
- return true;
- }
-
- /*
- * @see ASTVisitor#visit(FunctionDeclaration)
- */
- public boolean visit(FunctionDeclaration node) {
- if (!isAffected(node)) {
- return false;
- }
- doVisitNode(node.getJavadoc());
-
- if (node.getAST().apiLevel() >= AST.JLS3) {
- doVisitChildren(node.modifiers());
- }
-
- if (!node.isConstructor()) {
- doVisitNode(node.getReturnType2());
- }
- doVisitChildren(node.parameters());
- Iterator iter=node.thrownExceptions().iterator();
- while (iter.hasNext()) {
- typeRefFound((Name) iter.next());
- }
- doVisitNode(node.getBody());
- return false;
- }
-
- public boolean visit(TagElement node) {
- String tagName= node.getTagName();
- List list= node.fragments();
- int idx= 0;
- if (tagName != null && !list.isEmpty()) {
- Object first= list.get(0);
- if (first instanceof Name) {
- if ("@throws".equals(tagName) || "@exception".equals(tagName)) { //$NON-NLS-1$//$NON-NLS-2$
- typeRefFound((Name) first);
- } else if ("@see".equals(tagName) || "@link".equals(tagName) || "@linkplain".equals(tagName)) { //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
- Name name= (Name) first;
- possibleTypeRefFound(name);
- }
- idx++;
- }
- }
- for (int i= idx; i < list.size(); i++) {
- doVisitNode((ASTNode) list.get(i));
- }
- return false;
- }
-
- public boolean visit(MemberRef node) {
- Name qualifier= node.getQualifier();
- if (qualifier != null) {
- typeRefFound(qualifier);
- }
- return false;
- }
-
- public boolean visit(FunctionRef node) {
- Name qualifier= node.getQualifier();
- if (qualifier != null) {
- typeRefFound(qualifier);
- }
- List list= node.parameters();
- if (list != null) {
- doVisitChildren(list); // visit FunctionRefParameter with Type
- }
- return false;
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/OrganizeImportsOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
deleted file mode 100644
index 3288429c..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
+++ /dev/null
@@ -1,546 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.core.runtime.SubProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.text.edits.TextEdit;
-import org.eclipse.wst.jsdt.core.Flags;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IPackageFragment;
-import org.eclipse.wst.jsdt.core.ISourceRange;
-import org.eclipse.wst.jsdt.core.JavaScriptCore;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.compiler.IProblem;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.ImportDeclaration;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.Name;
-import org.eclipse.wst.jsdt.core.dom.SimpleName;
-import org.eclipse.wst.jsdt.core.dom.Type;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants;
-import org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope;
-import org.eclipse.wst.jsdt.core.search.SearchEngine;
-import org.eclipse.wst.jsdt.core.search.TypeNameMatch;
-import org.eclipse.wst.jsdt.internal.corext.SourceRange;
-import org.eclipse.wst.jsdt.internal.corext.dom.Bindings;
-import org.eclipse.wst.jsdt.internal.corext.dom.ScopeAnalyzer;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.corext.util.Messages;
-import org.eclipse.wst.jsdt.internal.corext.util.Strings;
-import org.eclipse.wst.jsdt.internal.corext.util.TypeNameMatchCollector;
-import org.eclipse.wst.jsdt.internal.ui.javaeditor.ASTProvider;
-import org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving;
-import org.eclipse.wst.jsdt.internal.ui.text.correction.SimilarElementsRequestor;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class OrganizeImportsOperation implements IWorkspaceRunnable {
- public static interface IChooseImportQuery {
- /**
- * Selects imports from a list of choices.
- * @param openChoices From each array, a type reference has to be selected
- * @param ranges For each choice the range of the corresponding type reference.
- * @return Returns <code>null</code> to cancel the operation, or the
- * selected imports.
- */
- TypeNameMatch[] chooseImports(TypeNameMatch[][] openChoices, ISourceRange[] ranges);
- }
-
-
- private static class TypeReferenceProcessor {
-
- private static class UnresolvedTypeData {
- final SimpleName ref;
- final int typeKinds;
- final List foundInfos;
-
- public UnresolvedTypeData(SimpleName ref) {
- this.ref= ref;
- this.typeKinds= ASTResolving.getPossibleTypeKinds(ref, true);
- this.foundInfos= new ArrayList(3);
- }
-
- public void addInfo(TypeNameMatch info) {
- for (int i= this.foundInfos.size() - 1; i >= 0; i--) {
- TypeNameMatch curr= (TypeNameMatch) this.foundInfos.get(i);
- if (curr.getTypeContainerName().equals(info.getTypeContainerName())) {
- return; // not added. already contains type with same name
- }
- }
- foundInfos.add(info);
- }
- }
-
- private Set fOldSingleImports;
- private Set fOldDemandImports;
-
- private Set fImplicitImports;
-
- private ImportRewrite fImpStructure;
-
- private boolean fDoIgnoreLowerCaseNames;
-
- private IPackageFragment fCurrPackage;
-
- private ScopeAnalyzer fAnalyzer;
- private boolean fAllowDefaultPackageImports;
-
- private Map fUnresolvedTypes;
- private Set fImportsAdded;
- private TypeNameMatch[][] fOpenChoices;
- private SourceRange[] fSourceRanges;
-
-
- public TypeReferenceProcessor(Set oldSingleImports, Set oldDemandImports, JavaScriptUnit root, ImportRewrite impStructure, boolean ignoreLowerCaseNames) {
- fOldSingleImports= oldSingleImports;
- fOldDemandImports= oldDemandImports;
- fImpStructure= impStructure;
- fDoIgnoreLowerCaseNames= ignoreLowerCaseNames;
-
- IJavaScriptUnit cu= impStructure.getCompilationUnit();
-
- fImplicitImports= new HashSet(3);
- fImplicitImports.add(""); //$NON-NLS-1$
- fImplicitImports.add("java.lang"); //$NON-NLS-1$
- fImplicitImports.add(cu.getParent().getElementName());
-
- fAnalyzer= new ScopeAnalyzer(root);
-
- fCurrPackage= (IPackageFragment) cu.getParent();
-
- fAllowDefaultPackageImports= cu.getJavaScriptProject().getOption(JavaScriptCore.COMPILER_COMPLIANCE, true).equals(JavaScriptCore.VERSION_1_3);
-
- fImportsAdded= new HashSet();
- fUnresolvedTypes= new HashMap();
- }
-
- private boolean needsImport(ITypeBinding typeBinding, SimpleName ref) {
- if (!typeBinding.isTopLevel() && !typeBinding.isMember() || typeBinding.isRecovered()) {
- return false; // no imports for anonymous, local, primitive types or parameters types
- }
- int modifiers= typeBinding.getModifiers();
- if (Modifier.isPrivate(modifiers)) {
- return false; // imports for privates are not required
- }
- ITypeBinding currTypeBinding= Bindings.getBindingOfParentType(ref);
- if (currTypeBinding == null) {
- return false; // not in a type
- }
- if (!Modifier.isPublic(modifiers)) {
- if (!currTypeBinding.getPackage().getName().equals(typeBinding.getPackage().getName())) {
- return false; // not visible
- }
- }
-
- ASTNode parent= ref.getParent();
- while (parent instanceof Type) {
- parent= parent.getParent();
- }
- if (parent instanceof AbstractTypeDeclaration && parent.getParent() instanceof JavaScriptUnit) {
- return true;
- }
-
- if (typeBinding.isMember()) {
- if (fAnalyzer.isDeclaredInScope(typeBinding, ref, ScopeAnalyzer.TYPES | ScopeAnalyzer.CHECK_VISIBILITY))
- return false;
- }
- return true;
- }
-
-
- /**
- * Tries to find the given type name and add it to the import structure.
- * @param ref the name node
- */
- public void add(SimpleName ref) {
- String typeName= ref.getIdentifier();
-
- if (fImportsAdded.contains(typeName)) {
- return;
- }
-
- IBinding binding= ref.resolveBinding();
- if (binding != null) {
- if (binding.getKind() != IBinding.TYPE) {
- return;
- }
- ITypeBinding typeBinding= (ITypeBinding) binding;
- if (typeBinding.isArray()) {
- typeBinding= typeBinding.getElementType();
- }
- typeBinding= typeBinding.getTypeDeclaration();
- if (!typeBinding.isRecovered()) {
- if (needsImport(typeBinding, ref)) {
- fImpStructure.addImport(typeBinding);
- fImportsAdded.add(typeName);
- }
- return;
- }
- } else {
- if (fDoIgnoreLowerCaseNames && typeName.length() > 0) {
- char ch= typeName.charAt(0);
- if (Strings.isLowerCase(ch) && Character.isLetter(ch)) {
- return;
- }
- }
- }
- fImportsAdded.add(typeName);
- fUnresolvedTypes.put(typeName, new UnresolvedTypeData(ref));
- }
-
- public boolean process(IProgressMonitor monitor) throws JavaScriptModelException {
- try {
- int nUnresolved= fUnresolvedTypes.size();
- if (nUnresolved == 0) {
- return false;
- }
- char[][] allTypes= new char[nUnresolved][];
- int i= 0;
- for (Iterator iter= fUnresolvedTypes.keySet().iterator(); iter.hasNext();) {
- allTypes[i++]= ((String) iter.next()).toCharArray();
- }
- final ArrayList typesFound= new ArrayList();
- final IJavaScriptProject project= fCurrPackage.getJavaScriptProject();
- IJavaScriptSearchScope scope= SearchEngine.createJavaSearchScope(new IJavaScriptElement[] { project });
- TypeNameMatchCollector collector= new TypeNameMatchCollector(typesFound);
- new SearchEngine().searchAllTypeNames(null, allTypes, scope, collector, IJavaScriptSearchConstants.WAIT_UNTIL_READY_TO_SEARCH, monitor);
-
- boolean is50OrHigher= JavaModelUtil.is50OrHigher(project);
-
- for (i= 0; i < typesFound.size(); i++) {
- TypeNameMatch curr= (TypeNameMatch) typesFound.get(i);
- UnresolvedTypeData data= (UnresolvedTypeData) fUnresolvedTypes.get(curr.getSimpleTypeName());
- if (data != null && isVisible(curr) && isOfKind(curr, data.typeKinds, is50OrHigher)) {
- if (fAllowDefaultPackageImports || curr.getPackageName().length() > 0) {
- data.addInfo(curr);
- }
- }
- }
-
- ArrayList openChoices= new ArrayList(nUnresolved);
- ArrayList sourceRanges= new ArrayList(nUnresolved);
- for (Iterator iter= fUnresolvedTypes.values().iterator(); iter.hasNext();) {
- UnresolvedTypeData data= (UnresolvedTypeData) iter.next();
- TypeNameMatch[] openChoice= processTypeInfo(data.foundInfos);
- if (openChoice != null) {
- openChoices.add(openChoice);
- sourceRanges.add(new SourceRange(data.ref.getStartPosition(), data.ref.getLength()));
- }
- }
- if (openChoices.isEmpty()) {
- return false;
- }
- fOpenChoices= (TypeNameMatch[][]) openChoices.toArray(new TypeNameMatch[openChoices.size()][]);
- fSourceRanges= (SourceRange[]) sourceRanges.toArray(new SourceRange[sourceRanges.size()]);
- return true;
- } finally {
- monitor.done();
- }
- }
-
- private TypeNameMatch[] processTypeInfo(List typeRefsFound) {
- int nFound= typeRefsFound.size();
- if (nFound == 0) {
- // nothing found
- return null;
- } else if (nFound == 1) {
- TypeNameMatch typeRef= (TypeNameMatch) typeRefsFound.get(0);
- fImpStructure.addImport(typeRef.getFullyQualifiedName());
- return null;
- } else {
- String typeToImport= null;
- boolean ambiguousImports= false;
-
- // multiple found, use old imports to find an entry
- for (int i= 0; i < nFound; i++) {
- TypeNameMatch typeRef= (TypeNameMatch) typeRefsFound.get(i);
- String fullName= typeRef.getFullyQualifiedName();
- String containerName= typeRef.getTypeContainerName();
- if (fOldSingleImports.contains(fullName)) {
- // was single-imported
- fImpStructure.addImport(fullName);
- return null;
- } else if (fOldDemandImports.contains(containerName) || fImplicitImports.contains(containerName)) {
- if (typeToImport == null) {
- typeToImport= fullName;
- } else { // more than one import-on-demand
- ambiguousImports= true;
- }
- }
- }
-
- if (typeToImport != null && !ambiguousImports) {
- fImpStructure.addImport(typeToImport);
- return null;
- }
- // return the open choices
- return (TypeNameMatch[]) typeRefsFound.toArray(new TypeNameMatch[nFound]);
- }
- }
-
- private boolean isOfKind(TypeNameMatch curr, int typeKinds, boolean is50OrHigher) {
- return (typeKinds & SimilarElementsRequestor.CLASSES) != 0;
- }
-
- private boolean isVisible(TypeNameMatch curr) {
- int flags= curr.getModifiers();
- if (Flags.isPrivate(flags)) {
- return false;
- }
- if (Flags.isPublic(flags)) {
- return true;
- }
- return curr.getPackageName().equals(fCurrPackage.getElementName());
- }
-
- public TypeNameMatch[][] getChoices() {
- return fOpenChoices;
- }
-
- public ISourceRange[] getChoicesSourceRanges() {
- return fSourceRanges;
- }
- }
-
- private boolean fDoSave;
-
- private boolean fIgnoreLowerCaseNames;
-
- private IChooseImportQuery fChooseImportQuery;
-
- private int fNumberOfImportsAdded;
- private int fNumberOfImportsRemoved;
-
- private IProblem fParsingError;
- private IJavaScriptUnit fCompilationUnit;
-
- private JavaScriptUnit fASTRoot;
-
- private final boolean fAllowSyntaxErrors;
-
- public OrganizeImportsOperation(IJavaScriptUnit cu, JavaScriptUnit astRoot, boolean ignoreLowerCaseNames, boolean save, boolean allowSyntaxErrors, IChooseImportQuery chooseImportQuery) throws CoreException {
- fCompilationUnit= cu;
- fASTRoot= astRoot;
-
- fDoSave= save;
- fIgnoreLowerCaseNames= ignoreLowerCaseNames;
- fAllowSyntaxErrors= allowSyntaxErrors;
- fChooseImportQuery= chooseImportQuery;
-
- fNumberOfImportsAdded= 0;
- fNumberOfImportsRemoved= 0;
-
- fParsingError= null;
- }
-
- /**
- * Runs the operation.
- * @param monitor the progress monitor
- * @throws CoreException thrown when the operation failed
- * @throws OperationCanceledException Runtime error thrown when operation is canceled.
- */
- public void run(IProgressMonitor monitor) throws CoreException, OperationCanceledException {
- if (monitor == null) {
- monitor= new NullProgressMonitor();
- }
- try {
- monitor.beginTask(Messages.format(CodeGenerationMessages.OrganizeImportsOperation_description, fCompilationUnit.getElementName()), 10);
-
- TextEdit edit= createTextEdit(new SubProgressMonitor(monitor, 9));
- if (edit == null)
- return;
-
- JavaModelUtil.applyEdit(fCompilationUnit, edit, fDoSave, new SubProgressMonitor(monitor, 1));
- } finally {
- monitor.done();
- }
- }
-
- public TextEdit createTextEdit(IProgressMonitor monitor) throws CoreException, OperationCanceledException {
- if (monitor == null) {
- monitor= new NullProgressMonitor();
- }
- try {
- fNumberOfImportsAdded= 0;
- fNumberOfImportsRemoved= 0;
-
- monitor.beginTask(Messages.format(CodeGenerationMessages.OrganizeImportsOperation_description, fCompilationUnit.getElementName()), 9);
-
- JavaScriptUnit astRoot= fASTRoot;
- if (astRoot == null) {
- astRoot= ASTProvider.getASTProvider().getAST(fCompilationUnit, ASTProvider.WAIT_YES, new SubProgressMonitor(monitor, 2));
- if (monitor.isCanceled())
- throw new OperationCanceledException();
- } else {
- monitor.worked(2);
- }
-
- ImportRewrite importsRewrite= StubUtility.createImportRewrite(astRoot, false);
-
- Set/*<String>*/ oldSingleImports= new HashSet();
- Set/*<String>*/ oldDemandImports= new HashSet();
- List/*<SimpleName>*/ typeReferences= new ArrayList();
- List/*<SimpleName>*/ staticReferences= new ArrayList();
-
- if (!collectReferences(astRoot, typeReferences, staticReferences, oldSingleImports, oldDemandImports))
- return null;
-
- monitor.worked(1);
-
- TypeReferenceProcessor processor= new TypeReferenceProcessor(oldSingleImports, oldDemandImports, astRoot, importsRewrite, fIgnoreLowerCaseNames);
-
- Iterator refIterator= typeReferences.iterator();
- while (refIterator.hasNext()) {
- SimpleName typeRef= (SimpleName) refIterator.next();
- processor.add(typeRef);
- }
-
- boolean hasOpenChoices= processor.process(new SubProgressMonitor(monitor, 3));
- addStaticImports(staticReferences, importsRewrite);
-
- if (hasOpenChoices && fChooseImportQuery != null) {
- TypeNameMatch[][] choices= processor.getChoices();
- ISourceRange[] ranges= processor.getChoicesSourceRanges();
- TypeNameMatch[] chosen= fChooseImportQuery.chooseImports(choices, ranges);
- if (chosen == null) {
- // cancel pressed by the user
- throw new OperationCanceledException();
- }
- for (int i= 0; i < chosen.length; i++) {
- TypeNameMatch typeInfo= chosen[i];
- importsRewrite.addImport(typeInfo.getFullyQualifiedName());
- }
- }
-
- TextEdit result= importsRewrite.rewriteImports(new SubProgressMonitor(monitor, 3));
-
- determineImportDifferences(importsRewrite, oldSingleImports, oldDemandImports);
-
- return result;
- } finally {
- monitor.done();
- }
- }
-
- private void determineImportDifferences(ImportRewrite importsStructure, Set oldSingleImports, Set oldDemandImports) {
- ArrayList importsAdded= new ArrayList();
- importsAdded.addAll(Arrays.asList(importsStructure.getCreatedImports()));
- importsAdded.addAll(Arrays.asList(importsStructure.getCreatedStaticImports()));
-
- Object[] content= oldSingleImports.toArray();
- for (int i= 0; i < content.length; i++) {
- String importName= (String) content[i];
- if (importsAdded.remove(importName))
- oldSingleImports.remove(importName);
- }
- content= oldDemandImports.toArray();
- for (int i= 0; i < content.length; i++) {
- String importName= (String) content[i];
- if (importsAdded.remove(importName + ".*")) //$NON-NLS-1$
- oldDemandImports.remove(importName);
- }
- fNumberOfImportsAdded= importsAdded.size();
- fNumberOfImportsRemoved= oldSingleImports.size() + oldDemandImports.size();
- }
-
-
- private void addStaticImports(List/*<SimpleName>*/ staticReferences, ImportRewrite importsStructure) {
- for (int i= 0; i < staticReferences.size(); i++) {
- Name name= (Name) staticReferences.get(i);
- IBinding binding= name.resolveBinding();
- if (binding != null) { // paranoia check
- importsStructure.addStaticImport(binding);
- }
- }
- }
-
-
- // find type references in a compilation unit
- private boolean collectReferences(JavaScriptUnit astRoot, List typeReferences, List staticReferences, Set oldSingleImports, Set oldDemandImports) {
- if (!fAllowSyntaxErrors) {
- IProblem[] problems= astRoot.getProblems();
- for (int i= 0; i < problems.length; i++) {
- IProblem curr= problems[i];
- if (curr.isError() && (curr.getID() & IProblem.Syntax) != 0) {
- fParsingError= problems[i];
- return false;
- }
- }
- }
- List imports= astRoot.imports();
- for (int i= 0; i < imports.size(); i++) {
- ImportDeclaration curr= (ImportDeclaration) imports.get(i);
- String id= ASTResolving.getFullName(curr.getName());
- if (curr.isOnDemand()) {
- oldDemandImports.add(id);
- } else {
- oldSingleImports.add(id);
- }
- }
-
- IJavaScriptProject project= fCompilationUnit.getJavaScriptProject();
- ImportReferencesCollector.collect(astRoot, project, null, typeReferences, staticReferences);
-
- return true;
- }
-
- /**
- * After executing the operation, returns <code>null</code> if the operation has been executed successfully or
- * the range where parsing failed.
- * @return returns the parse error
- */
- public IProblem getParseError() {
- return fParsingError;
- }
-
- public int getNumberOfImportsAdded() {
- return fNumberOfImportsAdded;
- }
-
- public int getNumberOfImportsRemoved() {
- return fNumberOfImportsRemoved;
- }
-
- /**
- * @return Returns the scheduling rule for this operation
- */
- public ISchedulingRule getScheduleRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/SortMembersOperation.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/SortMembersOperation.java
deleted file mode 100644
index bc4d476d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/SortMembersOperation.java
+++ /dev/null
@@ -1,258 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.Comparator;
-import java.util.List;
-
-import org.eclipse.core.resources.IWorkspaceRunnable;
-import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.jobs.ISchedulingRule;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.BodyDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FieldDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.Initializer;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration;
-import org.eclipse.wst.jsdt.core.dom.Type;
-import org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment;
-import org.eclipse.wst.jsdt.core.util.JavaScriptUnitSorter;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.util.JdtFlags;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-import org.eclipse.wst.jsdt.internal.ui.preferences.MembersOrderPreferenceCache;
-
-import com.ibm.icu.text.Collator;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class SortMembersOperation implements IWorkspaceRunnable {
-
-
- /**
- * Default comparator for body declarations.
- */
- public static class DefaultJavaElementComparator implements Comparator {
-
- private final Collator fCollator;
- private final MembersOrderPreferenceCache fMemberOrderCache;
- private final boolean fDoNotSortFields;
-
- public DefaultJavaElementComparator(boolean doNotSortFields) {
- fDoNotSortFields= doNotSortFields;
- fCollator= Collator.getInstance();
- fMemberOrderCache= JavaScriptPlugin.getDefault().getMemberOrderPreferenceCache();
- }
-
- private int category(BodyDeclaration bodyDeclaration) {
- switch (bodyDeclaration.getNodeType()) {
- case ASTNode.FUNCTION_DECLARATION:
- {
- FunctionDeclaration method= (FunctionDeclaration) bodyDeclaration;
- if (method.isConstructor()) {
- return getMemberCategory(MembersOrderPreferenceCache.CONSTRUCTORS_INDEX);
- }
- int flags= method.getModifiers();
- if (Modifier.isStatic(flags))
- return getMemberCategory(MembersOrderPreferenceCache.STATIC_METHODS_INDEX);
- else
- return getMemberCategory(MembersOrderPreferenceCache.METHOD_INDEX);
- }
- case ASTNode.FIELD_DECLARATION :
- {
- int flags= ((FieldDeclaration) bodyDeclaration).getModifiers();
- if (Modifier.isStatic(flags))
- return getMemberCategory(MembersOrderPreferenceCache.STATIC_FIELDS_INDEX);
- else
- return getMemberCategory(MembersOrderPreferenceCache.FIELDS_INDEX);
- }
- case ASTNode.INITIALIZER :
- {
- int flags= ((Initializer) bodyDeclaration).getModifiers();
- if (Modifier.isStatic(flags))
- return getMemberCategory(MembersOrderPreferenceCache.STATIC_INIT_INDEX);
- else
- return getMemberCategory(MembersOrderPreferenceCache.INIT_INDEX);
- }
- case ASTNode.TYPE_DECLARATION :
- return getMemberCategory(MembersOrderPreferenceCache.TYPE_INDEX);
-
- }
- return 0; // should never happen
- }
-
- private int getMemberCategory(int kind) {
- return fMemberOrderCache.getCategoryIndex(kind);
- }
-
- /**
- * This comparator follows the contract defined in JavaScriptUnitSorter.sort.
- * @see Comparator#compare(java.lang.Object, java.lang.Object)
- * @see JavaScriptUnitSorter#sort(int, org.eclipse.wst.jsdt.core.IJavaScriptUnit, int[], java.util.Comparator, int, org.eclipse.core.runtime.IProgressMonitor)
- */
- public int compare(Object e1, Object e2) {
- BodyDeclaration bodyDeclaration1= (BodyDeclaration) e1;
- BodyDeclaration bodyDeclaration2= (BodyDeclaration) e2;
- int cat1= category(bodyDeclaration1);
- int cat2= category(bodyDeclaration2);
-
- if (cat1 != cat2) {
- return cat1 - cat2;
- }
-
- if (fMemberOrderCache.isSortByVisibility()) {
- int flags1= JdtFlags.getVisibilityCode(bodyDeclaration1);
- int flags2= JdtFlags.getVisibilityCode(bodyDeclaration2);
- int vis= fMemberOrderCache.getVisibilityIndex(flags1) - fMemberOrderCache.getVisibilityIndex(flags2);
- if (vis != 0) {
- return vis;
- }
- }
-
- switch (bodyDeclaration1.getNodeType()) {
- case ASTNode.FUNCTION_DECLARATION :
- {
- FunctionDeclaration method1= (FunctionDeclaration) bodyDeclaration1;
- FunctionDeclaration method2= (FunctionDeclaration) bodyDeclaration2;
-
- if (fMemberOrderCache.isSortByVisibility()) {
- int vis= fMemberOrderCache.getVisibilityIndex(method1.getModifiers()) - fMemberOrderCache.getVisibilityIndex(method2.getModifiers());
- if (vis != 0) {
- return vis;
- }
- }
-
- String name1= method1.getName().getIdentifier();
- String name2= method2.getName().getIdentifier();
-
- // method declarations (constructors) are sorted by name
- int cmp= this.fCollator.compare(name1, name2);
- if (cmp != 0) {
- return cmp;
- }
-
- // if names equal, sort by parameter types
- List parameters1= method1.parameters();
- List parameters2= method2.parameters();
- int length1= parameters1.size();
- int length2= parameters2.size();
-
- int len= Math.min(length1, length2);
- for (int i= 0; i < len; i++) {
- SingleVariableDeclaration param1= (SingleVariableDeclaration) parameters1.get(i);
- SingleVariableDeclaration param2= (SingleVariableDeclaration) parameters2.get(i);
- cmp= this.fCollator.compare(buildSignature(param1.getType()), buildSignature(param2.getType()));
- if (cmp != 0) {
- return cmp;
- }
- }
- if (length1 != length2) {
- return length1 - length2;
- }
- return preserveRelativeOrder(bodyDeclaration1, bodyDeclaration2);
- }
- case ASTNode.FIELD_DECLARATION :
- {
- if (!fDoNotSortFields) {
- FieldDeclaration field1= (FieldDeclaration) bodyDeclaration1;
- FieldDeclaration field2= (FieldDeclaration) bodyDeclaration2;
-
- String name1= ((VariableDeclarationFragment) field1.fragments().get(0)).getName().getIdentifier();
- String name2= ((VariableDeclarationFragment) field2.fragments().get(0)).getName().getIdentifier();
-
- // field declarations are sorted by name
- return compareNames(bodyDeclaration1, bodyDeclaration2, name1, name2);
- } else {
- return preserveRelativeOrder(bodyDeclaration1, bodyDeclaration2);
- }
- }
- case ASTNode.INITIALIZER :
- {
- // preserve relative order
- return preserveRelativeOrder(bodyDeclaration1, bodyDeclaration2);
- }
- case ASTNode.TYPE_DECLARATION :
- {
- AbstractTypeDeclaration type1= (AbstractTypeDeclaration) bodyDeclaration1;
- AbstractTypeDeclaration type2= (AbstractTypeDeclaration) bodyDeclaration2;
-
- String name1= type1.getName().getIdentifier();
- String name2= type2.getName().getIdentifier();
-
- // typedeclarations are sorted by name
- return compareNames(bodyDeclaration1, bodyDeclaration2, name1, name2);
- }
- }
- return 0;
- }
-
- private int preserveRelativeOrder(BodyDeclaration bodyDeclaration1, BodyDeclaration bodyDeclaration2) {
- int value1= ((Integer) bodyDeclaration1.getProperty(JavaScriptUnitSorter.RELATIVE_ORDER)).intValue();
- int value2= ((Integer) bodyDeclaration2.getProperty(JavaScriptUnitSorter.RELATIVE_ORDER)).intValue();
- return value1 - value2;
- }
-
- private int compareNames(BodyDeclaration bodyDeclaration1, BodyDeclaration bodyDeclaration2, String name1, String name2) {
- int cmp= this.fCollator.compare(name1, name2);
- if (cmp != 0) {
- return cmp;
- }
- return preserveRelativeOrder(bodyDeclaration1, bodyDeclaration2);
- }
-
- private String buildSignature(Type type) {
- return ASTNodes.asString(type);
- }
- }
-
-
- private IJavaScriptUnit fCompilationUnit;
- private int[] fPositions;
- private final boolean fDoNotSortFields;
-
- /**
- * Creates the operation.
- * @param cu The working copy of a compilation unit.
- * @param positions Positions to track or <code>null</code> if no positions
- * should be tracked.
- */
- public SortMembersOperation(IJavaScriptUnit cu, int[] positions, boolean doNotSortFields) {
- fCompilationUnit= cu;
- fPositions= positions;
- fDoNotSortFields= doNotSortFields;
- }
-
-
- /**
- * Runs the operation.
- */
- public void run(IProgressMonitor monitor) throws CoreException {
- JavaScriptUnitSorter.sort(AST.JLS3, fCompilationUnit, fPositions, new DefaultJavaElementComparator(fDoNotSortFields), 0, monitor);
- }
-
- /**
- * @return Returns the scheduling rule for this operation
- */
- public ISchedulingRule getScheduleRule() {
- return ResourcesPlugin.getWorkspace().getRoot();
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility.java
deleted file mode 100644
index 4c9913ee..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility.java
+++ /dev/null
@@ -1,1474 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- * John Kaplan, johnkaplantech@gmail.com - 108071 [code templates] template for body of newly created class
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.io.IOException;
-import java.lang.reflect.Modifier;
-import java.util.AbstractList;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collection;
-import java.util.Comparator;
-import java.util.HashSet;
-import java.util.LinkedHashSet;
-import java.util.List;
-import java.util.Set;
-import java.util.StringTokenizer;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ProjectScope;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Platform;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.preferences.IScopeContext;
-import org.eclipse.core.runtime.preferences.InstanceScope;
-import org.eclipse.jface.text.BadLocationException;
-import org.eclipse.jface.text.Document;
-import org.eclipse.jface.text.IDocument;
-import org.eclipse.jface.text.IRegion;
-import org.eclipse.jface.text.templates.Template;
-import org.eclipse.jface.text.templates.TemplateBuffer;
-import org.eclipse.jface.text.templates.TemplateException;
-import org.eclipse.jface.text.templates.TemplateVariable;
-import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
-import org.eclipse.jface.text.templates.persistence.TemplateStore;
-import org.eclipse.text.edits.DeleteEdit;
-import org.eclipse.text.edits.MalformedTreeException;
-import org.eclipse.text.edits.MultiTextEdit;
-import org.eclipse.wst.jsdt.core.Flags;
-import org.eclipse.wst.jsdt.core.IBuffer;
-import org.eclipse.wst.jsdt.core.IFunction;
-import org.eclipse.wst.jsdt.core.IJavaScriptElement;
-import org.eclipse.wst.jsdt.core.IJavaScriptProject;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.IOpenable;
-import org.eclipse.wst.jsdt.core.IPackageFragment;
-import org.eclipse.wst.jsdt.core.IParent;
-import org.eclipse.wst.jsdt.core.ISourceReference;
-import org.eclipse.wst.jsdt.core.IType;
-import org.eclipse.wst.jsdt.core.JavaScriptConventions;
-import org.eclipse.wst.jsdt.core.JavaScriptCore;
-import org.eclipse.wst.jsdt.core.JavaScriptModelException;
-import org.eclipse.wst.jsdt.core.NamingConventions;
-import org.eclipse.wst.jsdt.core.Signature;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.ASTParser;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ArrayType;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.ConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.Expression;
-import org.eclipse.wst.jsdt.core.dom.FieldAccess;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FunctionInvocation;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.IVariableBinding;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.Name;
-import org.eclipse.wst.jsdt.core.dom.NumberLiteral;
-import org.eclipse.wst.jsdt.core.dom.SimpleName;
-import org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration;
-import org.eclipse.wst.jsdt.core.dom.StringLiteral;
-import org.eclipse.wst.jsdt.core.dom.StructuralPropertyDescriptor;
-import org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation;
-import org.eclipse.wst.jsdt.core.dom.Type;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.formatter.IndentManipulation;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.dom.Bindings;
-import org.eclipse.wst.jsdt.internal.corext.template.java.CodeTemplateContext;
-import org.eclipse.wst.jsdt.internal.corext.template.java.CodeTemplateContextType;
-import org.eclipse.wst.jsdt.internal.corext.util.JavaModelUtil;
-import org.eclipse.wst.jsdt.internal.corext.util.Strings;
-import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;
-import org.eclipse.wst.jsdt.internal.ui.JavaUIStatus;
-import org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving;
-import org.eclipse.wst.jsdt.internal.ui.viewsupport.ProjectTemplateStore;
-import org.eclipse.wst.jsdt.ui.CodeStyleConfiguration;
-import org.eclipse.wst.jsdt.ui.PreferenceConstants;
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class StubUtility {
-
- private static final String[] EMPTY= new String[0];
-
- private static final Set VALID_TYPE_BODY_TEMPLATES;
- static {
- VALID_TYPE_BODY_TEMPLATES= new HashSet();
- VALID_TYPE_BODY_TEMPLATES.add(CodeTemplateContextType.CLASSBODY_ID);
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- */
- public static String getMethodBodyContent(boolean isConstructor, IJavaScriptProject project, String destTypeName, String methodName, String bodyStatement, String lineDelimiter) throws CoreException {
- String templateName= isConstructor ? CodeTemplateContextType.CONSTRUCTORSTUB_ID : CodeTemplateContextType.METHODSTUB_ID;
- Template template= getCodeTemplate(templateName, project);
- if (template == null) {
- return bodyStatement;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), project, lineDelimiter);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, methodName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, destTypeName);
- context.setVariable(CodeTemplateContextType.BODY_STATEMENT, bodyStatement);
- String str= evaluateTemplate(context, template, new String[] { CodeTemplateContextType.BODY_STATEMENT });
- if (str == null && !Strings.containsOnlyWhitespaces(bodyStatement)) {
- return bodyStatement;
- }
- return str;
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- */
- public static String getGetterMethodBodyContent(IJavaScriptProject project, String destTypeName, String methodName, String fieldName, String lineDelimiter) throws CoreException {
- String templateName= CodeTemplateContextType.GETTERSTUB_ID;
- Template template= getCodeTemplate(templateName, project);
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), project, lineDelimiter);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, methodName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, destTypeName);
- context.setVariable(CodeTemplateContextType.FIELD, fieldName);
-
- return evaluateTemplate(context, template);
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- */
- public static String getSetterMethodBodyContent(IJavaScriptProject project, String destTypeName, String methodName, String fieldName, String paramName, String lineDelimiter) throws CoreException {
- String templateName= CodeTemplateContextType.SETTERSTUB_ID;
- Template template= getCodeTemplate(templateName, project);
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), project, lineDelimiter);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, methodName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, destTypeName);
- context.setVariable(CodeTemplateContextType.FIELD, fieldName);
- context.setVariable(CodeTemplateContextType.FIELD_TYPE, fieldName);
- context.setVariable(CodeTemplateContextType.PARAM, paramName);
-
- return evaluateTemplate(context, template);
- }
-
- public static String getCatchBodyContent(IJavaScriptUnit cu, String exceptionType, String variableName, ASTNode locationInAST, String lineDelimiter) throws CoreException {
- String enclosingType= ""; //$NON-NLS-1$
- String enclosingMethod= ""; //$NON-NLS-1$
-
- if (locationInAST != null) {
- FunctionDeclaration parentMethod= ASTResolving.findParentMethodDeclaration(locationInAST);
- if (parentMethod != null) {
- enclosingMethod= parentMethod.getName().getIdentifier();
- locationInAST= parentMethod;
- }
- ASTNode parentType= ASTResolving.findParentType(locationInAST);
- if (parentType instanceof AbstractTypeDeclaration) {
- enclosingType= ((AbstractTypeDeclaration) parentType).getName().getIdentifier();
- }
- }
- return getCatchBodyContent(cu, exceptionType, variableName, enclosingType, enclosingMethod, lineDelimiter);
- }
-
-
- public static String getCatchBodyContent(IJavaScriptUnit cu, String exceptionType, String variableName, String enclosingType, String enclosingMethod, String lineDelimiter) throws CoreException {
- Template template= getCodeTemplate(CodeTemplateContextType.CATCHBLOCK_ID, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
-
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelimiter);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, enclosingType);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, enclosingMethod);
- context.setVariable(CodeTemplateContextType.EXCEPTION_TYPE, exceptionType);
- context.setVariable(CodeTemplateContextType.EXCEPTION_VAR, variableName);
- return evaluateTemplate(context, template);
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getCompilationUnitContent(IJavaScriptUnit, String, String, String, String)
- */
- public static String getCompilationUnitContent(IJavaScriptUnit cu, String fileComment, String typeComment, String typeContent, String lineDelimiter) throws CoreException {
- IPackageFragment pack= (IPackageFragment) cu.getParent();
- String packDecl= pack.isDefaultPackage() ? "" : "package " + pack.getElementName() + ';'; //$NON-NLS-1$ //$NON-NLS-2$
- return getCompilationUnitContent(cu, packDecl, fileComment, typeComment, typeContent, lineDelimiter);
- }
-
- public static String getCompilationUnitContent(IJavaScriptUnit cu, String packDecl, String fileComment, String typeComment, String typeContent, String lineDelimiter) throws CoreException {
- Template template= getCodeTemplate(CodeTemplateContextType.NEWTYPE_ID, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
-
- IJavaScriptProject project= cu.getJavaScriptProject();
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), project, lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.PACKAGE_DECLARATION, packDecl);
- context.setVariable(CodeTemplateContextType.TYPE_COMMENT, typeComment != null ? typeComment : ""); //$NON-NLS-1$
- context.setVariable(CodeTemplateContextType.FILE_COMMENT, fileComment != null ? fileComment : ""); //$NON-NLS-1$
- context.setVariable(CodeTemplateContextType.TYPE_DECLARATION, typeContent);
- context.setVariable(CodeTemplateContextType.TYPENAME, JavaScriptCore.removeJavaScriptLikeExtension(cu.getElementName()));
-
- String[] fullLine= { CodeTemplateContextType.PACKAGE_DECLARATION, CodeTemplateContextType.FILE_COMMENT, CodeTemplateContextType.TYPE_COMMENT };
- return evaluateTemplate(context, template, fullLine);
- }
-
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getFileComment(IJavaScriptUnit, String)
- */
- public static String getFileComment(IJavaScriptUnit cu, String lineDelimiter) throws CoreException {
- Template template= getCodeTemplate(CodeTemplateContextType.FILECOMMENT_ID, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
-
- IJavaScriptProject project= cu.getJavaScriptProject();
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), project, lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.TYPENAME, JavaScriptCore.removeJavaScriptLikeExtension(cu.getElementName()));
- return evaluateTemplate(context, template);
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getTypeComment(IJavaScriptUnit, String, String[], String)
- */
- public static String getTypeComment(IJavaScriptUnit cu, String typeQualifiedName, String lineDelim) throws CoreException {
- Template template= getCodeTemplate(CodeTemplateContextType.TYPECOMMENT_ID, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelim);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, Signature.getQualifier(typeQualifiedName));
- context.setVariable(CodeTemplateContextType.TYPENAME, Signature.getSimpleName(typeQualifiedName));
-
- TemplateBuffer buffer;
- try {
- buffer= context.evaluate(template);
- } catch (BadLocationException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- } catch (TemplateException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- }
- String str= buffer.getString();
- if (Strings.containsOnlyWhitespaces(str)) {
- return null;
- }
-
- TemplateVariable position= findVariable(buffer, CodeTemplateContextType.TAGS); // look if Javadoc tags have to be added
- if (position == null) {
- return str;
- }
-
- IDocument document= new Document(str);
- int[] tagOffsets= position.getOffsets();
- for (int i= tagOffsets.length - 1; i >= 0; i--) { // from last to first
- try {
- insertTag(document, tagOffsets[i], position.getLength(), EMPTY, EMPTY, null, false, lineDelim);
- } catch (BadLocationException e) {
- throw new CoreException(JavaUIStatus.createError(IStatus.ERROR, e));
- }
- }
- return document.get();
- }
-
- /*
- * Returns the parameters type names used in see tags. Currently, these are always fully qualified.
- */
- public static String[] getParameterTypeNamesForSeeTag(IFunctionBinding binding) {
- ITypeBinding[] typeBindings= binding.getParameterTypes();
- String[] result= new String[typeBindings.length];
- for (int i= 0; i < result.length; i++) {
- ITypeBinding curr= typeBindings[i];
- curr= curr.getTypeDeclaration(); // no parameterized types
- result[i]= curr.getQualifiedName();
- }
- return result;
- }
-
- /*
- * Returns the parameters type names used in see tags. Currently, these are always fully qualified.
- */
- private static String[] getParameterTypeNamesForSeeTag(IFunction overridden) {
- try {
- ASTParser parser= ASTParser.newParser(AST.JLS3);
- parser.setProject(overridden.getJavaScriptProject());
- IBinding[] bindings= parser.createBindings(new IJavaScriptElement[] { overridden }, null);
- if (bindings.length == 1 && bindings[0] instanceof IFunctionBinding) {
- return getParameterTypeNamesForSeeTag((IFunctionBinding) bindings[0]);
- }
- } catch (IllegalStateException e) {
- // method does not exist
- }
- // fall back code. Not good for generic methods!
- String[] paramTypes= overridden.getParameterTypes();
- String[] paramTypeNames= new String[paramTypes.length];
- for (int i= 0; i < paramTypes.length; i++) {
- paramTypeNames[i]= Signature.toString(paramTypes[i]);
- }
- return paramTypeNames;
- }
-
- private static String getSeeTag(String declaringClassQualifiedName, String methodName, String[] parameterTypesQualifiedNames) {
- StringBuffer buf= new StringBuffer();
- buf.append("@see "); //$NON-NLS-1$
- buf.append(declaringClassQualifiedName);
- buf.append('#');
- buf.append(methodName);
- buf.append('(');
- for (int i= 0; i < parameterTypesQualifiedNames.length; i++) {
- if (i > 0) {
- buf.append(", "); //$NON-NLS-1$
- }
- buf.append(parameterTypesQualifiedNames[i]);
- }
- buf.append(')');
- return buf.toString();
- }
-
- /**
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getTypeBody(String, IJavaScriptUnit, String, String)
- */
- public static String getTypeBody(String templateID, IJavaScriptUnit cu, String typeName, String lineDelim) throws CoreException {
- if ( !VALID_TYPE_BODY_TEMPLATES.contains(templateID)) {
- throw new IllegalArgumentException("Invalid code template ID: " + templateID); //$NON-NLS-1$
- }
-
- Template template= getCodeTemplate(templateID, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelim);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.TYPENAME, typeName);
-
- return evaluateTemplate(context, template);
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getMethodComment(IJavaScriptUnit, String, String, String[], String[], String, String[], IFunction, String)
- */
- public static String getMethodComment(IJavaScriptUnit cu, String typeName, String methodName, String[] paramNames, String[] excTypeSig, String retTypeSig, IFunction target, boolean delegate, String lineDelimiter) throws CoreException {
- String templateName= CodeTemplateContextType.METHODCOMMENT_ID;
- if (retTypeSig == null) {
- templateName= CodeTemplateContextType.CONSTRUCTORCOMMENT_ID;
- } else if (target != null) {
- if (delegate)
- templateName= CodeTemplateContextType.DELEGATECOMMENT_ID;
- else
- templateName= CodeTemplateContextType.OVERRIDECOMMENT_ID;
- }
- Template template= getCodeTemplate(templateName, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, typeName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, methodName);
-
- if (retTypeSig != null) {
- context.setVariable(CodeTemplateContextType.RETURN_TYPE, Signature.toString(retTypeSig));
- }
- if (target != null && target.getDeclaringType()!=null) {
- String targetTypeName= target.getDeclaringType().getFullyQualifiedName('.');
- String[] targetParamTypeNames= getParameterTypeNamesForSeeTag(target);
- if (delegate)
- context.setVariable(CodeTemplateContextType.SEE_TO_TARGET_TAG, getSeeTag(targetTypeName, methodName, targetParamTypeNames));
- else
- context.setVariable(CodeTemplateContextType.SEE_TO_OVERRIDDEN_TAG, getSeeTag(targetTypeName, methodName, targetParamTypeNames));
- }
- TemplateBuffer buffer;
- try {
- buffer= context.evaluate(template);
- } catch (BadLocationException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- } catch (TemplateException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- }
- if (buffer == null) {
- return null;
- }
-
- String str= buffer.getString();
- if (Strings.containsOnlyWhitespaces(str)) {
- return null;
- }
- TemplateVariable position= findVariable(buffer, CodeTemplateContextType.TAGS); // look if Javadoc tags have to be added
- if (position == null) {
- return str;
- }
-
- IDocument document= new Document(str);
- String[] exceptionNames= new String[excTypeSig.length];
- for (int i= 0; i < excTypeSig.length; i++) {
- exceptionNames[i]= Signature.toString(excTypeSig[i]);
- }
- String returnType= retTypeSig != null ? Signature.toString(retTypeSig) : null;
- int[] tagOffsets= position.getOffsets();
- for (int i= tagOffsets.length - 1; i >= 0; i--) { // from last to first
- try {
- insertTag(document, tagOffsets[i], position.getLength(), paramNames, exceptionNames, returnType, false, lineDelimiter);
- } catch (BadLocationException e) {
- throw new CoreException(JavaUIStatus.createError(IStatus.ERROR, e));
- }
- }
- return document.get();
- }
-
- // remove lines for empty variables
- private static String fixEmptyVariables(TemplateBuffer buffer, String[] variables) throws MalformedTreeException, BadLocationException {
- IDocument doc= new Document(buffer.getString());
- int nLines= doc.getNumberOfLines();
- MultiTextEdit edit= new MultiTextEdit();
- HashSet removedLines= new HashSet();
- for (int i= 0; i < variables.length; i++) {
- TemplateVariable position= findVariable(buffer, variables[i]); // look if Javadoc tags have to be added
- if (position == null || position.getLength() > 0) {
- continue;
- }
- int[] offsets= position.getOffsets();
- for (int k= 0; k < offsets.length; k++) {
- int line= doc.getLineOfOffset(offsets[k]);
- IRegion lineInfo= doc.getLineInformation(line);
- int offset= lineInfo.getOffset();
- String str= doc.get(offset, lineInfo.getLength());
- if (Strings.containsOnlyWhitespaces(str) && nLines > line + 1 && removedLines.add(new Integer(line))) {
- int nextStart= doc.getLineOffset(line + 1);
- edit.addChild(new DeleteEdit(offset, nextStart - offset));
- }
- }
- }
- edit.apply(doc, 0);
- return doc.get();
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- */
- public static String getFieldComment(IJavaScriptUnit cu, String typeName, String fieldName, String lineDelimiter) throws CoreException {
- Template template= getCodeTemplate(CodeTemplateContextType.FIELDCOMMENT_ID, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.FIELD_TYPE, typeName);
- context.setVariable(CodeTemplateContextType.FIELD, fieldName);
-
- return evaluateTemplate(context, template);
- }
-
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getSetterComment(IJavaScriptUnit, String, String, String, String, String, String, String)
- */
- public static String getSetterComment(IJavaScriptUnit cu, String typeName, String methodName, String fieldName, String fieldType, String paramName, String bareFieldName, String lineDelimiter) throws CoreException {
- String templateName= CodeTemplateContextType.SETTERCOMMENT_ID;
- Template template= getCodeTemplate(templateName, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
-
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, typeName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, methodName);
- context.setVariable(CodeTemplateContextType.FIELD, fieldName);
- context.setVariable(CodeTemplateContextType.FIELD_TYPE, fieldType);
- context.setVariable(CodeTemplateContextType.BARE_FIELD_NAME, bareFieldName);
- context.setVariable(CodeTemplateContextType.PARAM, paramName);
-
- return evaluateTemplate(context, template);
- }
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getGetterComment(IJavaScriptUnit, String, String, String, String, String, String)
- */
- public static String getGetterComment(IJavaScriptUnit cu, String typeName, String methodName, String fieldName, String fieldType, String bareFieldName, String lineDelimiter) throws CoreException {
- String templateName= CodeTemplateContextType.GETTERCOMMENT_ID;
- Template template= getCodeTemplate(templateName, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, typeName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, methodName);
- context.setVariable(CodeTemplateContextType.FIELD, fieldName);
- context.setVariable(CodeTemplateContextType.FIELD_TYPE, fieldType);
- context.setVariable(CodeTemplateContextType.BARE_FIELD_NAME, bareFieldName);
-
- return evaluateTemplate(context, template);
- }
-
- private static String evaluateTemplate(CodeTemplateContext context, Template template) throws CoreException {
- TemplateBuffer buffer;
- try {
- buffer= context.evaluate(template);
- } catch (BadLocationException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- } catch (TemplateException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- }
- if (buffer == null)
- return null;
- String str= buffer.getString();
- if (Strings.containsOnlyWhitespaces(str)) {
- return null;
- }
- return str;
- }
-
- private static String evaluateTemplate(CodeTemplateContext context, Template template, String[] fullLineVariables) throws CoreException {
- TemplateBuffer buffer;
- try {
- buffer= context.evaluate(template);
- if (buffer == null)
- return null;
- String str= fixEmptyVariables(buffer, fullLineVariables);
- if (Strings.containsOnlyWhitespaces(str)) {
- return null;
- }
- return str;
- } catch (BadLocationException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- } catch (TemplateException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- }
- }
-
-
- /*
- * Don't use this method directly, use CodeGeneration.
- * @see org.eclipse.wst.jsdt.ui.CodeGeneration#getMethodComment(IJavaScriptUnit, String, FunctionDeclaration, boolean, String, String[], String)
- */
- public static String getMethodComment(IJavaScriptUnit cu, String typeName, FunctionDeclaration decl, boolean isDeprecated, String targetName, String targetMethodDeclaringTypeName, String[] targetMethodParameterTypeNames, boolean delegate, String lineDelimiter) throws CoreException {
- if (typeName==null)
- typeName=""; //$NON-NLS-1$
- boolean needsTarget= targetMethodDeclaringTypeName != null && targetMethodParameterTypeNames != null;
- String templateName= CodeTemplateContextType.METHODCOMMENT_ID;
- if (decl.isConstructor()) {
- templateName= CodeTemplateContextType.CONSTRUCTORCOMMENT_ID;
- } else if (needsTarget) {
- if (delegate)
- templateName= CodeTemplateContextType.DELEGATECOMMENT_ID;
- else
- templateName= CodeTemplateContextType.OVERRIDECOMMENT_ID;
- }
- Template template= getCodeTemplate(templateName, cu.getJavaScriptProject());
- if (template == null) {
- return null;
- }
- CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), cu.getJavaScriptProject(), lineDelimiter);
- context.setCompilationUnitVariables(cu);
- context.setVariable(CodeTemplateContextType.ENCLOSING_TYPE, typeName);
- context.setVariable(CodeTemplateContextType.ENCLOSING_METHOD, decl.getName().getIdentifier());
- if (!decl.isConstructor() &&getReturnType(decl)!=null) {
- context.setVariable(CodeTemplateContextType.RETURN_TYPE, ASTNodes.asString(getReturnType(decl)));
- }
- if (needsTarget) {
- if (delegate)
- context.setVariable(CodeTemplateContextType.SEE_TO_TARGET_TAG, getSeeTag(targetMethodDeclaringTypeName, targetName, targetMethodParameterTypeNames));
- else
- context.setVariable(CodeTemplateContextType.SEE_TO_OVERRIDDEN_TAG, getSeeTag(targetMethodDeclaringTypeName, targetName, targetMethodParameterTypeNames));
- }
-
- TemplateBuffer buffer;
- try {
- buffer= context.evaluate(template);
- } catch (BadLocationException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- } catch (TemplateException e) {
- throw new CoreException(Status.CANCEL_STATUS);
- }
- if (buffer == null)
- return null;
- String str= buffer.getString();
- if (Strings.containsOnlyWhitespaces(str)) {
- return null;
- }
- TemplateVariable position= findVariable(buffer, CodeTemplateContextType.TAGS); // look if Javadoc tags have to be added
- if (position == null) {
- return str;
- }
-
- IDocument textBuffer= new Document(str);
- List params= decl.parameters();
- String[] paramNames= new String[params.size()];
- for (int i= 0; i < paramNames.length; i++) {
- SingleVariableDeclaration elem= (SingleVariableDeclaration) params.get(i);
- paramNames[i]= elem.getName().getIdentifier();
- }
- List exceptions= decl.thrownExceptions();
- String[] exceptionNames= new String[exceptions.size()];
- for (int i= 0; i < exceptionNames.length; i++) {
- exceptionNames[i]= ASTNodes.getSimpleNameIdentifier((Name) exceptions.get(i));
- }
-
- String returnType= null;
- if (!decl.isConstructor()) {
- returnType= ASTNodes.asString(getReturnType(decl));
- }
- int[] tagOffsets= position.getOffsets();
- for (int i= tagOffsets.length - 1; i >= 0; i--) { // from last to first
- try {
- insertTag(textBuffer, tagOffsets[i], position.getLength(), paramNames, exceptionNames, returnType, isDeprecated, lineDelimiter);
- } catch (BadLocationException e) {
- throw new CoreException(JavaUIStatus.createError(IStatus.ERROR, e));
- }
- }
- return textBuffer.get();
- }
-
- /**
- * @deprecated Deprecated to avoid deprecated warnings
- */
- private static ASTNode getReturnType(FunctionDeclaration decl) {
- // used from API, can't eliminate
- return (decl.getAST().apiLevel() == AST.JLS2) ? decl.getReturnType() : decl.getReturnType2();
- }
-
-
- private static TemplateVariable findVariable(TemplateBuffer buffer, String variable) {
- TemplateVariable[] positions= buffer.getVariables();
- for (int i= 0; i < positions.length; i++) {
- TemplateVariable curr= positions[i];
- if (variable.equals(curr.getType())) {
- return curr;
- }
- }
- return null;
- }
-
- private static void insertTag(IDocument textBuffer, int offset, int length, String[] paramNames, String[] exceptionNames, String returnType, boolean isDeprecated, String lineDelimiter) throws BadLocationException {
- IRegion region= textBuffer.getLineInformationOfOffset(offset);
- if (region == null) {
- return;
- }
- String lineStart= textBuffer.get(region.getOffset(), offset - region.getOffset());
-
- StringBuffer buf= new StringBuffer();
- for (int i= 0; i < paramNames.length; i++) {
- if (buf.length() > 0) {
- buf.append(lineDelimiter).append(lineStart);
- }
- buf.append("@param ").append(paramNames[i]); //$NON-NLS-1$
- }
- if (returnType != null && !returnType.equals("void")) { //$NON-NLS-1$
- if (buf.length() > 0) {
- buf.append(lineDelimiter).append(lineStart);
- }
- buf.append("@returns"); //$NON-NLS-1$
- if(!returnType.equals("any")) { //$NON-NLS-1$
- buf.append(" {" + returnType + "}"); //$NON-NLS-1$ //$NON-NLS-2$
- }
- }
- if (exceptionNames != null) {
- for (int i= 0; i < exceptionNames.length; i++) {
- if (buf.length() > 0) {
- buf.append(lineDelimiter).append(lineStart);
- }
- buf.append("@throws ").append(exceptionNames[i]); //$NON-NLS-1$
- }
- }
- if (isDeprecated) {
- if (buf.length() > 0) {
- buf.append(lineDelimiter).append(lineStart);
- }
- buf.append("@deprecated"); //$NON-NLS-1$
- }
- if (buf.length() == 0 && isAllCommentWhitespace(lineStart)) {
- int prevLine= textBuffer.getLineOfOffset(offset) -1;
- if (prevLine > 0) {
- IRegion prevRegion= textBuffer.getLineInformation(prevLine);
- int prevLineEnd= prevRegion.getOffset() + prevRegion.getLength();
- // clear full line
- textBuffer.replace(prevLineEnd, offset + length - prevLineEnd, ""); //$NON-NLS-1$
- return;
- }
- }
- textBuffer.replace(offset, length, buf.toString());
- }
-
- private static boolean isAllCommentWhitespace(String lineStart) {
- for (int i= 0; i < lineStart.length(); i++) {
- char ch= lineStart.charAt(i);
- if (!Character.isWhitespace(ch) && ch != '*') {
- return false;
- }
- }
- return true;
- }
-
- /**
- * Returns the line delimiter which is used in the specified project.
- *
- * @param project the java project, or <code>null</code>
- * @return the used line delimiter
- */
- public static String getLineDelimiterUsed(IJavaScriptProject project) {
- return getProjectLineDelimiter(project);
- }
-
- private static String getProjectLineDelimiter(IJavaScriptProject javaProject) {
- IProject project= null;
- if (javaProject != null)
- project= javaProject.getProject();
-
- String lineDelimiter= getLineDelimiterPreference(project);
- if (lineDelimiter != null)
- return lineDelimiter;
-
- return System.getProperty("line.separator", "\n"); //$NON-NLS-1$ //$NON-NLS-2$
- }
-
- public static String getLineDelimiterPreference(IProject project) {
- IScopeContext[] scopeContext;
- if (project != null) {
- // project preference
- scopeContext= new IScopeContext[] { new ProjectScope(project) };
- String lineDelimiter= Platform.getPreferencesService().getString(Platform.PI_RUNTIME, Platform.PREF_LINE_SEPARATOR, null, scopeContext);
- if (lineDelimiter != null)
- return lineDelimiter;
- }
- // workspace preference
- scopeContext= new IScopeContext[] { new InstanceScope() };
- String platformDefault= System.getProperty("line.separator", "\n"); //$NON-NLS-1$ //$NON-NLS-2$
- return Platform.getPreferencesService().getString(Platform.PI_RUNTIME, Platform.PREF_LINE_SEPARATOR, platformDefault, scopeContext);
- }
-
- /**
- * Examines a string and returns the first line delimiter found.
- */
- public static String getLineDelimiterUsed(IJavaScriptElement elem) {
- while (elem != null && !(elem instanceof IOpenable)) {
- elem= elem.getParent();
- }
- if (elem != null) {
- try {
- return ((IOpenable) elem).findRecommendedLineSeparator();
- } catch (JavaScriptModelException exception) {
- // Use project setting
- }
- }
- return getProjectLineDelimiter(null);
- }
-
- /**
- * Evaluates the indentation used by a Java element. (in tabulators)
- */
- public static int getIndentUsed(IJavaScriptElement elem) throws JavaScriptModelException {
- if (elem instanceof ISourceReference) {
- IJavaScriptUnit cu= (IJavaScriptUnit) elem.getAncestor(IJavaScriptElement.JAVASCRIPT_UNIT);
- if (cu != null) {
- IBuffer buf= cu.getBuffer();
- int offset= ((ISourceReference)elem).getSourceRange().getOffset();
- int i= offset;
- // find beginning of line
- while (i > 0 && !IndentManipulation.isLineDelimiterChar(buf.getChar(i - 1)) ){
- i--;
- }
- return Strings.computeIndentUnits(buf.getText(i, offset - i), elem.getJavaScriptProject());
- }
- }
- return 0;
- }
-
- /**
- * Returns the element after the give element.
- */
- public static IJavaScriptElement findNextSibling(IJavaScriptElement member) throws JavaScriptModelException {
- IJavaScriptElement parent= member.getParent();
- if (parent instanceof IParent) {
- IJavaScriptElement[] elements= ((IParent)parent).getChildren();
- for (int i= elements.length - 2; i >= 0 ; i--) {
- if (member.equals(elements[i])) {
- return elements[i+1];
- }
- }
- }
- return null;
- }
-
- public static String getTodoTaskTag(IJavaScriptProject project) {
- String markers= null;
- if (project == null) {
- markers= JavaScriptCore.getOption(JavaScriptCore.COMPILER_TASK_TAGS);
- } else {
- markers= project.getOption(JavaScriptCore.COMPILER_TASK_TAGS, true);
- }
-
- if (markers != null && markers.length() > 0) {
- int idx= markers.indexOf(',');
- if (idx == -1) {
- return markers;
- } else {
- return markers.substring(0, idx);
- }
- }
- return null;
- }
-
- private static String removeTypeArguments(String baseName) {
- int idx= baseName.indexOf('<');
- if (idx != -1) {
- return baseName.substring(0, idx);
- }
- return baseName;
- }
-
-
- // --------------------------- name suggestions --------------------------
-
- public static final int STATIC_FIELD= 1;
- public static final int INSTANCE_FIELD= 2;
- public static final int CONSTANT_FIELD= 3;
- public static final int PARAMETER= 4;
- public static final int LOCAL= 5;
-
- public static String[] getVariableNameSuggestions(int variableKind, IJavaScriptProject project, ITypeBinding expectedType, Expression assignedExpression, Collection excluded) {
- LinkedHashSet res= new LinkedHashSet(); // avoid duplicates but keep order
-
- if (assignedExpression != null) {
- String nameFromExpression= getBaseNameFromExpression(project, assignedExpression, variableKind);
- if (nameFromExpression != null) {
- add(getVariableNameSuggestions(variableKind, project, nameFromExpression, 0, excluded, false), res); // pass 0 as dimension, base name already contains plural.
- }
- }
- if (expectedType != null) {
- expectedType= Bindings.normalizeTypeBinding(expectedType);
- if (expectedType != null) {
- int dim= 0;
- if (expectedType.isArray()) {
- dim= expectedType.getDimensions();
- expectedType= expectedType.getElementType();
- }
- String typeName= expectedType.getQualifiedName();
- if (typeName.length() > 0) {
- String[] names= getVariableNameSuggestions(variableKind, project, typeName, dim, excluded, false);
- for (int i= 0; i < names.length; i++) {
- res.add(names[i]);
- }
- }
- }
- }
- if (assignedExpression != null) {
- // add at end, less important
- String nameFromParent= getBaseNameFromLocationInParent(project, assignedExpression);
- if (nameFromParent != null) {
- add(getVariableNameSuggestions(variableKind, project, nameFromParent, 0, excluded, false), res); // pass 0 as dimension, base name already contains plural.
- }
- }
- if (res.isEmpty()) {
- return getDefaultVariableNameSuggestions(variableKind, excluded);
- }
- return (String[]) res.toArray(new String[res.size()]);
- }
-
- public static String[] getVariableNameSuggestions(int variableKind, IJavaScriptProject project, Type expectedType, Expression assignedExpression, Collection excluded) {
- LinkedHashSet res= new LinkedHashSet(); // avoid duplicates but keep order
-
- if (assignedExpression != null) {
- String nameFromExpression= getBaseNameFromExpression(project, assignedExpression, variableKind);
- if (nameFromExpression != null) {
- add(getVariableNameSuggestions(variableKind, project, nameFromExpression, 0, excluded, false), res); // pass 0 as dimension, base name already contains plural.
- }
- }
- if (expectedType != null) {
- int dim= 0;
- if (expectedType.isArrayType()) {
- ArrayType arrayType= (ArrayType) expectedType;
- dim= arrayType.getDimensions();
- expectedType= arrayType.getElementType();
- }
-
- String typeName= ASTNodes.asString(expectedType);
-
- if (typeName.length() > 0) {
- String[] names= getVariableNameSuggestions(variableKind, project, typeName, dim, excluded, false);
- for (int i= 0; i < names.length; i++) {
- res.add(names[i]);
- }
- }
- }
- if (assignedExpression != null) {
- // add at end, less important
- String nameFromParent= getBaseNameFromLocationInParent(project, assignedExpression);
- if (nameFromParent != null) {
- add(getVariableNameSuggestions(variableKind, project, nameFromParent, 0, excluded, false), res); // pass 0 as dimension, base name already contains plural.
- }
- }
- if (res.isEmpty()) {
- return getDefaultVariableNameSuggestions(variableKind, excluded);
- }
- return (String[]) res.toArray(new String[res.size()]);
- }
-
- private static String[] getDefaultVariableNameSuggestions(int variableKind, Collection excluded) {
- String prop= variableKind == CONSTANT_FIELD ? "X" : "x"; //$NON-NLS-1$//$NON-NLS-2$
- String name= prop;
- int i= 1;
- while (excluded.contains(name)) {
- name= prop + i++;
- }
- return new String[] { name };
- }
-
- /**
- * Returns variable name suggestions for the given base name. This is a layer over the JDT.Core NamingConventions API to fix its shortcomings. JDT UI code should only use this
- * API.
- * @param variableKind Specifies what type the variable is: {@link #LOCAL}, {@link #PARAMETER}, {@link #STATIC_FIELD}, {@link #INSTANCE_FIELD} or {@link #CONSTANT_FIELD}.
- * @param project the current project
- * @param baseName the base name to make a suggestion on. the base name is expected to be a name without any pre- or suffixes in singular form. Type name are accepted as well.
- * @param dimensions if greater than 0, the resulting name will be in plural form
- * @param excluded a collection containing all excluded names or <code>null</code> if no names are excluded
- * @param evaluateDefault if set, the result is guaranteed to contain at least one result. If not, the result can be an empty array.
- *
- * @return returns the name suggestions sorted by relevance (best proposal first). If <code>evaluateDefault</code> is set to true, the returned array is never empty.
- * If <code>evaluateDefault</code> is set to false, an empty array is returned if there is no good suggestion for the given base name.
- */
- public static String[] getVariableNameSuggestions(int variableKind, IJavaScriptProject project, String baseName, int dimensions, Collection excluded, boolean evaluateDefault) {
- String name= workaround38111(baseName);
- name= removeTypeArguments(name);
- String packageName= new String(); // not used, so don't compute for now
- String[] result= null;
-
- switch (variableKind) {
- case CONSTANT_FIELD:
- result= getConstantSuggestions(project, packageName, name, dimensions, excluded);
- break;
- case STATIC_FIELD:
- result= sortByLength(NamingConventions.suggestFieldNames(project, packageName, name, dimensions, Flags.AccStatic, getExcludedArray(excluded)));
- break;
- case INSTANCE_FIELD:
- result= sortByLength(NamingConventions.suggestFieldNames(project, packageName, name, dimensions, 0, getExcludedArray(excluded)));
- break;
- case PARAMETER:
- result= sortByLength(NamingConventions.suggestArgumentNames(project, packageName, name, dimensions, getExcludedArray(excluded)));
- break;
- case LOCAL:
- result= sortByLength(NamingConventions.suggestLocalVariableNames(project, packageName, name, dimensions, getExcludedArray(excluded)));
- break;
- }
- if (evaluateDefault) {
- if (result.length == 0) {
- result= getDefaultVariableNameSuggestions(variableKind, excluded);
- }
- } else if (variableKind != CONSTANT_FIELD) {
- // see 166464 API DCR: specify if naming convention should return default value or not
- String defaultValue= "NAME"; // default as chosen by jdt.core //$NON-NLS-1$
- if (!name.toUpperCase().endsWith(defaultValue) && result[0].toUpperCase().endsWith(defaultValue)) {
- return new String[0];
- }
- }
- return result;
- }
-
- private static String[] getExcludedArray(Collection excluded) {
- if (excluded == null) {
- return null;
- } else if (excluded instanceof ExcludedCollection) {
- return ((ExcludedCollection) excluded).getExcludedArray();
- }
- return (String[]) excluded.toArray(new String[excluded.size()]);
- }
-
-
- private static final String[] KNOWN_METHOD_NAME_PREFIXES= { "get", "is", "to"}; //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$
-
-
- private static void add(String[] names, Set result) {
- for (int i= 0; i < names.length; i++) {
- result.add(names[i]);
- }
- }
-
- private static String getBaseNameFromExpression(IJavaScriptProject project, Expression assignedExpression, int variableKind) {
- String name= null;
-
- if (assignedExpression instanceof Name) {
- Name simpleNode= (Name) assignedExpression;
- IBinding binding= simpleNode.resolveBinding();
- if (binding instanceof IVariableBinding)
- return removePrefixAndSuffixForVariable(project, (IVariableBinding) binding);
-
- return ASTNodes.getSimpleNameIdentifier(simpleNode);
- } else if (assignedExpression instanceof FunctionInvocation) {
- SimpleName name2 = ((FunctionInvocation) assignedExpression).getName();
- if (name2!=null)
- name= name2.getIdentifier();
- } else if (assignedExpression instanceof SuperMethodInvocation) {
- name= ((SuperMethodInvocation) assignedExpression).getName().getIdentifier();
- } else if (assignedExpression instanceof FieldAccess) {
- return ((FieldAccess) assignedExpression).getName().getIdentifier();
- } else if (variableKind == CONSTANT_FIELD && (assignedExpression instanceof StringLiteral || assignedExpression instanceof NumberLiteral)) {
- String string= assignedExpression instanceof StringLiteral ? ((StringLiteral) assignedExpression).getLiteralValue() : ((NumberLiteral) assignedExpression).getToken();
- StringBuffer res= new StringBuffer();
- boolean needsUnderscore= false;
- for (int i= 0; i < string.length(); i++) {
- char ch= string.charAt(i);
- if (Character.isJavaIdentifierPart(ch)) {
- if (res.length() == 0 && !Character.isJavaIdentifierStart(ch) || needsUnderscore) {
- res.append('_');
- }
- res.append(ch);
- needsUnderscore= false;
- } else {
- needsUnderscore= res.length() > 0;
- }
- }
- if (res.length() > 0) {
- return res.toString();
- }
- }
- if (name != null) {
- for (int i= 0; i < KNOWN_METHOD_NAME_PREFIXES.length; i++) {
- String curr= KNOWN_METHOD_NAME_PREFIXES[i];
- if (name.startsWith(curr)) {
- if (name.equals(curr)) {
- return null; // don't suggest 'get' as variable name
- } else if (Character.isUpperCase(name.charAt(curr.length()))) {
- return name.substring(curr.length());
- }
- }
- }
- }
- return name;
- }
-
- private static String getBaseNameFromLocationInParent(IJavaScriptProject project, Expression assignedExpression) {
- StructuralPropertyDescriptor location= assignedExpression.getLocationInParent();
- if (location == FunctionInvocation.ARGUMENTS_PROPERTY) {
- FunctionInvocation parent= (FunctionInvocation) assignedExpression.getParent();
- IFunctionBinding binding= parent.resolveMethodBinding();
- int index= parent.arguments().indexOf(assignedExpression);
- if (binding != null && index != -1) {
- return getParameterName(binding, index);
- }
- } else if (location == ClassInstanceCreation.ARGUMENTS_PROPERTY) {
- ClassInstanceCreation parent= (ClassInstanceCreation) assignedExpression.getParent();
- IFunctionBinding binding= parent.resolveConstructorBinding();
- int index= parent.arguments().indexOf(assignedExpression);
- if (binding != null && index != -1) {
- return getParameterName(binding, index);
- }
- } else if (location == SuperMethodInvocation.ARGUMENTS_PROPERTY) {
- SuperMethodInvocation parent= (SuperMethodInvocation) assignedExpression.getParent();
- IFunctionBinding binding= parent.resolveMethodBinding();
- int index= parent.arguments().indexOf(assignedExpression);
- if (binding != null && index != -1) {
- return getParameterName(binding, index);
- }
- } else if (location == ConstructorInvocation.ARGUMENTS_PROPERTY) {
- ConstructorInvocation parent= (ConstructorInvocation) assignedExpression.getParent();
- IFunctionBinding binding= parent.resolveConstructorBinding();
- int index= parent.arguments().indexOf(assignedExpression);
- if (binding != null && index != -1) {
- return getParameterName(binding, index);
- }
- } else if (location == SuperConstructorInvocation.ARGUMENTS_PROPERTY) {
- SuperConstructorInvocation parent= (SuperConstructorInvocation) assignedExpression.getParent();
- IFunctionBinding binding= parent.resolveConstructorBinding();
- int index= parent.arguments().indexOf(assignedExpression);
- if (binding != null && index != -1) {
- return getParameterName(binding, index);
- }
- }
- return null;
- }
-
- private static String getParameterName(IFunctionBinding binding, int index) {
- try {
- IJavaScriptElement javaElement= binding.getJavaElement();
- if (javaElement instanceof IFunction) {
- IFunction method= (IFunction) javaElement;
- if (method.getOpenable().getBuffer() != null) { // avoid dummy names and lookup from Javadoc
- String[] parameterNames= method.getParameterNames();
- if (index < parameterNames.length) {
- return NamingConventions.removePrefixAndSuffixForArgumentName(method.getJavaScriptProject(), parameterNames[index]);
- }
- }
- }
- } catch (JavaScriptModelException e) {
- // ignore
- }
- return null;
- }
-
- public static String[] getArgumentNameSuggestions(IType type,IJavaScriptUnit compUnit, String[] excluded) {
- String baseName= (type!=null)?JavaModelUtil.getFullyQualifiedName(type) : compUnit.getElementName();
- return getVariableNameSuggestions(PARAMETER, compUnit.getJavaScriptProject(),baseName, 0, new ExcludedCollection(excluded), true);
- }
-
- public static String[] getArgumentNameSuggestions(IType type, String[] excluded) {
- return getVariableNameSuggestions(PARAMETER, type.getJavaScriptProject(), JavaModelUtil.getFullyQualifiedName(type), 0, new ExcludedCollection(excluded), true);
- }
-
- public static String[] getArgumentNameSuggestions(IJavaScriptProject project, Type type, String[] excluded) {
- int dim= 0;
- if (type.isArrayType()) {
- ArrayType arrayType= (ArrayType) type;
- dim= arrayType.getDimensions();
- type= arrayType.getElementType();
- }
-
- return getVariableNameSuggestions(PARAMETER, project, ASTNodes.asString(type), dim, new ExcludedCollection(excluded), true);
- }
-
- public static String[] getArgumentNameSuggestions(IJavaScriptProject project, ITypeBinding binding, String[] excluded) {
- return getVariableNameSuggestions(PARAMETER, project, binding, null, new ExcludedCollection(excluded));
- }
-
- public static String[] getArgumentNameSuggestions(IJavaScriptProject project, String baseName, int dimensions, String[] excluded) {
- return getVariableNameSuggestions(PARAMETER, project, baseName, dimensions, new ExcludedCollection(excluded), true);
- }
-
- public static String[] getFieldNameSuggestions(IType type, int fieldModifiers, String[] excluded) {
- return getFieldNameSuggestions(type.getJavaScriptProject(), JavaModelUtil.getFullyQualifiedName(type), 0, fieldModifiers, excluded);
- }
-
- public static String[] getFieldNameSuggestions(IJavaScriptProject project, String baseName, int dimensions, int modifiers, String[] excluded) {
- if (Flags.isStatic(modifiers)) {
- return getVariableNameSuggestions(STATIC_FIELD, project, baseName, dimensions, new ExcludedCollection(excluded), true);
- }
- return getVariableNameSuggestions(INSTANCE_FIELD, project, baseName, dimensions, new ExcludedCollection(excluded), true);
- }
-
- private static String[] getConstantSuggestions(IJavaScriptProject project, String packageName, String typeName, int dimensions, Collection excluded) {
- //TODO: workaround JDT/Core bug 85946
-
- String string= Signature.getSimpleName(typeName);
-
- StringBuffer buf= new StringBuffer();
- boolean wasUpperCase= true;
- for (int i= 0; i < string.length() ; i++) {
- char ch= string.charAt(i);
- if (Character.isUpperCase(ch)) {
- if (!wasUpperCase) {
- buf.append('_');
- }
- buf.append(ch);
- } else {
- buf.append(Character.toUpperCase(ch));
- wasUpperCase= ch == '_'; // avoid duplicate underscores
- }
- }
- ArrayList res= new ArrayList();
- String sourceLevel= project.getOption(JavaScriptCore.COMPILER_SOURCE, true);
- String complianceLevel= project.getOption(JavaScriptCore.COMPILER_COMPLIANCE, true);
-
- boolean nameStarts= true;
- for (int i= 0; i < buf.length(); i++) {
- if (nameStarts) {
- String prop= buf.substring(i);
- if (!excluded.contains(prop) && JavaScriptConventions.validateFieldName(prop, sourceLevel, complianceLevel).isOK()) {
- res.add(prop);
- }
- }
- char ch= buf.charAt(i);
- nameStarts= ch == '_';
- }
- return (String[]) res.toArray(new String[res.size()]);
- }
-
- private static String getCamelCaseFromUpper(String string) {
- StringBuffer result= new StringBuffer();
- boolean lastWasUnderscore= false;
- for (int i= 0; i < string.length(); i++) {
- char ch= string.charAt(i);
- if (Character.isUpperCase(ch)) {
- if (!lastWasUnderscore) {
- ch= Character.toLowerCase(ch);
- }
- result.append(ch);
- lastWasUnderscore= false;
- } else if (ch == '_') {
- lastWasUnderscore= true;
- } else {
- return string; // abort
- }
- }
- return result.toString();
- }
-
- public static String[] getLocalNameSuggestions(IJavaScriptProject project, String baseName, int dimensions, String[] excluded) {
- return getVariableNameSuggestions(LOCAL, project, baseName, dimensions, new ExcludedCollection(excluded), true);
- }
-
- private static String[] sortByLength(String[] proposals) {
- Arrays.sort(proposals, new Comparator() {
- public int compare(Object o1, Object o2) {
- return ((String) o2).length() - ((String) o1).length();
- }
- });
- return proposals;
- }
-
- private static String workaround38111(String baseName) {
- if (BASE_TYPES.contains(baseName))
- return baseName;
- return Character.toUpperCase(baseName.charAt(0)) + baseName.substring(1);
- }
-
- private static final List BASE_TYPES= Arrays.asList(
- new String[] {"boolean", "byte", "char", "double", "float", "int", "long", "short"}); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$
-
- public static String suggestArgumentName(IJavaScriptProject project, String baseName, String[] excluded) {
- return suggestVariableName(PARAMETER, project, baseName, 0, excluded);
- }
-
- private static String suggestVariableName(int varKind, IJavaScriptProject project, String baseName, int dimension, String[] excluded) {
- return getVariableNameSuggestions(varKind, project, baseName, dimension, new ExcludedCollection(excluded), true)[0];
- }
-
-
- public static String[][] suggestArgumentNamesWithProposals(IJavaScriptProject project, String[] paramNames) {
- String[][] newNames= new String[paramNames.length][];
- ArrayList takenNames= new ArrayList();
-
- // Ensure that the code generation preferences are respected
- for (int i= 0; i < paramNames.length; i++) {
- String curr= paramNames[i];
- String baseName= NamingConventions.removePrefixAndSuffixForArgumentName(project, curr);
-
- String[] proposedNames= getVariableNameSuggestions(PARAMETER, project, curr, 0, takenNames, true);
- if (!curr.equals(baseName)) {
- // make the existing name to favourite
- LinkedHashSet updatedNames= new LinkedHashSet();
- updatedNames.add(curr);
- for (int k= 0; k < proposedNames.length; k++) {
- updatedNames.add(proposedNames[k]);
- }
- proposedNames= (String[]) updatedNames.toArray(new String[updatedNames.size()]);
- }
- newNames[i]= proposedNames;
- takenNames.add(proposedNames[0]);
- }
- return newNames;
- }
-
- public static String[][] suggestArgumentNamesWithProposals(IJavaScriptProject project, IFunctionBinding binding) {
- int nParams= binding.getParameterTypes().length;
- if (nParams > 0) {
- try {
- IFunction method= (IFunction) binding.getMethodDeclaration().getJavaElement();
- if (method != null) {
- return suggestArgumentNamesWithProposals(project, method.getParameterNames());
- }
- } catch (JavaScriptModelException e) {
- // ignore
- }
- }
- String[][] names= new String[nParams][];
- for (int i= 0; i < names.length; i++) {
- names[i]= new String[] { "arg" + i }; //$NON-NLS-1$
- }
- return names;
- }
-
-
- public static String[] suggestArgumentNames(IJavaScriptProject project, IFunctionBinding binding) {
- int nParams= binding.getParameterTypes().length;
-
- if (nParams > 0) {
- try {
- IFunction method= (IFunction) binding.getMethodDeclaration().getJavaElement();
- if (method != null) {
- String[] paramNames= method.getParameterNames();
- String[] namesArray= new String[0];
- ArrayList newNames= new ArrayList(paramNames.length);
- // Ensure that the code generation preferences are respected
- for (int i= 0; i < paramNames.length; i++) {
- String curr= paramNames[i];
- String baseName= NamingConventions.removePrefixAndSuffixForArgumentName(project, curr);
- if (!curr.equals(baseName)) {
- // make the existing name the favourite
- newNames.add(curr);
- } else {
- newNames.add(suggestArgumentName(project, curr, namesArray));
- }
- namesArray= (String[]) newNames.toArray(new String[newNames.size()]);
- }
- return namesArray;
- }
- } catch (JavaScriptModelException e) {
- // ignore
- }
- }
- String[] names= new String[nParams];
- for (int i= 0; i < names.length; i++) {
- names[i]= "arg" + i; //$NON-NLS-1$
- }
- return names;
- }
-
- public static String removePrefixAndSuffixForVariable(IJavaScriptProject project, IVariableBinding binding) {
- if (binding.isField()) {
- if (Modifier.isStatic(binding.getModifiers()) && Modifier.isFinal(binding.getModifiers())) {
- return getCamelCaseFromUpper(binding.getName());
- } else {
- return NamingConventions.removePrefixAndSuffixForFieldName(project, binding.getName(), binding.getModifiers());
- }
- } else if (binding.isParameter()) {
- return NamingConventions.removePrefixAndSuffixForArgumentName(project, binding.getName());
- } else {
- return NamingConventions.removePrefixAndSuffixForLocalVariableName(project, binding.getName());
- }
- }
-
- private static class ExcludedCollection extends AbstractList {
- private String[] fExcluded;
- public ExcludedCollection(String[] excluded) {
- fExcluded = excluded;
- }
- public String[] getExcludedArray() {
- return fExcluded;
- }
- public int size() {
- return fExcluded.length;
- }
- public Object get(int index) {
- return fExcluded[index];
- }
- public int indexOf(Object o) {
- if (o instanceof String) {
- for (int i= 0; i < fExcluded.length; i++) {
- if (o.equals(fExcluded[i]))
- return i;
- }
- }
- return -1;
- }
- public boolean contains(Object o) {
- return indexOf(o) != -1;
- }
- }
-
-
- public static boolean hasFieldName(IJavaScriptProject project, String name) {
- String prefixes= project.getOption(JavaScriptCore.CODEASSIST_FIELD_PREFIXES, true);
- String suffixes= project.getOption(JavaScriptCore.CODEASSIST_FIELD_SUFFIXES, true);
- String staticPrefixes= project.getOption(JavaScriptCore.CODEASSIST_STATIC_FIELD_PREFIXES, true);
- String staticSuffixes= project.getOption(JavaScriptCore.CODEASSIST_STATIC_FIELD_SUFFIXES, true);
-
-
- return hasPrefixOrSuffix(prefixes, suffixes, name)
- || hasPrefixOrSuffix(staticPrefixes, staticSuffixes, name);
- }
-
- public static boolean hasParameterName(IJavaScriptProject project, String name) {
- String prefixes= project.getOption(JavaScriptCore.CODEASSIST_ARGUMENT_PREFIXES, true);
- String suffixes= project.getOption(JavaScriptCore.CODEASSIST_ARGUMENT_SUFFIXES, true);
- return hasPrefixOrSuffix(prefixes, suffixes, name);
- }
-
- public static boolean hasLocalVariableName(IJavaScriptProject project, String name) {
- String prefixes= project.getOption(JavaScriptCore.CODEASSIST_LOCAL_PREFIXES, true);
- String suffixes= project.getOption(JavaScriptCore.CODEASSIST_LOCAL_SUFFIXES, true);
- return hasPrefixOrSuffix(prefixes, suffixes, name);
- }
-
- public static boolean hasConstantName(String name) {
- return Character.isUpperCase(name.charAt(0));
- }
-
-
- private static boolean hasPrefixOrSuffix(String prefixes, String suffixes, String name) {
- final String listSeparartor= ","; //$NON-NLS-1$
-
- StringTokenizer tok= new StringTokenizer(prefixes, listSeparartor);
- while (tok.hasMoreTokens()) {
- String curr= tok.nextToken();
- if (name.startsWith(curr)) {
- return true;
- }
- }
-
- tok= new StringTokenizer(suffixes, listSeparartor);
- while (tok.hasMoreTokens()) {
- String curr= tok.nextToken();
- if (name.endsWith(curr)) {
- return true;
- }
- }
- return false;
- }
-
- // -------------------- preference access -----------------------
-
- public static boolean useThisForFieldAccess(IJavaScriptProject project) {
- return Boolean.valueOf(PreferenceConstants.getPreference(PreferenceConstants.CODEGEN_KEYWORD_THIS, project)).booleanValue();
- }
-
- public static boolean useIsForBooleanGetters(IJavaScriptProject project) {
- return Boolean.valueOf(PreferenceConstants.getPreference(PreferenceConstants.CODEGEN_IS_FOR_GETTERS, project)).booleanValue();
- }
-
- public static String getExceptionVariableName(IJavaScriptProject project) {
- return PreferenceConstants.getPreference(PreferenceConstants.CODEGEN_EXCEPTION_VAR_NAME, project);
- }
-
- public static boolean doAddComments(IJavaScriptProject project) {
- return Boolean.valueOf(PreferenceConstants.getPreference(PreferenceConstants.CODEGEN_ADD_COMMENTS, project)).booleanValue();
- }
-
- public static void setCodeTemplate(String templateId, String pattern, IJavaScriptProject project) {
- TemplateStore codeTemplateStore= JavaScriptPlugin.getDefault().getCodeTemplateStore();
- TemplatePersistenceData data= codeTemplateStore.getTemplateData(templateId);
- Template orig= data.getTemplate();
- Template copy= new Template(orig.getName(), orig.getDescription(), orig.getContextTypeId(), pattern, true);
- data.setTemplate(copy);
- }
-
- private static Template getCodeTemplate(String id, IJavaScriptProject project) {
- if (project == null)
- return JavaScriptPlugin.getDefault().getCodeTemplateStore().findTemplateById(id);
- ProjectTemplateStore projectStore= new ProjectTemplateStore(project.getProject());
- try {
- projectStore.load();
- } catch (IOException e) {
- JavaScriptPlugin.log(e);
- }
- return projectStore.findTemplateById(id);
- }
-
-
- public static ImportRewrite createImportRewrite(IJavaScriptUnit cu, boolean restoreExistingImports) throws JavaScriptModelException {
- return CodeStyleConfiguration.createImportRewrite(cu, restoreExistingImports);
- }
-
- public static ImportRewrite createImportRewrite(JavaScriptUnit astRoot, boolean restoreExistingImports) {
- return CodeStyleConfiguration.createImportRewrite(astRoot, restoreExistingImports);
- }
-
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility2.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility2.java
deleted file mode 100644
index ee71fea1..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility2.java
+++ /dev/null
@@ -1,696 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.codemanipulation;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.wst.jsdt.core.IJavaScriptUnit;
-import org.eclipse.wst.jsdt.core.NamingConventions;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.Assignment;
-import org.eclipse.wst.jsdt.core.dom.Block;
-import org.eclipse.wst.jsdt.core.dom.Expression;
-import org.eclipse.wst.jsdt.core.dom.FieldAccess;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FunctionInvocation;
-import org.eclipse.wst.jsdt.core.dom.IBinding;
-import org.eclipse.wst.jsdt.core.dom.IFunctionBinding;
-import org.eclipse.wst.jsdt.core.dom.IPackageBinding;
-import org.eclipse.wst.jsdt.core.dom.ITypeBinding;
-import org.eclipse.wst.jsdt.core.dom.IVariableBinding;
-import org.eclipse.wst.jsdt.core.dom.JSdoc;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.PrimitiveType;
-import org.eclipse.wst.jsdt.core.dom.ReturnStatement;
-import org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration;
-import org.eclipse.wst.jsdt.core.dom.Statement;
-import org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation;
-import org.eclipse.wst.jsdt.core.dom.Type;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite;
-import org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodeFactory;
-import org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes;
-import org.eclipse.wst.jsdt.internal.corext.dom.Bindings;
-import org.eclipse.wst.jsdt.ui.CodeGeneration;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public final class StubUtility2 {
-
- public static FunctionDeclaration createConstructorStub(IJavaScriptUnit unit, ASTRewrite rewrite, ImportRewrite imports, IFunctionBinding binding, String type, int modifiers, boolean omitSuperForDefConst, boolean todo, CodeGenerationSettings settings) throws CoreException {
- AST ast= rewrite.getAST();
- FunctionDeclaration decl= ast.newFunctionDeclaration();
- decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, modifiers & ~Modifier.ABSTRACT & ~Modifier.NATIVE));
- decl.setName(ast.newSimpleName(type));
- decl.setConstructor(true);
-
- List parameters= createParameters(unit, imports, ast, binding, decl, null);
-
- Block body= ast.newBlock();
- decl.setBody(body);
-
- String delimiter= StubUtility.getLineDelimiterUsed(unit);
- String bodyStatement= ""; //$NON-NLS-1$
- if (!omitSuperForDefConst || !parameters.isEmpty()) {
- SuperConstructorInvocation invocation= ast.newSuperConstructorInvocation();
- SingleVariableDeclaration varDecl= null;
- for (Iterator iterator= parameters.iterator(); iterator.hasNext();) {
- varDecl= (SingleVariableDeclaration) iterator.next();
- invocation.arguments().add(ast.newSimpleName(varDecl.getName().getIdentifier()));
- }
- bodyStatement= ASTNodes.asFormattedString(invocation, 0, delimiter, unit.getJavaScriptProject().getOptions(true));
- }
-
- if (todo) {
- String placeHolder= CodeGeneration.getMethodBodyContent(unit, type, binding.getName(), true, bodyStatement, delimiter);
- if (placeHolder != null) {
- ASTNode todoNode= rewrite.createStringPlaceholder(placeHolder, ASTNode.RETURN_STATEMENT);
- body.statements().add(todoNode);
- }
- } else {
- ASTNode statementNode= rewrite.createStringPlaceholder(bodyStatement, ASTNode.RETURN_STATEMENT);
- body.statements().add(statementNode);
- }
-
- if (settings != null && settings.createComments) {
- String string= CodeGeneration.getMethodComment(unit, type, decl, binding, delimiter);
- if (string != null) {
- JSdoc javadoc= (JSdoc) rewrite.createStringPlaceholder(string, ASTNode.JSDOC);
- decl.setJavadoc(javadoc);
- }
- }
- return decl;
- }
-
- public static FunctionDeclaration createConstructorStub(IJavaScriptUnit unit, ASTRewrite rewrite, ImportRewrite imports, ITypeBinding typeBinding, AST ast, IFunctionBinding superConstructor, IVariableBinding[] variableBindings, int modifiers, CodeGenerationSettings settings) throws CoreException {
-
- FunctionDeclaration decl= ast.newFunctionDeclaration();
- decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, modifiers & ~Modifier.ABSTRACT & ~Modifier.NATIVE));
- decl.setName(ast.newSimpleName(typeBinding.getName()));
- decl.setConstructor(true);
-
- List parameters= decl.parameters();
- if (superConstructor != null) {
-
- createParameters(unit, imports, ast, superConstructor, decl, null);
- }
-
- Block body= ast.newBlock();
- decl.setBody(body);
-
- String delimiter= StubUtility.getLineDelimiterUsed(unit);
-
- if (superConstructor != null) {
- SuperConstructorInvocation invocation= ast.newSuperConstructorInvocation();
- SingleVariableDeclaration varDecl= null;
- for (Iterator iterator= parameters.iterator(); iterator.hasNext();) {
- varDecl= (SingleVariableDeclaration) iterator.next();
- invocation.arguments().add(ast.newSimpleName(varDecl.getName().getIdentifier()));
- }
- body.statements().add(invocation);
- }
-
- List prohibited= new ArrayList();
- for (final Iterator iterator= parameters.iterator(); iterator.hasNext();)
- prohibited.add(((SingleVariableDeclaration) iterator.next()).getName().getIdentifier());
- String param= null;
- List list= new ArrayList(prohibited);
- String[] excluded= null;
- for (int i= 0; i < variableBindings.length; i++) {
- SingleVariableDeclaration var= ast.newSingleVariableDeclaration();
- var.setType(imports.addImport(variableBindings[i].getType(), ast));
- excluded= new String[list.size()];
- list.toArray(excluded);
- param= getParameterName(unit, variableBindings[i], excluded);
- list.add(param);
- var.setName(ast.newSimpleName(param));
- parameters.add(var);
- }
-
- list= new ArrayList(prohibited);
- for (int i= 0; i < variableBindings.length; i++) {
- excluded= new String[list.size()];
- list.toArray(excluded);
- final String paramName= getParameterName(unit, variableBindings[i], excluded);
- list.add(paramName);
- final String fieldName= variableBindings[i].getName();
- Expression expression= null;
- if (paramName.equals(fieldName) || settings.useKeywordThis) {
- FieldAccess access= ast.newFieldAccess();
- access.setExpression(ast.newThisExpression());
- access.setName(ast.newSimpleName(fieldName));
- expression= access;
- } else
- expression= ast.newSimpleName(fieldName);
- Assignment assignment= ast.newAssignment();
- assignment.setLeftHandSide(expression);
- assignment.setRightHandSide(ast.newSimpleName(paramName));
- assignment.setOperator(Assignment.Operator.ASSIGN);
- body.statements().add(ast.newExpressionStatement(assignment));
- }
-
- if (settings != null && settings.createComments) {
- String string= CodeGeneration.getMethodComment(unit, typeBinding.getName(), decl, superConstructor, delimiter);
- if (string != null) {
- JSdoc javadoc= (JSdoc) rewrite.createStringPlaceholder(string, ASTNode.JSDOC);
- decl.setJavadoc(javadoc);
- }
- }
- return decl;
- }
-
- public static FunctionDeclaration createDelegationStub(IJavaScriptUnit unit, ASTRewrite rewrite, ImportRewrite imports, AST ast, IBinding[] bindings, CodeGenerationSettings settings) throws CoreException {
- Assert.isNotNull(bindings);
- Assert.isNotNull(settings);
- Assert.isTrue(bindings.length == 2);
- Assert.isTrue(bindings[0] instanceof IVariableBinding);
- Assert.isTrue(bindings[1] instanceof IFunctionBinding);
-
- IVariableBinding variableBinding= (IVariableBinding) bindings[0];
- IFunctionBinding methodBinding= (IFunctionBinding) bindings[1];
-
- FunctionDeclaration decl= ast.newFunctionDeclaration();
- decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, methodBinding.getModifiers() & ~Modifier.SYNCHRONIZED & ~Modifier.ABSTRACT & ~Modifier.NATIVE));
-
- decl.setName(ast.newSimpleName(methodBinding.getName()));
- decl.setConstructor(false);
-
- decl.setReturnType2(imports.addImport(methodBinding.getReturnType(), ast));
-
- List parameters= decl.parameters();
- ITypeBinding[] params= methodBinding.getParameterTypes();
- String[] paramNames= StubUtility.suggestArgumentNames(unit.getJavaScriptProject(), methodBinding);
- for (int i= 0; i < params.length; i++) {
- SingleVariableDeclaration varDecl= ast.newSingleVariableDeclaration();
-
- if (methodBinding.isVarargs() && params[i].isArray() && i == params.length - 1) {
- StringBuffer buffer= new StringBuffer(imports.addImport(params[i].getElementType()));
- for (int dim= 1; dim < params[i].getDimensions(); dim++)
- buffer.append("[]"); //$NON-NLS-1$
- varDecl.setType(ASTNodeFactory.newType(ast, buffer.toString()));
- varDecl.setVarargs(true);
- } else
- varDecl.setType(imports.addImport(params[i], ast));
-
- varDecl.setName(ast.newSimpleName(paramNames[i]));
- parameters.add(varDecl);
- }
-
- Block body= ast.newBlock();
- decl.setBody(body);
-
- String delimiter= StubUtility.getLineDelimiterUsed(unit);
-
- Statement statement= null;
- FunctionInvocation invocation= ast.newFunctionInvocation();
- invocation.setName(ast.newSimpleName(methodBinding.getName()));
- List arguments= invocation.arguments();
- for (int i= 0; i < params.length; i++)
- arguments.add(ast.newSimpleName(paramNames[i]));
- if (settings.useKeywordThis) {
- FieldAccess access= ast.newFieldAccess();
- access.setExpression(ast.newThisExpression());
- access.setName(ast.newSimpleName(variableBinding.getName()));
- invocation.setExpression(access);
- } else
- invocation.setExpression(ast.newSimpleName(variableBinding.getName()));
- if (methodBinding.getReturnType().isPrimitive() && methodBinding.getReturnType().getName().equals("void")) {//$NON-NLS-1$
- statement= ast.newExpressionStatement(invocation);
- } else {
- ReturnStatement returnStatement= ast.newReturnStatement();
- returnStatement.setExpression(invocation);
- statement= returnStatement;
- }
- body.statements().add(statement);
-
- ITypeBinding declaringType= variableBinding.getDeclaringClass();
- if (declaringType == null) { // can be null for
- return decl;
- }
-
- String qualifiedName= declaringType.getQualifiedName();
- IPackageBinding packageBinding= declaringType.getPackage();
- if (packageBinding != null) {
- if (packageBinding.getName().length() > 0 && qualifiedName.startsWith(packageBinding.getName()))
- qualifiedName= qualifiedName.substring(packageBinding.getName().length());
- }
-
- if (settings.createComments) {
- /*
- * TODO: have API for delegate method comments This is an inlined
- * version of
- * {@link CodeGeneration#getMethodComment(IJavaScriptUnit, String, FunctionDeclaration, IFunctionBinding, String)}
- */
- methodBinding= methodBinding.getMethodDeclaration();
- String declaringClassQualifiedName= methodBinding.getDeclaringClass().getQualifiedName();
- String linkToMethodName= methodBinding.getName();
- String[] parameterTypesQualifiedNames= StubUtility.getParameterTypeNamesForSeeTag(methodBinding);
- String string= StubUtility.getMethodComment(unit, qualifiedName, decl, methodBinding.isDeprecated(), linkToMethodName, declaringClassQualifiedName, parameterTypesQualifiedNames, true, delimiter);
- if (string != null) {
- JSdoc javadoc= (JSdoc) rewrite.createStringPlaceholder(string, ASTNode.JSDOC);
- decl.setJavadoc(javadoc);
- }
- }
- return decl;
- }
-
- public static FunctionDeclaration createImplementationStub(IJavaScriptUnit unit, ASTRewrite rewrite, ImportRewrite imports, AST ast, IFunctionBinding binding, String type, CodeGenerationSettings settings, boolean deferred, ImportRewriteContext context) throws CoreException {
-
- FunctionDeclaration decl= ast.newFunctionDeclaration();
- decl.modifiers().addAll(getImplementationModifiers(ast, binding, deferred));
-
- decl.setName(ast.newSimpleName(binding.getName()));
- decl.setConstructor(false);
-
- decl.setReturnType2(imports.addImport(binding.getReturnType(), ast, context));
-
- List parameters= createParameters(unit, imports, ast, binding, decl, context);
-
- String delimiter= StubUtility.getLineDelimiterUsed(unit);
- if (!deferred) {
- Map options= unit.getJavaScriptProject().getOptions(true);
-
- Block body= ast.newBlock();
- decl.setBody(body);
-
- String bodyStatement= ""; //$NON-NLS-1$
- if (Modifier.isAbstract(binding.getModifiers())) {
- Expression expression= ASTNodeFactory.newDefaultExpression(ast, decl.getReturnType2(), decl.getExtraDimensions());
- if (expression != null) {
- ReturnStatement returnStatement= ast.newReturnStatement();
- returnStatement.setExpression(expression);
- bodyStatement= ASTNodes.asFormattedString(returnStatement, 0, delimiter, options);
- }
- } else {
- SuperMethodInvocation invocation= ast.newSuperMethodInvocation();
- invocation.setName(ast.newSimpleName(binding.getName()));
- SingleVariableDeclaration varDecl= null;
- for (Iterator iterator= parameters.iterator(); iterator.hasNext();) {
- varDecl= (SingleVariableDeclaration) iterator.next();
- invocation.arguments().add(ast.newSimpleName(varDecl.getName().getIdentifier()));
- }
- Expression expression= invocation;
- Type returnType= decl.getReturnType2();
- if (returnType != null && (returnType instanceof PrimitiveType) && ((PrimitiveType) returnType).getPrimitiveTypeCode().equals(PrimitiveType.VOID)) {
- bodyStatement= ASTNodes.asFormattedString(ast.newExpressionStatement(expression), 0, delimiter, options);
- } else {
- ReturnStatement returnStatement= ast.newReturnStatement();
- returnStatement.setExpression(expression);
- bodyStatement= ASTNodes.asFormattedString(returnStatement, 0, delimiter, options);
- }
- }
-
- String placeHolder= CodeGeneration.getMethodBodyContent(unit, type, binding.getName(), false, bodyStatement, delimiter);
- if (placeHolder != null) {
- ASTNode todoNode= rewrite.createStringPlaceholder(placeHolder, ASTNode.RETURN_STATEMENT);
- body.statements().add(todoNode);
- }
- }
-
- if (settings.createComments) {
- String string= CodeGeneration.getMethodComment(unit, type, decl, binding, delimiter);
- if (string != null) {
- JSdoc javadoc= (JSdoc) rewrite.createStringPlaceholder(string, ASTNode.JSDOC);
- decl.setJavadoc(javadoc);
- }
- }
-
- return decl;
- }
-
- public static FunctionDeclaration createImplementationStub(IJavaScriptUnit unit, ASTRewrite rewrite, ImportRewrite importRewrite, IFunctionBinding binding, String type, boolean deferred, CodeGenerationSettings settings) throws CoreException {
- AST ast= rewrite.getAST();
- FunctionDeclaration decl= ast.newFunctionDeclaration();
- decl.modifiers().addAll(getImplementationModifiers(ast, binding, deferred));
-
- decl.setName(ast.newSimpleName(binding.getName()));
- decl.setConstructor(false);
-
- decl.setReturnType2(createTypeNode(importRewrite, binding.getReturnType(), ast));
-
- List parameters= createParameters(unit, importRewrite, ast, binding, decl);
-
- String delimiter= StubUtility.getLineDelimiterUsed(unit);
- if (!deferred) {
- Map options= unit.getJavaScriptProject().getOptions(true);
-
- Block body= ast.newBlock();
- decl.setBody(body);
-
- String bodyStatement= ""; //$NON-NLS-1$
- if (Modifier.isAbstract(binding.getModifiers())) {
- Expression expression= ASTNodeFactory.newDefaultExpression(ast, decl.getReturnType2(), decl.getExtraDimensions());
- if (expression != null) {
- ReturnStatement returnStatement= ast.newReturnStatement();
- returnStatement.setExpression(expression);
- bodyStatement= ASTNodes.asFormattedString(returnStatement, 0, delimiter, options);
- }
- } else {
- SuperMethodInvocation invocation= ast.newSuperMethodInvocation();
- invocation.setName(ast.newSimpleName(binding.getName()));
- SingleVariableDeclaration varDecl= null;
- for (Iterator iterator= parameters.iterator(); iterator.hasNext();) {
- varDecl= (SingleVariableDeclaration) iterator.next();
- invocation.arguments().add(ast.newSimpleName(varDecl.getName().getIdentifier()));
- }
- Expression expression= invocation;
- Type returnType= decl.getReturnType2();
- if (returnType instanceof PrimitiveType && ((PrimitiveType) returnType).getPrimitiveTypeCode().equals(PrimitiveType.VOID)) {
- bodyStatement= ASTNodes.asFormattedString(ast.newExpressionStatement(expression), 0, delimiter, options);
- } else {
- ReturnStatement returnStatement= ast.newReturnStatement();
- returnStatement.setExpression(expression);
- bodyStatement= ASTNodes.asFormattedString(returnStatement, 0, delimiter, options);
- }
- }
-
- String placeHolder= CodeGeneration.getMethodBodyContent(unit, type, binding.getName(), false, bodyStatement, delimiter);
- if (placeHolder != null) {
- ASTNode todoNode= rewrite.createStringPlaceholder(placeHolder, ASTNode.RETURN_STATEMENT);
- body.statements().add(todoNode);
- }
- }
-
- if (settings != null && settings.createComments) {
- String string= CodeGeneration.getMethodComment(unit, type, decl, binding, delimiter);
- if (string != null) {
- JSdoc javadoc= (JSdoc) rewrite.createStringPlaceholder(string, ASTNode.JSDOC);
- decl.setJavadoc(javadoc);
- }
- }
- return decl;
- }
-
- private static List createParameters(IJavaScriptUnit unit, ImportRewrite imports, AST ast, IFunctionBinding binding, FunctionDeclaration decl, ImportRewriteContext context) {
- List parameters= decl.parameters();
- ITypeBinding[] params= binding.getParameterTypes();
- String[] paramNames= StubUtility.suggestArgumentNames(unit.getJavaScriptProject(), binding);
- for (int i= 0; i < params.length; i++) {
- SingleVariableDeclaration var= ast.newSingleVariableDeclaration();
- if (binding.isVarargs() && params[i].isArray() && i == params.length - 1) {
- StringBuffer buffer= new StringBuffer(imports.addImport(params[i].getElementType(), context));
- for (int dim= 1; dim < params[i].getDimensions(); dim++)
- buffer.append("[]"); //$NON-NLS-1$
- var.setType(ASTNodeFactory.newType(ast, buffer.toString()));
- var.setVarargs(true);
- } else
- var.setType(imports.addImport(params[i], ast, context));
- var.setName(ast.newSimpleName(paramNames[i]));
- parameters.add(var);
- }
- return parameters;
- }
-
- private static List createParameters(IJavaScriptUnit unit, ImportRewrite imports, AST ast, IFunctionBinding binding, FunctionDeclaration decl) {
- List parameters= decl.parameters();
- ITypeBinding[] params= binding.getParameterTypes();
- String[] paramNames= StubUtility.suggestArgumentNames(unit.getJavaScriptProject(), binding);
- for (int i= 0; i < params.length; i++) {
- SingleVariableDeclaration var= ast.newSingleVariableDeclaration();
- if (binding.isVarargs() && params[i].isArray() && i == params.length - 1) {
- final ITypeBinding elementType= params[i].getElementType();
- StringBuffer buffer= new StringBuffer(imports != null ? imports.addImport(elementType) : elementType.getQualifiedName());
- for (int dim= 1; dim < params[i].getDimensions(); dim++)
- buffer.append("[]"); //$NON-NLS-1$
- var.setType(ASTNodeFactory.newType(ast, buffer.toString()));
- var.setVarargs(true);
- } else
- var.setType(createTypeNode(imports, params[i], ast));
- var.setName(ast.newSimpleName(paramNames[i]));
- parameters.add(var);
- }
- return parameters;
- }
-
- private static Type createTypeNode(ImportRewrite importRewrite, ITypeBinding binding, AST ast) {
- if (importRewrite != null)
- return importRewrite.addImport(binding, ast);
- return createTypeNode(binding, ast);
- }
-
- private static Type createTypeNode(ITypeBinding binding, AST ast) {
- if (binding.isPrimitive())
- return ast.newPrimitiveType(PrimitiveType.toCode(binding.getName()));
- ITypeBinding normalized= Bindings.normalizeTypeBinding(binding);
- if (normalized == null)
- return ast.newSimpleType(ast.newSimpleName("invalid")); //$NON-NLS-1$
- else if (normalized.isArray())
- return ast.newArrayType(createTypeNode(normalized.getElementType(), ast), normalized.getDimensions());
- String qualified= Bindings.getRawQualifiedName(normalized);
- if (qualified.length() > 0) {
- return ast.newSimpleType(ASTNodeFactory.newName(ast, qualified));
- }
- return ast.newSimpleType(ASTNodeFactory.newName(ast, Bindings.getRawName(normalized)));
- }
-
- private static IFunctionBinding findMethodBinding(IFunctionBinding method, List allMethods) {
- for (int i= 0; i < allMethods.size(); i++) {
- IFunctionBinding curr= (IFunctionBinding) allMethods.get(i);
- if (Bindings.isSubsignature(method, curr)) {
- return curr;
- }
- }
- return null;
- }
-
- private static IFunctionBinding findOverridingMethod(IFunctionBinding method, List allMethods) {
- for (int i= 0; i < allMethods.size(); i++) {
- IFunctionBinding curr= (IFunctionBinding) allMethods.get(i);
- if (Bindings.areOverriddenMethods(curr, method) || Bindings.isSubsignature(curr, method))
- return curr;
- }
- return null;
- }
-
- public static IBinding[][] getDelegatableMethods(AST ast, ITypeBinding binding) {
- final List tuples= new ArrayList();
- final List declared= new ArrayList();
- IFunctionBinding[] typeMethods= binding.getDeclaredMethods();
- for (int index= 0; index < typeMethods.length; index++)
- declared.add(typeMethods[index]);
- IVariableBinding[] typeFields= binding.getDeclaredFields();
- for (int index= 0; index < typeFields.length; index++) {
- IVariableBinding fieldBinding= typeFields[index];
- if (fieldBinding.isField())
- getDelegatableMethods(ast, tuples, new ArrayList(declared), fieldBinding, fieldBinding.getType(), binding);
- }
- // list of tuple<IVariableBinding, IFunctionBinding>
- return (IBinding[][]) tuples.toArray(new IBinding[tuples.size()][2]);
- }
-
- private static void getDelegatableMethods(AST ast, List tuples, List methods, IVariableBinding fieldBinding, ITypeBinding typeBinding, ITypeBinding binding) {
- boolean match= false;
- IFunctionBinding[] candidates= getDelegateCandidates(typeBinding, binding);
- for (int index= 0; index < candidates.length; index++) {
- match= false;
- final IFunctionBinding methodBinding= candidates[index];
- for (int offset= 0; offset < methods.size() && !match; offset++) {
- if (Bindings.areOverriddenMethods((IFunctionBinding) methods.get(offset), methodBinding))
- match= true;
- }
- if (!match) {
- tuples.add(new IBinding[] { fieldBinding, methodBinding });
- methods.add(methodBinding);
- }
- }
- final ITypeBinding superclass= typeBinding.getSuperclass();
- if (superclass != null)
- getDelegatableMethods(ast, tuples, methods, fieldBinding, superclass, binding);
- }
-
- private static IFunctionBinding[] getDelegateCandidates(ITypeBinding binding, ITypeBinding hierarchy) {
- List allMethods= new ArrayList();
- IFunctionBinding[] typeMethods= binding.getDeclaredMethods();
- for (int index= 0; index < typeMethods.length; index++) {
- final int modifiers= typeMethods[index].getModifiers();
- if (!typeMethods[index].isConstructor() && !Modifier.isStatic(modifiers) && (Modifier.isPublic(modifiers))) {
-// IFunctionBinding result= Bindings.findOverriddenMethodInHierarchy(hierarchy, typeMethods[index]);
-// ITypeBinding[] parameterBindings= typeMethods[index].getParameterTypes();
- boolean upper= false;
- if (!upper)
- allMethods.add(typeMethods[index]);
- }
- }
- return (IFunctionBinding[]) allMethods.toArray(new IFunctionBinding[allMethods.size()]);
- }
-
- private static List getImplementationModifiers(AST ast, IFunctionBinding method, boolean deferred) {
- int modifiers= method.getModifiers() & ~Modifier.ABSTRACT & ~Modifier.NATIVE & ~Modifier.PRIVATE;
- if (deferred) {
- modifiers= modifiers & ~Modifier.PROTECTED;
- modifiers= modifiers | Modifier.PUBLIC;
- }
- return ASTNodeFactory.newModifiers(ast, modifiers);
- }
-
- public static IFunctionBinding[] getOverridableMethods(AST ast, ITypeBinding typeBinding, boolean isSubType) {
- List allMethods= new ArrayList();
- IFunctionBinding[] typeMethods= typeBinding.getDeclaredMethods();
- for (int index= 0; index < typeMethods.length; index++) {
- final int modifiers= typeMethods[index].getModifiers();
- if (!typeMethods[index].isConstructor() && !Modifier.isStatic(modifiers) && !Modifier.isPrivate(modifiers))
- allMethods.add(typeMethods[index]);
- }
- ITypeBinding clazz= typeBinding.getSuperclass();
- while (clazz != null) {
- IFunctionBinding[] methods= clazz.getDeclaredMethods();
- for (int offset= 0; offset < methods.length; offset++) {
- final int modifiers= methods[offset].getModifiers();
- if (!methods[offset].isConstructor() && !Modifier.isStatic(modifiers) && !Modifier.isPrivate(modifiers)) {
- if (findOverridingMethod(methods[offset], allMethods) == null)
- allMethods.add(methods[offset]);
- }
- }
- clazz= clazz.getSuperclass();
- }
- clazz= typeBinding;
- while (clazz != null) {
- clazz= clazz.getSuperclass();
- }
- if (!isSubType)
- allMethods.removeAll(Arrays.asList(typeMethods));
- int modifiers= 0;
-
- for (int index= allMethods.size() - 1; index >= 0; index--) {
- IFunctionBinding method= (IFunctionBinding) allMethods.get(index);
- modifiers= method.getModifiers();
- if (Modifier.isFinal(modifiers))
- allMethods.remove(index);
- }
-
- return (IFunctionBinding[]) allMethods.toArray(new IFunctionBinding[allMethods.size()]);
- }
-
-// private static void getOverridableMethods(AST ast, ITypeBinding superBinding, List allMethods) {
-// IFunctionBinding[] methods= superBinding.getDeclaredMethods();
-// for (int offset= 0; offset < methods.length; offset++) {
-// final int modifiers= methods[offset].getModifiers();
-// if (!methods[offset].isConstructor() && !Modifier.isStatic(modifiers) && !Modifier.isPrivate(modifiers)) {
-// if (findOverridingMethod(methods[offset], allMethods) == null && !Modifier.isStatic(modifiers))
-// allMethods.add(methods[offset]);
-// }
-// }
-// }
-
- private static String getParameterName(IJavaScriptUnit unit, IVariableBinding binding, String[] excluded) {
- final String name= NamingConventions.removePrefixAndSuffixForFieldName(unit.getJavaScriptProject(), binding.getName(), binding.getModifiers());
- return StubUtility.suggestArgumentName(unit.getJavaScriptProject(), name, excluded);
- }
-
- public static IFunctionBinding[] getUnimplementedMethods(ITypeBinding typeBinding) {
- ArrayList allMethods= new ArrayList();
- ArrayList toImplement= new ArrayList();
-
- IFunctionBinding[] typeMethods= typeBinding.getDeclaredMethods();
- for (int i= 0; i < typeMethods.length; i++) {
- IFunctionBinding curr= typeMethods[i];
- int modifiers= curr.getModifiers();
- if (!curr.isConstructor() && !Modifier.isStatic(modifiers) && !Modifier.isPrivate(modifiers)) {
- allMethods.add(curr);
- }
- }
-
- ITypeBinding superClass= typeBinding.getSuperclass();
- while (superClass != null) {
- typeMethods= superClass.getDeclaredMethods();
- for (int i= 0; i < typeMethods.length; i++) {
- IFunctionBinding curr= typeMethods[i];
- int modifiers= curr.getModifiers();
- if (!curr.isConstructor() && !Modifier.isStatic(modifiers) && !Modifier.isPrivate(modifiers)) {
- if (findMethodBinding(curr, allMethods) == null) {
- allMethods.add(curr);
- }
- }
- }
- superClass= superClass.getSuperclass();
- }
-
- for (int i= 0; i < allMethods.size(); i++) {
- IFunctionBinding curr= (IFunctionBinding) allMethods.get(i);
- int modifiers= curr.getModifiers();
- if ((Modifier.isAbstract(modifiers)) && (typeBinding != curr.getDeclaringClass())) {
- // implement all abstract methods
- toImplement.add(curr);
- }
- }
-
- ITypeBinding curr= typeBinding;
- while (curr != null) {
- curr= curr.getSuperclass();
- }
-
- return (IFunctionBinding[]) toImplement.toArray(new IFunctionBinding[toImplement.size()]);
- }
-
- public static IFunctionBinding[] getVisibleConstructors(ITypeBinding binding, boolean accountExisting, boolean proposeDefault) {
- List constructorMethods= new ArrayList();
- List existingConstructors= null;
- ITypeBinding superType= binding.getSuperclass();
- if (superType == null)
- return new IFunctionBinding[0];
- if (accountExisting) {
- IFunctionBinding[] methods= binding.getDeclaredMethods();
- existingConstructors= new ArrayList(methods.length);
- for (int index= 0; index < methods.length; index++) {
- IFunctionBinding method= methods[index];
- if (method.isConstructor() && !method.isDefaultConstructor())
- existingConstructors.add(method);
- }
- }
- if (existingConstructors != null)
- constructorMethods.addAll(existingConstructors);
- IFunctionBinding[] methods= binding.getDeclaredMethods();
- IFunctionBinding[] superMethods= superType.getDeclaredMethods();
- for (int index= 0; index < superMethods.length; index++) {
- IFunctionBinding method= superMethods[index];
- if (method.isConstructor()) {
- if (Bindings.isVisibleInHierarchy(method, binding.getPackage()) && (!accountExisting || !Bindings.containsSignatureEquivalentConstructor(methods, method)))
- constructorMethods.add(method);
- }
- }
- if (existingConstructors != null)
- constructorMethods.removeAll(existingConstructors);
- if (constructorMethods.isEmpty()) {
- superType= binding;
- while (superType.getSuperclass() != null)
- superType= superType.getSuperclass();
- IFunctionBinding method= Bindings.findMethodInType(superType, "Object", new ITypeBinding[0]); //$NON-NLS-1$
- if (method != null) {
- if ((proposeDefault || (!accountExisting || (existingConstructors == null || existingConstructors.isEmpty()))) && (!accountExisting || !Bindings.containsSignatureEquivalentConstructor(methods, method)))
- constructorMethods.add(method);
- }
- }
- return (IFunctionBinding[]) constructorMethods.toArray(new IFunctionBinding[constructorMethods.size()]);
- }
-
-
-
- /**
- * Creates a new stub utility.
- */
- private StubUtility2() {
- // Not for instantiation
- }
-}
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ASTFlattener.java b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ASTFlattener.java
deleted file mode 100644
index d54e736d..00000000
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/corext/dom/ASTFlattener.java
+++ /dev/null
@@ -1,1407 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.wst.jsdt.internal.corext.dom;
-
-import java.util.Iterator;
-import java.util.List;
-
-import org.eclipse.core.runtime.Assert;
-import org.eclipse.wst.jsdt.core.dom.AST;
-import org.eclipse.wst.jsdt.core.dom.ASTNode;
-import org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ArrayAccess;
-import org.eclipse.wst.jsdt.core.dom.ArrayCreation;
-import org.eclipse.wst.jsdt.core.dom.ArrayInitializer;
-import org.eclipse.wst.jsdt.core.dom.ArrayType;
-import org.eclipse.wst.jsdt.core.dom.Assignment;
-import org.eclipse.wst.jsdt.core.dom.Block;
-import org.eclipse.wst.jsdt.core.dom.BlockComment;
-import org.eclipse.wst.jsdt.core.dom.BodyDeclaration;
-import org.eclipse.wst.jsdt.core.dom.BooleanLiteral;
-import org.eclipse.wst.jsdt.core.dom.BreakStatement;
-import org.eclipse.wst.jsdt.core.dom.CatchClause;
-import org.eclipse.wst.jsdt.core.dom.CharacterLiteral;
-import org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation;
-import org.eclipse.wst.jsdt.core.dom.ConditionalExpression;
-import org.eclipse.wst.jsdt.core.dom.ConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.ContinueStatement;
-import org.eclipse.wst.jsdt.core.dom.DoStatement;
-import org.eclipse.wst.jsdt.core.dom.EmptyStatement;
-import org.eclipse.wst.jsdt.core.dom.EnhancedForStatement;
-import org.eclipse.wst.jsdt.core.dom.Expression;
-import org.eclipse.wst.jsdt.core.dom.ExpressionStatement;
-import org.eclipse.wst.jsdt.core.dom.FieldAccess;
-import org.eclipse.wst.jsdt.core.dom.FieldDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ForInStatement;
-import org.eclipse.wst.jsdt.core.dom.ForStatement;
-import org.eclipse.wst.jsdt.core.dom.FunctionDeclaration;
-import org.eclipse.wst.jsdt.core.dom.FunctionExpression;
-import org.eclipse.wst.jsdt.core.dom.FunctionInvocation;
-import org.eclipse.wst.jsdt.core.dom.FunctionRef;
-import org.eclipse.wst.jsdt.core.dom.FunctionRefParameter;
-import org.eclipse.wst.jsdt.core.dom.IfStatement;
-import org.eclipse.wst.jsdt.core.dom.ImportDeclaration;
-import org.eclipse.wst.jsdt.core.dom.InfixExpression;
-import org.eclipse.wst.jsdt.core.dom.Initializer;
-import org.eclipse.wst.jsdt.core.dom.InstanceofExpression;
-import org.eclipse.wst.jsdt.core.dom.JSdoc;
-import org.eclipse.wst.jsdt.core.dom.JavaScriptUnit;
-import org.eclipse.wst.jsdt.core.dom.LabeledStatement;
-import org.eclipse.wst.jsdt.core.dom.LineComment;
-import org.eclipse.wst.jsdt.core.dom.ListExpression;
-import org.eclipse.wst.jsdt.core.dom.MemberRef;
-import org.eclipse.wst.jsdt.core.dom.Modifier;
-import org.eclipse.wst.jsdt.core.dom.Name;
-import org.eclipse.wst.jsdt.core.dom.NullLiteral;
-import org.eclipse.wst.jsdt.core.dom.NumberLiteral;
-import org.eclipse.wst.jsdt.core.dom.ObjectLiteral;
-import org.eclipse.wst.jsdt.core.dom.ObjectLiteralField;
-import org.eclipse.wst.jsdt.core.dom.PackageDeclaration;
-import org.eclipse.wst.jsdt.core.dom.ParenthesizedExpression;
-import org.eclipse.wst.jsdt.core.dom.PostfixExpression;
-import org.eclipse.wst.jsdt.core.dom.PrefixExpression;
-import org.eclipse.wst.jsdt.core.dom.PrimitiveType;
-import org.eclipse.wst.jsdt.core.dom.QualifiedName;
-import org.eclipse.wst.jsdt.core.dom.QualifiedType;
-import org.eclipse.wst.jsdt.core.dom.RegularExpressionLiteral;
-import org.eclipse.wst.jsdt.core.dom.ReturnStatement;
-import org.eclipse.wst.jsdt.core.dom.SimpleName;
-import org.eclipse.wst.jsdt.core.dom.SimpleType;
-import org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration;
-import org.eclipse.wst.jsdt.core.dom.Statement;
-import org.eclipse.wst.jsdt.core.dom.StringLiteral;
-import org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation;
-import org.eclipse.wst.jsdt.core.dom.SuperFieldAccess;
-import org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation;
-import org.eclipse.wst.jsdt.core.dom.SwitchCase;
-import org.eclipse.wst.jsdt.core.dom.SwitchStatement;
-import org.eclipse.wst.jsdt.core.dom.TagElement;
-import org.eclipse.wst.jsdt.core.dom.TextElement;
-import org.eclipse.wst.jsdt.core.dom.ThisExpression;
-import org.eclipse.wst.jsdt.core.dom.ThrowStatement;
-import org.eclipse.wst.jsdt.core.dom.TryStatement;
-import org.eclipse.wst.jsdt.core.dom.Type;
-import org.eclipse.wst.jsdt.core.dom.TypeDeclaration;
-import org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement;
-import org.eclipse.wst.jsdt.core.dom.TypeLiteral;
-import org.eclipse.wst.jsdt.core.dom.UndefinedLiteral;
-import org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression;
-import org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment;
-import org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement;
-import org.eclipse.wst.jsdt.core.dom.WhileStatement;
-import org.eclipse.wst.jsdt.core.dom.WithStatement;
-
-/**
-*
-* Provisional API: This class/interface is part of an interim API that is still under development and expected to
-* change significantly before reaching stability. It is being made available at this early stage to solicit feedback
-* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
-* (repeatedly) as the API evolves.
-*/
-public class ASTFlattener extends GenericVisitor {
-
- /**
- * The string buffer into which the serialized representation of the AST is
- * written.
- */
- protected StringBuffer fBuffer;
-
- /**
- * Creates a new AST printer.
- */
- public ASTFlattener() {
- this.fBuffer= new StringBuffer();
- }
-
- /**
- * Returns the string accumulated in the visit.
- *
- * @return the serialized
- */
- public String getResult() {
- return this.fBuffer.toString();
- }
-
- /**
- * Resets this printer so that it can be used again.
- */
- public void reset() {
- this.fBuffer.setLength(0);
- }
-
- public static String asString(ASTNode node) {
- ASTFlattener flattener= new ASTFlattener();
- node.accept(flattener);
- return flattener.getResult();
- }
-
-
- protected boolean visitNode(ASTNode node) {
- Assert.isTrue(false, "No implementation to flatten node: " + node.toString()); //$NON-NLS-1$
- return false;
- }
-
- /**
- * Appends the text representation of the given modifier flags, followed by a single space.
- * Used for 3.0 modifiers and annotations.
- *
- * @param ext the list of modifier and annotation nodes
- * (element type: <code>IExtendedModifiers</code>)
- */
- private void printModifiers(List ext) {
- for (Iterator it= ext.iterator(); it.hasNext();) {
- ASTNode p= (ASTNode) it.next();
- p.accept(this);
- this.fBuffer.append(" ");//$NON-NLS-1$
- }
- }
-
- /**
- * Appends the text representation of the given modifier flags, followed by a single space.
- * Used for JLS2 modifiers.
- *
- * @param modifiers the modifier flags
- */
- private void printModifiers(int modifiers) {
-// if (Modifier.isPublic(modifiers)) {
-// this.fBuffer.append("public ");//$NON-NLS-1$
-// }
-// if (Modifier.isProtected(modifiers)) {
-// this.fBuffer.append("protected ");//$NON-NLS-1$
-// }
-// if (Modifier.isPrivate(modifiers)) {
-// this.fBuffer.append("private ");//$NON-NLS-1$
-// }
-// if (Modifier.isStatic(modifiers)) {
-// this.fBuffer.append("static ");//$NON-NLS-1$
-// }